@luomus/laji-form-builder 1.1.2 → 1.1.5

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 (1776) hide show
  1. package/_lib/api-client.ts +1 -0
  2. package/_lib/client/LajiFormInterface.ts +1 -0
  3. package/_lib/client/app.ts +1 -0
  4. package/_lib/client/components/Builder.tsx +1 -0
  5. package/_lib/client/components/Context.ts +1 -0
  6. package/_lib/client/components/Editor/BasicEditor.tsx +1 -0
  7. package/_lib/client/components/Editor/DiffViewer.tsx +1 -0
  8. package/_lib/client/components/Editor/Editor.tsx +1 -0
  9. package/_lib/client/components/Editor/ElemPicker.tsx +1 -0
  10. package/_lib/client/components/Editor/FieldEditor.tsx +1 -0
  11. package/_lib/client/components/Editor/Fields.tsx +1 -0
  12. package/_lib/client/components/Editor/Hierarchy.tsx +1 -0
  13. package/_lib/client/components/Editor/OptionsEditor.tsx +1 -0
  14. package/_lib/client/components/Editor/UiSchemaEditor.tsx +1 -0
  15. package/_lib/client/components/LajiForm.tsx +1 -0
  16. package/_lib/client/components/Wizard.tsx +1 -0
  17. package/_lib/client/components/components.tsx +1 -0
  18. package/_lib/client/services/change-handler-service.ts +1 -0
  19. package/_lib/client/services/form-service.ts +1 -0
  20. package/_lib/client/utils.ts +1 -0
  21. package/_lib/model.ts +1 -0
  22. package/_lib/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +1 -0
  23. package/_lib/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +1 -0
  24. package/_lib/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +1 -0
  25. package/_lib/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +1 -0
  26. package/_lib/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +1 -0
  27. package/_lib/node_modules/@babel/runtime/helpers/esm/createClass.js +1 -0
  28. package/_lib/node_modules/@babel/runtime/helpers/esm/defineProperty.js +1 -0
  29. package/_lib/node_modules/@babel/runtime/helpers/esm/extends.js +1 -0
  30. package/_lib/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +1 -0
  31. package/_lib/node_modules/@babel/runtime/helpers/esm/inherits.js +1 -0
  32. package/_lib/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +1 -0
  33. package/_lib/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +1 -0
  34. package/_lib/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +1 -0
  35. package/_lib/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +1 -0
  36. package/_lib/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +1 -0
  37. package/_lib/node_modules/@babel/runtime/helpers/esm/objectSpread.js +1 -0
  38. package/_lib/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +1 -0
  39. package/_lib/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +1 -0
  40. package/_lib/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +1 -0
  41. package/_lib/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +1 -0
  42. package/_lib/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +1 -0
  43. package/_lib/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +1 -0
  44. package/_lib/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +1 -0
  45. package/_lib/node_modules/@babel/runtime/helpers/esm/typeof.js +1 -0
  46. package/_lib/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +1 -0
  47. package/_lib/node_modules/@babel/runtime/helpers/extends.js +1 -0
  48. package/_lib/node_modules/@babel/runtime/helpers/interopRequireDefault.js +1 -0
  49. package/_lib/node_modules/@luomus/laji-form/lib/ApiClient.js +1 -0
  50. package/_lib/node_modules/@luomus/laji-form/lib/Context.js +1 -0
  51. package/_lib/node_modules/@luomus/laji-form/lib/ReactContext.js +1 -0
  52. package/_lib/node_modules/@luomus/laji-form/lib/components/BaseComponent.js +1 -0
  53. package/_lib/node_modules/@luomus/laji-form/lib/components/LajiForm.js +1 -0
  54. package/_lib/node_modules/@luomus/laji-form/lib/components/VirtualSchemaField.js +1 -0
  55. package/_lib/node_modules/@luomus/laji-form/lib/components/components.js +1 -0
  56. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnnotationField.d.ts +1 -0
  57. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnnotationField.js +1 -0
  58. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnyToBooleanField.d.ts +1 -0
  59. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AnyToBooleanField.js +1 -0
  60. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayBulkField.d.ts +1 -0
  61. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayBulkField.js +1 -0
  62. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayCombinerField.d.ts +1 -0
  63. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayCombinerField.js +1 -0
  64. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayField.d.ts +1 -0
  65. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ArrayField.js +1 -0
  66. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AsArrayField.d.ts +1 -0
  67. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AsArrayField.js +1 -0
  68. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AudioArrayField.d.ts +1 -0
  69. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AudioArrayField.js +1 -0
  70. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutoArrayField.d.ts +1 -0
  71. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutoArrayField.js +1 -0
  72. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutosuggestField.d.ts +1 -0
  73. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/AutosuggestField.js +1 -0
  74. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/CombinedValueDisplayField.d.ts +1 -0
  75. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/CombinedValueDisplayField.js +1 -0
  76. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalOnChangeField.d.ts +1 -0
  77. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalOnChangeField.js +1 -0
  78. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalUiSchemaField.d.ts +1 -0
  79. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ConditionalUiSchemaField.js +1 -0
  80. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ContextInjectionField.d.ts +1 -0
  81. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ContextInjectionField.js +1 -0
  82. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DataLeakerField.d.ts +1 -0
  83. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DataLeakerField.js +1 -0
  84. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DefaultValueArrayField.d.ts +1 -0
  85. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DefaultValueArrayField.js +1 -0
  86. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentBooleanField.d.ts +1 -0
  87. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentBooleanField.js +1 -0
  88. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentDisableField.d.ts +1 -0
  89. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/DependentDisableField.js +1 -0
  90. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/EnumRangeArrayField.d.ts +1 -0
  91. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/EnumRangeArrayField.js +1 -0
  92. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ExtraLabelRowField.d.ts +1 -0
  93. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ExtraLabelRowField.js +1 -0
  94. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FakePropertyField.d.ts +1 -0
  95. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FakePropertyField.js +1 -0
  96. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FilterArrayField.d.ts +1 -0
  97. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FilterArrayField.js +1 -0
  98. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FlatField.d.ts +1 -0
  99. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/FlatField.js +1 -0
  100. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GeocoderField.d.ts +1 -0
  101. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GeocoderField.js +1 -0
  102. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GridLayoutField.d.ts +1 -0
  103. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/GridLayoutField.js +1 -0
  104. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/HiddenField.d.ts +1 -0
  105. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/HiddenField.js +1 -0
  106. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageArrayField.d.ts +1 -0
  107. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageArrayField.js +1 -0
  108. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageDisplayField.d.ts +1 -0
  109. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ImageDisplayField.js +1 -0
  110. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InitiallyHiddenField.d.ts +1 -0
  111. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InitiallyHiddenField.js +1 -0
  112. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectDefaultValueField.d.ts +1 -0
  113. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectDefaultValueField.js +1 -0
  114. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectField.d.ts +1 -0
  115. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InjectField.js +1 -0
  116. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InputWithDefaultValueButtonField.d.ts +1 -0
  117. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/InputWithDefaultValueButtonField.js +1 -0
  118. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocalityField.d.ts +1 -0
  119. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocalityField.js +1 -0
  120. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocationChooserField.d.ts +1 -0
  121. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/LocationChooserField.js +1 -0
  122. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapArrayField.d.ts +1 -0
  123. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapArrayField.js +1 -0
  124. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapField.d.ts +1 -0
  125. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MapField.js +1 -0
  126. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiAnyToBooleanField.d.ts +1 -0
  127. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiAnyToBooleanField.js +1 -0
  128. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiArrayField.d.ts +1 -0
  129. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiArrayField.js +1 -0
  130. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiLanguageField.d.ts +1 -0
  131. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiLanguageField.js +1 -0
  132. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiTagArrayField.d.ts +1 -0
  133. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/MultiTagArrayField.js +1 -0
  134. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceChooserField.d.ts +1 -0
  135. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceChooserField.js +1 -0
  136. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceSaverField.d.ts +1 -0
  137. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NamedPlaceSaverField.js +1 -0
  138. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NestField.d.ts +1 -0
  139. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/NestField.js +1 -0
  140. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ObjectField.d.ts +1 -0
  141. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ObjectField.js +1 -0
  142. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PdfArrayField.d.ts +1 -0
  143. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PdfArrayField.js +1 -0
  144. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PrefillingArrayField.d.ts +1 -0
  145. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/PrefillingArrayField.js +1 -0
  146. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SchemaField.d.ts +1 -0
  147. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SchemaField.js +1 -0
  148. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ScopeField.d.ts +1 -0
  149. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ScopeField.js +1 -0
  150. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SectionArrayField.d.ts +1 -0
  151. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SectionArrayField.js +1 -0
  152. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SelectTreeField.d.ts +1 -0
  153. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SelectTreeField.js +1 -0
  154. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleActiveArrayField.d.ts +1 -0
  155. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleActiveArrayField.js +1 -0
  156. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleItemArrayField.d.ts +1 -0
  157. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SingleItemArrayField.js +1 -0
  158. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SortArrayField.d.ts +1 -0
  159. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SortArrayField.js +1 -0
  160. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SplitField.d.ts +1 -0
  161. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SplitField.js +1 -0
  162. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/StringToArrayField.d.ts +1 -0
  163. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/StringToArrayField.js +1 -0
  164. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SumField.d.ts +1 -0
  165. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/SumField.js +1 -0
  166. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TableField.d.ts +1 -0
  167. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TableField.js +1 -0
  168. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TagArrayField.d.ts +1 -0
  169. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/TagArrayField.js +1 -0
  170. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ToggleAdditionalArrayFieldsField.d.ts +1 -0
  171. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/ToggleAdditionalArrayFieldsField.js +1 -0
  172. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldApplierField.d.ts +1 -0
  173. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldApplierField.js +1 -0
  174. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldMapperArrayField.d.ts +1 -0
  175. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UiFieldMapperArrayField.js +1 -0
  176. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitCountShorthandField.d.ts +1 -0
  177. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitCountShorthandField.js +1 -0
  178. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitListShorthandArrayField.d.ts +1 -0
  179. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitListShorthandArrayField.js +1 -0
  180. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitShorthandField.d.ts +1 -0
  181. package/_lib/node_modules/@luomus/laji-form/lib/components/fields/UnitShorthandField.js +1 -0
  182. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ArrayFieldTemplate.d.ts +1 -0
  183. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ArrayFieldTemplate.js +1 -0
  184. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/BaseInputTemplate.d.ts +1 -0
  185. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/BaseInputTemplate.js +1 -0
  186. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/DescriptionField.d.ts +1 -0
  187. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/DescriptionField.js +1 -0
  188. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ErrorListTemplate.d.ts +1 -0
  189. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ErrorListTemplate.js +1 -0
  190. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/FieldTemplate.d.ts +1 -0
  191. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/FieldTemplate.js +1 -0
  192. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ObjectFieldTemplate.d.ts +1 -0
  193. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/ObjectFieldTemplate.js +1 -0
  194. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/TitleField.d.ts +1 -0
  195. package/_lib/node_modules/@luomus/laji-form/lib/components/templates/TitleField.js +1 -0
  196. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AnyToBooleanWidget.d.ts +1 -0
  197. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AnyToBooleanWidget.js +1 -0
  198. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AutosuggestWidget.d.ts +1 -0
  199. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/AutosuggestWidget.js +1 -0
  200. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/CheckboxWidget.d.ts +1 -0
  201. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/CheckboxWidget.js +1 -0
  202. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateTimeWidget.d.ts +1 -0
  203. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateTimeWidget.js +1 -0
  204. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateWidget.d.ts +1 -0
  205. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/DateWidget.js +1 -0
  206. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/HiddenWidget.d.ts +1 -0
  207. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/HiddenWidget.js +1 -0
  208. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/ImageSelectWidget.d.ts +1 -0
  209. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/ImageSelectWidget.js +1 -0
  210. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InformalTaxonGroupChooserWidget.d.ts +1 -0
  211. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InformalTaxonGroupChooserWidget.js +1 -0
  212. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputGroupWidget.d.ts +1 -0
  213. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputGroupWidget.js +1 -0
  214. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputWithDefaultValueButtonWidget.d.ts +1 -0
  215. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/InputWithDefaultValueButtonWidget.js +1 -0
  216. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/NumberWidget.d.ts +1 -0
  217. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/NumberWidget.js +1 -0
  218. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/PlainTextWidget.d.ts +1 -0
  219. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/PlainTextWidget.js +1 -0
  220. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SelectWidget.d.ts +1 -0
  221. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SelectWidget.js +1 -0
  222. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SeparatedDateTimeWidget.d.ts +1 -0
  223. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/SeparatedDateTimeWidget.js +1 -0
  224. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TaxonImageWidget.d.ts +1 -0
  225. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TaxonImageWidget.js +1 -0
  226. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextSelectWidget.d.ts +1 -0
  227. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextSelectWidget.js +1 -0
  228. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextareaWidget.d.ts +1 -0
  229. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TextareaWidget.js +1 -0
  230. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TimeWidget.d.ts +1 -0
  231. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/TimeWidget.js +1 -0
  232. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/URLWidget.d.ts +1 -0
  233. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/URLWidget.js +1 -0
  234. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/UpperCaseWidget.d.ts +1 -0
  235. package/_lib/node_modules/@luomus/laji-form/lib/components/widgets/UpperCaseWidget.js +1 -0
  236. package/_lib/node_modules/@luomus/laji-form/lib/services/blocker-service.js +1 -0
  237. package/_lib/node_modules/@luomus/laji-form/lib/services/custom-event-service.js +1 -0
  238. package/_lib/node_modules/@luomus/laji-form/lib/services/dom-id-service.js +1 -0
  239. package/_lib/node_modules/@luomus/laji-form/lib/services/focus-service.js +1 -0
  240. package/_lib/node_modules/@luomus/laji-form/lib/services/id-service.js +1 -0
  241. package/_lib/node_modules/@luomus/laji-form/lib/services/key-handler-service.js +1 -0
  242. package/_lib/node_modules/@luomus/laji-form/lib/services/root-instance-service.js +1 -0
  243. package/_lib/node_modules/@luomus/laji-form/lib/services/settings-service.js +1 -0
  244. package/_lib/node_modules/@luomus/laji-form/lib/services/singleton-map-service.js +1 -0
  245. package/_lib/node_modules/@luomus/laji-form/lib/services/submit-hook-service.js +1 -0
  246. package/_lib/node_modules/@luomus/laji-form/lib/themes/stub.js +1 -0
  247. package/_lib/node_modules/@luomus/laji-form/lib/utils.js +1 -0
  248. package/_lib/node_modules/@luomus/laji-form/lib/validation.js +1 -0
  249. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/coordinate-input-control.js +1 -0
  250. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/coordinates-control.js +1 -0
  251. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/draw-clear-control.js +1 -0
  252. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/draw-copy-control.js +1 -0
  253. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/draw-upload-control.js +1 -0
  254. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/geosearch-control.js +1 -0
  255. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls/layer-control.js +1 -0
  256. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls.defs.js +1 -0
  257. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/controls.js +1 -0
  258. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/defs.js +1 -0
  259. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/dependency-utils.js +1 -0
  260. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/globals.js +1 -0
  261. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/index.js +1 -0
  262. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/lib/Leaflet.rrose/leaflet.rrose-src.js +1 -0
  263. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/line-transect.defs.js +1 -0
  264. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/line-transect.js +1 -0
  265. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/map.defs.js +1 -0
  266. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/map.js +1 -0
  267. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/mml-provider.js +1 -0
  268. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/translations.js +1 -0
  269. package/_lib/node_modules/@luomus/laji-form/node_modules/@luomus/laji-map/lib/utils.js +1 -0
  270. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/#/e-index-of.js +1 -0
  271. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/from/index.js +1 -0
  272. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/from/is-implemented.js +1 -0
  273. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/from/shim.js +1 -0
  274. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/array/to-array.js +1 -0
  275. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/error/custom.js +1 -0
  276. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/_define-length.js +1 -0
  277. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/is-arguments.js +1 -0
  278. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/is-function.js +1 -0
  279. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/function/noop.js +1 -0
  280. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/math/sign/index.js +1 -0
  281. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/math/sign/is-implemented.js +1 -0
  282. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/math/sign/shim.js +1 -0
  283. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/is-nan/index.js +1 -0
  284. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/is-nan/is-implemented.js +1 -0
  285. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/is-nan/shim.js +1 -0
  286. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/to-integer.js +1 -0
  287. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/number/to-pos-integer.js +1 -0
  288. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/_iterate.js +1 -0
  289. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/assign/index.js +1 -0
  290. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/assign/is-implemented.js +1 -0
  291. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/assign/shim.js +1 -0
  292. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/for-each.js +1 -0
  293. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/is-callable.js +1 -0
  294. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/is-object.js +1 -0
  295. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/is-value.js +1 -0
  296. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/keys/index.js +1 -0
  297. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/keys/is-implemented.js +1 -0
  298. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/keys/shim.js +1 -0
  299. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/map.js +1 -0
  300. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/mixin.js +1 -0
  301. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/normalize-options.js +1 -0
  302. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/primitive-set.js +1 -0
  303. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/valid-callable.js +1 -0
  304. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/valid-value.js +1 -0
  305. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/validate-stringifiable-value.js +1 -0
  306. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/object/validate-stringifiable.js +1 -0
  307. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/safe-to-string.js +1 -0
  308. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/string/is-string.js +1 -0
  309. package/_lib/node_modules/@luomus/laji-form/node_modules/es5-ext/to-short-string-representation.js +1 -0
  310. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/index.js +1 -0
  311. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/is-implemented.js +1 -0
  312. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/is-symbol.js +1 -0
  313. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/lib/private/generate-name.js +1 -0
  314. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/lib/private/setup/standard-symbols.js +1 -0
  315. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/lib/private/setup/symbol-registry.js +1 -0
  316. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/polyfill.js +1 -0
  317. package/_lib/node_modules/@luomus/laji-form/node_modules/es6-symbol/validate-symbol.js +1 -0
  318. package/_lib/node_modules/@luomus/laji-form/node_modules/is-promise/index.js +1 -0
  319. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/async.js +1 -0
  320. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/dispose.js +1 -0
  321. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/max-age.js +1 -0
  322. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/max.js +1 -0
  323. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/promise.js +1 -0
  324. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/ext/ref-counter.js +1 -0
  325. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/index.js +1 -0
  326. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/configure-map.js +1 -0
  327. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/registered-extensions.js +1 -0
  328. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/resolve-length.js +1 -0
  329. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/resolve-normalize.js +1 -0
  330. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/lib/resolve-resolve.js +1 -0
  331. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get-1.js +1 -0
  332. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get-fixed.js +1 -0
  333. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get-primitive-fixed.js +1 -0
  334. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/get.js +1 -0
  335. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/normalizers/primitive.js +1 -0
  336. package/_lib/node_modules/@luomus/laji-form/node_modules/memoizee/plain.js +1 -0
  337. package/_lib/node_modules/@luomus/laji-form/node_modules/next-tick/index.js +1 -0
  338. package/_lib/node_modules/@luomus/laji-map/lib/globals.js +1 -0
  339. package/_lib/node_modules/@luomus/laji-map/lib/utils.js +1 -0
  340. package/_lib/node_modules/@luomus/laji-validate/dist/main.js +1 -0
  341. package/_lib/node_modules/@luomus/laji-validate/dist/util.js +1 -0
  342. package/_lib/node_modules/@luomus/laji-validate/dist/validators/array-duplicate-check.js +1 -0
  343. package/_lib/node_modules/@luomus/laji-validate/dist/validators/compare-date.js +1 -0
  344. package/_lib/node_modules/@luomus/laji-validate/dist/validators/compare-numerically.js +1 -0
  345. package/_lib/node_modules/@luomus/laji-validate/dist/validators/conditional-numericality.js +1 -0
  346. package/_lib/node_modules/@luomus/laji-validate/dist/validators/cross-check.js +1 -0
  347. package/_lib/node_modules/@luomus/laji-validate/dist/validators/duplicate-check.js +1 -0
  348. package/_lib/node_modules/@luomus/laji-validate/dist/validators/geometry.js +1 -0
  349. package/_lib/node_modules/@luomus/laji-validate/dist/validators/month-day-range.js +1 -0
  350. package/_lib/node_modules/@luomus/laji-validate/dist/validators/month-day.js +1 -0
  351. package/_lib/node_modules/@luomus/laji-validate/dist/validators/remote.js +1 -0
  352. package/_lib/node_modules/@luomus/laji-validate/dist/validators/string-array.js +1 -0
  353. package/_lib/node_modules/@luomus/laji-validate/dist/validators/time-array.js +1 -0
  354. package/_lib/node_modules/@luomus/laji-validate/dist/validators/time-difference.js +1 -0
  355. package/_lib/node_modules/@luomus/laji-validate/dist/validators/time.js +1 -0
  356. package/_lib/node_modules/@luomus/laji-validate/dist/validators/transect-biotope.js +1 -0
  357. package/_lib/node_modules/@luomus/laji-validate/dist/validators/unit-count.js +1 -0
  358. package/_lib/node_modules/@luomus/laji-validate/dist/validators/value-in-array.js +1 -0
  359. package/_lib/node_modules/@luomus/laji-validate/dist/validators/water-bird-pair-count.js +1 -0
  360. package/_lib/node_modules/@luomus/laji-validate/dist/validators/water-bird-short-hand.js +1 -0
  361. package/_lib/node_modules/@luomus/leaflet-draw/dist/leaflet.draw.js +1 -0
  362. package/_lib/node_modules/@luomus/leaflet-measure-path/leaflet-measure-path.js +1 -0
  363. package/_lib/node_modules/@luomus/leaflet-smooth-wheel-zoom/SmoothWheelZoom.js +1 -0
  364. package/_lib/node_modules/@luomus/leaflet-textpath/leaflet.textpath.js +1 -0
  365. package/_lib/node_modules/@luomus/leaflet.vector-markers/dist/leaflet-vector-markers.js +1 -0
  366. package/_lib/node_modules/@luomus/parse-prop-types/dist/ensureDevPropTypes.js +1 -0
  367. package/_lib/node_modules/@luomus/parse-prop-types/dist/index.js +1 -0
  368. package/_lib/node_modules/@luomus/validate/validate.js +2 -0
  369. package/_lib/node_modules/@luomus/validate/validate.js.LICENSE.txt +8 -0
  370. package/_lib/node_modules/@mapbox/geojson-area/index.js +1 -0
  371. package/_lib/node_modules/@rjsf/core/dist/core.esm.js +1 -0
  372. package/_lib/node_modules/@rjsf/utils/dist/utils.esm.js +1 -0
  373. package/_lib/node_modules/@rjsf/utils/node_modules/react-is/cjs/react-is.production.min.js +2 -0
  374. package/_lib/node_modules/@rjsf/utils/node_modules/react-is/cjs/react-is.production.min.js.LICENSE.txt +9 -0
  375. package/_lib/node_modules/@rjsf/utils/node_modules/react-is/index.js +1 -0
  376. package/_lib/node_modules/@rjsf/validator-ajv6/dist/validator-ajv6.esm.js +1 -0
  377. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/ajv.js +1 -0
  378. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/cache.js +1 -0
  379. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/async.js +1 -0
  380. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/error_classes.js +1 -0
  381. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/formats.js +1 -0
  382. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/index.js +1 -0
  383. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/resolve.js +1 -0
  384. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/rules.js +1 -0
  385. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/schema_obj.js +1 -0
  386. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/ucs2length.js +1 -0
  387. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/compile/util.js +1 -0
  388. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/data.js +1 -0
  389. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/definition_schema.js +1 -0
  390. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limit.js +1 -0
  391. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limitItems.js +1 -0
  392. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limitLength.js +1 -0
  393. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/_limitProperties.js +1 -0
  394. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/allOf.js +1 -0
  395. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/anyOf.js +1 -0
  396. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/comment.js +1 -0
  397. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/const.js +1 -0
  398. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/contains.js +1 -0
  399. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/custom.js +1 -0
  400. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/dependencies.js +1 -0
  401. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/enum.js +1 -0
  402. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/format.js +1 -0
  403. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/if.js +1 -0
  404. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/index.js +1 -0
  405. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/items.js +1 -0
  406. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/multipleOf.js +1 -0
  407. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/not.js +1 -0
  408. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/oneOf.js +1 -0
  409. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/pattern.js +1 -0
  410. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/properties.js +1 -0
  411. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/propertyNames.js +1 -0
  412. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/ref.js +1 -0
  413. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/required.js +1 -0
  414. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/uniqueItems.js +1 -0
  415. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/dotjs/validate.js +1 -0
  416. package/_lib/node_modules/@rjsf/validator-ajv6/node_modules/ajv/lib/keyword.js +1 -0
  417. package/_lib/node_modules/array-buffer-byte-length/index.js +1 -0
  418. package/_lib/node_modules/array-buffer-byte-length/node_modules/call-bind/callBound.js +1 -0
  419. package/_lib/node_modules/array-buffer-byte-length/node_modules/call-bind/index.js +1 -0
  420. package/_lib/node_modules/array-buffer-byte-length/node_modules/get-intrinsic/index.js +1 -0
  421. package/_lib/node_modules/array-buffer-byte-length/node_modules/has-symbols/index.js +1 -0
  422. package/_lib/node_modules/array-buffer-byte-length/node_modules/has-symbols/shams.js +1 -0
  423. package/_lib/node_modules/attr-accept/dist/es/index.js +1 -0
  424. package/_lib/node_modules/available-typed-arrays/index.js +1 -0
  425. package/_lib/node_modules/babel-runtime/core-js/array/from.js +1 -0
  426. package/_lib/node_modules/babel-runtime/core-js/get-iterator.js +1 -0
  427. package/_lib/node_modules/babel-runtime/core-js/is-iterable.js +1 -0
  428. package/_lib/node_modules/babel-runtime/core-js/json/stringify.js +1 -0
  429. package/_lib/node_modules/babel-runtime/core-js/object/assign.js +1 -0
  430. package/_lib/node_modules/babel-runtime/core-js/object/define-property.js +1 -0
  431. package/_lib/node_modules/babel-runtime/core-js/object/keys.js +1 -0
  432. package/_lib/node_modules/babel-runtime/core-js/promise.js +1 -0
  433. package/_lib/node_modules/babel-runtime/core-js/symbol/iterator.js +1 -0
  434. package/_lib/node_modules/babel-runtime/core-js/symbol.js +1 -0
  435. package/_lib/node_modules/babel-runtime/helpers/defineProperty.js +1 -0
  436. package/_lib/node_modules/babel-runtime/helpers/extends.js +1 -0
  437. package/_lib/node_modules/babel-runtime/helpers/slicedToArray.js +1 -0
  438. package/_lib/node_modules/babel-runtime/helpers/toConsumableArray.js +1 -0
  439. package/_lib/node_modules/babel-runtime/helpers/typeof.js +1 -0
  440. package/_lib/node_modules/call-bind/callBound.js +1 -0
  441. package/_lib/node_modules/call-bind/index.js +1 -0
  442. package/_lib/node_modules/classnames/index.js +2 -0
  443. package/_lib/node_modules/classnames/index.js.LICENSE.txt +5 -0
  444. package/_lib/node_modules/compute-gcd/lib/index.js +1 -0
  445. package/_lib/node_modules/compute-lcm/lib/index.js +1 -0
  446. package/_lib/node_modules/core-js/library/fn/array/from.js +1 -0
  447. package/_lib/node_modules/core-js/library/fn/get-iterator.js +1 -0
  448. package/_lib/node_modules/core-js/library/fn/is-iterable.js +1 -0
  449. package/_lib/node_modules/core-js/library/fn/json/stringify.js +1 -0
  450. package/_lib/node_modules/core-js/library/fn/object/assign.js +1 -0
  451. package/_lib/node_modules/core-js/library/fn/object/define-property.js +1 -0
  452. package/_lib/node_modules/core-js/library/fn/object/keys.js +1 -0
  453. package/_lib/node_modules/core-js/library/fn/promise.js +1 -0
  454. package/_lib/node_modules/core-js/library/fn/symbol/index.js +1 -0
  455. package/_lib/node_modules/core-js/library/fn/symbol/iterator.js +1 -0
  456. package/_lib/node_modules/core-js/library/modules/_a-function.js +1 -0
  457. package/_lib/node_modules/core-js/library/modules/_add-to-unscopables.js +1 -0
  458. package/_lib/node_modules/core-js/library/modules/_an-instance.js +1 -0
  459. package/_lib/node_modules/core-js/library/modules/_an-object.js +1 -0
  460. package/_lib/node_modules/core-js/library/modules/_array-includes.js +1 -0
  461. package/_lib/node_modules/core-js/library/modules/_classof.js +1 -0
  462. package/_lib/node_modules/core-js/library/modules/_cof.js +1 -0
  463. package/_lib/node_modules/core-js/library/modules/_core.js +1 -0
  464. package/_lib/node_modules/core-js/library/modules/_create-property.js +1 -0
  465. package/_lib/node_modules/core-js/library/modules/_ctx.js +1 -0
  466. package/_lib/node_modules/core-js/library/modules/_defined.js +1 -0
  467. package/_lib/node_modules/core-js/library/modules/_descriptors.js +1 -0
  468. package/_lib/node_modules/core-js/library/modules/_dom-create.js +1 -0
  469. package/_lib/node_modules/core-js/library/modules/_enum-bug-keys.js +1 -0
  470. package/_lib/node_modules/core-js/library/modules/_enum-keys.js +1 -0
  471. package/_lib/node_modules/core-js/library/modules/_export.js +1 -0
  472. package/_lib/node_modules/core-js/library/modules/_fails.js +1 -0
  473. package/_lib/node_modules/core-js/library/modules/_for-of.js +1 -0
  474. package/_lib/node_modules/core-js/library/modules/_global.js +1 -0
  475. package/_lib/node_modules/core-js/library/modules/_has.js +1 -0
  476. package/_lib/node_modules/core-js/library/modules/_hide.js +1 -0
  477. package/_lib/node_modules/core-js/library/modules/_html.js +1 -0
  478. package/_lib/node_modules/core-js/library/modules/_ie8-dom-define.js +1 -0
  479. package/_lib/node_modules/core-js/library/modules/_invoke.js +1 -0
  480. package/_lib/node_modules/core-js/library/modules/_iobject.js +1 -0
  481. package/_lib/node_modules/core-js/library/modules/_is-array-iter.js +1 -0
  482. package/_lib/node_modules/core-js/library/modules/_is-array.js +1 -0
  483. package/_lib/node_modules/core-js/library/modules/_is-object.js +1 -0
  484. package/_lib/node_modules/core-js/library/modules/_iter-call.js +1 -0
  485. package/_lib/node_modules/core-js/library/modules/_iter-create.js +1 -0
  486. package/_lib/node_modules/core-js/library/modules/_iter-define.js +1 -0
  487. package/_lib/node_modules/core-js/library/modules/_iter-detect.js +1 -0
  488. package/_lib/node_modules/core-js/library/modules/_iter-step.js +1 -0
  489. package/_lib/node_modules/core-js/library/modules/_iterators.js +1 -0
  490. package/_lib/node_modules/core-js/library/modules/_library.js +1 -0
  491. package/_lib/node_modules/core-js/library/modules/_meta.js +1 -0
  492. package/_lib/node_modules/core-js/library/modules/_microtask.js +1 -0
  493. package/_lib/node_modules/core-js/library/modules/_new-promise-capability.js +1 -0
  494. package/_lib/node_modules/core-js/library/modules/_object-assign.js +1 -0
  495. package/_lib/node_modules/core-js/library/modules/_object-create.js +1 -0
  496. package/_lib/node_modules/core-js/library/modules/_object-dp.js +1 -0
  497. package/_lib/node_modules/core-js/library/modules/_object-dps.js +1 -0
  498. package/_lib/node_modules/core-js/library/modules/_object-gopd.js +1 -0
  499. package/_lib/node_modules/core-js/library/modules/_object-gopn-ext.js +1 -0
  500. package/_lib/node_modules/core-js/library/modules/_object-gopn.js +1 -0
  501. package/_lib/node_modules/core-js/library/modules/_object-gops.js +1 -0
  502. package/_lib/node_modules/core-js/library/modules/_object-gpo.js +1 -0
  503. package/_lib/node_modules/core-js/library/modules/_object-keys-internal.js +1 -0
  504. package/_lib/node_modules/core-js/library/modules/_object-keys.js +1 -0
  505. package/_lib/node_modules/core-js/library/modules/_object-pie.js +1 -0
  506. package/_lib/node_modules/core-js/library/modules/_object-sap.js +1 -0
  507. package/_lib/node_modules/core-js/library/modules/_perform.js +1 -0
  508. package/_lib/node_modules/core-js/library/modules/_promise-resolve.js +1 -0
  509. package/_lib/node_modules/core-js/library/modules/_property-desc.js +1 -0
  510. package/_lib/node_modules/core-js/library/modules/_redefine-all.js +1 -0
  511. package/_lib/node_modules/core-js/library/modules/_redefine.js +1 -0
  512. package/_lib/node_modules/core-js/library/modules/_set-species.js +1 -0
  513. package/_lib/node_modules/core-js/library/modules/_set-to-string-tag.js +1 -0
  514. package/_lib/node_modules/core-js/library/modules/_shared-key.js +1 -0
  515. package/_lib/node_modules/core-js/library/modules/_shared.js +1 -0
  516. package/_lib/node_modules/core-js/library/modules/_species-constructor.js +1 -0
  517. package/_lib/node_modules/core-js/library/modules/_string-at.js +1 -0
  518. package/_lib/node_modules/core-js/library/modules/_task.js +1 -0
  519. package/_lib/node_modules/core-js/library/modules/_to-absolute-index.js +1 -0
  520. package/_lib/node_modules/core-js/library/modules/_to-integer.js +1 -0
  521. package/_lib/node_modules/core-js/library/modules/_to-iobject.js +1 -0
  522. package/_lib/node_modules/core-js/library/modules/_to-length.js +1 -0
  523. package/_lib/node_modules/core-js/library/modules/_to-object.js +1 -0
  524. package/_lib/node_modules/core-js/library/modules/_to-primitive.js +1 -0
  525. package/_lib/node_modules/core-js/library/modules/_uid.js +1 -0
  526. package/_lib/node_modules/core-js/library/modules/_user-agent.js +1 -0
  527. package/_lib/node_modules/core-js/library/modules/_wks-define.js +1 -0
  528. package/_lib/node_modules/core-js/library/modules/_wks-ext.js +1 -0
  529. package/_lib/node_modules/core-js/library/modules/_wks.js +1 -0
  530. package/_lib/node_modules/core-js/library/modules/core.get-iterator-method.js +1 -0
  531. package/_lib/node_modules/core-js/library/modules/core.get-iterator.js +1 -0
  532. package/_lib/node_modules/core-js/library/modules/core.is-iterable.js +1 -0
  533. package/_lib/node_modules/core-js/library/modules/es6.array.from.js +1 -0
  534. package/_lib/node_modules/core-js/library/modules/es6.array.iterator.js +1 -0
  535. package/_lib/node_modules/core-js/library/modules/es6.object.assign.js +1 -0
  536. package/_lib/node_modules/core-js/library/modules/es6.object.define-property.js +1 -0
  537. package/_lib/node_modules/core-js/library/modules/es6.object.keys.js +1 -0
  538. package/_lib/node_modules/core-js/library/modules/es6.object.to-string.js +1 -0
  539. package/_lib/node_modules/core-js/library/modules/es6.promise.js +1 -0
  540. package/_lib/node_modules/core-js/library/modules/es6.string.iterator.js +1 -0
  541. package/_lib/node_modules/core-js/library/modules/es6.symbol.js +1 -0
  542. package/_lib/node_modules/core-js/library/modules/es7.promise.finally.js +1 -0
  543. package/_lib/node_modules/core-js/library/modules/es7.promise.try.js +1 -0
  544. package/_lib/node_modules/core-js/library/modules/es7.symbol.async-iterator.js +1 -0
  545. package/_lib/node_modules/core-js/library/modules/es7.symbol.observable.js +1 -0
  546. package/_lib/node_modules/core-js/library/modules/web.dom.iterable.js +1 -0
  547. package/_lib/node_modules/cross-fetch/dist/browser-ponyfill.js +1 -0
  548. package/_lib/node_modules/d/index.js +1 -0
  549. package/_lib/node_modules/date-arithmetic/index.js +1 -0
  550. package/_lib/node_modules/deep-diff/index.js +1 -0
  551. package/_lib/node_modules/deep-equal/index.js +1 -0
  552. package/_lib/node_modules/deep-equal/node_modules/call-bind/callBound.js +1 -0
  553. package/_lib/node_modules/deep-equal/node_modules/call-bind/index.js +1 -0
  554. package/_lib/node_modules/deep-equal/node_modules/define-properties/index.js +1 -0
  555. package/_lib/node_modules/deep-equal/node_modules/get-intrinsic/index.js +1 -0
  556. package/_lib/node_modules/deep-equal/node_modules/has-symbols/index.js +1 -0
  557. package/_lib/node_modules/deep-equal/node_modules/has-symbols/shams.js +1 -0
  558. package/_lib/node_modules/deep-equal/node_modules/is-date-object/index.js +1 -0
  559. package/_lib/node_modules/deep-equal/node_modules/isarray/index.js +1 -0
  560. package/_lib/node_modules/deep-equal/node_modules/object.assign/implementation.js +1 -0
  561. package/_lib/node_modules/deep-equal/node_modules/object.assign/index.js +1 -0
  562. package/_lib/node_modules/deep-equal/node_modules/object.assign/polyfill.js +1 -0
  563. package/_lib/node_modules/deep-equal/node_modules/object.assign/shim.js +1 -0
  564. package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/implementation.js +1 -0
  565. package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/index.js +1 -0
  566. package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/polyfill.js +1 -0
  567. package/_lib/node_modules/deep-equal/node_modules/regexp.prototype.flags/shim.js +1 -0
  568. package/_lib/node_modules/deepmerge/dist/cjs.js +1 -0
  569. package/_lib/node_modules/define-data-property/index.js +1 -0
  570. package/_lib/node_modules/define-data-property/node_modules/get-intrinsic/index.js +1 -0
  571. package/_lib/node_modules/define-data-property/node_modules/has-symbols/index.js +1 -0
  572. package/_lib/node_modules/define-data-property/node_modules/has-symbols/shams.js +1 -0
  573. package/_lib/node_modules/define-properties/index.js +1 -0
  574. package/_lib/node_modules/dom-helpers/activeElement.js +1 -0
  575. package/_lib/node_modules/dom-helpers/events/filter.js +1 -0
  576. package/_lib/node_modules/dom-helpers/events/index.js +1 -0
  577. package/_lib/node_modules/dom-helpers/events/listen.js +1 -0
  578. package/_lib/node_modules/dom-helpers/events/off.js +1 -0
  579. package/_lib/node_modules/dom-helpers/events/on.js +1 -0
  580. package/_lib/node_modules/dom-helpers/ownerDocument.js +1 -0
  581. package/_lib/node_modules/dom-helpers/query/closest.js +1 -0
  582. package/_lib/node_modules/dom-helpers/query/contains.js +1 -0
  583. package/_lib/node_modules/dom-helpers/query/height.js +1 -0
  584. package/_lib/node_modules/dom-helpers/query/isWindow.js +1 -0
  585. package/_lib/node_modules/dom-helpers/query/matches.js +1 -0
  586. package/_lib/node_modules/dom-helpers/query/offset.js +1 -0
  587. package/_lib/node_modules/dom-helpers/query/querySelectorAll.js +1 -0
  588. package/_lib/node_modules/dom-helpers/query/scrollParent.js +1 -0
  589. package/_lib/node_modules/dom-helpers/query/scrollTop.js +1 -0
  590. package/_lib/node_modules/dom-helpers/style/getComputedStyle.js +1 -0
  591. package/_lib/node_modules/dom-helpers/style/index.js +1 -0
  592. package/_lib/node_modules/dom-helpers/style/removeStyle.js +1 -0
  593. package/_lib/node_modules/dom-helpers/transition/isTransform.js +1 -0
  594. package/_lib/node_modules/dom-helpers/transition/properties.js +1 -0
  595. package/_lib/node_modules/dom-helpers/util/camelize.js +1 -0
  596. package/_lib/node_modules/dom-helpers/util/camelizeStyle.js +1 -0
  597. package/_lib/node_modules/dom-helpers/util/hyphenate.js +1 -0
  598. package/_lib/node_modules/dom-helpers/util/hyphenateStyle.js +1 -0
  599. package/_lib/node_modules/dom-helpers/util/inDOM.js +1 -0
  600. package/_lib/node_modules/dom-helpers/util/requestAnimationFrame.js +1 -0
  601. package/_lib/node_modules/dom-helpers/util/scrollTo.js +1 -0
  602. package/_lib/node_modules/es-get-iterator/index.js +1 -0
  603. package/_lib/node_modules/es-get-iterator/node_modules/call-bind/callBound.js +1 -0
  604. package/_lib/node_modules/es-get-iterator/node_modules/call-bind/index.js +1 -0
  605. package/_lib/node_modules/es-get-iterator/node_modules/get-intrinsic/index.js +1 -0
  606. package/_lib/node_modules/es-get-iterator/node_modules/has-symbols/index.js +1 -0
  607. package/_lib/node_modules/es-get-iterator/node_modules/has-symbols/shams.js +1 -0
  608. package/_lib/node_modules/es-get-iterator/node_modules/is-string/index.js +1 -0
  609. package/_lib/node_modules/es-get-iterator/node_modules/isarray/index.js +1 -0
  610. package/_lib/node_modules/es5-ext/array/#/e-index-of.js +1 -0
  611. package/_lib/node_modules/es5-ext/array/from/index.js +1 -0
  612. package/_lib/node_modules/es5-ext/array/from/is-implemented.js +1 -0
  613. package/_lib/node_modules/es5-ext/array/from/shim.js +1 -0
  614. package/_lib/node_modules/es5-ext/array/to-array.js +1 -0
  615. package/_lib/node_modules/es5-ext/error/custom.js +1 -0
  616. package/_lib/node_modules/es5-ext/function/_define-length.js +1 -0
  617. package/_lib/node_modules/es5-ext/function/is-arguments.js +1 -0
  618. package/_lib/node_modules/es5-ext/function/is-function.js +1 -0
  619. package/_lib/node_modules/es5-ext/function/noop.js +1 -0
  620. package/_lib/node_modules/es5-ext/global.js +1 -0
  621. package/_lib/node_modules/es5-ext/math/sign/index.js +1 -0
  622. package/_lib/node_modules/es5-ext/math/sign/is-implemented.js +1 -0
  623. package/_lib/node_modules/es5-ext/math/sign/shim.js +1 -0
  624. package/_lib/node_modules/es5-ext/number/is-nan/index.js +1 -0
  625. package/_lib/node_modules/es5-ext/number/is-nan/is-implemented.js +1 -0
  626. package/_lib/node_modules/es5-ext/number/is-nan/shim.js +1 -0
  627. package/_lib/node_modules/es5-ext/number/to-integer.js +1 -0
  628. package/_lib/node_modules/es5-ext/number/to-pos-integer.js +1 -0
  629. package/_lib/node_modules/es5-ext/object/_iterate.js +1 -0
  630. package/_lib/node_modules/es5-ext/object/assign/index.js +1 -0
  631. package/_lib/node_modules/es5-ext/object/assign/is-implemented.js +1 -0
  632. package/_lib/node_modules/es5-ext/object/assign/shim.js +1 -0
  633. package/_lib/node_modules/es5-ext/object/for-each.js +1 -0
  634. package/_lib/node_modules/es5-ext/object/is-callable.js +1 -0
  635. package/_lib/node_modules/es5-ext/object/is-object.js +1 -0
  636. package/_lib/node_modules/es5-ext/object/is-value.js +1 -0
  637. package/_lib/node_modules/es5-ext/object/keys/index.js +1 -0
  638. package/_lib/node_modules/es5-ext/object/keys/is-implemented.js +1 -0
  639. package/_lib/node_modules/es5-ext/object/keys/shim.js +1 -0
  640. package/_lib/node_modules/es5-ext/object/map.js +1 -0
  641. package/_lib/node_modules/es5-ext/object/mixin.js +1 -0
  642. package/_lib/node_modules/es5-ext/object/normalize-options.js +1 -0
  643. package/_lib/node_modules/es5-ext/object/primitive-set.js +1 -0
  644. package/_lib/node_modules/es5-ext/object/valid-callable.js +1 -0
  645. package/_lib/node_modules/es5-ext/object/valid-value.js +1 -0
  646. package/_lib/node_modules/es5-ext/object/validate-stringifiable-value.js +1 -0
  647. package/_lib/node_modules/es5-ext/object/validate-stringifiable.js +1 -0
  648. package/_lib/node_modules/es5-ext/safe-to-string.js +1 -0
  649. package/_lib/node_modules/es5-ext/string/#/contains/index.js +1 -0
  650. package/_lib/node_modules/es5-ext/string/#/contains/is-implemented.js +1 -0
  651. package/_lib/node_modules/es5-ext/string/#/contains/shim.js +1 -0
  652. package/_lib/node_modules/es5-ext/string/is-string.js +1 -0
  653. package/_lib/node_modules/es5-ext/to-short-string-representation.js +1 -0
  654. package/_lib/node_modules/es6-symbol/index.js +1 -0
  655. package/_lib/node_modules/es6-symbol/is-implemented.js +1 -0
  656. package/_lib/node_modules/es6-symbol/is-symbol.js +1 -0
  657. package/_lib/node_modules/es6-symbol/lib/private/generate-name.js +1 -0
  658. package/_lib/node_modules/es6-symbol/lib/private/setup/standard-symbols.js +1 -0
  659. package/_lib/node_modules/es6-symbol/lib/private/setup/symbol-registry.js +1 -0
  660. package/_lib/node_modules/es6-symbol/polyfill.js +1 -0
  661. package/_lib/node_modules/es6-symbol/validate-symbol.js +1 -0
  662. package/_lib/node_modules/event-emitter/index.js +1 -0
  663. package/_lib/node_modules/exenv/index.js +2 -0
  664. package/_lib/node_modules/exenv/index.js.LICENSE.txt +5 -0
  665. package/_lib/node_modules/exif-js/exif.js +1 -0
  666. package/_lib/node_modules/ext/global-this/implementation.js +1 -0
  667. package/_lib/node_modules/ext/global-this/index.js +1 -0
  668. package/_lib/node_modules/ext/global-this/is-implemented.js +1 -0
  669. package/_lib/node_modules/fast-deep-equal/index.js +1 -0
  670. package/_lib/node_modules/fast-json-patch/index.mjs +1 -0
  671. package/_lib/node_modules/fast-json-patch/module/core.mjs +1 -0
  672. package/_lib/node_modules/fast-json-patch/module/duplex.mjs +2 -0
  673. package/_lib/node_modules/fast-json-patch/module/duplex.mjs.LICENSE.txt +5 -0
  674. package/_lib/node_modules/fast-json-patch/module/helpers.mjs +2 -0
  675. package/_lib/node_modules/fast-json-patch/module/helpers.mjs.LICENSE.txt +5 -0
  676. package/_lib/node_modules/fast-json-stable-stringify/index.js +1 -0
  677. package/_lib/node_modules/file-selector/dist/es5/file-selector.js +1 -0
  678. package/_lib/node_modules/file-selector/dist/es5/file.js +1 -0
  679. package/_lib/node_modules/file-selector/dist/es5/index.js +1 -0
  680. package/_lib/node_modules/file-selector/node_modules/tslib/tslib.es6.mjs +1 -0
  681. package/_lib/node_modules/for-each/index.js +1 -0
  682. package/_lib/node_modules/function-bind/implementation.js +1 -0
  683. package/_lib/node_modules/function-bind/index.js +1 -0
  684. package/_lib/node_modules/functions-have-names/index.js +1 -0
  685. package/_lib/node_modules/geojson-bounds/index.js +1 -0
  686. package/_lib/node_modules/get-intrinsic/index.js +1 -0
  687. package/_lib/node_modules/get-intrinsic/node_modules/has-symbols/index.js +1 -0
  688. package/_lib/node_modules/get-intrinsic/node_modules/has-symbols/shams.js +1 -0
  689. package/_lib/node_modules/gopd/index.js +1 -0
  690. package/_lib/node_modules/gopd/node_modules/get-intrinsic/index.js +1 -0
  691. package/_lib/node_modules/gopd/node_modules/has-symbols/index.js +1 -0
  692. package/_lib/node_modules/gopd/node_modules/has-symbols/shams.js +1 -0
  693. package/_lib/node_modules/has-bigints/index.js +1 -0
  694. package/_lib/node_modules/has-property-descriptors/index.js +1 -0
  695. package/_lib/node_modules/has-property-descriptors/node_modules/get-intrinsic/index.js +1 -0
  696. package/_lib/node_modules/has-property-descriptors/node_modules/has-symbols/index.js +1 -0
  697. package/_lib/node_modules/has-property-descriptors/node_modules/has-symbols/shams.js +1 -0
  698. package/_lib/node_modules/has-proto/index.js +1 -0
  699. package/_lib/node_modules/has-symbols/index.js +1 -0
  700. package/_lib/node_modules/has-symbols/shams.js +1 -0
  701. package/_lib/node_modules/has-tostringtag/node_modules/has-symbols/shams.js +1 -0
  702. package/_lib/node_modules/has-tostringtag/shams.js +1 -0
  703. package/_lib/node_modules/immutability-helper/index.js +1 -0
  704. package/_lib/node_modules/invariant/browser.js +1 -0
  705. package/_lib/node_modules/is-arguments/index.js +1 -0
  706. package/_lib/node_modules/is-arguments/node_modules/call-bind/callBound.js +1 -0
  707. package/_lib/node_modules/is-arguments/node_modules/call-bind/index.js +1 -0
  708. package/_lib/node_modules/is-arguments/node_modules/get-intrinsic/index.js +1 -0
  709. package/_lib/node_modules/is-arguments/node_modules/has-symbols/index.js +1 -0
  710. package/_lib/node_modules/is-arguments/node_modules/has-symbols/shams.js +1 -0
  711. package/_lib/node_modules/is-array-buffer/index.js +1 -0
  712. package/_lib/node_modules/is-array-buffer/node_modules/call-bind/callBound.js +1 -0
  713. package/_lib/node_modules/is-array-buffer/node_modules/call-bind/index.js +1 -0
  714. package/_lib/node_modules/is-array-buffer/node_modules/get-intrinsic/index.js +1 -0
  715. package/_lib/node_modules/is-array-buffer/node_modules/has-symbols/index.js +1 -0
  716. package/_lib/node_modules/is-array-buffer/node_modules/has-symbols/shams.js +1 -0
  717. package/_lib/node_modules/is-bigint/index.js +1 -0
  718. package/_lib/node_modules/is-boolean-object/index.js +1 -0
  719. package/_lib/node_modules/is-boolean-object/node_modules/call-bind/callBound.js +1 -0
  720. package/_lib/node_modules/is-boolean-object/node_modules/call-bind/index.js +1 -0
  721. package/_lib/node_modules/is-boolean-object/node_modules/get-intrinsic/index.js +1 -0
  722. package/_lib/node_modules/is-callable/index.js +1 -0
  723. package/_lib/node_modules/is-map/index.js +1 -0
  724. package/_lib/node_modules/is-number-object/index.js +1 -0
  725. package/_lib/node_modules/is-promise/index.js +1 -0
  726. package/_lib/node_modules/is-regex/index.js +1 -0
  727. package/_lib/node_modules/is-regex/node_modules/call-bind/callBound.js +1 -0
  728. package/_lib/node_modules/is-regex/node_modules/call-bind/index.js +1 -0
  729. package/_lib/node_modules/is-regex/node_modules/get-intrinsic/index.js +1 -0
  730. package/_lib/node_modules/is-regex/node_modules/has-symbols/index.js +1 -0
  731. package/_lib/node_modules/is-regex/node_modules/has-symbols/shams.js +1 -0
  732. package/_lib/node_modules/is-set/index.js +1 -0
  733. package/_lib/node_modules/is-shared-array-buffer/index.js +1 -0
  734. package/_lib/node_modules/is-shared-array-buffer/node_modules/call-bind/callBound.js +1 -0
  735. package/_lib/node_modules/is-shared-array-buffer/node_modules/call-bind/index.js +1 -0
  736. package/_lib/node_modules/is-shared-array-buffer/node_modules/get-intrinsic/index.js +1 -0
  737. package/_lib/node_modules/is-shared-array-buffer/node_modules/has-symbols/index.js +1 -0
  738. package/_lib/node_modules/is-shared-array-buffer/node_modules/has-symbols/shams.js +1 -0
  739. package/_lib/node_modules/is-string/index.js +1 -0
  740. package/_lib/node_modules/is-symbol/index.js +1 -0
  741. package/_lib/node_modules/is-symbol/node_modules/has-symbols/index.js +1 -0
  742. package/_lib/node_modules/is-symbol/node_modules/has-symbols/shams.js +1 -0
  743. package/_lib/node_modules/is-typed-array/index.js +1 -0
  744. package/_lib/node_modules/is-weakmap/index.js +1 -0
  745. package/_lib/node_modules/is-weakset/index.js +1 -0
  746. package/_lib/node_modules/is-weakset/node_modules/call-bind/callBound.js +1 -0
  747. package/_lib/node_modules/is-weakset/node_modules/call-bind/index.js +1 -0
  748. package/_lib/node_modules/is-weakset/node_modules/get-intrinsic/index.js +1 -0
  749. package/_lib/node_modules/is-weakset/node_modules/has-symbols/index.js +1 -0
  750. package/_lib/node_modules/is-weakset/node_modules/has-symbols/shams.js +1 -0
  751. package/_lib/node_modules/isomorphic-fetch/fetch-npm-browserify.js +1 -0
  752. package/_lib/node_modules/json-schema-traverse/index.js +1 -0
  753. package/_lib/node_modules/jsonpointer/jsonpointer.js +1 -0
  754. package/_lib/node_modules/leaflet/dist/leaflet-src.js +1 -0
  755. package/_lib/node_modules/leaflet-contextmenu/dist/leaflet.contextmenu.js +2 -0
  756. package/_lib/node_modules/leaflet-contextmenu/dist/leaflet.contextmenu.js.LICENSE.txt +6 -0
  757. package/_lib/node_modules/leaflet-geosearch/dist/geosearch.module.js +1 -0
  758. package/_lib/node_modules/leaflet-geosearch/lib/SearchControl.js +1 -0
  759. package/_lib/node_modules/leaflet-geosearch/lib/SearchElement.js +1 -0
  760. package/_lib/node_modules/leaflet-geosearch/lib/constants.js +1 -0
  761. package/_lib/node_modules/leaflet-geosearch/lib/domUtils.js +1 -0
  762. package/_lib/node_modules/leaflet-geosearch/lib/lib/debounce.js +1 -0
  763. package/_lib/node_modules/leaflet-geosearch/lib/providers/provider.js +1 -0
  764. package/_lib/node_modules/leaflet-geosearch/lib/resultList.js +1 -0
  765. package/_lib/node_modules/leaflet.markercluster/dist/leaflet.markercluster-src.js +1 -0
  766. package/_lib/node_modules/leaflet.nontiledlayer/dist/NonTiledLayer-src.js +1 -0
  767. package/_lib/node_modules/lodash/_DataView.js +1 -0
  768. package/_lib/node_modules/lodash/_Hash.js +1 -0
  769. package/_lib/node_modules/lodash/_ListCache.js +1 -0
  770. package/_lib/node_modules/lodash/_Map.js +1 -0
  771. package/_lib/node_modules/lodash/_MapCache.js +1 -0
  772. package/_lib/node_modules/lodash/_Promise.js +1 -0
  773. package/_lib/node_modules/lodash/_Set.js +1 -0
  774. package/_lib/node_modules/lodash/_SetCache.js +1 -0
  775. package/_lib/node_modules/lodash/_Stack.js +1 -0
  776. package/_lib/node_modules/lodash/_Symbol.js +1 -0
  777. package/_lib/node_modules/lodash/_Uint8Array.js +1 -0
  778. package/_lib/node_modules/lodash/_WeakMap.js +1 -0
  779. package/_lib/node_modules/lodash/_apply.js +1 -0
  780. package/_lib/node_modules/lodash/_arrayEach.js +1 -0
  781. package/_lib/node_modules/lodash/_arrayFilter.js +1 -0
  782. package/_lib/node_modules/lodash/_arrayIncludes.js +1 -0
  783. package/_lib/node_modules/lodash/_arrayIncludesWith.js +1 -0
  784. package/_lib/node_modules/lodash/_arrayLikeKeys.js +1 -0
  785. package/_lib/node_modules/lodash/_arrayMap.js +1 -0
  786. package/_lib/node_modules/lodash/_arrayPush.js +1 -0
  787. package/_lib/node_modules/lodash/_arraySome.js +1 -0
  788. package/_lib/node_modules/lodash/_assignMergeValue.js +1 -0
  789. package/_lib/node_modules/lodash/_assignValue.js +1 -0
  790. package/_lib/node_modules/lodash/_assocIndexOf.js +1 -0
  791. package/_lib/node_modules/lodash/_baseAssign.js +1 -0
  792. package/_lib/node_modules/lodash/_baseAssignIn.js +1 -0
  793. package/_lib/node_modules/lodash/_baseAssignValue.js +1 -0
  794. package/_lib/node_modules/lodash/_baseClone.js +1 -0
  795. package/_lib/node_modules/lodash/_baseCreate.js +1 -0
  796. package/_lib/node_modules/lodash/_baseDifference.js +1 -0
  797. package/_lib/node_modules/lodash/_baseEach.js +1 -0
  798. package/_lib/node_modules/lodash/_baseFindIndex.js +1 -0
  799. package/_lib/node_modules/lodash/_baseFlatten.js +1 -0
  800. package/_lib/node_modules/lodash/_baseFor.js +1 -0
  801. package/_lib/node_modules/lodash/_baseForOwn.js +1 -0
  802. package/_lib/node_modules/lodash/_baseGet.js +1 -0
  803. package/_lib/node_modules/lodash/_baseGetAllKeys.js +1 -0
  804. package/_lib/node_modules/lodash/_baseGetTag.js +1 -0
  805. package/_lib/node_modules/lodash/_baseHasIn.js +1 -0
  806. package/_lib/node_modules/lodash/_baseIndexOf.js +1 -0
  807. package/_lib/node_modules/lodash/_baseIndexOfWith.js +1 -0
  808. package/_lib/node_modules/lodash/_baseIntersection.js +1 -0
  809. package/_lib/node_modules/lodash/_baseIsArguments.js +1 -0
  810. package/_lib/node_modules/lodash/_baseIsEqual.js +1 -0
  811. package/_lib/node_modules/lodash/_baseIsEqualDeep.js +1 -0
  812. package/_lib/node_modules/lodash/_baseIsMap.js +1 -0
  813. package/_lib/node_modules/lodash/_baseIsMatch.js +1 -0
  814. package/_lib/node_modules/lodash/_baseIsNaN.js +1 -0
  815. package/_lib/node_modules/lodash/_baseIsNative.js +1 -0
  816. package/_lib/node_modules/lodash/_baseIsSet.js +1 -0
  817. package/_lib/node_modules/lodash/_baseIsTypedArray.js +1 -0
  818. package/_lib/node_modules/lodash/_baseIteratee.js +1 -0
  819. package/_lib/node_modules/lodash/_baseKeys.js +1 -0
  820. package/_lib/node_modules/lodash/_baseKeysIn.js +1 -0
  821. package/_lib/node_modules/lodash/_baseMap.js +1 -0
  822. package/_lib/node_modules/lodash/_baseMatches.js +1 -0
  823. package/_lib/node_modules/lodash/_baseMatchesProperty.js +1 -0
  824. package/_lib/node_modules/lodash/_baseMerge.js +1 -0
  825. package/_lib/node_modules/lodash/_baseMergeDeep.js +1 -0
  826. package/_lib/node_modules/lodash/_baseOrderBy.js +1 -0
  827. package/_lib/node_modules/lodash/_baseProperty.js +1 -0
  828. package/_lib/node_modules/lodash/_basePropertyDeep.js +1 -0
  829. package/_lib/node_modules/lodash/_basePullAll.js +1 -0
  830. package/_lib/node_modules/lodash/_baseRest.js +1 -0
  831. package/_lib/node_modules/lodash/_baseSetToString.js +1 -0
  832. package/_lib/node_modules/lodash/_baseSortBy.js +1 -0
  833. package/_lib/node_modules/lodash/_baseTimes.js +1 -0
  834. package/_lib/node_modules/lodash/_baseToString.js +1 -0
  835. package/_lib/node_modules/lodash/_baseUnary.js +1 -0
  836. package/_lib/node_modules/lodash/_baseUniq.js +1 -0
  837. package/_lib/node_modules/lodash/_cacheHas.js +1 -0
  838. package/_lib/node_modules/lodash/_castArrayLikeObject.js +1 -0
  839. package/_lib/node_modules/lodash/_castFunction.js +1 -0
  840. package/_lib/node_modules/lodash/_castPath.js +1 -0
  841. package/_lib/node_modules/lodash/_cloneArrayBuffer.js +1 -0
  842. package/_lib/node_modules/lodash/_cloneBuffer.js +1 -0
  843. package/_lib/node_modules/lodash/_cloneDataView.js +1 -0
  844. package/_lib/node_modules/lodash/_cloneRegExp.js +1 -0
  845. package/_lib/node_modules/lodash/_cloneSymbol.js +1 -0
  846. package/_lib/node_modules/lodash/_cloneTypedArray.js +1 -0
  847. package/_lib/node_modules/lodash/_compareAscending.js +1 -0
  848. package/_lib/node_modules/lodash/_compareMultiple.js +1 -0
  849. package/_lib/node_modules/lodash/_copyArray.js +1 -0
  850. package/_lib/node_modules/lodash/_copyObject.js +1 -0
  851. package/_lib/node_modules/lodash/_copySymbols.js +1 -0
  852. package/_lib/node_modules/lodash/_copySymbolsIn.js +1 -0
  853. package/_lib/node_modules/lodash/_coreJsData.js +1 -0
  854. package/_lib/node_modules/lodash/_createAssigner.js +1 -0
  855. package/_lib/node_modules/lodash/_createBaseEach.js +1 -0
  856. package/_lib/node_modules/lodash/_createBaseFor.js +1 -0
  857. package/_lib/node_modules/lodash/_createSet.js +1 -0
  858. package/_lib/node_modules/lodash/_customDefaultsMerge.js +1 -0
  859. package/_lib/node_modules/lodash/_defineProperty.js +1 -0
  860. package/_lib/node_modules/lodash/_equalArrays.js +1 -0
  861. package/_lib/node_modules/lodash/_equalByTag.js +1 -0
  862. package/_lib/node_modules/lodash/_equalObjects.js +1 -0
  863. package/_lib/node_modules/lodash/_freeGlobal.js +1 -0
  864. package/_lib/node_modules/lodash/_getAllKeys.js +1 -0
  865. package/_lib/node_modules/lodash/_getAllKeysIn.js +1 -0
  866. package/_lib/node_modules/lodash/_getMapData.js +1 -0
  867. package/_lib/node_modules/lodash/_getMatchData.js +1 -0
  868. package/_lib/node_modules/lodash/_getNative.js +1 -0
  869. package/_lib/node_modules/lodash/_getPrototype.js +1 -0
  870. package/_lib/node_modules/lodash/_getRawTag.js +1 -0
  871. package/_lib/node_modules/lodash/_getSymbols.js +1 -0
  872. package/_lib/node_modules/lodash/_getSymbolsIn.js +1 -0
  873. package/_lib/node_modules/lodash/_getTag.js +1 -0
  874. package/_lib/node_modules/lodash/_getValue.js +1 -0
  875. package/_lib/node_modules/lodash/_hasPath.js +1 -0
  876. package/_lib/node_modules/lodash/_hashClear.js +1 -0
  877. package/_lib/node_modules/lodash/_hashDelete.js +1 -0
  878. package/_lib/node_modules/lodash/_hashGet.js +1 -0
  879. package/_lib/node_modules/lodash/_hashHas.js +1 -0
  880. package/_lib/node_modules/lodash/_hashSet.js +1 -0
  881. package/_lib/node_modules/lodash/_initCloneArray.js +1 -0
  882. package/_lib/node_modules/lodash/_initCloneByTag.js +1 -0
  883. package/_lib/node_modules/lodash/_initCloneObject.js +1 -0
  884. package/_lib/node_modules/lodash/_isFlattenable.js +1 -0
  885. package/_lib/node_modules/lodash/_isIndex.js +1 -0
  886. package/_lib/node_modules/lodash/_isIterateeCall.js +1 -0
  887. package/_lib/node_modules/lodash/_isKey.js +1 -0
  888. package/_lib/node_modules/lodash/_isKeyable.js +1 -0
  889. package/_lib/node_modules/lodash/_isMasked.js +1 -0
  890. package/_lib/node_modules/lodash/_isPrototype.js +1 -0
  891. package/_lib/node_modules/lodash/_isStrictComparable.js +1 -0
  892. package/_lib/node_modules/lodash/_listCacheClear.js +1 -0
  893. package/_lib/node_modules/lodash/_listCacheDelete.js +1 -0
  894. package/_lib/node_modules/lodash/_listCacheGet.js +1 -0
  895. package/_lib/node_modules/lodash/_listCacheHas.js +1 -0
  896. package/_lib/node_modules/lodash/_listCacheSet.js +1 -0
  897. package/_lib/node_modules/lodash/_mapCacheClear.js +1 -0
  898. package/_lib/node_modules/lodash/_mapCacheDelete.js +1 -0
  899. package/_lib/node_modules/lodash/_mapCacheGet.js +1 -0
  900. package/_lib/node_modules/lodash/_mapCacheHas.js +1 -0
  901. package/_lib/node_modules/lodash/_mapCacheSet.js +1 -0
  902. package/_lib/node_modules/lodash/_mapToArray.js +1 -0
  903. package/_lib/node_modules/lodash/_matchesStrictComparable.js +1 -0
  904. package/_lib/node_modules/lodash/_memoizeCapped.js +1 -0
  905. package/_lib/node_modules/lodash/_nativeCreate.js +1 -0
  906. package/_lib/node_modules/lodash/_nativeKeys.js +1 -0
  907. package/_lib/node_modules/lodash/_nativeKeysIn.js +1 -0
  908. package/_lib/node_modules/lodash/_nodeUtil.js +1 -0
  909. package/_lib/node_modules/lodash/_objectToString.js +1 -0
  910. package/_lib/node_modules/lodash/_overArg.js +1 -0
  911. package/_lib/node_modules/lodash/_overRest.js +1 -0
  912. package/_lib/node_modules/lodash/_root.js +1 -0
  913. package/_lib/node_modules/lodash/_safeGet.js +1 -0
  914. package/_lib/node_modules/lodash/_setCacheAdd.js +1 -0
  915. package/_lib/node_modules/lodash/_setCacheHas.js +1 -0
  916. package/_lib/node_modules/lodash/_setToArray.js +1 -0
  917. package/_lib/node_modules/lodash/_setToString.js +1 -0
  918. package/_lib/node_modules/lodash/_shortOut.js +1 -0
  919. package/_lib/node_modules/lodash/_stackClear.js +1 -0
  920. package/_lib/node_modules/lodash/_stackDelete.js +1 -0
  921. package/_lib/node_modules/lodash/_stackGet.js +1 -0
  922. package/_lib/node_modules/lodash/_stackHas.js +1 -0
  923. package/_lib/node_modules/lodash/_stackSet.js +1 -0
  924. package/_lib/node_modules/lodash/_strictIndexOf.js +1 -0
  925. package/_lib/node_modules/lodash/_stringToPath.js +1 -0
  926. package/_lib/node_modules/lodash/_toKey.js +1 -0
  927. package/_lib/node_modules/lodash/_toSource.js +1 -0
  928. package/_lib/node_modules/lodash/cloneDeep.js +1 -0
  929. package/_lib/node_modules/lodash/constant.js +1 -0
  930. package/_lib/node_modules/lodash/defaults.js +1 -0
  931. package/_lib/node_modules/lodash/defaultsDeep.js +1 -0
  932. package/_lib/node_modules/lodash/eq.js +1 -0
  933. package/_lib/node_modules/lodash/flatten.js +1 -0
  934. package/_lib/node_modules/lodash/flattenDeep.js +1 -0
  935. package/_lib/node_modules/lodash/forEach.js +1 -0
  936. package/_lib/node_modules/lodash/get.js +1 -0
  937. package/_lib/node_modules/lodash/hasIn.js +1 -0
  938. package/_lib/node_modules/lodash/identity.js +1 -0
  939. package/_lib/node_modules/lodash/intersection.js +1 -0
  940. package/_lib/node_modules/lodash/intersectionWith.js +1 -0
  941. package/_lib/node_modules/lodash/isArguments.js +1 -0
  942. package/_lib/node_modules/lodash/isArray.js +1 -0
  943. package/_lib/node_modules/lodash/isArrayLike.js +1 -0
  944. package/_lib/node_modules/lodash/isArrayLikeObject.js +1 -0
  945. package/_lib/node_modules/lodash/isBoolean.js +1 -0
  946. package/_lib/node_modules/lodash/isBuffer.js +1 -0
  947. package/_lib/node_modules/lodash/isEqual.js +1 -0
  948. package/_lib/node_modules/lodash/isFunction.js +1 -0
  949. package/_lib/node_modules/lodash/isLength.js +1 -0
  950. package/_lib/node_modules/lodash/isMap.js +1 -0
  951. package/_lib/node_modules/lodash/isObject.js +1 -0
  952. package/_lib/node_modules/lodash/isObjectLike.js +1 -0
  953. package/_lib/node_modules/lodash/isPlainObject.js +1 -0
  954. package/_lib/node_modules/lodash/isSet.js +1 -0
  955. package/_lib/node_modules/lodash/isSymbol.js +1 -0
  956. package/_lib/node_modules/lodash/isTypedArray.js +1 -0
  957. package/_lib/node_modules/lodash/keys.js +1 -0
  958. package/_lib/node_modules/lodash/keysIn.js +1 -0
  959. package/_lib/node_modules/lodash/last.js +1 -0
  960. package/_lib/node_modules/lodash/memoize.js +1 -0
  961. package/_lib/node_modules/lodash/mergeWith.js +1 -0
  962. package/_lib/node_modules/lodash/noop.js +1 -0
  963. package/_lib/node_modules/lodash/property.js +1 -0
  964. package/_lib/node_modules/lodash/pullAll.js +1 -0
  965. package/_lib/node_modules/lodash/sortBy.js +1 -0
  966. package/_lib/node_modules/lodash/stubArray.js +1 -0
  967. package/_lib/node_modules/lodash/stubFalse.js +1 -0
  968. package/_lib/node_modules/lodash/toPlainObject.js +1 -0
  969. package/_lib/node_modules/lodash/toString.js +1 -0
  970. package/_lib/node_modules/lodash/uniq.js +1 -0
  971. package/_lib/node_modules/lodash/uniqWith.js +1 -0
  972. package/_lib/node_modules/lodash/without.js +1 -0
  973. package/_lib/node_modules/lodash-es/_DataView.js +1 -0
  974. package/_lib/node_modules/lodash-es/_Hash.js +1 -0
  975. package/_lib/node_modules/lodash-es/_ListCache.js +1 -0
  976. package/_lib/node_modules/lodash-es/_Map.js +1 -0
  977. package/_lib/node_modules/lodash-es/_MapCache.js +1 -0
  978. package/_lib/node_modules/lodash-es/_Promise.js +1 -0
  979. package/_lib/node_modules/lodash-es/_Set.js +1 -0
  980. package/_lib/node_modules/lodash-es/_SetCache.js +1 -0
  981. package/_lib/node_modules/lodash-es/_Stack.js +1 -0
  982. package/_lib/node_modules/lodash-es/_Symbol.js +1 -0
  983. package/_lib/node_modules/lodash-es/_Uint8Array.js +1 -0
  984. package/_lib/node_modules/lodash-es/_WeakMap.js +1 -0
  985. package/_lib/node_modules/lodash-es/_apply.js +1 -0
  986. package/_lib/node_modules/lodash-es/_arrayEach.js +1 -0
  987. package/_lib/node_modules/lodash-es/_arrayFilter.js +1 -0
  988. package/_lib/node_modules/lodash-es/_arrayIncludes.js +1 -0
  989. package/_lib/node_modules/lodash-es/_arrayIncludesWith.js +1 -0
  990. package/_lib/node_modules/lodash-es/_arrayLikeKeys.js +1 -0
  991. package/_lib/node_modules/lodash-es/_arrayMap.js +1 -0
  992. package/_lib/node_modules/lodash-es/_arrayPush.js +1 -0
  993. package/_lib/node_modules/lodash-es/_arrayReduce.js +1 -0
  994. package/_lib/node_modules/lodash-es/_arraySome.js +1 -0
  995. package/_lib/node_modules/lodash-es/_assignValue.js +1 -0
  996. package/_lib/node_modules/lodash-es/_assocIndexOf.js +1 -0
  997. package/_lib/node_modules/lodash-es/_baseAssign.js +1 -0
  998. package/_lib/node_modules/lodash-es/_baseAssignIn.js +1 -0
  999. package/_lib/node_modules/lodash-es/_baseAssignValue.js +1 -0
  1000. package/_lib/node_modules/lodash-es/_baseClone.js +1 -0
  1001. package/_lib/node_modules/lodash-es/_baseCreate.js +1 -0
  1002. package/_lib/node_modules/lodash-es/_baseEach.js +1 -0
  1003. package/_lib/node_modules/lodash-es/_baseFindIndex.js +1 -0
  1004. package/_lib/node_modules/lodash-es/_baseFlatten.js +1 -0
  1005. package/_lib/node_modules/lodash-es/_baseFor.js +1 -0
  1006. package/_lib/node_modules/lodash-es/_baseForOwn.js +1 -0
  1007. package/_lib/node_modules/lodash-es/_baseGet.js +1 -0
  1008. package/_lib/node_modules/lodash-es/_baseGetAllKeys.js +1 -0
  1009. package/_lib/node_modules/lodash-es/_baseGetTag.js +1 -0
  1010. package/_lib/node_modules/lodash-es/_baseHas.js +1 -0
  1011. package/_lib/node_modules/lodash-es/_baseHasIn.js +1 -0
  1012. package/_lib/node_modules/lodash-es/_baseIndexOf.js +1 -0
  1013. package/_lib/node_modules/lodash-es/_baseIsArguments.js +1 -0
  1014. package/_lib/node_modules/lodash-es/_baseIsEqual.js +1 -0
  1015. package/_lib/node_modules/lodash-es/_baseIsEqualDeep.js +1 -0
  1016. package/_lib/node_modules/lodash-es/_baseIsMap.js +1 -0
  1017. package/_lib/node_modules/lodash-es/_baseIsMatch.js +1 -0
  1018. package/_lib/node_modules/lodash-es/_baseIsNaN.js +1 -0
  1019. package/_lib/node_modules/lodash-es/_baseIsNative.js +1 -0
  1020. package/_lib/node_modules/lodash-es/_baseIsSet.js +1 -0
  1021. package/_lib/node_modules/lodash-es/_baseIsTypedArray.js +1 -0
  1022. package/_lib/node_modules/lodash-es/_baseIteratee.js +1 -0
  1023. package/_lib/node_modules/lodash-es/_baseKeys.js +1 -0
  1024. package/_lib/node_modules/lodash-es/_baseKeysIn.js +1 -0
  1025. package/_lib/node_modules/lodash-es/_baseMatches.js +1 -0
  1026. package/_lib/node_modules/lodash-es/_baseMatchesProperty.js +1 -0
  1027. package/_lib/node_modules/lodash-es/_basePick.js +1 -0
  1028. package/_lib/node_modules/lodash-es/_basePickBy.js +1 -0
  1029. package/_lib/node_modules/lodash-es/_baseProperty.js +1 -0
  1030. package/_lib/node_modules/lodash-es/_basePropertyDeep.js +1 -0
  1031. package/_lib/node_modules/lodash-es/_baseReduce.js +1 -0
  1032. package/_lib/node_modules/lodash-es/_baseRest.js +1 -0
  1033. package/_lib/node_modules/lodash-es/_baseSet.js +1 -0
  1034. package/_lib/node_modules/lodash-es/_baseSetToString.js +1 -0
  1035. package/_lib/node_modules/lodash-es/_baseSlice.js +1 -0
  1036. package/_lib/node_modules/lodash-es/_baseTimes.js +1 -0
  1037. package/_lib/node_modules/lodash-es/_baseToString.js +1 -0
  1038. package/_lib/node_modules/lodash-es/_baseTrim.js +1 -0
  1039. package/_lib/node_modules/lodash-es/_baseUnary.js +1 -0
  1040. package/_lib/node_modules/lodash-es/_baseUniq.js +1 -0
  1041. package/_lib/node_modules/lodash-es/_baseUnset.js +1 -0
  1042. package/_lib/node_modules/lodash-es/_cacheHas.js +1 -0
  1043. package/_lib/node_modules/lodash-es/_castFunction.js +1 -0
  1044. package/_lib/node_modules/lodash-es/_castPath.js +1 -0
  1045. package/_lib/node_modules/lodash-es/_cloneArrayBuffer.js +1 -0
  1046. package/_lib/node_modules/lodash-es/_cloneBuffer.js +1 -0
  1047. package/_lib/node_modules/lodash-es/_cloneDataView.js +1 -0
  1048. package/_lib/node_modules/lodash-es/_cloneRegExp.js +1 -0
  1049. package/_lib/node_modules/lodash-es/_cloneSymbol.js +1 -0
  1050. package/_lib/node_modules/lodash-es/_cloneTypedArray.js +1 -0
  1051. package/_lib/node_modules/lodash-es/_copyArray.js +1 -0
  1052. package/_lib/node_modules/lodash-es/_copyObject.js +1 -0
  1053. package/_lib/node_modules/lodash-es/_copySymbols.js +1 -0
  1054. package/_lib/node_modules/lodash-es/_copySymbolsIn.js +1 -0
  1055. package/_lib/node_modules/lodash-es/_coreJsData.js +1 -0
  1056. package/_lib/node_modules/lodash-es/_createBaseEach.js +1 -0
  1057. package/_lib/node_modules/lodash-es/_createBaseFor.js +1 -0
  1058. package/_lib/node_modules/lodash-es/_createSet.js +1 -0
  1059. package/_lib/node_modules/lodash-es/_customOmitClone.js +1 -0
  1060. package/_lib/node_modules/lodash-es/_defineProperty.js +1 -0
  1061. package/_lib/node_modules/lodash-es/_equalArrays.js +1 -0
  1062. package/_lib/node_modules/lodash-es/_equalByTag.js +1 -0
  1063. package/_lib/node_modules/lodash-es/_equalObjects.js +1 -0
  1064. package/_lib/node_modules/lodash-es/_flatRest.js +1 -0
  1065. package/_lib/node_modules/lodash-es/_freeGlobal.js +1 -0
  1066. package/_lib/node_modules/lodash-es/_getAllKeys.js +1 -0
  1067. package/_lib/node_modules/lodash-es/_getAllKeysIn.js +1 -0
  1068. package/_lib/node_modules/lodash-es/_getMapData.js +1 -0
  1069. package/_lib/node_modules/lodash-es/_getMatchData.js +1 -0
  1070. package/_lib/node_modules/lodash-es/_getNative.js +1 -0
  1071. package/_lib/node_modules/lodash-es/_getPrototype.js +1 -0
  1072. package/_lib/node_modules/lodash-es/_getRawTag.js +1 -0
  1073. package/_lib/node_modules/lodash-es/_getSymbols.js +1 -0
  1074. package/_lib/node_modules/lodash-es/_getSymbolsIn.js +1 -0
  1075. package/_lib/node_modules/lodash-es/_getTag.js +1 -0
  1076. package/_lib/node_modules/lodash-es/_getValue.js +1 -0
  1077. package/_lib/node_modules/lodash-es/_hasPath.js +1 -0
  1078. package/_lib/node_modules/lodash-es/_hashClear.js +1 -0
  1079. package/_lib/node_modules/lodash-es/_hashDelete.js +1 -0
  1080. package/_lib/node_modules/lodash-es/_hashGet.js +1 -0
  1081. package/_lib/node_modules/lodash-es/_hashHas.js +1 -0
  1082. package/_lib/node_modules/lodash-es/_hashSet.js +1 -0
  1083. package/_lib/node_modules/lodash-es/_initCloneArray.js +1 -0
  1084. package/_lib/node_modules/lodash-es/_initCloneByTag.js +1 -0
  1085. package/_lib/node_modules/lodash-es/_initCloneObject.js +1 -0
  1086. package/_lib/node_modules/lodash-es/_isFlattenable.js +1 -0
  1087. package/_lib/node_modules/lodash-es/_isIndex.js +1 -0
  1088. package/_lib/node_modules/lodash-es/_isKey.js +1 -0
  1089. package/_lib/node_modules/lodash-es/_isKeyable.js +1 -0
  1090. package/_lib/node_modules/lodash-es/_isMasked.js +1 -0
  1091. package/_lib/node_modules/lodash-es/_isPrototype.js +1 -0
  1092. package/_lib/node_modules/lodash-es/_isStrictComparable.js +1 -0
  1093. package/_lib/node_modules/lodash-es/_listCacheClear.js +1 -0
  1094. package/_lib/node_modules/lodash-es/_listCacheDelete.js +1 -0
  1095. package/_lib/node_modules/lodash-es/_listCacheGet.js +1 -0
  1096. package/_lib/node_modules/lodash-es/_listCacheHas.js +1 -0
  1097. package/_lib/node_modules/lodash-es/_listCacheSet.js +1 -0
  1098. package/_lib/node_modules/lodash-es/_mapCacheClear.js +1 -0
  1099. package/_lib/node_modules/lodash-es/_mapCacheDelete.js +1 -0
  1100. package/_lib/node_modules/lodash-es/_mapCacheGet.js +1 -0
  1101. package/_lib/node_modules/lodash-es/_mapCacheHas.js +1 -0
  1102. package/_lib/node_modules/lodash-es/_mapCacheSet.js +1 -0
  1103. package/_lib/node_modules/lodash-es/_mapToArray.js +1 -0
  1104. package/_lib/node_modules/lodash-es/_matchesStrictComparable.js +1 -0
  1105. package/_lib/node_modules/lodash-es/_memoizeCapped.js +1 -0
  1106. package/_lib/node_modules/lodash-es/_nativeCreate.js +1 -0
  1107. package/_lib/node_modules/lodash-es/_nativeKeys.js +1 -0
  1108. package/_lib/node_modules/lodash-es/_nativeKeysIn.js +1 -0
  1109. package/_lib/node_modules/lodash-es/_nodeUtil.js +1 -0
  1110. package/_lib/node_modules/lodash-es/_objectToString.js +1 -0
  1111. package/_lib/node_modules/lodash-es/_overArg.js +1 -0
  1112. package/_lib/node_modules/lodash-es/_overRest.js +1 -0
  1113. package/_lib/node_modules/lodash-es/_parent.js +1 -0
  1114. package/_lib/node_modules/lodash-es/_root.js +1 -0
  1115. package/_lib/node_modules/lodash-es/_setCacheAdd.js +1 -0
  1116. package/_lib/node_modules/lodash-es/_setCacheHas.js +1 -0
  1117. package/_lib/node_modules/lodash-es/_setToArray.js +1 -0
  1118. package/_lib/node_modules/lodash-es/_setToString.js +1 -0
  1119. package/_lib/node_modules/lodash-es/_shortOut.js +1 -0
  1120. package/_lib/node_modules/lodash-es/_stackClear.js +1 -0
  1121. package/_lib/node_modules/lodash-es/_stackDelete.js +1 -0
  1122. package/_lib/node_modules/lodash-es/_stackGet.js +1 -0
  1123. package/_lib/node_modules/lodash-es/_stackHas.js +1 -0
  1124. package/_lib/node_modules/lodash-es/_stackSet.js +1 -0
  1125. package/_lib/node_modules/lodash-es/_strictIndexOf.js +1 -0
  1126. package/_lib/node_modules/lodash-es/_stringToPath.js +1 -0
  1127. package/_lib/node_modules/lodash-es/_toKey.js +1 -0
  1128. package/_lib/node_modules/lodash-es/_toSource.js +1 -0
  1129. package/_lib/node_modules/lodash-es/_trimmedEndIndex.js +1 -0
  1130. package/_lib/node_modules/lodash-es/cloneDeep.js +1 -0
  1131. package/_lib/node_modules/lodash-es/constant.js +1 -0
  1132. package/_lib/node_modules/lodash-es/eq.js +1 -0
  1133. package/_lib/node_modules/lodash-es/flatten.js +1 -0
  1134. package/_lib/node_modules/lodash-es/get.js +1 -0
  1135. package/_lib/node_modules/lodash-es/has.js +1 -0
  1136. package/_lib/node_modules/lodash-es/hasIn.js +1 -0
  1137. package/_lib/node_modules/lodash-es/identity.js +1 -0
  1138. package/_lib/node_modules/lodash-es/isArguments.js +1 -0
  1139. package/_lib/node_modules/lodash-es/isArray.js +1 -0
  1140. package/_lib/node_modules/lodash-es/isArrayLike.js +1 -0
  1141. package/_lib/node_modules/lodash-es/isArrayLikeObject.js +1 -0
  1142. package/_lib/node_modules/lodash-es/isBuffer.js +1 -0
  1143. package/_lib/node_modules/lodash-es/isEmpty.js +1 -0
  1144. package/_lib/node_modules/lodash-es/isEqual.js +1 -0
  1145. package/_lib/node_modules/lodash-es/isEqualWith.js +1 -0
  1146. package/_lib/node_modules/lodash-es/isFunction.js +1 -0
  1147. package/_lib/node_modules/lodash-es/isLength.js +1 -0
  1148. package/_lib/node_modules/lodash-es/isMap.js +1 -0
  1149. package/_lib/node_modules/lodash-es/isObject.js +1 -0
  1150. package/_lib/node_modules/lodash-es/isObjectLike.js +1 -0
  1151. package/_lib/node_modules/lodash-es/isPlainObject.js +1 -0
  1152. package/_lib/node_modules/lodash-es/isSet.js +1 -0
  1153. package/_lib/node_modules/lodash-es/isString.js +1 -0
  1154. package/_lib/node_modules/lodash-es/isSymbol.js +1 -0
  1155. package/_lib/node_modules/lodash-es/isTypedArray.js +1 -0
  1156. package/_lib/node_modules/lodash-es/keys.js +1 -0
  1157. package/_lib/node_modules/lodash-es/keysIn.js +1 -0
  1158. package/_lib/node_modules/lodash-es/last.js +1 -0
  1159. package/_lib/node_modules/lodash-es/memoize.js +1 -0
  1160. package/_lib/node_modules/lodash-es/noop.js +1 -0
  1161. package/_lib/node_modules/lodash-es/omit.js +1 -0
  1162. package/_lib/node_modules/lodash-es/pick.js +1 -0
  1163. package/_lib/node_modules/lodash-es/property.js +1 -0
  1164. package/_lib/node_modules/lodash-es/reduce.js +1 -0
  1165. package/_lib/node_modules/lodash-es/set.js +1 -0
  1166. package/_lib/node_modules/lodash-es/stubArray.js +1 -0
  1167. package/_lib/node_modules/lodash-es/stubFalse.js +1 -0
  1168. package/_lib/node_modules/lodash-es/times.js +1 -0
  1169. package/_lib/node_modules/lodash-es/toFinite.js +1 -0
  1170. package/_lib/node_modules/lodash-es/toInteger.js +1 -0
  1171. package/_lib/node_modules/lodash-es/toNumber.js +1 -0
  1172. package/_lib/node_modules/lodash-es/toPath.js +1 -0
  1173. package/_lib/node_modules/lodash-es/toString.js +1 -0
  1174. package/_lib/node_modules/lodash-es/union.js +1 -0
  1175. package/_lib/node_modules/lodash-es/unset.js +1 -0
  1176. package/_lib/node_modules/lru-queue/index.js +1 -0
  1177. package/_lib/node_modules/memoizee/ext/async.js +1 -0
  1178. package/_lib/node_modules/memoizee/ext/dispose.js +1 -0
  1179. package/_lib/node_modules/memoizee/ext/max-age.js +1 -0
  1180. package/_lib/node_modules/memoizee/ext/max.js +1 -0
  1181. package/_lib/node_modules/memoizee/ext/promise.js +1 -0
  1182. package/_lib/node_modules/memoizee/ext/ref-counter.js +1 -0
  1183. package/_lib/node_modules/memoizee/index.js +1 -0
  1184. package/_lib/node_modules/memoizee/lib/configure-map.js +1 -0
  1185. package/_lib/node_modules/memoizee/lib/registered-extensions.js +1 -0
  1186. package/_lib/node_modules/memoizee/lib/resolve-length.js +1 -0
  1187. package/_lib/node_modules/memoizee/lib/resolve-normalize.js +1 -0
  1188. package/_lib/node_modules/memoizee/lib/resolve-resolve.js +1 -0
  1189. package/_lib/node_modules/memoizee/normalizers/get-1.js +1 -0
  1190. package/_lib/node_modules/memoizee/normalizers/get-fixed.js +1 -0
  1191. package/_lib/node_modules/memoizee/normalizers/get-primitive-fixed.js +1 -0
  1192. package/_lib/node_modules/memoizee/normalizers/get.js +1 -0
  1193. package/_lib/node_modules/memoizee/normalizers/primitive.js +1 -0
  1194. package/_lib/node_modules/memoizee/plain.js +1 -0
  1195. package/_lib/node_modules/mgrs/mgrs.js +1 -0
  1196. package/_lib/node_modules/moment/locale/af.js +2 -0
  1197. package/_lib/node_modules/moment/locale/af.js.LICENSE.txt +1 -0
  1198. package/_lib/node_modules/moment/locale/ar-dz.js +2 -0
  1199. package/_lib/node_modules/moment/locale/ar-dz.js.LICENSE.txt +1 -0
  1200. package/_lib/node_modules/moment/locale/ar-kw.js +2 -0
  1201. package/_lib/node_modules/moment/locale/ar-kw.js.LICENSE.txt +1 -0
  1202. package/_lib/node_modules/moment/locale/ar-ly.js +2 -0
  1203. package/_lib/node_modules/moment/locale/ar-ly.js.LICENSE.txt +1 -0
  1204. package/_lib/node_modules/moment/locale/ar-ma.js +2 -0
  1205. package/_lib/node_modules/moment/locale/ar-ma.js.LICENSE.txt +1 -0
  1206. package/_lib/node_modules/moment/locale/ar-sa.js +2 -0
  1207. package/_lib/node_modules/moment/locale/ar-sa.js.LICENSE.txt +1 -0
  1208. package/_lib/node_modules/moment/locale/ar-tn.js +2 -0
  1209. package/_lib/node_modules/moment/locale/ar-tn.js.LICENSE.txt +1 -0
  1210. package/_lib/node_modules/moment/locale/ar.js +2 -0
  1211. package/_lib/node_modules/moment/locale/ar.js.LICENSE.txt +1 -0
  1212. package/_lib/node_modules/moment/locale/az.js +2 -0
  1213. package/_lib/node_modules/moment/locale/az.js.LICENSE.txt +1 -0
  1214. package/_lib/node_modules/moment/locale/be.js +2 -0
  1215. package/_lib/node_modules/moment/locale/be.js.LICENSE.txt +1 -0
  1216. package/_lib/node_modules/moment/locale/bg.js +2 -0
  1217. package/_lib/node_modules/moment/locale/bg.js.LICENSE.txt +1 -0
  1218. package/_lib/node_modules/moment/locale/bm.js +2 -0
  1219. package/_lib/node_modules/moment/locale/bm.js.LICENSE.txt +1 -0
  1220. package/_lib/node_modules/moment/locale/bn-bd.js +2 -0
  1221. package/_lib/node_modules/moment/locale/bn-bd.js.LICENSE.txt +1 -0
  1222. package/_lib/node_modules/moment/locale/bn.js +2 -0
  1223. package/_lib/node_modules/moment/locale/bn.js.LICENSE.txt +1 -0
  1224. package/_lib/node_modules/moment/locale/bo.js +2 -0
  1225. package/_lib/node_modules/moment/locale/bo.js.LICENSE.txt +1 -0
  1226. package/_lib/node_modules/moment/locale/br.js +2 -0
  1227. package/_lib/node_modules/moment/locale/br.js.LICENSE.txt +1 -0
  1228. package/_lib/node_modules/moment/locale/bs.js +2 -0
  1229. package/_lib/node_modules/moment/locale/bs.js.LICENSE.txt +1 -0
  1230. package/_lib/node_modules/moment/locale/ca.js +2 -0
  1231. package/_lib/node_modules/moment/locale/ca.js.LICENSE.txt +1 -0
  1232. package/_lib/node_modules/moment/locale/cs.js +2 -0
  1233. package/_lib/node_modules/moment/locale/cs.js.LICENSE.txt +1 -0
  1234. package/_lib/node_modules/moment/locale/cv.js +2 -0
  1235. package/_lib/node_modules/moment/locale/cv.js.LICENSE.txt +1 -0
  1236. package/_lib/node_modules/moment/locale/cy.js +2 -0
  1237. package/_lib/node_modules/moment/locale/cy.js.LICENSE.txt +1 -0
  1238. package/_lib/node_modules/moment/locale/da.js +2 -0
  1239. package/_lib/node_modules/moment/locale/da.js.LICENSE.txt +1 -0
  1240. package/_lib/node_modules/moment/locale/de-at.js +2 -0
  1241. package/_lib/node_modules/moment/locale/de-at.js.LICENSE.txt +1 -0
  1242. package/_lib/node_modules/moment/locale/de-ch.js +2 -0
  1243. package/_lib/node_modules/moment/locale/de-ch.js.LICENSE.txt +1 -0
  1244. package/_lib/node_modules/moment/locale/de.js +2 -0
  1245. package/_lib/node_modules/moment/locale/de.js.LICENSE.txt +1 -0
  1246. package/_lib/node_modules/moment/locale/dv.js +2 -0
  1247. package/_lib/node_modules/moment/locale/dv.js.LICENSE.txt +1 -0
  1248. package/_lib/node_modules/moment/locale/el.js +2 -0
  1249. package/_lib/node_modules/moment/locale/el.js.LICENSE.txt +1 -0
  1250. package/_lib/node_modules/moment/locale/en-au.js +2 -0
  1251. package/_lib/node_modules/moment/locale/en-au.js.LICENSE.txt +1 -0
  1252. package/_lib/node_modules/moment/locale/en-ca.js +2 -0
  1253. package/_lib/node_modules/moment/locale/en-ca.js.LICENSE.txt +1 -0
  1254. package/_lib/node_modules/moment/locale/en-gb.js +2 -0
  1255. package/_lib/node_modules/moment/locale/en-gb.js.LICENSE.txt +1 -0
  1256. package/_lib/node_modules/moment/locale/en-ie.js +2 -0
  1257. package/_lib/node_modules/moment/locale/en-ie.js.LICENSE.txt +1 -0
  1258. package/_lib/node_modules/moment/locale/en-il.js +2 -0
  1259. package/_lib/node_modules/moment/locale/en-il.js.LICENSE.txt +1 -0
  1260. package/_lib/node_modules/moment/locale/en-in.js +2 -0
  1261. package/_lib/node_modules/moment/locale/en-in.js.LICENSE.txt +1 -0
  1262. package/_lib/node_modules/moment/locale/en-nz.js +2 -0
  1263. package/_lib/node_modules/moment/locale/en-nz.js.LICENSE.txt +1 -0
  1264. package/_lib/node_modules/moment/locale/en-sg.js +2 -0
  1265. package/_lib/node_modules/moment/locale/en-sg.js.LICENSE.txt +1 -0
  1266. package/_lib/node_modules/moment/locale/eo.js +2 -0
  1267. package/_lib/node_modules/moment/locale/eo.js.LICENSE.txt +1 -0
  1268. package/_lib/node_modules/moment/locale/es-do.js +2 -0
  1269. package/_lib/node_modules/moment/locale/es-do.js.LICENSE.txt +1 -0
  1270. package/_lib/node_modules/moment/locale/es-mx.js +2 -0
  1271. package/_lib/node_modules/moment/locale/es-mx.js.LICENSE.txt +1 -0
  1272. package/_lib/node_modules/moment/locale/es-us.js +2 -0
  1273. package/_lib/node_modules/moment/locale/es-us.js.LICENSE.txt +1 -0
  1274. package/_lib/node_modules/moment/locale/es.js +2 -0
  1275. package/_lib/node_modules/moment/locale/es.js.LICENSE.txt +1 -0
  1276. package/_lib/node_modules/moment/locale/et.js +2 -0
  1277. package/_lib/node_modules/moment/locale/et.js.LICENSE.txt +1 -0
  1278. package/_lib/node_modules/moment/locale/eu.js +2 -0
  1279. package/_lib/node_modules/moment/locale/eu.js.LICENSE.txt +1 -0
  1280. package/_lib/node_modules/moment/locale/fa.js +2 -0
  1281. package/_lib/node_modules/moment/locale/fa.js.LICENSE.txt +1 -0
  1282. package/_lib/node_modules/moment/locale/fi.js +2 -0
  1283. package/_lib/node_modules/moment/locale/fi.js.LICENSE.txt +1 -0
  1284. package/_lib/node_modules/moment/locale/fil.js +2 -0
  1285. package/_lib/node_modules/moment/locale/fil.js.LICENSE.txt +1 -0
  1286. package/_lib/node_modules/moment/locale/fo.js +2 -0
  1287. package/_lib/node_modules/moment/locale/fo.js.LICENSE.txt +1 -0
  1288. package/_lib/node_modules/moment/locale/fr-ca.js +2 -0
  1289. package/_lib/node_modules/moment/locale/fr-ca.js.LICENSE.txt +1 -0
  1290. package/_lib/node_modules/moment/locale/fr-ch.js +2 -0
  1291. package/_lib/node_modules/moment/locale/fr-ch.js.LICENSE.txt +1 -0
  1292. package/_lib/node_modules/moment/locale/fr.js +2 -0
  1293. package/_lib/node_modules/moment/locale/fr.js.LICENSE.txt +1 -0
  1294. package/_lib/node_modules/moment/locale/fy.js +2 -0
  1295. package/_lib/node_modules/moment/locale/fy.js.LICENSE.txt +1 -0
  1296. package/_lib/node_modules/moment/locale/ga.js +2 -0
  1297. package/_lib/node_modules/moment/locale/ga.js.LICENSE.txt +1 -0
  1298. package/_lib/node_modules/moment/locale/gd.js +2 -0
  1299. package/_lib/node_modules/moment/locale/gd.js.LICENSE.txt +1 -0
  1300. package/_lib/node_modules/moment/locale/gl.js +2 -0
  1301. package/_lib/node_modules/moment/locale/gl.js.LICENSE.txt +1 -0
  1302. package/_lib/node_modules/moment/locale/gom-deva.js +2 -0
  1303. package/_lib/node_modules/moment/locale/gom-deva.js.LICENSE.txt +1 -0
  1304. package/_lib/node_modules/moment/locale/gom-latn.js +2 -0
  1305. package/_lib/node_modules/moment/locale/gom-latn.js.LICENSE.txt +1 -0
  1306. package/_lib/node_modules/moment/locale/gu.js +2 -0
  1307. package/_lib/node_modules/moment/locale/gu.js.LICENSE.txt +1 -0
  1308. package/_lib/node_modules/moment/locale/he.js +2 -0
  1309. package/_lib/node_modules/moment/locale/he.js.LICENSE.txt +1 -0
  1310. package/_lib/node_modules/moment/locale/hi.js +2 -0
  1311. package/_lib/node_modules/moment/locale/hi.js.LICENSE.txt +1 -0
  1312. package/_lib/node_modules/moment/locale/hr.js +2 -0
  1313. package/_lib/node_modules/moment/locale/hr.js.LICENSE.txt +1 -0
  1314. package/_lib/node_modules/moment/locale/hu.js +2 -0
  1315. package/_lib/node_modules/moment/locale/hu.js.LICENSE.txt +1 -0
  1316. package/_lib/node_modules/moment/locale/hy-am.js +2 -0
  1317. package/_lib/node_modules/moment/locale/hy-am.js.LICENSE.txt +1 -0
  1318. package/_lib/node_modules/moment/locale/id.js +2 -0
  1319. package/_lib/node_modules/moment/locale/id.js.LICENSE.txt +1 -0
  1320. package/_lib/node_modules/moment/locale/is.js +2 -0
  1321. package/_lib/node_modules/moment/locale/is.js.LICENSE.txt +1 -0
  1322. package/_lib/node_modules/moment/locale/it-ch.js +2 -0
  1323. package/_lib/node_modules/moment/locale/it-ch.js.LICENSE.txt +1 -0
  1324. package/_lib/node_modules/moment/locale/it.js +2 -0
  1325. package/_lib/node_modules/moment/locale/it.js.LICENSE.txt +1 -0
  1326. package/_lib/node_modules/moment/locale/ja.js +2 -0
  1327. package/_lib/node_modules/moment/locale/ja.js.LICENSE.txt +1 -0
  1328. package/_lib/node_modules/moment/locale/jv.js +2 -0
  1329. package/_lib/node_modules/moment/locale/jv.js.LICENSE.txt +1 -0
  1330. package/_lib/node_modules/moment/locale/ka.js +2 -0
  1331. package/_lib/node_modules/moment/locale/ka.js.LICENSE.txt +1 -0
  1332. package/_lib/node_modules/moment/locale/kk.js +2 -0
  1333. package/_lib/node_modules/moment/locale/kk.js.LICENSE.txt +1 -0
  1334. package/_lib/node_modules/moment/locale/km.js +2 -0
  1335. package/_lib/node_modules/moment/locale/km.js.LICENSE.txt +1 -0
  1336. package/_lib/node_modules/moment/locale/kn.js +2 -0
  1337. package/_lib/node_modules/moment/locale/kn.js.LICENSE.txt +1 -0
  1338. package/_lib/node_modules/moment/locale/ko.js +2 -0
  1339. package/_lib/node_modules/moment/locale/ko.js.LICENSE.txt +1 -0
  1340. package/_lib/node_modules/moment/locale/ku.js +2 -0
  1341. package/_lib/node_modules/moment/locale/ku.js.LICENSE.txt +1 -0
  1342. package/_lib/node_modules/moment/locale/ky.js +2 -0
  1343. package/_lib/node_modules/moment/locale/ky.js.LICENSE.txt +1 -0
  1344. package/_lib/node_modules/moment/locale/lb.js +2 -0
  1345. package/_lib/node_modules/moment/locale/lb.js.LICENSE.txt +1 -0
  1346. package/_lib/node_modules/moment/locale/lo.js +2 -0
  1347. package/_lib/node_modules/moment/locale/lo.js.LICENSE.txt +1 -0
  1348. package/_lib/node_modules/moment/locale/lt.js +2 -0
  1349. package/_lib/node_modules/moment/locale/lt.js.LICENSE.txt +1 -0
  1350. package/_lib/node_modules/moment/locale/lv.js +2 -0
  1351. package/_lib/node_modules/moment/locale/lv.js.LICENSE.txt +1 -0
  1352. package/_lib/node_modules/moment/locale/me.js +2 -0
  1353. package/_lib/node_modules/moment/locale/me.js.LICENSE.txt +1 -0
  1354. package/_lib/node_modules/moment/locale/mi.js +2 -0
  1355. package/_lib/node_modules/moment/locale/mi.js.LICENSE.txt +1 -0
  1356. package/_lib/node_modules/moment/locale/mk.js +2 -0
  1357. package/_lib/node_modules/moment/locale/mk.js.LICENSE.txt +1 -0
  1358. package/_lib/node_modules/moment/locale/ml.js +2 -0
  1359. package/_lib/node_modules/moment/locale/ml.js.LICENSE.txt +1 -0
  1360. package/_lib/node_modules/moment/locale/mn.js +2 -0
  1361. package/_lib/node_modules/moment/locale/mn.js.LICENSE.txt +1 -0
  1362. package/_lib/node_modules/moment/locale/mr.js +2 -0
  1363. package/_lib/node_modules/moment/locale/mr.js.LICENSE.txt +1 -0
  1364. package/_lib/node_modules/moment/locale/ms-my.js +2 -0
  1365. package/_lib/node_modules/moment/locale/ms-my.js.LICENSE.txt +1 -0
  1366. package/_lib/node_modules/moment/locale/ms.js +2 -0
  1367. package/_lib/node_modules/moment/locale/ms.js.LICENSE.txt +1 -0
  1368. package/_lib/node_modules/moment/locale/mt.js +2 -0
  1369. package/_lib/node_modules/moment/locale/mt.js.LICENSE.txt +1 -0
  1370. package/_lib/node_modules/moment/locale/my.js +2 -0
  1371. package/_lib/node_modules/moment/locale/my.js.LICENSE.txt +1 -0
  1372. package/_lib/node_modules/moment/locale/nb.js +2 -0
  1373. package/_lib/node_modules/moment/locale/nb.js.LICENSE.txt +1 -0
  1374. package/_lib/node_modules/moment/locale/ne.js +2 -0
  1375. package/_lib/node_modules/moment/locale/ne.js.LICENSE.txt +1 -0
  1376. package/_lib/node_modules/moment/locale/nl-be.js +2 -0
  1377. package/_lib/node_modules/moment/locale/nl-be.js.LICENSE.txt +1 -0
  1378. package/_lib/node_modules/moment/locale/nl.js +2 -0
  1379. package/_lib/node_modules/moment/locale/nl.js.LICENSE.txt +1 -0
  1380. package/_lib/node_modules/moment/locale/nn.js +2 -0
  1381. package/_lib/node_modules/moment/locale/nn.js.LICENSE.txt +1 -0
  1382. package/_lib/node_modules/moment/locale/oc-lnc.js +2 -0
  1383. package/_lib/node_modules/moment/locale/oc-lnc.js.LICENSE.txt +1 -0
  1384. package/_lib/node_modules/moment/locale/pa-in.js +2 -0
  1385. package/_lib/node_modules/moment/locale/pa-in.js.LICENSE.txt +1 -0
  1386. package/_lib/node_modules/moment/locale/pl.js +2 -0
  1387. package/_lib/node_modules/moment/locale/pl.js.LICENSE.txt +1 -0
  1388. package/_lib/node_modules/moment/locale/pt-br.js +2 -0
  1389. package/_lib/node_modules/moment/locale/pt-br.js.LICENSE.txt +1 -0
  1390. package/_lib/node_modules/moment/locale/pt.js +2 -0
  1391. package/_lib/node_modules/moment/locale/pt.js.LICENSE.txt +1 -0
  1392. package/_lib/node_modules/moment/locale/ro.js +2 -0
  1393. package/_lib/node_modules/moment/locale/ro.js.LICENSE.txt +1 -0
  1394. package/_lib/node_modules/moment/locale/ru.js +2 -0
  1395. package/_lib/node_modules/moment/locale/ru.js.LICENSE.txt +1 -0
  1396. package/_lib/node_modules/moment/locale/sd.js +2 -0
  1397. package/_lib/node_modules/moment/locale/sd.js.LICENSE.txt +1 -0
  1398. package/_lib/node_modules/moment/locale/se.js +2 -0
  1399. package/_lib/node_modules/moment/locale/se.js.LICENSE.txt +1 -0
  1400. package/_lib/node_modules/moment/locale/si.js +2 -0
  1401. package/_lib/node_modules/moment/locale/si.js.LICENSE.txt +1 -0
  1402. package/_lib/node_modules/moment/locale/sk.js +2 -0
  1403. package/_lib/node_modules/moment/locale/sk.js.LICENSE.txt +1 -0
  1404. package/_lib/node_modules/moment/locale/sl.js +2 -0
  1405. package/_lib/node_modules/moment/locale/sl.js.LICENSE.txt +1 -0
  1406. package/_lib/node_modules/moment/locale/sq.js +2 -0
  1407. package/_lib/node_modules/moment/locale/sq.js.LICENSE.txt +1 -0
  1408. package/_lib/node_modules/moment/locale/sr-cyrl.js +2 -0
  1409. package/_lib/node_modules/moment/locale/sr-cyrl.js.LICENSE.txt +1 -0
  1410. package/_lib/node_modules/moment/locale/sr.js +2 -0
  1411. package/_lib/node_modules/moment/locale/sr.js.LICENSE.txt +1 -0
  1412. package/_lib/node_modules/moment/locale/ss.js +2 -0
  1413. package/_lib/node_modules/moment/locale/ss.js.LICENSE.txt +1 -0
  1414. package/_lib/node_modules/moment/locale/sv.js +2 -0
  1415. package/_lib/node_modules/moment/locale/sv.js.LICENSE.txt +1 -0
  1416. package/_lib/node_modules/moment/locale/sw.js +2 -0
  1417. package/_lib/node_modules/moment/locale/sw.js.LICENSE.txt +1 -0
  1418. package/_lib/node_modules/moment/locale/ta.js +2 -0
  1419. package/_lib/node_modules/moment/locale/ta.js.LICENSE.txt +1 -0
  1420. package/_lib/node_modules/moment/locale/te.js +2 -0
  1421. package/_lib/node_modules/moment/locale/te.js.LICENSE.txt +1 -0
  1422. package/_lib/node_modules/moment/locale/tet.js +2 -0
  1423. package/_lib/node_modules/moment/locale/tet.js.LICENSE.txt +1 -0
  1424. package/_lib/node_modules/moment/locale/tg.js +2 -0
  1425. package/_lib/node_modules/moment/locale/tg.js.LICENSE.txt +1 -0
  1426. package/_lib/node_modules/moment/locale/th.js +2 -0
  1427. package/_lib/node_modules/moment/locale/th.js.LICENSE.txt +1 -0
  1428. package/_lib/node_modules/moment/locale/tk.js +2 -0
  1429. package/_lib/node_modules/moment/locale/tk.js.LICENSE.txt +1 -0
  1430. package/_lib/node_modules/moment/locale/tl-ph.js +2 -0
  1431. package/_lib/node_modules/moment/locale/tl-ph.js.LICENSE.txt +1 -0
  1432. package/_lib/node_modules/moment/locale/tlh.js +2 -0
  1433. package/_lib/node_modules/moment/locale/tlh.js.LICENSE.txt +1 -0
  1434. package/_lib/node_modules/moment/locale/tr.js +2 -0
  1435. package/_lib/node_modules/moment/locale/tr.js.LICENSE.txt +1 -0
  1436. package/_lib/node_modules/moment/locale/tzl.js +2 -0
  1437. package/_lib/node_modules/moment/locale/tzl.js.LICENSE.txt +1 -0
  1438. package/_lib/node_modules/moment/locale/tzm-latn.js +2 -0
  1439. package/_lib/node_modules/moment/locale/tzm-latn.js.LICENSE.txt +1 -0
  1440. package/_lib/node_modules/moment/locale/tzm.js +2 -0
  1441. package/_lib/node_modules/moment/locale/tzm.js.LICENSE.txt +1 -0
  1442. package/_lib/node_modules/moment/locale/ug-cn.js +2 -0
  1443. package/_lib/node_modules/moment/locale/ug-cn.js.LICENSE.txt +1 -0
  1444. package/_lib/node_modules/moment/locale/uk.js +2 -0
  1445. package/_lib/node_modules/moment/locale/uk.js.LICENSE.txt +1 -0
  1446. package/_lib/node_modules/moment/locale/ur.js +2 -0
  1447. package/_lib/node_modules/moment/locale/ur.js.LICENSE.txt +1 -0
  1448. package/_lib/node_modules/moment/locale/uz-latn.js +2 -0
  1449. package/_lib/node_modules/moment/locale/uz-latn.js.LICENSE.txt +1 -0
  1450. package/_lib/node_modules/moment/locale/uz.js +2 -0
  1451. package/_lib/node_modules/moment/locale/uz.js.LICENSE.txt +1 -0
  1452. package/_lib/node_modules/moment/locale/vi.js +2 -0
  1453. package/_lib/node_modules/moment/locale/vi.js.LICENSE.txt +1 -0
  1454. package/_lib/node_modules/moment/locale/x-pseudo.js +2 -0
  1455. package/_lib/node_modules/moment/locale/x-pseudo.js.LICENSE.txt +1 -0
  1456. package/_lib/node_modules/moment/locale/yo.js +2 -0
  1457. package/_lib/node_modules/moment/locale/yo.js.LICENSE.txt +1 -0
  1458. package/_lib/node_modules/moment/locale/zh-cn.js +2 -0
  1459. package/_lib/node_modules/moment/locale/zh-cn.js.LICENSE.txt +1 -0
  1460. package/_lib/node_modules/moment/locale/zh-hk.js +2 -0
  1461. package/_lib/node_modules/moment/locale/zh-hk.js.LICENSE.txt +1 -0
  1462. package/_lib/node_modules/moment/locale/zh-mo.js +2 -0
  1463. package/_lib/node_modules/moment/locale/zh-mo.js.LICENSE.txt +1 -0
  1464. package/_lib/node_modules/moment/locale/zh-tw.js +2 -0
  1465. package/_lib/node_modules/moment/locale/zh-tw.js.LICENSE.txt +1 -0
  1466. package/_lib/node_modules/moment/moment.js +2 -0
  1467. package/_lib/node_modules/moment/moment.js.LICENSE.txt +1 -0
  1468. package/_lib/node_modules/nanoid/index.browser.js +1 -0
  1469. package/_lib/node_modules/nanoid/url-alphabet/index.js +1 -0
  1470. package/_lib/node_modules/next-tick/index.js +1 -0
  1471. package/_lib/node_modules/nouislider/distribute/nouislider.js +2 -0
  1472. package/_lib/node_modules/nouislider/distribute/nouislider.js.LICENSE.txt +1 -0
  1473. package/_lib/node_modules/object-assign/index.js +2 -0
  1474. package/_lib/node_modules/object-assign/index.js.LICENSE.txt +5 -0
  1475. package/_lib/node_modules/object-inspect/index.js +1 -0
  1476. package/_lib/node_modules/object-is/implementation.js +1 -0
  1477. package/_lib/node_modules/object-is/index.js +1 -0
  1478. package/_lib/node_modules/object-is/node_modules/call-bind/index.js +1 -0
  1479. package/_lib/node_modules/object-is/node_modules/get-intrinsic/index.js +1 -0
  1480. package/_lib/node_modules/object-is/node_modules/has-symbols/index.js +1 -0
  1481. package/_lib/node_modules/object-is/node_modules/has-symbols/shams.js +1 -0
  1482. package/_lib/node_modules/object-is/polyfill.js +1 -0
  1483. package/_lib/node_modules/object-is/shim.js +1 -0
  1484. package/_lib/node_modules/object-keys/implementation.js +1 -0
  1485. package/_lib/node_modules/object-keys/index.js +1 -0
  1486. package/_lib/node_modules/object-keys/isArguments.js +1 -0
  1487. package/_lib/node_modules/proj4/lib/Point.js +1 -0
  1488. package/_lib/node_modules/proj4/lib/Proj.js +1 -0
  1489. package/_lib/node_modules/proj4/lib/adjust_axis.js +1 -0
  1490. package/_lib/node_modules/proj4/lib/common/adjust_lat.js +1 -0
  1491. package/_lib/node_modules/proj4/lib/common/adjust_lon.js +1 -0
  1492. package/_lib/node_modules/proj4/lib/common/adjust_zone.js +1 -0
  1493. package/_lib/node_modules/proj4/lib/common/asinz.js +1 -0
  1494. package/_lib/node_modules/proj4/lib/common/e0fn.js +1 -0
  1495. package/_lib/node_modules/proj4/lib/common/e1fn.js +1 -0
  1496. package/_lib/node_modules/proj4/lib/common/e2fn.js +1 -0
  1497. package/_lib/node_modules/proj4/lib/common/e3fn.js +1 -0
  1498. package/_lib/node_modules/proj4/lib/common/gN.js +1 -0
  1499. package/_lib/node_modules/proj4/lib/common/imlfn.js +1 -0
  1500. package/_lib/node_modules/proj4/lib/common/iqsfnz.js +1 -0
  1501. package/_lib/node_modules/proj4/lib/common/mlfn.js +1 -0
  1502. package/_lib/node_modules/proj4/lib/common/msfnz.js +1 -0
  1503. package/_lib/node_modules/proj4/lib/common/phi2z.js +1 -0
  1504. package/_lib/node_modules/proj4/lib/common/pj_enfn.js +1 -0
  1505. package/_lib/node_modules/proj4/lib/common/pj_inv_mlfn.js +1 -0
  1506. package/_lib/node_modules/proj4/lib/common/pj_mlfn.js +1 -0
  1507. package/_lib/node_modules/proj4/lib/common/qsfnz.js +1 -0
  1508. package/_lib/node_modules/proj4/lib/common/sign.js +1 -0
  1509. package/_lib/node_modules/proj4/lib/common/srat.js +1 -0
  1510. package/_lib/node_modules/proj4/lib/common/toPoint.js +1 -0
  1511. package/_lib/node_modules/proj4/lib/common/tsfnz.js +1 -0
  1512. package/_lib/node_modules/proj4/lib/constants/Datum.js +1 -0
  1513. package/_lib/node_modules/proj4/lib/constants/Ellipsoid.js +1 -0
  1514. package/_lib/node_modules/proj4/lib/constants/PrimeMeridian.js +1 -0
  1515. package/_lib/node_modules/proj4/lib/constants/units.js +1 -0
  1516. package/_lib/node_modules/proj4/lib/core.js +1 -0
  1517. package/_lib/node_modules/proj4/lib/datum.js +1 -0
  1518. package/_lib/node_modules/proj4/lib/datumUtils.js +1 -0
  1519. package/_lib/node_modules/proj4/lib/datum_transform.js +1 -0
  1520. package/_lib/node_modules/proj4/lib/defs.js +1 -0
  1521. package/_lib/node_modules/proj4/lib/deriveConstants.js +1 -0
  1522. package/_lib/node_modules/proj4/lib/extend.js +1 -0
  1523. package/_lib/node_modules/proj4/lib/global.js +1 -0
  1524. package/_lib/node_modules/proj4/lib/includedProjections.js +1 -0
  1525. package/_lib/node_modules/proj4/lib/index.js +1 -0
  1526. package/_lib/node_modules/proj4/lib/parseCode.js +1 -0
  1527. package/_lib/node_modules/proj4/lib/projString.js +1 -0
  1528. package/_lib/node_modules/proj4/lib/projections/aea.js +1 -0
  1529. package/_lib/node_modules/proj4/lib/projections/aeqd.js +1 -0
  1530. package/_lib/node_modules/proj4/lib/projections/cass.js +1 -0
  1531. package/_lib/node_modules/proj4/lib/projections/cea.js +1 -0
  1532. package/_lib/node_modules/proj4/lib/projections/eqc.js +1 -0
  1533. package/_lib/node_modules/proj4/lib/projections/eqdc.js +1 -0
  1534. package/_lib/node_modules/proj4/lib/projections/gauss.js +1 -0
  1535. package/_lib/node_modules/proj4/lib/projections/gnom.js +1 -0
  1536. package/_lib/node_modules/proj4/lib/projections/krovak.js +1 -0
  1537. package/_lib/node_modules/proj4/lib/projections/laea.js +1 -0
  1538. package/_lib/node_modules/proj4/lib/projections/lcc.js +1 -0
  1539. package/_lib/node_modules/proj4/lib/projections/longlat.js +1 -0
  1540. package/_lib/node_modules/proj4/lib/projections/merc.js +1 -0
  1541. package/_lib/node_modules/proj4/lib/projections/mill.js +1 -0
  1542. package/_lib/node_modules/proj4/lib/projections/moll.js +1 -0
  1543. package/_lib/node_modules/proj4/lib/projections/nzmg.js +1 -0
  1544. package/_lib/node_modules/proj4/lib/projections/omerc.js +1 -0
  1545. package/_lib/node_modules/proj4/lib/projections/poly.js +1 -0
  1546. package/_lib/node_modules/proj4/lib/projections/sinu.js +1 -0
  1547. package/_lib/node_modules/proj4/lib/projections/somerc.js +1 -0
  1548. package/_lib/node_modules/proj4/lib/projections/stere.js +1 -0
  1549. package/_lib/node_modules/proj4/lib/projections/sterea.js +1 -0
  1550. package/_lib/node_modules/proj4/lib/projections/tmerc.js +1 -0
  1551. package/_lib/node_modules/proj4/lib/projections/utm.js +1 -0
  1552. package/_lib/node_modules/proj4/lib/projections/vandg.js +1 -0
  1553. package/_lib/node_modules/proj4/lib/projections.js +1 -0
  1554. package/_lib/node_modules/proj4/lib/transform.js +1 -0
  1555. package/_lib/node_modules/proj4/lib/version-browser.js +1 -0
  1556. package/_lib/node_modules/proj4/lib/wkt.js +1 -0
  1557. package/_lib/node_modules/prop-types/checkPropTypes.js +1 -0
  1558. package/_lib/node_modules/prop-types/factoryWithThrowingShims.js +1 -0
  1559. package/_lib/node_modules/prop-types/factoryWithTypeCheckers.js +1 -0
  1560. package/_lib/node_modules/prop-types/index.js +1 -0
  1561. package/_lib/node_modules/prop-types/lib/ReactPropTypesSecret.js +1 -0
  1562. package/_lib/node_modules/prop-types/lib/has.js +1 -0
  1563. package/_lib/node_modules/prop-types-extra/lib/deprecated.js +1 -0
  1564. package/_lib/node_modules/prop-types-extra/lib/elementType.js +1 -0
  1565. package/_lib/node_modules/prop-types-extra/lib/utils/createChainableTypeChecker.js +1 -0
  1566. package/_lib/node_modules/prop-types-extra/node_modules/warning/warning.js +1 -0
  1567. package/_lib/node_modules/react/cjs/react.production.min.js +2 -0
  1568. package/_lib/node_modules/react/cjs/react.production.min.js.LICENSE.txt +8 -0
  1569. package/_lib/node_modules/react/index.js +1 -0
  1570. package/_lib/node_modules/react-component-managers/lib/autoFocus.js +1 -0
  1571. package/_lib/node_modules/react-component-managers/lib/focusManager.js +1 -0
  1572. package/_lib/node_modules/react-component-managers/lib/index.js +1 -0
  1573. package/_lib/node_modules/react-component-managers/lib/mixin.js +1 -0
  1574. package/_lib/node_modules/react-component-managers/lib/mountManager.js +1 -0
  1575. package/_lib/node_modules/react-component-managers/lib/timeoutManager.js +1 -0
  1576. package/_lib/node_modules/react-dom/cjs/react-dom.production.min.js +2 -0
  1577. package/_lib/node_modules/react-dom/cjs/react-dom.production.min.js.LICENSE.txt +8 -0
  1578. package/_lib/node_modules/react-dom/index.js +1 -0
  1579. package/_lib/node_modules/react-dropzone/dist/es/index.js +1 -0
  1580. package/_lib/node_modules/react-dropzone/dist/es/utils/index.js +1 -0
  1581. package/_lib/node_modules/react-from-dom/esm/helpers.js +1 -0
  1582. package/_lib/node_modules/react-from-dom/esm/index.js +1 -0
  1583. package/_lib/node_modules/react-inlinesvg/esm/helpers.js +1 -0
  1584. package/_lib/node_modules/react-inlinesvg/esm/index.js +1 -0
  1585. package/_lib/node_modules/react-inlinesvg/esm/types.js +1 -0
  1586. package/_lib/node_modules/react-is/cjs/react-is.production.min.js +2 -0
  1587. package/_lib/node_modules/react-is/cjs/react-is.production.min.js.LICENSE.txt +8 -0
  1588. package/_lib/node_modules/react-is/index.js +1 -0
  1589. package/_lib/node_modules/react-lifecycles-compat/react-lifecycles-compat.es.js +1 -0
  1590. package/_lib/node_modules/react-sortable-hoc/dist/react-sortable-hoc.esm.js +1 -0
  1591. package/_lib/node_modules/react-tree-graph/dist/module/components/animated.js +1 -0
  1592. package/_lib/node_modules/react-tree-graph/dist/module/components/animatedTree.js +1 -0
  1593. package/_lib/node_modules/react-tree-graph/dist/module/components/container.js +1 -0
  1594. package/_lib/node_modules/react-tree-graph/dist/module/components/link.js +1 -0
  1595. package/_lib/node_modules/react-tree-graph/dist/module/components/node.js +1 -0
  1596. package/_lib/node_modules/react-tree-graph/dist/module/components/tree.js +1 -0
  1597. package/_lib/node_modules/react-tree-graph/dist/module/d3.js +1 -0
  1598. package/_lib/node_modules/react-tree-graph/dist/module/index.js +1 -0
  1599. package/_lib/node_modules/react-tree-graph/dist/module/wrapHandlers.js +1 -0
  1600. package/_lib/node_modules/react-widgets/lib/AddToListOption.js +1 -0
  1601. package/_lib/node_modules/react-widgets/lib/Button.js +1 -0
  1602. package/_lib/node_modules/react-widgets/lib/Calendar.js +1 -0
  1603. package/_lib/node_modules/react-widgets/lib/CalendarView.js +1 -0
  1604. package/_lib/node_modules/react-widgets/lib/Century.js +1 -0
  1605. package/_lib/node_modules/react-widgets/lib/Combobox.js +1 -0
  1606. package/_lib/node_modules/react-widgets/lib/ComboboxInput.js +1 -0
  1607. package/_lib/node_modules/react-widgets/lib/DateTimePicker.js +1 -0
  1608. package/_lib/node_modules/react-widgets/lib/DateTimePickerInput.js +1 -0
  1609. package/_lib/node_modules/react-widgets/lib/Decade.js +1 -0
  1610. package/_lib/node_modules/react-widgets/lib/Footer.js +1 -0
  1611. package/_lib/node_modules/react-widgets/lib/Header.js +1 -0
  1612. package/_lib/node_modules/react-widgets/lib/Icon.js +1 -0
  1613. package/_lib/node_modules/react-widgets/lib/Input.js +1 -0
  1614. package/_lib/node_modules/react-widgets/lib/List.js +1 -0
  1615. package/_lib/node_modules/react-widgets/lib/ListOption.js +1 -0
  1616. package/_lib/node_modules/react-widgets/lib/ListOptionGroup.js +1 -0
  1617. package/_lib/node_modules/react-widgets/lib/Listbox.js +1 -0
  1618. package/_lib/node_modules/react-widgets/lib/Month.js +1 -0
  1619. package/_lib/node_modules/react-widgets/lib/Multiselect.js +1 -0
  1620. package/_lib/node_modules/react-widgets/lib/MultiselectInput.js +1 -0
  1621. package/_lib/node_modules/react-widgets/lib/MultiselectTag.js +1 -0
  1622. package/_lib/node_modules/react-widgets/lib/MultiselectTagList.js +1 -0
  1623. package/_lib/node_modules/react-widgets/lib/Popup.js +1 -0
  1624. package/_lib/node_modules/react-widgets/lib/Select.js +1 -0
  1625. package/_lib/node_modules/react-widgets/lib/SlideDownTransition.js +1 -0
  1626. package/_lib/node_modules/react-widgets/lib/SlideTransitionGroup.js +1 -0
  1627. package/_lib/node_modules/react-widgets/lib/TimeList.js +1 -0
  1628. package/_lib/node_modules/react-widgets/lib/Widget.js +1 -0
  1629. package/_lib/node_modules/react-widgets/lib/WidgetPicker.js +1 -0
  1630. package/_lib/node_modules/react-widgets/lib/Year.js +1 -0
  1631. package/_lib/node_modules/react-widgets/lib/configure.js +1 -0
  1632. package/_lib/node_modules/react-widgets/lib/messages.js +1 -0
  1633. package/_lib/node_modules/react-widgets/lib/util/Filter.js +1 -0
  1634. package/_lib/node_modules/react-widgets/lib/util/PropTypes.js +1 -0
  1635. package/_lib/node_modules/react-widgets/lib/util/Props.js +1 -0
  1636. package/_lib/node_modules/react-widgets/lib/util/_.js +1 -0
  1637. package/_lib/node_modules/react-widgets/lib/util/dataHelpers.js +1 -0
  1638. package/_lib/node_modules/react-widgets/lib/util/dates.js +1 -0
  1639. package/_lib/node_modules/react-widgets/lib/util/focusManager.js +1 -0
  1640. package/_lib/node_modules/react-widgets/lib/util/getAccessors.js +1 -0
  1641. package/_lib/node_modules/react-widgets/lib/util/interaction.js +1 -0
  1642. package/_lib/node_modules/react-widgets/lib/util/localizers.js +1 -0
  1643. package/_lib/node_modules/react-widgets/lib/util/reduceToListState.js +1 -0
  1644. package/_lib/node_modules/react-widgets/lib/util/scrollManager.js +1 -0
  1645. package/_lib/node_modules/react-widgets/lib/util/widgetHelpers.js +1 -0
  1646. package/_lib/node_modules/react-widgets/node_modules/react-transition-group/Transition.js +1 -0
  1647. package/_lib/node_modules/react-widgets/node_modules/react-transition-group/TransitionGroup.js +1 -0
  1648. package/_lib/node_modules/react-widgets/node_modules/react-transition-group/utils/ChildMapping.js +1 -0
  1649. package/_lib/node_modules/react-widgets/node_modules/react-transition-group/utils/PropTypes.js +1 -0
  1650. package/_lib/node_modules/react-widgets-moment/index.js +1 -0
  1651. package/_lib/node_modules/scheduler/cjs/scheduler.production.min.js +2 -0
  1652. package/_lib/node_modules/scheduler/cjs/scheduler.production.min.js.LICENSE.txt +8 -0
  1653. package/_lib/node_modules/scheduler/index.js +1 -0
  1654. package/_lib/node_modules/set-function-name/index.js +1 -0
  1655. package/_lib/node_modules/side-channel/index.js +1 -0
  1656. package/_lib/node_modules/side-channel/node_modules/get-intrinsic/index.js +1 -0
  1657. package/_lib/node_modules/side-channel/node_modules/has-symbols/index.js +1 -0
  1658. package/_lib/node_modules/side-channel/node_modules/has-symbols/shams.js +1 -0
  1659. package/_lib/node_modules/spy-on-component/index.js +1 -0
  1660. package/_lib/node_modules/stop-iteration-iterator/index.js +1 -0
  1661. package/_lib/node_modules/stop-iteration-iterator/node_modules/get-intrinsic/index.js +1 -0
  1662. package/_lib/node_modules/stop-iteration-iterator/node_modules/has-symbols/index.js +1 -0
  1663. package/_lib/node_modules/stop-iteration-iterator/node_modules/has-symbols/shams.js +1 -0
  1664. package/_lib/node_modules/stop-iteration-iterator/node_modules/internal-slot/index.js +1 -0
  1665. package/_lib/node_modules/timers-ext/max-timeout.js +1 -0
  1666. package/_lib/node_modules/timers-ext/valid-timeout.js +1 -0
  1667. package/_lib/node_modules/type/function/is.js +1 -0
  1668. package/_lib/node_modules/type/object/is.js +1 -0
  1669. package/_lib/node_modules/type/plain-function/is.js +1 -0
  1670. package/_lib/node_modules/type/prototype/is.js +1 -0
  1671. package/_lib/node_modules/type/value/is.js +1 -0
  1672. package/_lib/node_modules/uncontrollable/lib/esm/hook.js +1 -0
  1673. package/_lib/node_modules/uncontrollable/lib/esm/index.js +1 -0
  1674. package/_lib/node_modules/uncontrollable/lib/esm/uncontrollable.js +1 -0
  1675. package/_lib/node_modules/uncontrollable/lib/esm/utils.js +1 -0
  1676. package/_lib/node_modules/uri-js/dist/es5/uri.all.js +1 -0
  1677. package/_lib/node_modules/validate.io-array/lib/index.js +1 -0
  1678. package/_lib/node_modules/validate.io-function/lib/index.js +1 -0
  1679. package/_lib/node_modules/validate.io-integer/lib/index.js +1 -0
  1680. package/_lib/node_modules/validate.io-integer-array/lib/index.js +1 -0
  1681. package/_lib/node_modules/validate.io-number/lib/index.js +1 -0
  1682. package/_lib/node_modules/warning/browser.js +1 -0
  1683. package/_lib/node_modules/wgs84/index.js +1 -0
  1684. package/_lib/node_modules/whatwg-fetch/fetch.js +1 -0
  1685. package/_lib/node_modules/which-boxed-primitive/index.js +1 -0
  1686. package/_lib/node_modules/which-collection/index.js +1 -0
  1687. package/_lib/node_modules/which-typed-array/index.js +1 -0
  1688. package/_lib/node_modules/which-typed-array/node_modules/call-bind/callBound.js +1 -0
  1689. package/_lib/node_modules/which-typed-array/node_modules/call-bind/index.js +1 -0
  1690. package/_lib/node_modules/which-typed-array/node_modules/get-intrinsic/index.js +1 -0
  1691. package/_lib/node_modules/which-typed-array/node_modules/has-symbols/index.js +1 -0
  1692. package/_lib/node_modules/which-typed-array/node_modules/has-symbols/shams.js +1 -0
  1693. package/_lib/services/form-expander-service.ts +1 -0
  1694. package/_lib/services/has-cache.ts +1 -0
  1695. package/_lib/services/metadata-service.ts +1 -0
  1696. package/_lib/utils.ts +1 -0
  1697. package/lib/api-client.js +1 -1
  1698. package/lib/api-client.js.map +1 -1
  1699. package/lib/client/LajiFormInterface.js +4 -4
  1700. package/lib/client/LajiFormInterface.js.map +1 -1
  1701. package/lib/client/app.d.ts +1 -1
  1702. package/lib/client/app.js +8 -4
  1703. package/lib/client/app.js.map +1 -1
  1704. package/lib/client/components/Builder.d.ts +8 -8
  1705. package/lib/client/components/Builder.js +31 -27
  1706. package/lib/client/components/Builder.js.map +1 -1
  1707. package/lib/client/components/Context.d.ts +6 -6
  1708. package/lib/client/components/Context.js +5 -1
  1709. package/lib/client/components/Context.js.map +1 -1
  1710. package/lib/client/components/Editor/BasicEditor.d.ts +5 -5
  1711. package/lib/client/components/Editor/BasicEditor.js +21 -17
  1712. package/lib/client/components/Editor/BasicEditor.js.map +1 -1
  1713. package/lib/client/components/Editor/DiffViewer.d.ts +7 -7
  1714. package/lib/client/components/Editor/DiffViewer.js +15 -11
  1715. package/lib/client/components/Editor/DiffViewer.js.map +1 -1
  1716. package/lib/client/components/Editor/Editor.d.ts +14 -14
  1717. package/lib/client/components/Editor/Editor.js +40 -36
  1718. package/lib/client/components/Editor/Editor.js.map +1 -1
  1719. package/lib/client/components/Editor/ElemPicker.d.ts +2 -2
  1720. package/lib/client/components/Editor/ElemPicker.js +11 -7
  1721. package/lib/client/components/Editor/ElemPicker.js.map +1 -1
  1722. package/lib/client/components/Editor/FieldEditor.d.ts +6 -6
  1723. package/lib/client/components/Editor/FieldEditor.js +19 -15
  1724. package/lib/client/components/Editor/FieldEditor.js.map +1 -1
  1725. package/lib/client/components/Editor/Fields.d.ts +3 -3
  1726. package/lib/client/components/Editor/Fields.js +18 -14
  1727. package/lib/client/components/Editor/Fields.js.map +1 -1
  1728. package/lib/client/components/Editor/Hierarchy.d.ts +3 -3
  1729. package/lib/client/components/Editor/Hierarchy.js +29 -20
  1730. package/lib/client/components/Editor/Hierarchy.js.map +1 -1
  1731. package/lib/client/components/Editor/OptionsEditor.d.ts +6 -6
  1732. package/lib/client/components/Editor/OptionsEditor.js +26 -22
  1733. package/lib/client/components/Editor/OptionsEditor.js.map +1 -1
  1734. package/lib/client/components/Editor/UiSchemaEditor.d.ts +4 -4
  1735. package/lib/client/components/Editor/UiSchemaEditor.js +37 -33
  1736. package/lib/client/components/Editor/UiSchemaEditor.js.map +1 -1
  1737. package/lib/client/components/LajiForm.js +5 -1
  1738. package/lib/client/components/LajiForm.js.map +1 -1
  1739. package/lib/client/components/Wizard.d.ts +1 -1
  1740. package/lib/client/components/Wizard.js +31 -32
  1741. package/lib/client/components/Wizard.js.map +1 -1
  1742. package/lib/client/components/components.d.ts +8 -8
  1743. package/lib/client/components/components.js +17 -13
  1744. package/lib/client/components/components.js.map +1 -1
  1745. package/lib/client/services/change-handler-service.d.ts +12 -12
  1746. package/lib/client/services/change-handler-service.js +6 -6
  1747. package/lib/client/services/change-handler-service.js.map +1 -1
  1748. package/lib/client/services/form-service.d.ts +3 -3
  1749. package/lib/client/styles.css +10 -11
  1750. package/lib/client/styles.css.map +1 -1
  1751. package/lib/client/themes/bs3.js +5 -1
  1752. package/lib/client/themes/bs3.js.map +1 -1
  1753. package/lib/client/themes/theme.d.ts +4 -4
  1754. package/lib/client/themes/theme.js +5 -1
  1755. package/lib/client/themes/theme.js.map +1 -1
  1756. package/lib/client/utils.d.ts +10 -10
  1757. package/lib/client/utils.js +38 -34
  1758. package/lib/client/utils.js.map +1 -1
  1759. package/lib/model.d.ts +44 -49
  1760. package/lib/model.js +3 -4
  1761. package/lib/model.js.map +1 -1
  1762. package/lib/services/form-expander-service.d.ts +2 -2
  1763. package/lib/services/form-expander-service.js +5 -5
  1764. package/lib/services/form-expander-service.js.map +1 -1
  1765. package/lib/services/has-cache.d.ts +3 -3
  1766. package/lib/services/has-cache.js +1 -1
  1767. package/lib/services/has-cache.js.map +1 -1
  1768. package/lib/services/metadata-service.d.ts +2 -5
  1769. package/lib/services/metadata-service.js +10 -10
  1770. package/lib/services/metadata-service.js.map +1 -1
  1771. package/lib/utils.d.ts +8 -24
  1772. package/lib/utils.js +10 -12
  1773. package/lib/utils.js.map +1 -1
  1774. package/package.json +7 -6
  1775. package/config.prod.json +0 -10
  1776. package/lib/client/translations.json +0 -282
@@ -0,0 +1 @@
1
+ (()=>{var t={};(function(t){"use strict";function i(t){var i,e,n,o;for(e=1,n=arguments.length;e<n;e++)for(i in o=arguments[e])t[i]=o[i];return t}var e=Object.create||function(){function t(){}return function(i){return t.prototype=i,new t}}();function n(t,i){var e=Array.prototype.slice;if(t.bind)return t.bind.apply(t,e.call(arguments,1));var n=e.call(arguments,2);return function(){return t.apply(i,n.length?n.concat(e.call(arguments)):arguments)}}var o=0;function s(t){return"_leaflet_id"in t||(t._leaflet_id=++o),t._leaflet_id}function r(t,i,e){var n,o,s,r;return r=function(){n=!1,o&&(s.apply(e,o),o=!1)},s=function(){n?o=arguments:(t.apply(e,arguments),setTimeout(r,i),n=!0)},s}function a(t,i,e){var n=i[1],o=i[0],s=n-o;return t===n&&e?t:((t-o)%s+s)%s+o}function h(){return!1}function l(t,i){if(!1===i)return t;var e=Math.pow(10,void 0===i?6:i);return Math.round(t*e)/e}function u(t){return t.trim?t.trim():t.replace(/^\s+|\s+$/g,"")}function c(t){return u(t).split(/\s+/)}function _(t,i){for(var n in Object.prototype.hasOwnProperty.call(t,"options")||(t.options=t.options?e(t.options):{}),i)t.options[n]=i[n];return t.options}function d(t,i,e){var n=[];for(var o in t)n.push(encodeURIComponent(e?o.toUpperCase():o)+"="+encodeURIComponent(t[o]));return(i&&-1!==i.indexOf("?")?"&":"?")+n.join("&")}var p=/\{ *([\w_ -]+) *\}/g;function m(t,i){return t.replace(p,(function(t,e){var n=i[e];if(void 0===n)throw new Error("No value provided for variable "+t);return"function"==typeof n&&(n=n(i)),n}))}var f=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)};function g(t,i){for(var e=0;e<t.length;e++)if(t[e]===i)return e;return-1}var v="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=";function y(t){return window["webkit"+t]||window["moz"+t]||window["ms"+t]}var x=0;function w(t){var i=+new Date,e=Math.max(0,16-(i-x));return x=i+e,window.setTimeout(t,e)}var P=window.requestAnimationFrame||y("RequestAnimationFrame")||w,b=window.cancelAnimationFrame||y("CancelAnimationFrame")||y("CancelRequestAnimationFrame")||function(t){window.clearTimeout(t)};function T(t,i,e){if(!e||P!==w)return P.call(window,n(t,i));t.call(i)}function z(t){t&&b.call(window,t)}var M={__proto__:null,extend:i,create:e,bind:n,get lastId(){return o},stamp:s,throttle:r,wrapNum:a,falseFn:h,formatNum:l,trim:u,splitWords:c,setOptions:_,getParamString:d,template:m,isArray:f,indexOf:g,emptyImageUrl:v,requestFn:P,cancelFn:b,requestAnimFrame:T,cancelAnimFrame:z};function C(){}C.extend=function(t){var n=function(){_(this),this.initialize&&this.initialize.apply(this,arguments),this.callInitHooks()},o=n.__super__=this.prototype,s=e(o);for(var r in s.constructor=n,n.prototype=s,this)Object.prototype.hasOwnProperty.call(this,r)&&"prototype"!==r&&"__super__"!==r&&(n[r]=this[r]);return t.statics&&i(n,t.statics),t.includes&&(function(t){if("undefined"!=typeof L&&L&&L.Mixin){t=f(t)?t:[t];for(var i=0;i<t.length;i++)t[i]===L.Mixin.Events&&console.warn("Deprecated include of L.Mixin.Events: this property will be removed in future releases, please inherit from L.Evented instead.",(new Error).stack)}}(t.includes),i.apply(null,[s].concat(t.includes))),i(s,t),delete s.statics,delete s.includes,s.options&&(s.options=o.options?e(o.options):{},i(s.options,t.options)),s._initHooks=[],s.callInitHooks=function(){if(!this._initHooksCalled){o.callInitHooks&&o.callInitHooks.call(this),this._initHooksCalled=!0;for(var t=0,i=s._initHooks.length;t<i;t++)s._initHooks[t].call(this)}},n},C.include=function(t){var e=this.prototype.options;return i(this.prototype,t),t.options&&(this.prototype.options=e,this.mergeOptions(t.options)),this},C.mergeOptions=function(t){return i(this.prototype.options,t),this},C.addInitHook=function(t){var i=Array.prototype.slice.call(arguments,1),e="function"==typeof t?t:function(){this[t].apply(this,i)};return this.prototype._initHooks=this.prototype._initHooks||[],this.prototype._initHooks.push(e),this};var Z={on:function(t,i,e){if("object"==typeof t)for(var n in t)this._on(n,t[n],i);else for(var o=0,s=(t=c(t)).length;o<s;o++)this._on(t[o],i,e);return this},off:function(t,i,e){if(arguments.length)if("object"==typeof t)for(var n in t)this._off(n,t[n],i);else{t=c(t);for(var o=1===arguments.length,s=0,r=t.length;s<r;s++)o?this._off(t[s]):this._off(t[s],i,e)}else delete this._events;return this},_on:function(t,i,e){if("function"==typeof i){this._events=this._events||{};var n=this._events[t];n||(n=[],this._events[t]=n),e===this&&(e=void 0);for(var o={fn:i,ctx:e},s=n,r=0,a=s.length;r<a;r++)if(s[r].fn===i&&s[r].ctx===e)return;s.push(o)}else console.warn("wrong listener type: "+typeof i)},_off:function(t,i,e){var n,o,s;if(this._events&&(n=this._events[t]))if(1!==arguments.length)if(e===this&&(e=void 0),"function"==typeof i){for(o=0,s=n.length;o<s;o++){var r=n[o];if(r.ctx===e&&r.fn===i)return this._firingCount&&(r.fn=h,this._events[t]=n=n.slice()),void n.splice(o,1)}console.warn("listener not found")}else console.warn("wrong listener type: "+typeof i);else{if(this._firingCount)for(o=0,s=n.length;o<s;o++)n[o].fn=h;delete this._events[t]}},fire:function(t,e,n){if(!this.listens(t,n))return this;var o=i({},e,{type:t,target:this,sourceTarget:e&&e.sourceTarget||this});if(this._events){var s=this._events[t];if(s){this._firingCount=this._firingCount+1||1;for(var r=0,a=s.length;r<a;r++){var h=s[r];h.fn.call(h.ctx||this,o)}this._firingCount--}}return n&&this._propagateEvent(o),this},listens:function(t,i){"string"!=typeof t&&console.warn('"string" type argument expected');var e=this._events&&this._events[t];if(e&&e.length)return!0;if(i)for(var n in this._eventParents)if(this._eventParents[n].listens(t,i))return!0;return!1},once:function(t,i,e){if("object"==typeof t){for(var o in t)this.once(o,t[o],i);return this}var s=n((function(){this.off(t,i,e).off(t,s,e)}),this);return this.on(t,i,e).on(t,s,e)},addEventParent:function(t){return this._eventParents=this._eventParents||{},this._eventParents[s(t)]=t,this},removeEventParent:function(t){return this._eventParents&&delete this._eventParents[s(t)],this},_propagateEvent:function(t){for(var e in this._eventParents)this._eventParents[e].fire(t.type,i({layer:t.target,propagatedFrom:t.target},t),!0)}};Z.addEventListener=Z.on,Z.removeEventListener=Z.clearAllEventListeners=Z.off,Z.addOneTimeEventListener=Z.once,Z.fireEvent=Z.fire,Z.hasEventListeners=Z.listens;var S=C.extend(Z);function k(t,i,e){this.x=e?Math.round(t):t,this.y=e?Math.round(i):i}var E=Math.trunc||function(t){return t>0?Math.floor(t):Math.ceil(t)};function B(t,i,e){return t instanceof k?t:f(t)?new k(t[0],t[1]):null==t?t:"object"==typeof t&&"x"in t&&"y"in t?new k(t.x,t.y):new k(t,i,e)}function A(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function I(t,i){return!t||t instanceof A?t:new A(t,i)}function O(t,i){if(t)for(var e=i?[t,i]:t,n=0,o=e.length;n<o;n++)this.extend(e[n])}function R(t,i){return t instanceof O?t:new O(t,i)}function N(t,i,e){if(isNaN(t)||isNaN(i))throw new Error("Invalid LatLng object: ("+t+", "+i+")");this.lat=+t,this.lng=+i,void 0!==e&&(this.alt=+e)}function D(t,i,e){return t instanceof N?t:f(t)&&"object"!=typeof t[0]?3===t.length?new N(t[0],t[1],t[2]):2===t.length?new N(t[0],t[1]):null:null==t?t:"object"==typeof t&&"lat"in t?new N(t.lat,"lng"in t?t.lng:t.lon,t.alt):void 0===i?null:new N(t,i,e)}k.prototype={clone:function(){return new k(this.x,this.y)},add:function(t){return this.clone()._add(B(t))},_add:function(t){return this.x+=t.x,this.y+=t.y,this},subtract:function(t){return this.clone()._subtract(B(t))},_subtract:function(t){return this.x-=t.x,this.y-=t.y,this},divideBy:function(t){return this.clone()._divideBy(t)},_divideBy:function(t){return this.x/=t,this.y/=t,this},multiplyBy:function(t){return this.clone()._multiplyBy(t)},_multiplyBy:function(t){return this.x*=t,this.y*=t,this},scaleBy:function(t){return new k(this.x*t.x,this.y*t.y)},unscaleBy:function(t){return new k(this.x/t.x,this.y/t.y)},round:function(){return this.clone()._round()},_round:function(){return this.x=Math.round(this.x),this.y=Math.round(this.y),this},floor:function(){return this.clone()._floor()},_floor:function(){return this.x=Math.floor(this.x),this.y=Math.floor(this.y),this},ceil:function(){return this.clone()._ceil()},_ceil:function(){return this.x=Math.ceil(this.x),this.y=Math.ceil(this.y),this},trunc:function(){return this.clone()._trunc()},_trunc:function(){return this.x=E(this.x),this.y=E(this.y),this},distanceTo:function(t){var i=(t=B(t)).x-this.x,e=t.y-this.y;return Math.sqrt(i*i+e*e)},equals:function(t){return(t=B(t)).x===this.x&&t.y===this.y},contains:function(t){return t=B(t),Math.abs(t.x)<=Math.abs(this.x)&&Math.abs(t.y)<=Math.abs(this.y)},toString:function(){return"Point("+l(this.x)+", "+l(this.y)+")"}},A.prototype={extend:function(t){return t=B(t),this.min||this.max?(this.min.x=Math.min(t.x,this.min.x),this.max.x=Math.max(t.x,this.max.x),this.min.y=Math.min(t.y,this.min.y),this.max.y=Math.max(t.y,this.max.y)):(this.min=t.clone(),this.max=t.clone()),this},getCenter:function(t){return new k((this.min.x+this.max.x)/2,(this.min.y+this.max.y)/2,t)},getBottomLeft:function(){return new k(this.min.x,this.max.y)},getTopRight:function(){return new k(this.max.x,this.min.y)},getTopLeft:function(){return this.min},getBottomRight:function(){return this.max},getSize:function(){return this.max.subtract(this.min)},contains:function(t){var i,e;return(t="number"==typeof t[0]||t instanceof k?B(t):I(t))instanceof A?(i=t.min,e=t.max):i=e=t,i.x>=this.min.x&&e.x<=this.max.x&&i.y>=this.min.y&&e.y<=this.max.y},intersects:function(t){t=I(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>=i.x&&n.x<=e.x,r=o.y>=i.y&&n.y<=e.y;return s&&r},overlaps:function(t){t=I(t);var i=this.min,e=this.max,n=t.min,o=t.max,s=o.x>i.x&&n.x<e.x,r=o.y>i.y&&n.y<e.y;return s&&r},isValid:function(){return!(!this.min||!this.max)}},O.prototype={extend:function(t){var i,e,n=this._southWest,o=this._northEast;if(t instanceof N)i=t,e=t;else{if(!(t instanceof O))return t?this.extend(D(t)||R(t)):this;if(i=t._southWest,e=t._northEast,!i||!e)return this}return n||o?(n.lat=Math.min(i.lat,n.lat),n.lng=Math.min(i.lng,n.lng),o.lat=Math.max(e.lat,o.lat),o.lng=Math.max(e.lng,o.lng)):(this._southWest=new N(i.lat,i.lng),this._northEast=new N(e.lat,e.lng)),this},pad:function(t){var i=this._southWest,e=this._northEast,n=Math.abs(i.lat-e.lat)*t,o=Math.abs(i.lng-e.lng)*t;return new O(new N(i.lat-n,i.lng-o),new N(e.lat+n,e.lng+o))},getCenter:function(){return new N((this._southWest.lat+this._northEast.lat)/2,(this._southWest.lng+this._northEast.lng)/2)},getSouthWest:function(){return this._southWest},getNorthEast:function(){return this._northEast},getNorthWest:function(){return new N(this.getNorth(),this.getWest())},getSouthEast:function(){return new N(this.getSouth(),this.getEast())},getWest:function(){return this._southWest.lng},getSouth:function(){return this._southWest.lat},getEast:function(){return this._northEast.lng},getNorth:function(){return this._northEast.lat},contains:function(t){t="number"==typeof t[0]||t instanceof N||"lat"in t?D(t):R(t);var i,e,n=this._southWest,o=this._northEast;return t instanceof O?(i=t.getSouthWest(),e=t.getNorthEast()):i=e=t,i.lat>=n.lat&&e.lat<=o.lat&&i.lng>=n.lng&&e.lng<=o.lng},intersects:function(t){t=R(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>=i.lat&&n.lat<=e.lat,r=o.lng>=i.lng&&n.lng<=e.lng;return s&&r},overlaps:function(t){t=R(t);var i=this._southWest,e=this._northEast,n=t.getSouthWest(),o=t.getNorthEast(),s=o.lat>i.lat&&n.lat<e.lat,r=o.lng>i.lng&&n.lng<e.lng;return s&&r},toBBoxString:function(){return[this.getWest(),this.getSouth(),this.getEast(),this.getNorth()].join(",")},equals:function(t,i){return!!t&&(t=R(t),this._southWest.equals(t.getSouthWest(),i)&&this._northEast.equals(t.getNorthEast(),i))},isValid:function(){return!(!this._southWest||!this._northEast)}},N.prototype={equals:function(t,i){return!!t&&(t=D(t),Math.max(Math.abs(this.lat-t.lat),Math.abs(this.lng-t.lng))<=(void 0===i?1e-9:i))},toString:function(t){return"LatLng("+l(this.lat,t)+", "+l(this.lng,t)+")"},distanceTo:function(t){return W.distance(this,D(t))},wrap:function(){return W.wrapLatLng(this)},toBounds:function(t){var i=180*t/40075017,e=i/Math.cos(Math.PI/180*this.lat);return R([this.lat-i,this.lng-e],[this.lat+i,this.lng+e])},clone:function(){return new N(this.lat,this.lng,this.alt)}};var j,H={latLngToPoint:function(t,i){var e=this.projection.project(t),n=this.scale(i);return this.transformation._transform(e,n)},pointToLatLng:function(t,i){var e=this.scale(i),n=this.transformation.untransform(t,e);return this.projection.unproject(n)},project:function(t){return this.projection.project(t)},unproject:function(t){return this.projection.unproject(t)},scale:function(t){return 256*Math.pow(2,t)},zoom:function(t){return Math.log(t/256)/Math.LN2},getProjectedBounds:function(t){if(this.infinite)return null;var i=this.projection.bounds,e=this.scale(t);return new A(this.transformation.transform(i.min,e),this.transformation.transform(i.max,e))},infinite:!1,wrapLatLng:function(t){var i=this.wrapLng?a(t.lng,this.wrapLng,!0):t.lng;return new N(this.wrapLat?a(t.lat,this.wrapLat,!0):t.lat,i,t.alt)},wrapLatLngBounds:function(t){var i=t.getCenter(),e=this.wrapLatLng(i),n=i.lat-e.lat,o=i.lng-e.lng;if(0===n&&0===o)return t;var s=t.getSouthWest(),r=t.getNorthEast();return new O(new N(s.lat-n,s.lng-o),new N(r.lat-n,r.lng-o))}},W=i({},H,{wrapLng:[-180,180],R:6371e3,distance:function(t,i){var e=Math.PI/180,n=t.lat*e,o=i.lat*e,s=Math.sin((i.lat-t.lat)*e/2),r=Math.sin((i.lng-t.lng)*e/2),a=s*s+Math.cos(n)*Math.cos(o)*r*r,h=2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a));return this.R*h}}),F=6378137,U={R:F,MAX_LATITUDE:85.0511287798,project:function(t){var i=Math.PI/180,e=this.MAX_LATITUDE,n=Math.max(Math.min(e,t.lat),-e),o=Math.sin(n*i);return new k(this.R*t.lng*i,this.R*Math.log((1+o)/(1-o))/2)},unproject:function(t){var i=180/Math.PI;return new N((2*Math.atan(Math.exp(t.y/this.R))-Math.PI/2)*i,t.x*i/this.R)},bounds:(j=F*Math.PI,new A([-j,-j],[j,j]))};function V(t,i,e,n){if(f(t))return this._a=t[0],this._b=t[1],this._c=t[2],void(this._d=t[3]);this._a=t,this._b=i,this._c=e,this._d=n}function q(t,i,e,n){return new V(t,i,e,n)}V.prototype={transform:function(t,i){return this._transform(t.clone(),i)},_transform:function(t,i){return i=i||1,t.x=i*(this._a*t.x+this._b),t.y=i*(this._c*t.y+this._d),t},untransform:function(t,i){return i=i||1,new k((t.x/i-this._b)/this._a,(t.y/i-this._d)/this._c)}};var G=i({},W,{code:"EPSG:3857",projection:U,transformation:function(){var t=.5/(Math.PI*U.R);return q(t,.5,-t,.5)}()}),K=i({},G,{code:"EPSG:900913"});function Y(t){return document.createElementNS("http://www.w3.org/2000/svg",t)}function X(t,i){var e,n,o,s,r,a,h="";for(e=0,o=t.length;e<o;e++){for(n=0,s=(r=t[e]).length;n<s;n++)h+=(n?"L":"M")+(a=r[n]).x+" "+a.y;h+=i?At.svg?"z":"x":""}return h||"M0 0"}var J,$=document.documentElement.style,Q="ActiveXObject"in window,tt=Q&&!document.addEventListener,it="msLaunchUri"in navigator&&!("documentMode"in document),et=Bt("webkit"),nt=Bt("android"),ot=Bt("android 2")||Bt("android 3"),st=parseInt(/WebKit\/([0-9]+)|$/.exec(navigator.userAgent)[1],10),rt=nt&&Bt("Google")&&st<537&&!("AudioNode"in window),at=!!window.opera,ht=!it&&Bt("chrome"),lt=Bt("gecko")&&!et&&!at&&!Q,ut=!ht&&Bt("safari"),ct=Bt("phantom"),_t="OTransition"in $,dt=0===navigator.platform.indexOf("Win"),pt=Q&&"transition"in $,mt="WebKitCSSMatrix"in window&&"m11"in new window.WebKitCSSMatrix&&!ot,ft="MozPerspective"in $,gt=!window.L_DISABLE_3D&&(pt||mt||ft)&&!_t&&!ct,vt="undefined"!=typeof orientation||Bt("mobile"),yt=vt&&et,xt=vt&&mt,wt=!window.PointerEvent&&window.MSPointerEvent,Pt=!(!window.PointerEvent&&!wt),bt="ontouchstart"in window||!!window.TouchEvent,Lt=!window.L_NO_TOUCH&&(bt||Pt),Tt=vt&&at,zt=vt&&lt,Mt=(window.devicePixelRatio||window.screen.deviceXDPI/window.screen.logicalXDPI)>1,Ct=function(){var t=!1;try{var i=Object.defineProperty({},"passive",{get:function(){t=!0}});window.addEventListener("testPassiveEventSupport",h,i),window.removeEventListener("testPassiveEventSupport",h,i)}catch(t){}return t}(),Zt=!!document.createElement("canvas").getContext,St=!(!document.createElementNS||!Y("svg").createSVGRect),kt=!!St&&((J=document.createElement("div")).innerHTML="<svg/>","http://www.w3.org/2000/svg"===(J.firstChild&&J.firstChild.namespaceURI)),Et=!St&&function(){try{var t=document.createElement("div");t.innerHTML='<v:shape adj="1"/>';var i=t.firstChild;return i.style.behavior="url(#default#VML)",i&&"object"==typeof i.adj}catch(t){return!1}}();function Bt(t){return navigator.userAgent.toLowerCase().indexOf(t)>=0}var At={ie:Q,ielt9:tt,edge:it,webkit:et,android:nt,android23:ot,androidStock:rt,opera:at,chrome:ht,gecko:lt,safari:ut,phantom:ct,opera12:_t,win:dt,ie3d:pt,webkit3d:mt,gecko3d:ft,any3d:gt,mobile:vt,mobileWebkit:yt,mobileWebkit3d:xt,msPointer:wt,pointer:Pt,touch:Lt,touchNative:bt,mobileOpera:Tt,mobileGecko:zt,retina:Mt,passiveEvents:Ct,canvas:Zt,svg:St,vml:Et,inlineSvg:kt},It=At.msPointer?"MSPointerDown":"pointerdown",Ot=At.msPointer?"MSPointerMove":"pointermove",Rt=At.msPointer?"MSPointerUp":"pointerup",Nt=At.msPointer?"MSPointerCancel":"pointercancel",Dt={touchstart:It,touchmove:Ot,touchend:Rt,touchcancel:Nt},jt={touchstart:function(t,i){i.MSPOINTER_TYPE_TOUCH&&i.pointerType===i.MSPOINTER_TYPE_TOUCH&&Ri(i),Gt(t,i)},touchmove:Gt,touchend:Gt,touchcancel:Gt},Ht={},Wt=!1;function Ft(t,i,e){return"touchstart"===i&&(Wt||(document.addEventListener(It,Ut,!0),document.addEventListener(Ot,Vt,!0),document.addEventListener(Rt,qt,!0),document.addEventListener(Nt,qt,!0),Wt=!0)),jt[i]?(e=jt[i].bind(this,e),t.addEventListener(Dt[i],e,!1),e):(console.warn("wrong event specified:",i),L.Util.falseFn)}function Ut(t){Ht[t.pointerId]=t}function Vt(t){Ht[t.pointerId]&&(Ht[t.pointerId]=t)}function qt(t){delete Ht[t.pointerId]}function Gt(t,i){if(i.pointerType!==(i.MSPOINTER_TYPE_MOUSE||"mouse")){for(var e in i.touches=[],Ht)i.touches.push(Ht[e]);i.changedTouches=[i],t(i)}}var Kt,Yt,Xt,Jt,$t,Qt=mi(["transform","webkitTransform","OTransform","MozTransform","msTransform"]),ti=mi(["webkitTransition","transition","OTransition","MozTransition","msTransition"]),ii="webkitTransition"===ti||"OTransition"===ti?ti+"End":"transitionend";function ei(t){return"string"==typeof t?document.getElementById(t):t}function ni(t,i){var e=t.style[i]||t.currentStyle&&t.currentStyle[i];if((!e||"auto"===e)&&document.defaultView){var n=document.defaultView.getComputedStyle(t,null);e=n?n[i]:null}return"auto"===e?null:e}function oi(t,i,e){var n=document.createElement(t);return n.className=i||"",e&&e.appendChild(n),n}function si(t){var i=t.parentNode;i&&i.removeChild(t)}function ri(t){for(;t.firstChild;)t.removeChild(t.firstChild)}function ai(t){var i=t.parentNode;i&&i.lastChild!==t&&i.appendChild(t)}function hi(t){var i=t.parentNode;i&&i.firstChild!==t&&i.insertBefore(t,i.firstChild)}function li(t,i){if(void 0!==t.classList)return t.classList.contains(i);var e=di(t);return e.length>0&&new RegExp("(^|\\s)"+i+"(\\s|$)").test(e)}function ui(t,i){if(void 0!==t.classList)for(var e=c(i),n=0,o=e.length;n<o;n++)t.classList.add(e[n]);else if(!li(t,i)){var s=di(t);_i(t,(s?s+" ":"")+i)}}function ci(t,i){void 0!==t.classList?t.classList.remove(i):_i(t,u((" "+di(t)+" ").replace(" "+i+" "," ")))}function _i(t,i){void 0===t.className.baseVal?t.className=i:t.className.baseVal=i}function di(t){return t.correspondingElement&&(t=t.correspondingElement),void 0===t.className.baseVal?t.className:t.className.baseVal}function pi(t,i){"opacity"in t.style?t.style.opacity=i:"filter"in t.style&&function(t,i){var e=!1,n="DXImageTransform.Microsoft.Alpha";try{e=t.filters.item(n)}catch(t){if(1===i)return}i=Math.round(100*i),e?(e.Enabled=100!==i,e.Opacity=i):t.style.filter+=" progid:"+n+"(opacity="+i+")"}(t,i)}function mi(t){for(var i=document.documentElement.style,e=0;e<t.length;e++)if(t[e]in i)return t[e];return!1}function fi(t,i,e){var n=i||new k(0,0);t.style[Qt]=(At.ie3d?"translate("+n.x+"px,"+n.y+"px)":"translate3d("+n.x+"px,"+n.y+"px,0)")+(e?" scale("+e+")":"")}function gi(t,i){t._leaflet_pos=i,At.any3d?fi(t,i):(t.style.left=i.x+"px",t.style.top=i.y+"px")}function vi(t){return t._leaflet_pos||new k(0,0)}if("onselectstart"in document)Kt=function(){Mi(window,"selectstart",Ri)},Yt=function(){Zi(window,"selectstart",Ri)};else{var yi=mi(["userSelect","WebkitUserSelect","OUserSelect","MozUserSelect","msUserSelect"]);Kt=function(){if(yi){var t=document.documentElement.style;Xt=t[yi],t[yi]="none"}},Yt=function(){yi&&(document.documentElement.style[yi]=Xt,Xt=void 0)}}function xi(){Mi(window,"dragstart",Ri)}function wi(){Zi(window,"dragstart",Ri)}function Pi(t){for(;-1===t.tabIndex;)t=t.parentNode;t.style&&(bi(),Jt=t,$t=t.style.outline,t.style.outline="none",Mi(window,"keydown",bi))}function bi(){Jt&&(Jt.style.outline=$t,Jt=void 0,$t=void 0,Zi(window,"keydown",bi))}function Li(t){do{t=t.parentNode}while(!(t.offsetWidth&&t.offsetHeight||t===document.body));return t}function Ti(t){var i=t.getBoundingClientRect();return{x:i.width/t.offsetWidth||1,y:i.height/t.offsetHeight||1,boundingClientRect:i}}var zi={__proto__:null,TRANSFORM:Qt,TRANSITION:ti,TRANSITION_END:ii,get:ei,getStyle:ni,create:oi,remove:si,empty:ri,toFront:ai,toBack:hi,hasClass:li,addClass:ui,removeClass:ci,setClass:_i,getClass:di,setOpacity:pi,testProp:mi,setTransform:fi,setPosition:gi,getPosition:vi,get disableTextSelection(){return Kt},get enableTextSelection(){return Yt},disableImageDrag:xi,enableImageDrag:wi,preventOutline:Pi,restoreOutline:bi,getSizedParentNode:Li,getScale:Ti};function Mi(t,i,e,n){if(i&&"object"==typeof i)for(var o in i)Ei(t,o,i[o],e);else for(var s=0,r=(i=c(i)).length;s<r;s++)Ei(t,i[s],e,n);return this}var Ci="_leaflet_events";function Zi(t,i,e,n){if(1===arguments.length)Si(t),delete t[Ci];else if(i&&"object"==typeof i)for(var o in i)Bi(t,o,i[o],e);else if(i=c(i),2===arguments.length)Si(t,(function(t){return-1!==g(i,t)}));else for(var s=0,r=i.length;s<r;s++)Bi(t,i[s],e,n);return this}function Si(t,i){for(var e in t[Ci]){var n=e.split(/\d/)[0];i&&!i(n)||Bi(t,n,null,null,e)}}var ki={mouseenter:"mouseover",mouseleave:"mouseout",wheel:!("onwheel"in window)&&"mousewheel"};function Ei(t,i,e,n){var o=i+s(e)+(n?"_"+s(n):"");if(t[Ci]&&t[Ci][o])return this;var r=function(i){return e.call(n||t,i||window.event)},a=r;!At.touchNative&&At.pointer&&0===i.indexOf("touch")?r=Ft(t,i,r):At.touch&&"dblclick"===i?r=function(t,i){t.addEventListener("dblclick",i);var e,n=0;function o(t){if(1===t.detail){if("mouse"!==t.pointerType&&(!t.sourceCapabilities||t.sourceCapabilities.firesTouchEvents)){var o=Date.now();o-n<=200?2==++e&&i(function(t){var i,e,n={};for(e in t)i=t[e],n[e]=i&&i.bind?i.bind(t):i;return t=n,n.type="dblclick",n.detail=2,n.isTrusted=!1,n._simulated=!0,n}(t)):e=1,n=o}}else e=t.detail}return t.addEventListener("click",o),{dblclick:i,simDblclick:o}}(t,r):"addEventListener"in t?"touchstart"===i||"touchmove"===i||"wheel"===i||"mousewheel"===i?t.addEventListener(ki[i]||i,r,!!At.passiveEvents&&{passive:!1}):"mouseenter"===i||"mouseleave"===i?(r=function(i){i=i||window.event,Wi(t,i)&&a(i)},t.addEventListener(ki[i],r,!1)):t.addEventListener(i,a,!1):t.attachEvent("on"+i,r),t[Ci]=t[Ci]||{},t[Ci][o]=r}function Bi(t,i,e,n,o){o=o||i+s(e)+(n?"_"+s(n):"");var r=t[Ci]&&t[Ci][o];if(!r)return this;!At.touchNative&&At.pointer&&0===i.indexOf("touch")?function(t,i,e){Dt[i]?t.removeEventListener(Dt[i],e,!1):console.warn("wrong event specified:",i)}(t,i,r):At.touch&&"dblclick"===i?function(t,i){t.removeEventListener("dblclick",i.dblclick),t.removeEventListener("click",i.simDblclick)}(t,r):"removeEventListener"in t?t.removeEventListener(ki[i]||i,r,!1):t.detachEvent("on"+i,r),t[Ci][o]=null}function Ai(t){return t.stopPropagation?t.stopPropagation():t.originalEvent?t.originalEvent._stopped=!0:t.cancelBubble=!0,this}function Ii(t){return Ei(t,"wheel",Ai),this}function Oi(t){return Mi(t,"mousedown touchstart dblclick contextmenu",Ai),t._leaflet_disable_click=!0,this}function Ri(t){return t.preventDefault?t.preventDefault():t.returnValue=!1,this}function Ni(t){return Ri(t),Ai(t),this}function Di(t,i){if(!i)return new k(t.clientX,t.clientY);var e=Ti(i),n=e.boundingClientRect;return new k((t.clientX-n.left)/e.x-i.clientLeft,(t.clientY-n.top)/e.y-i.clientTop)}var ji=At.win&&At.chrome?2*window.devicePixelRatio:At.gecko?window.devicePixelRatio:1;function Hi(t){return At.edge?t.wheelDeltaY/2:t.deltaY&&0===t.deltaMode?-t.deltaY/ji:t.deltaY&&1===t.deltaMode?20*-t.deltaY:t.deltaY&&2===t.deltaMode?60*-t.deltaY:t.deltaX||t.deltaZ?0:t.wheelDelta?(t.wheelDeltaY||t.wheelDelta)/2:t.detail&&Math.abs(t.detail)<32765?20*-t.detail:t.detail?t.detail/-32765*60:0}function Wi(t,i){var e=i.relatedTarget;if(!e)return!0;try{for(;e&&e!==t;)e=e.parentNode}catch(t){return!1}return e!==t}var Fi={__proto__:null,on:Mi,off:Zi,stopPropagation:Ai,disableScrollPropagation:Ii,disableClickPropagation:Oi,preventDefault:Ri,stop:Ni,getMousePosition:Di,getWheelDelta:Hi,isExternalTarget:Wi,addListener:Mi,removeListener:Zi},Ui=S.extend({run:function(t,i,e,n){this.stop(),this._el=t,this._inProgress=!0,this._duration=e||.25,this._easeOutPower=1/Math.max(n||.5,.2),this._startPos=vi(t),this._offset=i.subtract(this._startPos),this._startTime=+new Date,this.fire("start"),this._animate()},stop:function(){this._inProgress&&(this._step(!0),this._complete())},_animate:function(){this._animId=T(this._animate,this),this._step()},_step:function(t){var i=+new Date-this._startTime,e=1e3*this._duration;i<e?this._runFrame(this._easeOut(i/e),t):(this._runFrame(1),this._complete())},_runFrame:function(t,i){var e=this._startPos.add(this._offset.multiplyBy(t));i&&e._round(),gi(this._el,e),this.fire("step")},_complete:function(){z(this._animId),this._inProgress=!1,this.fire("end")},_easeOut:function(t){return 1-Math.pow(1-t,this._easeOutPower)}}),Vi=S.extend({options:{crs:G,center:void 0,zoom:void 0,minZoom:void 0,maxZoom:void 0,layers:[],maxBounds:void 0,renderer:void 0,zoomAnimation:!0,zoomAnimationThreshold:4,fadeAnimation:!0,markerZoomAnimation:!0,transform3DLimit:8388608,zoomSnap:1,zoomDelta:1,trackResize:!0},initialize:function(t,i){i=_(this,i),this._handlers=[],this._layers={},this._zoomBoundLayers={},this._sizeChanged=!0,this._initContainer(t),this._initLayout(),this._onResize=n(this._onResize,this),this._initEvents(),i.maxBounds&&this.setMaxBounds(i.maxBounds),void 0!==i.zoom&&(this._zoom=this._limitZoom(i.zoom)),i.center&&void 0!==i.zoom&&this.setView(D(i.center),i.zoom,{reset:!0}),this.callInitHooks(),this._zoomAnimated=ti&&At.any3d&&!At.mobileOpera&&this.options.zoomAnimation,this._zoomAnimated&&(this._createAnimProxy(),Mi(this._proxy,ii,this._catchTransitionEnd,this)),this._addLayers(this.options.layers)},setView:function(t,e,n){return e=void 0===e?this._zoom:this._limitZoom(e),t=this._limitCenter(D(t),e,this.options.maxBounds),n=n||{},this._stop(),this._loaded&&!n.reset&&!0!==n&&(void 0!==n.animate&&(n.zoom=i({animate:n.animate},n.zoom),n.pan=i({animate:n.animate,duration:n.duration},n.pan)),this._zoom!==e?this._tryAnimatedZoom&&this._tryAnimatedZoom(t,e,n.zoom):this._tryAnimatedPan(t,n.pan))?(clearTimeout(this._sizeTimer),this):(this._resetView(t,e),this)},setZoom:function(t,i){return this._loaded?this.setView(this.getCenter(),t,{zoom:i}):(this._zoom=t,this)},zoomIn:function(t,i){return t=t||(At.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom+t,i)},zoomOut:function(t,i){return t=t||(At.any3d?this.options.zoomDelta:1),this.setZoom(this._zoom-t,i)},setZoomAround:function(t,i,e){var n=this.getZoomScale(i),o=this.getSize().divideBy(2),s=(t instanceof k?t:this.latLngToContainerPoint(t)).subtract(o).multiplyBy(1-1/n),r=this.containerPointToLatLng(o.add(s));return this.setView(r,i,{zoom:e})},_getBoundsCenterZoom:function(t,i){i=i||{},t=t.getBounds?t.getBounds():R(t);var e=B(i.paddingTopLeft||i.padding||[0,0]),n=B(i.paddingBottomRight||i.padding||[0,0]),o=this.getBoundsZoom(t,!1,e.add(n));if((o="number"==typeof i.maxZoom?Math.min(i.maxZoom,o):o)===1/0)return{center:t.getCenter(),zoom:o};var s=n.subtract(e).divideBy(2),r=this.project(t.getSouthWest(),o),a=this.project(t.getNorthEast(),o);return{center:this.unproject(r.add(a).divideBy(2).add(s),o),zoom:o}},fitBounds:function(t,i){if(!(t=R(t)).isValid())throw new Error("Bounds are not valid.");var e=this._getBoundsCenterZoom(t,i);return this.setView(e.center,e.zoom,i)},fitWorld:function(t){return this.fitBounds([[-90,-180],[90,180]],t)},panTo:function(t,i){return this.setView(t,this._zoom,{pan:i})},panBy:function(t,i){if(i=i||{},!(t=B(t).round()).x&&!t.y)return this.fire("moveend");if(!0!==i.animate&&!this.getSize().contains(t))return this._resetView(this.unproject(this.project(this.getCenter()).add(t)),this.getZoom()),this;if(this._panAnim||(this._panAnim=new Ui,this._panAnim.on({step:this._onPanTransitionStep,end:this._onPanTransitionEnd},this)),i.noMoveStart||this.fire("movestart"),!1!==i.animate){ui(this._mapPane,"leaflet-pan-anim");var e=this._getMapPanePos().subtract(t).round();this._panAnim.run(this._mapPane,e,i.duration||.25,i.easeLinearity)}else this._rawPanBy(t),this.fire("move").fire("moveend");return this},flyTo:function(t,i,e){if(!1===(e=e||{}).animate||!At.any3d)return this.setView(t,i,e);this._stop();var n=this.project(this.getCenter()),o=this.project(t),s=this.getSize(),r=this._zoom;t=D(t),i=void 0===i?r:i;var a=Math.max(s.x,s.y),h=a*this.getZoomScale(r,i),l=o.distanceTo(n)||1,u=1.42,c=2.0164;function _(t){var i=(h*h-a*a+(t?-1:1)*c*c*l*l)/(2*(t?h:a)*c*l),e=Math.sqrt(i*i+1)-i;return e<1e-9?-18:Math.log(e)}function d(t){return(Math.exp(t)-Math.exp(-t))/2}function p(t){return(Math.exp(t)+Math.exp(-t))/2}var m=_(0);function f(t){return a*(p(m)*(d(i=m+u*t)/p(i))-d(m))/c;var i}var g=Date.now(),v=(_(1)-m)/u,y=e.duration?1e3*e.duration:1e3*v*.8;return this._moveStart(!0,e.noMoveStart),function e(){var s=(Date.now()-g)/y,h=function(t){return 1-Math.pow(1-t,1.5)}(s)*v;s<=1?(this._flyToFrame=T(e,this),this._move(this.unproject(n.add(o.subtract(n).multiplyBy(f(h)/l)),r),this.getScaleZoom(a/function(t){return a*(p(m)/p(m+u*t))}(h),r),{flyTo:!0})):this._move(t,i)._moveEnd(!0)}.call(this),this},flyToBounds:function(t,i){var e=this._getBoundsCenterZoom(t,i);return this.flyTo(e.center,e.zoom,i)},setMaxBounds:function(t){return(t=R(t)).isValid()?(this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this.options.maxBounds=t,this._loaded&&this._panInsideMaxBounds(),this.on("moveend",this._panInsideMaxBounds)):(this.options.maxBounds=null,this.off("moveend",this._panInsideMaxBounds))},setMinZoom:function(t){var i=this.options.minZoom;return this.options.minZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()<this.options.minZoom)?this.setZoom(t):this},setMaxZoom:function(t){var i=this.options.maxZoom;return this.options.maxZoom=t,this._loaded&&i!==t&&(this.fire("zoomlevelschange"),this.getZoom()>this.options.maxZoom)?this.setZoom(t):this},panInsideBounds:function(t,i){this._enforcingBounds=!0;var e=this.getCenter(),n=this._limitCenter(e,this._zoom,R(t));return e.equals(n)||this.panTo(n,i),this._enforcingBounds=!1,this},panInside:function(t,i){var e=B((i=i||{}).paddingTopLeft||i.padding||[0,0]),n=B(i.paddingBottomRight||i.padding||[0,0]),o=this.project(this.getCenter()),s=this.project(t),r=this.getPixelBounds(),a=I([r.min.add(e),r.max.subtract(n)]),h=a.getSize();if(!a.contains(s)){this._enforcingBounds=!0;var l=s.subtract(a.getCenter()),u=a.extend(s).getSize().subtract(h);o.x+=l.x<0?-u.x:u.x,o.y+=l.y<0?-u.y:u.y,this.panTo(this.unproject(o),i),this._enforcingBounds=!1}return this},invalidateSize:function(t){if(!this._loaded)return this;t=i({animate:!1,pan:!0},!0===t?{animate:!0}:t);var e=this.getSize();this._sizeChanged=!0,this._lastCenter=null;var o=this.getSize(),s=e.divideBy(2).round(),r=o.divideBy(2).round(),a=s.subtract(r);return a.x||a.y?(t.animate&&t.pan?this.panBy(a):(t.pan&&this._rawPanBy(a),this.fire("move"),t.debounceMoveend?(clearTimeout(this._sizeTimer),this._sizeTimer=setTimeout(n(this.fire,this,"moveend"),200)):this.fire("moveend")),this.fire("resize",{oldSize:e,newSize:o})):this},stop:function(){return this.setZoom(this._limitZoom(this._zoom)),this.options.zoomSnap||this.fire("viewreset"),this._stop()},locate:function(t){if(t=this._locateOptions=i({timeout:1e4,watch:!1},t),!("geolocation"in navigator))return this._handleGeolocationError({code:0,message:"Geolocation not supported."}),this;var e=n(this._handleGeolocationResponse,this),o=n(this._handleGeolocationError,this);return t.watch?this._locationWatchId=navigator.geolocation.watchPosition(e,o,t):navigator.geolocation.getCurrentPosition(e,o,t),this},stopLocate:function(){return navigator.geolocation&&navigator.geolocation.clearWatch&&navigator.geolocation.clearWatch(this._locationWatchId),this._locateOptions&&(this._locateOptions.setView=!1),this},_handleGeolocationError:function(t){if(this._container._leaflet_id){var i=t.code,e=t.message||(1===i?"permission denied":2===i?"position unavailable":"timeout");this._locateOptions.setView&&!this._loaded&&this.fitWorld(),this.fire("locationerror",{code:i,message:"Geolocation error: "+e+"."})}},_handleGeolocationResponse:function(t){if(this._container._leaflet_id){var i=new N(t.coords.latitude,t.coords.longitude),e=i.toBounds(2*t.coords.accuracy),n=this._locateOptions;if(n.setView){var o=this.getBoundsZoom(e);this.setView(i,n.maxZoom?Math.min(o,n.maxZoom):o)}var s={latlng:i,bounds:e,timestamp:t.timestamp};for(var r in t.coords)"number"==typeof t.coords[r]&&(s[r]=t.coords[r]);this.fire("locationfound",s)}},addHandler:function(t,i){if(!i)return this;var e=this[t]=new i(this);return this._handlers.push(e),this.options[t]&&e.enable(),this},remove:function(){if(this._initEvents(!0),this.options.maxBounds&&this.off("moveend",this._panInsideMaxBounds),this._containerId!==this._container._leaflet_id)throw new Error("Map container is being reused by another instance");try{delete this._container._leaflet_id,delete this._containerId}catch(t){this._container._leaflet_id=void 0,this._containerId=void 0}var t;for(t in void 0!==this._locationWatchId&&this.stopLocate(),this._stop(),si(this._mapPane),this._clearControlPos&&this._clearControlPos(),this._resizeRequest&&(z(this._resizeRequest),this._resizeRequest=null),this._clearHandlers(),this._loaded&&this.fire("unload"),this._layers)this._layers[t].remove();for(t in this._panes)si(this._panes[t]);return this._layers=[],this._panes=[],delete this._mapPane,delete this._renderer,this},createPane:function(t,i){var e=oi("div","leaflet-pane"+(t?" leaflet-"+t.replace("Pane","")+"-pane":""),i||this._mapPane);return t&&(this._panes[t]=e),e},getCenter:function(){return this._checkIfLoaded(),this._lastCenter&&!this._moved()?this._lastCenter:this.layerPointToLatLng(this._getCenterLayerPoint())},getZoom:function(){return this._zoom},getBounds:function(){var t=this.getPixelBounds();return new O(this.unproject(t.getBottomLeft()),this.unproject(t.getTopRight()))},getMinZoom:function(){return void 0===this.options.minZoom?this._layersMinZoom||0:this.options.minZoom},getMaxZoom:function(){return void 0===this.options.maxZoom?void 0===this._layersMaxZoom?1/0:this._layersMaxZoom:this.options.maxZoom},getBoundsZoom:function(t,i,e){t=R(t),e=B(e||[0,0]);var n=this.getZoom()||0,o=this.getMinZoom(),s=this.getMaxZoom(),r=t.getNorthWest(),a=t.getSouthEast(),h=this.getSize().subtract(e),l=I(this.project(a,n),this.project(r,n)).getSize(),u=At.any3d?this.options.zoomSnap:1,c=h.x/l.x,_=h.y/l.y,d=i?Math.max(c,_):Math.min(c,_);return n=this.getScaleZoom(d,n),u&&(n=Math.round(n/(u/100))*(u/100),n=i?Math.ceil(n/u)*u:Math.floor(n/u)*u),Math.max(o,Math.min(s,n))},getSize:function(){return this._size&&!this._sizeChanged||(this._size=new k(this._container.clientWidth||0,this._container.clientHeight||0),this._sizeChanged=!1),this._size.clone()},getPixelBounds:function(t,i){var e=this._getTopLeftPoint(t,i);return new A(e,e.add(this.getSize()))},getPixelOrigin:function(){return this._checkIfLoaded(),this._pixelOrigin},getPixelWorldBounds:function(t){return this.options.crs.getProjectedBounds(void 0===t?this.getZoom():t)},getPane:function(t){return"string"==typeof t?this._panes[t]:t},getPanes:function(){return this._panes},getContainer:function(){return this._container},getZoomScale:function(t,i){var e=this.options.crs;return i=void 0===i?this._zoom:i,e.scale(t)/e.scale(i)},getScaleZoom:function(t,i){var e=this.options.crs;i=void 0===i?this._zoom:i;var n=e.zoom(t*e.scale(i));return isNaN(n)?1/0:n},project:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.latLngToPoint(D(t),i)},unproject:function(t,i){return i=void 0===i?this._zoom:i,this.options.crs.pointToLatLng(B(t),i)},layerPointToLatLng:function(t){var i=B(t).add(this.getPixelOrigin());return this.unproject(i)},latLngToLayerPoint:function(t){return this.project(D(t))._round()._subtract(this.getPixelOrigin())},wrapLatLng:function(t){return this.options.crs.wrapLatLng(D(t))},wrapLatLngBounds:function(t){return this.options.crs.wrapLatLngBounds(R(t))},distance:function(t,i){return this.options.crs.distance(D(t),D(i))},containerPointToLayerPoint:function(t){return B(t).subtract(this._getMapPanePos())},layerPointToContainerPoint:function(t){return B(t).add(this._getMapPanePos())},containerPointToLatLng:function(t){var i=this.containerPointToLayerPoint(B(t));return this.layerPointToLatLng(i)},latLngToContainerPoint:function(t){return this.layerPointToContainerPoint(this.latLngToLayerPoint(D(t)))},mouseEventToContainerPoint:function(t){return Di(t,this._container)},mouseEventToLayerPoint:function(t){return this.containerPointToLayerPoint(this.mouseEventToContainerPoint(t))},mouseEventToLatLng:function(t){return this.layerPointToLatLng(this.mouseEventToLayerPoint(t))},_initContainer:function(t){var i=this._container=ei(t);if(!i)throw new Error("Map container not found.");if(i._leaflet_id)throw new Error("Map container is already initialized.");Mi(i,"scroll",this._onScroll,this),this._containerId=s(i)},_initLayout:function(){var t=this._container;this._fadeAnimated=this.options.fadeAnimation&&At.any3d,ui(t,"leaflet-container"+(At.touch?" leaflet-touch":"")+(At.retina?" leaflet-retina":"")+(At.ielt9?" leaflet-oldie":"")+(At.safari?" leaflet-safari":"")+(this._fadeAnimated?" leaflet-fade-anim":""));var i=ni(t,"position");"absolute"!==i&&"relative"!==i&&"fixed"!==i&&(t.style.position="relative"),this._initPanes(),this._initControlPos&&this._initControlPos()},_initPanes:function(){var t=this._panes={};this._paneRenderers={},this._mapPane=this.createPane("mapPane",this._container),gi(this._mapPane,new k(0,0)),this.createPane("tilePane"),this.createPane("overlayPane"),this.createPane("shadowPane"),this.createPane("markerPane"),this.createPane("tooltipPane"),this.createPane("popupPane"),this.options.markerZoomAnimation||(ui(t.markerPane,"leaflet-zoom-hide"),ui(t.shadowPane,"leaflet-zoom-hide"))},_resetView:function(t,i){gi(this._mapPane,new k(0,0));var e=!this._loaded;this._loaded=!0,i=this._limitZoom(i),this.fire("viewprereset");var n=this._zoom!==i;this._moveStart(n,!1)._move(t,i)._moveEnd(n),this.fire("viewreset"),e&&this.fire("load")},_moveStart:function(t,i){return t&&this.fire("zoomstart"),i||this.fire("movestart"),this},_move:function(t,i,e,n){void 0===i&&(i=this._zoom);var o=this._zoom!==i;return this._zoom=i,this._lastCenter=t,this._pixelOrigin=this._getNewPixelOrigin(t),n?e&&e.pinch&&this.fire("zoom",e):((o||e&&e.pinch)&&this.fire("zoom",e),this.fire("move",e)),this},_moveEnd:function(t){return t&&this.fire("zoomend"),this.fire("moveend")},_stop:function(){return z(this._flyToFrame),this._panAnim&&this._panAnim.stop(),this},_rawPanBy:function(t){gi(this._mapPane,this._getMapPanePos().subtract(t))},_getZoomSpan:function(){return this.getMaxZoom()-this.getMinZoom()},_panInsideMaxBounds:function(){this._enforcingBounds||this.panInsideBounds(this.options.maxBounds)},_checkIfLoaded:function(){if(!this._loaded)throw new Error("Set map center and zoom first.")},_initEvents:function(t){this._targets={},this._targets[s(this._container)]=this;var i=t?Zi:Mi;i(this._container,"click dblclick mousedown mouseup mouseover mouseout mousemove contextmenu keypress keydown keyup",this._handleDOMEvent,this),this.options.trackResize&&i(window,"resize",this._onResize,this),At.any3d&&this.options.transform3DLimit&&(t?this.off:this.on).call(this,"moveend",this._onMoveEnd)},_onResize:function(){z(this._resizeRequest),this._resizeRequest=T((function(){this.invalidateSize({debounceMoveend:!0})}),this)},_onScroll:function(){this._container.scrollTop=0,this._container.scrollLeft=0},_onMoveEnd:function(){var t=this._getMapPanePos();Math.max(Math.abs(t.x),Math.abs(t.y))>=this.options.transform3DLimit&&this._resetView(this.getCenter(),this.getZoom())},_findEventTargets:function(t,i){for(var e,n=[],o="mouseout"===i||"mouseover"===i,r=t.target||t.srcElement,a=!1;r;){if((e=this._targets[s(r)])&&("click"===i||"preclick"===i)&&this._draggableMoved(e)){a=!0;break}if(e&&e.listens(i,!0)){if(o&&!Wi(r,t))break;if(n.push(e),o)break}if(r===this._container)break;r=r.parentNode}return n.length||a||o||!this.listens(i,!0)||(n=[this]),n},_isClickDisabled:function(t){for(;t!==this._container;){if(t._leaflet_disable_click)return!0;t=t.parentNode}},_handleDOMEvent:function(t){var i=t.target||t.srcElement;if(!(!this._loaded||i._leaflet_disable_events||"click"===t.type&&this._isClickDisabled(i))){var e=t.type;"mousedown"===e&&Pi(i),this._fireDOMEvent(t,e)}},_mouseEvents:["click","dblclick","mouseover","mouseout","contextmenu"],_fireDOMEvent:function(t,e,n){if("click"===t.type){var o=i({},t);o.type="preclick",this._fireDOMEvent(o,o.type,n)}var s=this._findEventTargets(t,e);if(n){for(var r=[],a=0;a<n.length;a++)n[a].listens(e,!0)&&r.push(n[a]);s=r.concat(s)}if(s.length){"contextmenu"===e&&Ri(t);var h=s[0],l={originalEvent:t};if("keypress"!==t.type&&"keydown"!==t.type&&"keyup"!==t.type){var u=h.getLatLng&&(!h._radius||h._radius<=10);l.containerPoint=u?this.latLngToContainerPoint(h.getLatLng()):this.mouseEventToContainerPoint(t),l.layerPoint=this.containerPointToLayerPoint(l.containerPoint),l.latlng=u?h.getLatLng():this.layerPointToLatLng(l.layerPoint)}for(a=0;a<s.length;a++)if(s[a].fire(e,l,!0),l.originalEvent._stopped||!1===s[a].options.bubblingMouseEvents&&-1!==g(this._mouseEvents,e))return}},_draggableMoved:function(t){return(t=t.dragging&&t.dragging.enabled()?t:this).dragging&&t.dragging.moved()||this.boxZoom&&this.boxZoom.moved()},_clearHandlers:function(){for(var t=0,i=this._handlers.length;t<i;t++)this._handlers[t].disable()},whenReady:function(t,i){return this._loaded?t.call(i||this,{target:this}):this.on("load",t,i),this},_getMapPanePos:function(){return vi(this._mapPane)||new k(0,0)},_moved:function(){var t=this._getMapPanePos();return t&&!t.equals([0,0])},_getTopLeftPoint:function(t,i){return(t&&void 0!==i?this._getNewPixelOrigin(t,i):this.getPixelOrigin()).subtract(this._getMapPanePos())},_getNewPixelOrigin:function(t,i){var e=this.getSize()._divideBy(2);return this.project(t,i)._subtract(e)._add(this._getMapPanePos())._round()},_latLngToNewLayerPoint:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return this.project(t,i)._subtract(n)},_latLngBoundsToNewLayerBounds:function(t,i,e){var n=this._getNewPixelOrigin(e,i);return I([this.project(t.getSouthWest(),i)._subtract(n),this.project(t.getNorthWest(),i)._subtract(n),this.project(t.getSouthEast(),i)._subtract(n),this.project(t.getNorthEast(),i)._subtract(n)])},_getCenterLayerPoint:function(){return this.containerPointToLayerPoint(this.getSize()._divideBy(2))},_getCenterOffset:function(t){return this.latLngToLayerPoint(t).subtract(this._getCenterLayerPoint())},_limitCenter:function(t,i,e){if(!e)return t;var n=this.project(t,i),o=this.getSize().divideBy(2),s=new A(n.subtract(o),n.add(o)),r=this._getBoundsOffset(s,e,i);return r.round().equals([0,0])?t:this.unproject(n.add(r),i)},_limitOffset:function(t,i){if(!i)return t;var e=this.getPixelBounds(),n=new A(e.min.add(t),e.max.add(t));return t.add(this._getBoundsOffset(n,i))},_getBoundsOffset:function(t,i,e){var n=I(this.project(i.getNorthEast(),e),this.project(i.getSouthWest(),e)),o=n.min.subtract(t.min),s=n.max.subtract(t.max);return new k(this._rebound(o.x,-s.x),this._rebound(o.y,-s.y))},_rebound:function(t,i){return t+i>0?Math.round(t-i)/2:Math.max(0,Math.ceil(t))-Math.max(0,Math.floor(i))},_limitZoom:function(t){var i=this.getMinZoom(),e=this.getMaxZoom(),n=At.any3d?this.options.zoomSnap:1;return n&&(t=Math.round(t/n)*n),Math.max(i,Math.min(e,t))},_onPanTransitionStep:function(){this.fire("move")},_onPanTransitionEnd:function(){ci(this._mapPane,"leaflet-pan-anim"),this.fire("moveend")},_tryAnimatedPan:function(t,i){var e=this._getCenterOffset(t)._trunc();return!(!0!==(i&&i.animate)&&!this.getSize().contains(e)||(this.panBy(e,i),0))},_createAnimProxy:function(){var t=this._proxy=oi("div","leaflet-proxy leaflet-zoom-animated");this._panes.mapPane.appendChild(t),this.on("zoomanim",(function(t){var i=Qt,e=this._proxy.style[i];fi(this._proxy,this.project(t.center,t.zoom),this.getZoomScale(t.zoom,1)),e===this._proxy.style[i]&&this._animatingZoom&&this._onZoomTransitionEnd()}),this),this.on("load moveend",this._animMoveEnd,this),this._on("unload",this._destroyAnimProxy,this)},_destroyAnimProxy:function(){si(this._proxy),this.off("load moveend",this._animMoveEnd,this),delete this._proxy},_animMoveEnd:function(){var t=this.getCenter(),i=this.getZoom();fi(this._proxy,this.project(t,i),this.getZoomScale(i,1))},_catchTransitionEnd:function(t){this._animatingZoom&&t.propertyName.indexOf("transform")>=0&&this._onZoomTransitionEnd()},_nothingToAnimate:function(){return!this._container.getElementsByClassName("leaflet-zoom-animated").length},_tryAnimatedZoom:function(t,i,e){if(this._animatingZoom)return!0;if(e=e||{},!this._zoomAnimated||!1===e.animate||this._nothingToAnimate()||Math.abs(i-this._zoom)>this.options.zoomAnimationThreshold)return!1;var n=this.getZoomScale(i),o=this._getCenterOffset(t)._divideBy(1-1/n);return!(!0!==e.animate&&!this.getSize().contains(o)||(T((function(){this._moveStart(!0,!1)._animateZoom(t,i,!0)}),this),0))},_animateZoom:function(t,i,e,o){this._mapPane&&(e&&(this._animatingZoom=!0,this._animateToCenter=t,this._animateToZoom=i,ui(this._mapPane,"leaflet-zoom-anim")),this.fire("zoomanim",{center:t,zoom:i,noUpdate:o}),this._tempFireZoomEvent||(this._tempFireZoomEvent=this._zoom!==this._animateToZoom),this._move(this._animateToCenter,this._animateToZoom,void 0,!0),setTimeout(n(this._onZoomTransitionEnd,this),250))},_onZoomTransitionEnd:function(){this._animatingZoom&&(this._mapPane&&ci(this._mapPane,"leaflet-zoom-anim"),this._animatingZoom=!1,this._move(this._animateToCenter,this._animateToZoom,void 0,!0),this._tempFireZoomEvent&&this.fire("zoom"),delete this._tempFireZoomEvent,this.fire("move"),this._moveEnd(!0))}}),qi=C.extend({options:{position:"topright"},initialize:function(t){_(this,t)},getPosition:function(){return this.options.position},setPosition:function(t){var i=this._map;return i&&i.removeControl(this),this.options.position=t,i&&i.addControl(this),this},getContainer:function(){return this._container},addTo:function(t){this.remove(),this._map=t;var i=this._container=this.onAdd(t),e=this.getPosition(),n=t._controlCorners[e];return ui(i,"leaflet-control"),-1!==e.indexOf("bottom")?n.insertBefore(i,n.firstChild):n.appendChild(i),this._map.on("unload",this.remove,this),this},remove:function(){return this._map?(si(this._container),this.onRemove&&this.onRemove(this._map),this._map.off("unload",this.remove,this),this._map=null,this):this},_refocusOnMap:function(t){this._map&&t&&t.screenX>0&&t.screenY>0&&this._map.getContainer().focus()}}),Gi=function(t){return new qi(t)};Vi.include({addControl:function(t){return t.addTo(this),this},removeControl:function(t){return t.remove(),this},_initControlPos:function(){var t=this._controlCorners={},i="leaflet-",e=this._controlContainer=oi("div",i+"control-container",this._container);function n(n,o){var s=i+n+" "+i+o;t[n+o]=oi("div",s,e)}n("top","left"),n("top","right"),n("bottom","left"),n("bottom","right")},_clearControlPos:function(){for(var t in this._controlCorners)si(this._controlCorners[t]);si(this._controlContainer),delete this._controlCorners,delete this._controlContainer}});var Ki=qi.extend({options:{collapsed:!0,position:"topright",autoZIndex:!0,hideSingleBase:!1,sortLayers:!1,sortFunction:function(t,i,e,n){return e<n?-1:n<e?1:0}},initialize:function(t,i,e){for(var n in _(this,e),this._layerControlInputs=[],this._layers=[],this._lastZIndex=0,this._handlingClick=!1,t)this._addLayer(t[n],n);for(n in i)this._addLayer(i[n],n,!0)},onAdd:function(t){this._initLayout(),this._update(),this._map=t,t.on("zoomend",this._checkDisabledLayers,this);for(var i=0;i<this._layers.length;i++)this._layers[i].layer.on("add remove",this._onLayerChange,this);return this._container},addTo:function(t){return qi.prototype.addTo.call(this,t),this._expandIfNotCollapsed()},onRemove:function(){this._map.off("zoomend",this._checkDisabledLayers,this);for(var t=0;t<this._layers.length;t++)this._layers[t].layer.off("add remove",this._onLayerChange,this)},addBaseLayer:function(t,i){return this._addLayer(t,i),this._map?this._update():this},addOverlay:function(t,i){return this._addLayer(t,i,!0),this._map?this._update():this},removeLayer:function(t){t.off("add remove",this._onLayerChange,this);var i=this._getLayer(s(t));return i&&this._layers.splice(this._layers.indexOf(i),1),this._map?this._update():this},expand:function(){ui(this._container,"leaflet-control-layers-expanded"),this._section.style.height=null;var t=this._map.getSize().y-(this._container.offsetTop+50);return t<this._section.clientHeight?(ui(this._section,"leaflet-control-layers-scrollbar"),this._section.style.height=t+"px"):ci(this._section,"leaflet-control-layers-scrollbar"),this._checkDisabledLayers(),this},collapse:function(){return ci(this._container,"leaflet-control-layers-expanded"),this},_initLayout:function(){var t="leaflet-control-layers",i=this._container=oi("div",t),e=this.options.collapsed;i.setAttribute("aria-haspopup",!0),Oi(i),Ii(i);var n=this._section=oi("section",t+"-list");e&&(this._map.on("click",this.collapse,this),Mi(i,{mouseenter:function(){Mi(n,"click",Ri),this.expand(),setTimeout((function(){Zi(n,"click",Ri)}))},mouseleave:this.collapse},this));var o=this._layersLink=oi("a",t+"-toggle",i);o.href="#",o.title="Layers",o.setAttribute("role","button"),Mi(o,"click",Ri),Mi(o,"focus",this.expand,this),e||this.expand(),this._baseLayersList=oi("div",t+"-base",n),this._separator=oi("div",t+"-separator",n),this._overlaysList=oi("div",t+"-overlays",n),i.appendChild(n)},_getLayer:function(t){for(var i=0;i<this._layers.length;i++)if(this._layers[i]&&s(this._layers[i].layer)===t)return this._layers[i]},_addLayer:function(t,i,e){this._map&&t.on("add remove",this._onLayerChange,this),this._layers.push({layer:t,name:i,overlay:e}),this.options.sortLayers&&this._layers.sort(n((function(t,i){return this.options.sortFunction(t.layer,i.layer,t.name,i.name)}),this)),this.options.autoZIndex&&t.setZIndex&&(this._lastZIndex++,t.setZIndex(this._lastZIndex)),this._expandIfNotCollapsed()},_update:function(){if(!this._container)return this;ri(this._baseLayersList),ri(this._overlaysList),this._layerControlInputs=[];var t,i,e,n,o=0;for(e=0;e<this._layers.length;e++)n=this._layers[e],this._addItem(n),i=i||n.overlay,t=t||!n.overlay,o+=n.overlay?0:1;return this.options.hideSingleBase&&(t=t&&o>1,this._baseLayersList.style.display=t?"":"none"),this._separator.style.display=i&&t?"":"none",this},_onLayerChange:function(t){this._handlingClick||this._update();var i=this._getLayer(s(t.target)),e=i.overlay?"add"===t.type?"overlayadd":"overlayremove":"add"===t.type?"baselayerchange":null;e&&this._map.fire(e,i)},_createRadioElement:function(t,i){var e='<input type="radio" class="leaflet-control-layers-selector" name="'+t+'"'+(i?' checked="checked"':"")+"/>",n=document.createElement("div");return n.innerHTML=e,n.firstChild},_addItem:function(t){var i,e=document.createElement("label"),n=this._map.hasLayer(t.layer);t.overlay?((i=document.createElement("input")).type="checkbox",i.className="leaflet-control-layers-selector",i.defaultChecked=n):i=this._createRadioElement("leaflet-base-layers_"+s(this),n),this._layerControlInputs.push(i),i.layerId=s(t.layer),Mi(i,"click",this._onInputClick,this);var o=document.createElement("span");o.innerHTML=" "+t.name;var r=document.createElement("span");return e.appendChild(r),r.appendChild(i),r.appendChild(o),(t.overlay?this._overlaysList:this._baseLayersList).appendChild(e),this._checkDisabledLayers(),e},_onInputClick:function(){var t,i,e=this._layerControlInputs,n=[],o=[];this._handlingClick=!0;for(var s=e.length-1;s>=0;s--)t=e[s],i=this._getLayer(t.layerId).layer,t.checked?n.push(i):t.checked||o.push(i);for(s=0;s<o.length;s++)this._map.hasLayer(o[s])&&this._map.removeLayer(o[s]);for(s=0;s<n.length;s++)this._map.hasLayer(n[s])||this._map.addLayer(n[s]);this._handlingClick=!1,this._refocusOnMap()},_checkDisabledLayers:function(){for(var t,i,e=this._layerControlInputs,n=this._map.getZoom(),o=e.length-1;o>=0;o--)t=e[o],i=this._getLayer(t.layerId).layer,t.disabled=void 0!==i.options.minZoom&&n<i.options.minZoom||void 0!==i.options.maxZoom&&n>i.options.maxZoom},_expandIfNotCollapsed:function(){return this._map&&!this.options.collapsed&&this.expand(),this}}),Yi=qi.extend({options:{position:"topleft",zoomInText:'<span aria-hidden="true">+</span>',zoomInTitle:"Zoom in",zoomOutText:'<span aria-hidden="true">&#x2212;</span>',zoomOutTitle:"Zoom out"},onAdd:function(t){var i="leaflet-control-zoom",e=oi("div",i+" leaflet-bar"),n=this.options;return this._zoomInButton=this._createButton(n.zoomInText,n.zoomInTitle,i+"-in",e,this._zoomIn),this._zoomOutButton=this._createButton(n.zoomOutText,n.zoomOutTitle,i+"-out",e,this._zoomOut),this._updateDisabled(),t.on("zoomend zoomlevelschange",this._updateDisabled,this),e},onRemove:function(t){t.off("zoomend zoomlevelschange",this._updateDisabled,this)},disable:function(){return this._disabled=!0,this._updateDisabled(),this},enable:function(){return this._disabled=!1,this._updateDisabled(),this},_zoomIn:function(t){!this._disabled&&this._map._zoom<this._map.getMaxZoom()&&this._map.zoomIn(this._map.options.zoomDelta*(t.shiftKey?3:1))},_zoomOut:function(t){!this._disabled&&this._map._zoom>this._map.getMinZoom()&&this._map.zoomOut(this._map.options.zoomDelta*(t.shiftKey?3:1))},_createButton:function(t,i,e,n,o){var s=oi("a",e,n);return s.innerHTML=t,s.href="#",s.title=i,s.setAttribute("role","button"),s.setAttribute("aria-label",i),Oi(s),Mi(s,"click",Ni),Mi(s,"click",o,this),Mi(s,"click",this._refocusOnMap,this),s},_updateDisabled:function(){var t=this._map,i="leaflet-disabled";ci(this._zoomInButton,i),ci(this._zoomOutButton,i),this._zoomInButton.setAttribute("aria-disabled","false"),this._zoomOutButton.setAttribute("aria-disabled","false"),(this._disabled||t._zoom===t.getMinZoom())&&(ui(this._zoomOutButton,i),this._zoomOutButton.setAttribute("aria-disabled","true")),(this._disabled||t._zoom===t.getMaxZoom())&&(ui(this._zoomInButton,i),this._zoomInButton.setAttribute("aria-disabled","true"))}});Vi.mergeOptions({zoomControl:!0}),Vi.addInitHook((function(){this.options.zoomControl&&(this.zoomControl=new Yi,this.addControl(this.zoomControl))}));var Xi=qi.extend({options:{position:"bottomleft",maxWidth:100,metric:!0,imperial:!0},onAdd:function(t){var i="leaflet-control-scale",e=oi("div",i),n=this.options;return this._addScales(n,i+"-line",e),t.on(n.updateWhenIdle?"moveend":"move",this._update,this),t.whenReady(this._update,this),e},onRemove:function(t){t.off(this.options.updateWhenIdle?"moveend":"move",this._update,this)},_addScales:function(t,i,e){t.metric&&(this._mScale=oi("div",i,e)),t.imperial&&(this._iScale=oi("div",i,e))},_update:function(){var t=this._map,i=t.getSize().y/2,e=t.distance(t.containerPointToLatLng([0,i]),t.containerPointToLatLng([this.options.maxWidth,i]));this._updateScales(e)},_updateScales:function(t){this.options.metric&&t&&this._updateMetric(t),this.options.imperial&&t&&this._updateImperial(t)},_updateMetric:function(t){var i=this._getRoundNum(t),e=i<1e3?i+" m":i/1e3+" km";this._updateScale(this._mScale,e,i/t)},_updateImperial:function(t){var i,e,n,o=3.2808399*t;o>5280?(i=o/5280,e=this._getRoundNum(i),this._updateScale(this._iScale,e+" mi",e/i)):(n=this._getRoundNum(o),this._updateScale(this._iScale,n+" ft",n/o))},_updateScale:function(t,i,e){t.style.width=Math.round(this.options.maxWidth*e)+"px",t.innerHTML=i},_getRoundNum:function(t){var i=Math.pow(10,(Math.floor(t)+"").length-1),e=t/i;return i*(e>=10?10:e>=5?5:e>=3?3:e>=2?2:1)}}),Ji=qi.extend({options:{position:"bottomright",prefix:'<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">'+(At.inlineSvg?'<svg aria-hidden="true" xmlns="http://www.w3.org/2000/svg" width="12" height="8"><path fill="#4C7BE1" d="M0 0h12v4H0z"/><path fill="#FFD500" d="M0 4h12v3H0z"/><path fill="#E0BC00" d="M0 7h12v1H0z"/></svg> ':"")+"Leaflet</a>"},initialize:function(t){_(this,t),this._attributions={}},onAdd:function(t){for(var i in t.attributionControl=this,this._container=oi("div","leaflet-control-attribution"),Oi(this._container),t._layers)t._layers[i].getAttribution&&this.addAttribution(t._layers[i].getAttribution());return this._update(),t.on("layeradd",this._addAttribution,this),this._container},onRemove:function(t){t.off("layeradd",this._addAttribution,this)},_addAttribution:function(t){t.layer.getAttribution&&(this.addAttribution(t.layer.getAttribution()),t.layer.once("remove",(function(){this.removeAttribution(t.layer.getAttribution())}),this))},setPrefix:function(t){return this.options.prefix=t,this._update(),this},addAttribution:function(t){return t?(this._attributions[t]||(this._attributions[t]=0),this._attributions[t]++,this._update(),this):this},removeAttribution:function(t){return t?(this._attributions[t]&&(this._attributions[t]--,this._update()),this):this},_update:function(){if(this._map){var t=[];for(var i in this._attributions)this._attributions[i]&&t.push(i);var e=[];this.options.prefix&&e.push(this.options.prefix),t.length&&e.push(t.join(", ")),this._container.innerHTML=e.join(' <span aria-hidden="true">|</span> ')}}});Vi.mergeOptions({attributionControl:!0}),Vi.addInitHook((function(){this.options.attributionControl&&(new Ji).addTo(this)})),qi.Layers=Ki,qi.Zoom=Yi,qi.Scale=Xi,qi.Attribution=Ji,Gi.layers=function(t,i,e){return new Ki(t,i,e)},Gi.zoom=function(t){return new Yi(t)},Gi.scale=function(t){return new Xi(t)},Gi.attribution=function(t){return new Ji(t)};var $i=C.extend({initialize:function(t){this._map=t},enable:function(){return this._enabled||(this._enabled=!0,this.addHooks()),this},disable:function(){return this._enabled?(this._enabled=!1,this.removeHooks(),this):this},enabled:function(){return!!this._enabled}});$i.addTo=function(t,i){return t.addHandler(i,this),this};var Qi,te={Events:Z},ie=At.touch?"touchstart mousedown":"mousedown",ee=S.extend({options:{clickTolerance:3},initialize:function(t,i,e,n){_(this,n),this._element=t,this._dragStartTarget=i||t,this._preventOutline=e},enable:function(){this._enabled||(Mi(this._dragStartTarget,ie,this._onDown,this),this._enabled=!0)},disable:function(){this._enabled&&(ee._dragging===this&&this.finishDrag(!0),Zi(this._dragStartTarget,ie,this._onDown,this),this._enabled=!1,this._moved=!1)},_onDown:function(t){if(this._enabled&&(this._moved=!1,!li(this._element,"leaflet-zoom-anim")))if(t.touches&&1!==t.touches.length)ee._dragging===this&&this.finishDrag();else if(!(ee._dragging||t.shiftKey||1!==t.which&&1!==t.button&&!t.touches||(ee._dragging=this,this._preventOutline&&Pi(this._element),xi(),Kt(),this._moving))){this.fire("down");var i=t.touches?t.touches[0]:t,e=Li(this._element);this._startPoint=new k(i.clientX,i.clientY),this._startPos=vi(this._element),this._parentScale=Ti(e);var n="mousedown"===t.type;Mi(document,n?"mousemove":"touchmove",this._onMove,this),Mi(document,n?"mouseup":"touchend touchcancel",this._onUp,this)}},_onMove:function(t){if(this._enabled)if(t.touches&&t.touches.length>1)this._moved=!0;else{var i=t.touches&&1===t.touches.length?t.touches[0]:t,e=new k(i.clientX,i.clientY)._subtract(this._startPoint);(e.x||e.y)&&(Math.abs(e.x)+Math.abs(e.y)<this.options.clickTolerance||(e.x/=this._parentScale.x,e.y/=this._parentScale.y,Ri(t),this._moved||(this.fire("dragstart"),this._moved=!0,ui(document.body,"leaflet-dragging"),this._lastTarget=t.target||t.srcElement,window.SVGElementInstance&&this._lastTarget instanceof window.SVGElementInstance&&(this._lastTarget=this._lastTarget.correspondingUseElement),ui(this._lastTarget,"leaflet-drag-target")),this._newPos=this._startPos.add(e),this._moving=!0,this._lastEvent=t,this._updatePosition()))}},_updatePosition:function(){var t={originalEvent:this._lastEvent};this.fire("predrag",t),gi(this._element,this._newPos),this.fire("drag",t)},_onUp:function(){this._enabled&&this.finishDrag()},finishDrag:function(t){ci(document.body,"leaflet-dragging"),this._lastTarget&&(ci(this._lastTarget,"leaflet-drag-target"),this._lastTarget=null),Zi(document,"mousemove touchmove",this._onMove,this),Zi(document,"mouseup touchend touchcancel",this._onUp,this),wi(),Yt(),this._moved&&this._moving&&this.fire("dragend",{noInertia:t,distance:this._newPos.distanceTo(this._startPos)}),this._moving=!1,ee._dragging=!1}});function ne(t,i){if(!i||!t.length)return t.slice();var e=i*i;return function(t,i){var e=t.length,n=new(typeof Uint8Array!=void 0+""?Uint8Array:Array)(e);n[0]=n[e-1]=1,se(t,n,i,0,e-1);var o,s=[];for(o=0;o<e;o++)n[o]&&s.push(t[o]);return s}(t=function(t,i){for(var e=[t[0]],n=1,o=0,s=t.length;n<s;n++)le(t[n],t[o])>i&&(e.push(t[n]),o=n);return o<s-1&&e.push(t[s-1]),e}(t,e),e)}function oe(t,i,e){return Math.sqrt(ue(t,i,e,!0))}function se(t,i,e,n,o){var s,r,a,h=0;for(r=n+1;r<=o-1;r++)(a=ue(t[r],t[n],t[o],!0))>h&&(s=r,h=a);h>e&&(i[s]=1,se(t,i,e,n,s),se(t,i,e,s,o))}function re(t,i,e,n,o){var s,r,a,h=n?Qi:he(t,e),l=he(i,e);for(Qi=l;;){if(!(h|l))return[t,i];if(h&l)return!1;a=he(r=ae(t,i,s=h||l,e,o),e),s===h?(t=r,h=a):(i=r,l=a)}}function ae(t,i,e,n,o){var s,r,a=i.x-t.x,h=i.y-t.y,l=n.min,u=n.max;return 8&e?(s=t.x+a*(u.y-t.y)/h,r=u.y):4&e?(s=t.x+a*(l.y-t.y)/h,r=l.y):2&e?(s=u.x,r=t.y+h*(u.x-t.x)/a):1&e&&(s=l.x,r=t.y+h*(l.x-t.x)/a),new k(s,r,o)}function he(t,i){var e=0;return t.x<i.min.x?e|=1:t.x>i.max.x&&(e|=2),t.y<i.min.y?e|=4:t.y>i.max.y&&(e|=8),e}function le(t,i){var e=i.x-t.x,n=i.y-t.y;return e*e+n*n}function ue(t,i,e,n){var o,s=i.x,r=i.y,a=e.x-s,h=e.y-r,l=a*a+h*h;return l>0&&((o=((t.x-s)*a+(t.y-r)*h)/l)>1?(s=e.x,r=e.y):o>0&&(s+=a*o,r+=h*o)),a=t.x-s,h=t.y-r,n?a*a+h*h:new k(s,r)}function ce(t){return!f(t[0])||"object"!=typeof t[0][0]&&void 0!==t[0][0]}function _e(t){return console.warn("Deprecated use of _flat, please use L.LineUtil.isFlat instead."),ce(t)}var de={__proto__:null,simplify:ne,pointToSegmentDistance:oe,closestPointOnSegment:function(t,i,e){return ue(t,i,e)},clipSegment:re,_getEdgeIntersection:ae,_getBitCode:he,_sqClosestPointOnSegment:ue,isFlat:ce,_flat:_e};function pe(t,i,e){var n,o,s,r,a,h,l,u,c,_=[1,4,2,8];for(o=0,l=t.length;o<l;o++)t[o]._code=he(t[o],i);for(r=0;r<4;r++){for(u=_[r],n=[],o=0,s=(l=t.length)-1;o<l;s=o++)a=t[o],h=t[s],a._code&u?h._code&u||((c=ae(h,a,u,i,e))._code=he(c,i),n.push(c)):(h._code&u&&((c=ae(h,a,u,i,e))._code=he(c,i),n.push(c)),n.push(a));t=n}return t}var me={__proto__:null,clipPolygon:pe},fe={project:function(t){return new k(t.lng,t.lat)},unproject:function(t){return new N(t.y,t.x)},bounds:new A([-180,-90],[180,90])},ge={R:6378137,R_MINOR:6356752.314245179,bounds:new A([-20037508.34279,-15496570.73972],[20037508.34279,18764656.23138]),project:function(t){var i=Math.PI/180,e=this.R,n=t.lat*i,o=this.R_MINOR/e,s=Math.sqrt(1-o*o),r=s*Math.sin(n),a=Math.tan(Math.PI/4-n/2)/Math.pow((1-r)/(1+r),s/2);return n=-e*Math.log(Math.max(a,1e-10)),new k(t.lng*i*e,n)},unproject:function(t){for(var i,e=180/Math.PI,n=this.R,o=this.R_MINOR/n,s=Math.sqrt(1-o*o),r=Math.exp(-t.y/n),a=Math.PI/2-2*Math.atan(r),h=0,l=.1;h<15&&Math.abs(l)>1e-7;h++)i=s*Math.sin(a),i=Math.pow((1-i)/(1+i),s/2),a+=l=Math.PI/2-2*Math.atan(r*i)-a;return new N(a*e,t.x*e/n)}},ve={__proto__:null,LonLat:fe,Mercator:ge,SphericalMercator:U},ye=i({},W,{code:"EPSG:3395",projection:ge,transformation:function(){var t=.5/(Math.PI*ge.R);return q(t,.5,-t,.5)}()}),xe=i({},W,{code:"EPSG:4326",projection:fe,transformation:q(1/180,1,-1/180,.5)}),we=i({},H,{projection:fe,transformation:q(1,0,-1,0),scale:function(t){return Math.pow(2,t)},zoom:function(t){return Math.log(t)/Math.LN2},distance:function(t,i){var e=i.lng-t.lng,n=i.lat-t.lat;return Math.sqrt(e*e+n*n)},infinite:!0});H.Earth=W,H.EPSG3395=ye,H.EPSG3857=G,H.EPSG900913=K,H.EPSG4326=xe,H.Simple=we;var Pe=S.extend({options:{pane:"overlayPane",attribution:null,bubblingMouseEvents:!0},addTo:function(t){return t.addLayer(this),this},remove:function(){return this.removeFrom(this._map||this._mapToAdd)},removeFrom:function(t){return t&&t.removeLayer(this),this},getPane:function(t){return this._map.getPane(t?this.options[t]||t:this.options.pane)},addInteractiveTarget:function(t){return this._map._targets[s(t)]=this,this},removeInteractiveTarget:function(t){return delete this._map._targets[s(t)],this},getAttribution:function(){return this.options.attribution},_layerAdd:function(t){var i=t.target;if(i.hasLayer(this)){if(this._map=i,this._zoomAnimated=i._zoomAnimated,this.getEvents){var e=this.getEvents();i.on(e,this),this.once("remove",(function(){i.off(e,this)}),this)}this.onAdd(i),this.fire("add"),i.fire("layeradd",{layer:this})}}});Vi.include({addLayer:function(t){if(!t._layerAdd)throw new Error("The provided object is not a Layer.");var i=s(t);return this._layers[i]||(this._layers[i]=t,t._mapToAdd=this,t.beforeAdd&&t.beforeAdd(this),this.whenReady(t._layerAdd,t)),this},removeLayer:function(t){var i=s(t);return this._layers[i]?(this._loaded&&t.onRemove(this),delete this._layers[i],this._loaded&&(this.fire("layerremove",{layer:t}),t.fire("remove")),t._map=t._mapToAdd=null,this):this},hasLayer:function(t){return s(t)in this._layers},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},_addLayers:function(t){for(var i=0,e=(t=t?f(t)?t:[t]:[]).length;i<e;i++)this.addLayer(t[i])},_addZoomLimit:function(t){isNaN(t.options.maxZoom)&&isNaN(t.options.minZoom)||(this._zoomBoundLayers[s(t)]=t,this._updateZoomLevels())},_removeZoomLimit:function(t){var i=s(t);this._zoomBoundLayers[i]&&(delete this._zoomBoundLayers[i],this._updateZoomLevels())},_updateZoomLevels:function(){var t=1/0,i=-1/0,e=this._getZoomSpan();for(var n in this._zoomBoundLayers){var o=this._zoomBoundLayers[n].options;t=void 0===o.minZoom?t:Math.min(t,o.minZoom),i=void 0===o.maxZoom?i:Math.max(i,o.maxZoom)}this._layersMaxZoom=i===-1/0?void 0:i,this._layersMinZoom=t===1/0?void 0:t,e!==this._getZoomSpan()&&this.fire("zoomlevelschange"),void 0===this.options.maxZoom&&this._layersMaxZoom&&this.getZoom()>this._layersMaxZoom&&this.setZoom(this._layersMaxZoom),void 0===this.options.minZoom&&this._layersMinZoom&&this.getZoom()<this._layersMinZoom&&this.setZoom(this._layersMinZoom)}});var be=Pe.extend({initialize:function(t,i){var e,n;if(_(this,i),this._layers={},t)for(e=0,n=t.length;e<n;e++)this.addLayer(t[e])},addLayer:function(t){var i=this.getLayerId(t);return this._layers[i]=t,this._map&&this._map.addLayer(t),this},removeLayer:function(t){var i=t in this._layers?t:this.getLayerId(t);return this._map&&this._layers[i]&&this._map.removeLayer(this._layers[i]),delete this._layers[i],this},hasLayer:function(t){return("number"==typeof t?t:this.getLayerId(t))in this._layers},clearLayers:function(){return this.eachLayer(this.removeLayer,this)},invoke:function(t){var i,e,n=Array.prototype.slice.call(arguments,1);for(i in this._layers)(e=this._layers[i])[t]&&e[t].apply(e,n);return this},onAdd:function(t){this.eachLayer(t.addLayer,t)},onRemove:function(t){this.eachLayer(t.removeLayer,t)},eachLayer:function(t,i){for(var e in this._layers)t.call(i,this._layers[e]);return this},getLayer:function(t){return this._layers[t]},getLayers:function(){var t=[];return this.eachLayer(t.push,t),t},setZIndex:function(t){return this.invoke("setZIndex",t)},getLayerId:function(t){return s(t)}}),Le=be.extend({addLayer:function(t){return this.hasLayer(t)?this:(t.addEventParent(this),be.prototype.addLayer.call(this,t),this.fire("layeradd",{layer:t}))},removeLayer:function(t){return this.hasLayer(t)?(t in this._layers&&(t=this._layers[t]),t.removeEventParent(this),be.prototype.removeLayer.call(this,t),this.fire("layerremove",{layer:t})):this},setStyle:function(t){return this.invoke("setStyle",t)},bringToFront:function(){return this.invoke("bringToFront")},bringToBack:function(){return this.invoke("bringToBack")},getBounds:function(){var t=new O;for(var i in this._layers){var e=this._layers[i];t.extend(e.getBounds?e.getBounds():e.getLatLng())}return t}}),Te=C.extend({options:{popupAnchor:[0,0],tooltipAnchor:[0,0],crossOrigin:!1},initialize:function(t){_(this,t)},createIcon:function(t){return this._createIcon("icon",t)},createShadow:function(t){return this._createIcon("shadow",t)},_createIcon:function(t,i){var e=this._getIconUrl(t);if(!e){if("icon"===t)throw new Error("iconUrl not set in Icon options (see the docs).");return null}var n=this._createImg(e,i&&"IMG"===i.tagName?i:null);return this._setIconStyles(n,t),(this.options.crossOrigin||""===this.options.crossOrigin)&&(n.crossOrigin=!0===this.options.crossOrigin?"":this.options.crossOrigin),n},_setIconStyles:function(t,i){var e=this.options,n=e[i+"Size"];"number"==typeof n&&(n=[n,n]);var o=B(n),s=B("shadow"===i&&e.shadowAnchor||e.iconAnchor||o&&o.divideBy(2,!0));t.className="leaflet-marker-"+i+" "+(e.className||""),s&&(t.style.marginLeft=-s.x+"px",t.style.marginTop=-s.y+"px"),o&&(t.style.width=o.x+"px",t.style.height=o.y+"px")},_createImg:function(t,i){return(i=i||document.createElement("img")).src=t,i},_getIconUrl:function(t){return At.retina&&this.options[t+"RetinaUrl"]||this.options[t+"Url"]}}),ze=Te.extend({options:{iconUrl:"marker-icon.png",iconRetinaUrl:"marker-icon-2x.png",shadowUrl:"marker-shadow.png",iconSize:[25,41],iconAnchor:[12,41],popupAnchor:[1,-34],tooltipAnchor:[16,-28],shadowSize:[41,41]},_getIconUrl:function(t){return"string"!=typeof ze.imagePath&&(ze.imagePath=this._detectIconPath()),(this.options.imagePath||ze.imagePath)+Te.prototype._getIconUrl.call(this,t)},_stripUrl:function(t){var i=function(t,i,e){var n=i.exec(t);return n&&n[e]};return(t=i(t,/^url\((['"])?(.+)\1\)$/,2))&&i(t,/^(.*)marker-icon\.png$/,1)},_detectIconPath:function(){var t=oi("div","leaflet-default-icon-path",document.body),i=ni(t,"background-image")||ni(t,"backgroundImage");if(document.body.removeChild(t),i=this._stripUrl(i))return i;var e=document.querySelector('link[href$="leaflet.css"]');return e?e.href.substring(0,e.href.length-"leaflet.css".length-1):""}}),Me=$i.extend({initialize:function(t){this._marker=t},addHooks:function(){var t=this._marker._icon;this._draggable||(this._draggable=new ee(t,t,!0)),this._draggable.on({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).enable(),ui(t,"leaflet-marker-draggable")},removeHooks:function(){this._draggable.off({dragstart:this._onDragStart,predrag:this._onPreDrag,drag:this._onDrag,dragend:this._onDragEnd},this).disable(),this._marker._icon&&ci(this._marker._icon,"leaflet-marker-draggable")},moved:function(){return this._draggable&&this._draggable._moved},_adjustPan:function(t){var i=this._marker,e=i._map,n=this._marker.options.autoPanSpeed,o=this._marker.options.autoPanPadding,s=vi(i._icon),r=e.getPixelBounds(),a=e.getPixelOrigin(),h=I(r.min._subtract(a).add(o),r.max._subtract(a).subtract(o));if(!h.contains(s)){var l=B((Math.max(h.max.x,s.x)-h.max.x)/(r.max.x-h.max.x)-(Math.min(h.min.x,s.x)-h.min.x)/(r.min.x-h.min.x),(Math.max(h.max.y,s.y)-h.max.y)/(r.max.y-h.max.y)-(Math.min(h.min.y,s.y)-h.min.y)/(r.min.y-h.min.y)).multiplyBy(n);e.panBy(l,{animate:!1}),this._draggable._newPos._add(l),this._draggable._startPos._add(l),gi(i._icon,this._draggable._newPos),this._onDrag(t),this._panRequest=T(this._adjustPan.bind(this,t))}},_onDragStart:function(){this._oldLatLng=this._marker.getLatLng(),this._marker.closePopup&&this._marker.closePopup(),this._marker.fire("movestart").fire("dragstart")},_onPreDrag:function(t){this._marker.options.autoPan&&(z(this._panRequest),this._panRequest=T(this._adjustPan.bind(this,t)))},_onDrag:function(t){var i=this._marker,e=i._shadow,n=vi(i._icon),o=i._map.layerPointToLatLng(n);e&&gi(e,n),i._latlng=o,t.latlng=o,t.oldLatLng=this._oldLatLng,i.fire("move",t).fire("drag",t)},_onDragEnd:function(t){z(this._panRequest),delete this._oldLatLng,this._marker.fire("moveend").fire("dragend",t)}}),Ce=Pe.extend({options:{icon:new ze,interactive:!0,keyboard:!0,title:"",alt:"Marker",zIndexOffset:0,opacity:1,riseOnHover:!1,riseOffset:250,pane:"markerPane",shadowPane:"shadowPane",bubblingMouseEvents:!1,autoPanOnFocus:!0,draggable:!1,autoPan:!1,autoPanPadding:[50,50],autoPanSpeed:10},initialize:function(t,i){_(this,i),this._latlng=D(t)},onAdd:function(t){this._zoomAnimated=this._zoomAnimated&&t.options.markerZoomAnimation,this._zoomAnimated&&t.on("zoomanim",this._animateZoom,this),this._initIcon(),this.update()},onRemove:function(t){this.dragging&&this.dragging.enabled()&&(this.options.draggable=!0,this.dragging.removeHooks()),delete this.dragging,this._zoomAnimated&&t.off("zoomanim",this._animateZoom,this),this._removeIcon(),this._removeShadow()},getEvents:function(){return{zoom:this.update,viewreset:this.update}},getLatLng:function(){return this._latlng},setLatLng:function(t){var i=this._latlng;return this._latlng=D(t),this.update(),this.fire("move",{oldLatLng:i,latlng:this._latlng})},setZIndexOffset:function(t){return this.options.zIndexOffset=t,this.update()},getIcon:function(){return this.options.icon},setIcon:function(t){return this.options.icon=t,this._map&&(this._initIcon(),this.update()),this._popup&&this.bindPopup(this._popup,this._popup.options),this},getElement:function(){return this._icon},update:function(){if(this._icon&&this._map){var t=this._map.latLngToLayerPoint(this._latlng).round();this._setPos(t)}return this},_initIcon:function(){var t=this.options,i="leaflet-zoom-"+(this._zoomAnimated?"animated":"hide"),e=t.icon.createIcon(this._icon),n=!1;e!==this._icon&&(this._icon&&this._removeIcon(),n=!0,t.title&&(e.title=t.title),"IMG"===e.tagName&&(e.alt=t.alt||"")),ui(e,i),t.keyboard&&(e.tabIndex="0",e.setAttribute("role","button")),this._icon=e,t.riseOnHover&&this.on({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&Mi(e,"focus",this._panOnFocus,this);var o=t.icon.createShadow(this._shadow),s=!1;o!==this._shadow&&(this._removeShadow(),s=!0),o&&(ui(o,i),o.alt=""),this._shadow=o,t.opacity<1&&this._updateOpacity(),n&&this.getPane().appendChild(this._icon),this._initInteraction(),o&&s&&this.getPane(t.shadowPane).appendChild(this._shadow)},_removeIcon:function(){this.options.riseOnHover&&this.off({mouseover:this._bringToFront,mouseout:this._resetZIndex}),this.options.autoPanOnFocus&&Zi(this._icon,"focus",this._panOnFocus,this),si(this._icon),this.removeInteractiveTarget(this._icon),this._icon=null},_removeShadow:function(){this._shadow&&si(this._shadow),this._shadow=null},_setPos:function(t){this._icon&&gi(this._icon,t),this._shadow&&gi(this._shadow,t),this._zIndex=t.y+this.options.zIndexOffset,this._resetZIndex()},_updateZIndex:function(t){this._icon&&(this._icon.style.zIndex=this._zIndex+t)},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center).round();this._setPos(i)},_initInteraction:function(){if(this.options.interactive&&(ui(this._icon,"leaflet-interactive"),this.addInteractiveTarget(this._icon),Me)){var t=this.options.draggable;this.dragging&&(t=this.dragging.enabled(),this.dragging.disable()),this.dragging=new Me(this),t&&this.dragging.enable()}},setOpacity:function(t){return this.options.opacity=t,this._map&&this._updateOpacity(),this},_updateOpacity:function(){var t=this.options.opacity;this._icon&&pi(this._icon,t),this._shadow&&pi(this._shadow,t)},_bringToFront:function(){this._updateZIndex(this.options.riseOffset)},_resetZIndex:function(){this._updateZIndex(0)},_panOnFocus:function(){var t=this._map;if(t){var i=this.options.icon.options,e=i.iconSize?B(i.iconSize):B(0,0),n=i.iconAnchor?B(i.iconAnchor):B(0,0);t.panInside(this._latlng,{paddingTopLeft:n,paddingBottomRight:e.subtract(n)})}},_getPopupAnchor:function(){return this.options.icon.options.popupAnchor},_getTooltipAnchor:function(){return this.options.icon.options.tooltipAnchor}}),Ze=Pe.extend({options:{stroke:!0,color:"#3388ff",weight:3,opacity:1,lineCap:"round",lineJoin:"round",dashArray:null,dashOffset:null,fill:!1,fillColor:null,fillOpacity:.2,fillRule:"evenodd",interactive:!0,bubblingMouseEvents:!0},beforeAdd:function(t){this._renderer=t.getRenderer(this)},onAdd:function(){this._renderer._initPath(this),this._reset(),this._renderer._addPath(this)},onRemove:function(){this._renderer._removePath(this)},redraw:function(){return this._map&&this._renderer._updatePath(this),this},setStyle:function(t){return _(this,t),this._renderer&&(this._renderer._updateStyle(this),this.options.stroke&&t&&Object.prototype.hasOwnProperty.call(t,"weight")&&this._updateBounds()),this},bringToFront:function(){return this._renderer&&this._renderer._bringToFront(this),this},bringToBack:function(){return this._renderer&&this._renderer._bringToBack(this),this},getElement:function(){return this._path},_reset:function(){this._project(),this._update()},_clickTolerance:function(){return(this.options.stroke?this.options.weight/2:0)+(this._renderer.options.tolerance||0)}}),Se=Ze.extend({options:{fill:!0,radius:10},initialize:function(t,i){_(this,i),this._latlng=D(t),this._radius=this.options.radius},setLatLng:function(t){var i=this._latlng;return this._latlng=D(t),this.redraw(),this.fire("move",{oldLatLng:i,latlng:this._latlng})},getLatLng:function(){return this._latlng},setRadius:function(t){return this.options.radius=this._radius=t,this.redraw()},getRadius:function(){return this._radius},setStyle:function(t){var i=t&&t.radius||this._radius;return Ze.prototype.setStyle.call(this,t),this.setRadius(i),this},_project:function(){this._point=this._map.latLngToLayerPoint(this._latlng),this._updateBounds()},_updateBounds:function(){var t=this._radius,i=this._radiusY||t,e=this._clickTolerance(),n=[t+e,i+e];this._pxBounds=new A(this._point.subtract(n),this._point.add(n))},_update:function(){this._map&&this._updatePath()},_updatePath:function(){this._renderer._updateCircle(this)},_empty:function(){return this._radius&&!this._renderer._bounds.intersects(this._pxBounds)},_containsPoint:function(t){return t.distanceTo(this._point)<=this._radius+this._clickTolerance()}}),ke=Se.extend({initialize:function(t,e,n){if("number"==typeof e&&(e=i({},n,{radius:e})),_(this,e),this._latlng=D(t),isNaN(this.options.radius))throw new Error("Circle radius cannot be NaN");this._mRadius=this.options.radius},setRadius:function(t){return this._mRadius=t,this.redraw()},getRadius:function(){return this._mRadius},getBounds:function(){var t=[this._radius,this._radiusY||this._radius];return new O(this._map.layerPointToLatLng(this._point.subtract(t)),this._map.layerPointToLatLng(this._point.add(t)))},setStyle:Ze.prototype.setStyle,_project:function(){var t=this._latlng.lng,i=this._latlng.lat,e=this._map,n=e.options.crs;if(n.distance===W.distance){var o=Math.PI/180,s=this._mRadius/W.R/o,r=e.project([i+s,t]),a=e.project([i-s,t]),h=r.add(a).divideBy(2),l=e.unproject(h).lat,u=Math.acos((Math.cos(s*o)-Math.sin(i*o)*Math.sin(l*o))/(Math.cos(i*o)*Math.cos(l*o)))/o;(isNaN(u)||0===u)&&(u=s/Math.cos(Math.PI/180*i)),this._point=h.subtract(e.getPixelOrigin()),this._radius=isNaN(u)?0:h.x-e.project([l,t-u]).x,this._radiusY=h.y-r.y}else{var c=n.unproject(n.project(this._latlng).subtract([this._mRadius,0]));this._point=e.latLngToLayerPoint(this._latlng),this._radius=this._point.x-e.latLngToLayerPoint(c).x}this._updateBounds()}}),Ee=Ze.extend({options:{smoothFactor:1,noClip:!1},initialize:function(t,i){_(this,i),this._setLatLngs(t)},getLatLngs:function(){return this._latlngs},setLatLngs:function(t){return this._setLatLngs(t),this.redraw()},isEmpty:function(){return!this._latlngs.length},closestLayerPoint:function(t){for(var i,e,n=1/0,o=null,s=ue,r=0,a=this._parts.length;r<a;r++)for(var h=this._parts[r],l=1,u=h.length;l<u;l++){var c=s(t,i=h[l-1],e=h[l],!0);c<n&&(n=c,o=s(t,i,e))}return o&&(o.distance=Math.sqrt(n)),o},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");var t,i,e,n,o,s,r,a=this._rings[0],h=a.length;if(!h)return null;for(t=0,i=0;t<h-1;t++)i+=a[t].distanceTo(a[t+1])/2;if(0===i)return this._map.layerPointToLatLng(a[0]);for(t=0,n=0;t<h-1;t++)if(o=a[t],s=a[t+1],(n+=e=o.distanceTo(s))>i)return r=(n-i)/e,this._map.layerPointToLatLng([s.x-r*(s.x-o.x),s.y-r*(s.y-o.y)])},getBounds:function(){return this._bounds},addLatLng:function(t,i){return i=i||this._defaultShape(),t=D(t),i.push(t),this._bounds.extend(t),this.redraw()},_setLatLngs:function(t){this._bounds=new O,this._latlngs=this._convertLatLngs(t)},_defaultShape:function(){return ce(this._latlngs)?this._latlngs:this._latlngs[0]},_convertLatLngs:function(t){for(var i=[],e=ce(t),n=0,o=t.length;n<o;n++)e?(i[n]=D(t[n]),this._bounds.extend(i[n])):i[n]=this._convertLatLngs(t[n]);return i},_project:function(){var t=new A;this._rings=[],this._projectLatlngs(this._latlngs,this._rings,t),this._bounds.isValid()&&t.isValid()&&(this._rawPxBounds=t,this._updateBounds())},_updateBounds:function(){var t=this._clickTolerance(),i=new k(t,t);this._rawPxBounds&&(this._pxBounds=new A([this._rawPxBounds.min.subtract(i),this._rawPxBounds.max.add(i)]))},_projectLatlngs:function(t,i,e){var n,o,s=t[0]instanceof N,r=t.length;if(s){for(o=[],n=0;n<r;n++)o[n]=this._map.latLngToLayerPoint(t[n]),e.extend(o[n]);i.push(o)}else for(n=0;n<r;n++)this._projectLatlngs(t[n],i,e)},_clipPoints:function(){var t=this._renderer._bounds;if(this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else{var i,e,n,o,s,r,a,h=this._parts;for(i=0,n=0,o=this._rings.length;i<o;i++)for(e=0,s=(a=this._rings[i]).length;e<s-1;e++)(r=re(a[e],a[e+1],t,e,!0))&&(h[n]=h[n]||[],h[n].push(r[0]),r[1]===a[e+1]&&e!==s-2||(h[n].push(r[1]),n++))}},_simplifyPoints:function(){for(var t=this._parts,i=this.options.smoothFactor,e=0,n=t.length;e<n;e++)t[e]=ne(t[e],i)},_update:function(){this._map&&(this._clipPoints(),this._simplifyPoints(),this._updatePath())},_updatePath:function(){this._renderer._updatePoly(this)},_containsPoint:function(t,i){var e,n,o,s,r,a,h=this._clickTolerance();if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(e=0,s=this._parts.length;e<s;e++)for(n=0,o=(r=(a=this._parts[e]).length)-1;n<r;o=n++)if((i||0!==n)&&oe(t,a[o],a[n])<=h)return!0;return!1}});Ee._flat=_e;var Be=Ee.extend({options:{fill:!0},isEmpty:function(){return!this._latlngs.length||!this._latlngs[0].length},getCenter:function(){if(!this._map)throw new Error("Must add layer to map before using getCenter()");var t,i,e,n,o,s,r,a,h,l=this._rings[0],u=l.length;if(!u)return null;for(s=r=a=0,t=0,i=u-1;t<u;i=t++)e=l[t],n=l[i],o=e.y*n.x-n.y*e.x,r+=(e.x+n.x)*o,a+=(e.y+n.y)*o,s+=3*o;return h=0===s?l[0]:[r/s,a/s],this._map.layerPointToLatLng(h)},_convertLatLngs:function(t){var i=Ee.prototype._convertLatLngs.call(this,t),e=i.length;return e>=2&&i[0]instanceof N&&i[0].equals(i[e-1])&&i.pop(),i},_setLatLngs:function(t){Ee.prototype._setLatLngs.call(this,t),ce(this._latlngs)&&(this._latlngs=[this._latlngs])},_defaultShape:function(){return ce(this._latlngs[0])?this._latlngs[0]:this._latlngs[0][0]},_clipPoints:function(){var t=this._renderer._bounds,i=this.options.weight,e=new k(i,i);if(t=new A(t.min.subtract(e),t.max.add(e)),this._parts=[],this._pxBounds&&this._pxBounds.intersects(t))if(this.options.noClip)this._parts=this._rings;else for(var n,o=0,s=this._rings.length;o<s;o++)(n=pe(this._rings[o],t,!0)).length&&this._parts.push(n)},_updatePath:function(){this._renderer._updatePoly(this,!0)},_containsPoint:function(t){var i,e,n,o,s,r,a,h,l=!1;if(!this._pxBounds||!this._pxBounds.contains(t))return!1;for(o=0,a=this._parts.length;o<a;o++)for(s=0,r=(h=(i=this._parts[o]).length)-1;s<h;r=s++)e=i[s],n=i[r],e.y>t.y!=n.y>t.y&&t.x<(n.x-e.x)*(t.y-e.y)/(n.y-e.y)+e.x&&(l=!l);return l||Ee.prototype._containsPoint.call(this,t,!0)}}),Ae=Le.extend({initialize:function(t,i){_(this,i),this._layers={},t&&this.addData(t)},addData:function(t){var i,e,n,o=f(t)?t:t.features;if(o){for(i=0,e=o.length;i<e;i++)((n=o[i]).geometries||n.geometry||n.features||n.coordinates)&&this.addData(n);return this}var s=this.options;if(s.filter&&!s.filter(t))return this;var r=Ie(t,s);return r?(r.feature=We(t),r.defaultOptions=r.options,this.resetStyle(r),s.onEachFeature&&s.onEachFeature(t,r),this.addLayer(r)):this},resetStyle:function(t){return void 0===t?this.eachLayer(this.resetStyle,this):(t.options=i({},t.defaultOptions),this._setLayerStyle(t,this.options.style),this)},setStyle:function(t){return this.eachLayer((function(i){this._setLayerStyle(i,t)}),this)},_setLayerStyle:function(t,i){t.setStyle&&("function"==typeof i&&(i=i(t.feature)),t.setStyle(i))}});function Ie(t,i){var e,n,o,s,r="Feature"===t.type?t.geometry:t,a=r?r.coordinates:null,h=[],l=i&&i.pointToLayer,u=i&&i.coordsToLatLng||Re;if(!a&&!r)return null;switch(r.type){case"Point":return Oe(l,t,e=u(a),i);case"MultiPoint":for(o=0,s=a.length;o<s;o++)e=u(a[o]),h.push(Oe(l,t,e,i));return new Le(h);case"LineString":case"MultiLineString":return n=Ne(a,"LineString"===r.type?0:1,u),new Ee(n,i);case"Polygon":case"MultiPolygon":return n=Ne(a,"Polygon"===r.type?1:2,u),new Be(n,i);case"GeometryCollection":for(o=0,s=r.geometries.length;o<s;o++){var c=Ie({geometry:r.geometries[o],type:"Feature",properties:t.properties},i);c&&h.push(c)}return new Le(h);default:throw new Error("Invalid GeoJSON object.")}}function Oe(t,i,e,n){return t?t(i,e):new Ce(e,n&&n.markersInheritOptions&&n)}function Re(t){return new N(t[1],t[0],t[2])}function Ne(t,i,e){for(var n,o=[],s=0,r=t.length;s<r;s++)n=i?Ne(t[s],i-1,e):(e||Re)(t[s]),o.push(n);return o}function De(t,i){return void 0!==(t=D(t)).alt?[l(t.lng,i),l(t.lat,i),l(t.alt,i)]:[l(t.lng,i),l(t.lat,i)]}function je(t,i,e,n){for(var o=[],s=0,r=t.length;s<r;s++)o.push(i?je(t[s],i-1,e,n):De(t[s],n));return!i&&e&&o.push(o[0]),o}function He(t,e){return t.feature?i({},t.feature,{geometry:e}):We(e)}function We(t){return"Feature"===t.type||"FeatureCollection"===t.type?t:{type:"Feature",properties:{},geometry:t}}var Fe={toGeoJSON:function(t){return He(this,{type:"Point",coordinates:De(this.getLatLng(),t)})}};function Ue(t,i){return new Ae(t,i)}Ce.include(Fe),ke.include(Fe),Se.include(Fe),Ee.include({toGeoJSON:function(t){var i=!ce(this._latlngs);return He(this,{type:(i?"Multi":"")+"LineString",coordinates:je(this._latlngs,i?1:0,!1,t)})}}),Be.include({toGeoJSON:function(t){var i=!ce(this._latlngs),e=i&&!ce(this._latlngs[0]),n=je(this._latlngs,e?2:i?1:0,!0,t);return i||(n=[n]),He(this,{type:(e?"Multi":"")+"Polygon",coordinates:n})}}),be.include({toMultiPoint:function(t){var i=[];return this.eachLayer((function(e){i.push(e.toGeoJSON(t).geometry.coordinates)})),He(this,{type:"MultiPoint",coordinates:i})},toGeoJSON:function(t){var i=this.feature&&this.feature.geometry&&this.feature.geometry.type;if("MultiPoint"===i)return this.toMultiPoint(t);var e="GeometryCollection"===i,n=[];return this.eachLayer((function(i){if(i.toGeoJSON){var o=i.toGeoJSON(t);if(e)n.push(o.geometry);else{var s=We(o);"FeatureCollection"===s.type?n.push.apply(n,s.features):n.push(s)}}})),e?He(this,{geometries:n,type:"GeometryCollection"}):{type:"FeatureCollection",features:n}}});var Ve=Ue,qe=Pe.extend({options:{opacity:1,alt:"",interactive:!1,crossOrigin:!1,errorOverlayUrl:"",zIndex:1,className:""},initialize:function(t,i,e){this._url=t,this._bounds=R(i),_(this,e)},onAdd:function(){this._image||(this._initImage(),this.options.opacity<1&&this._updateOpacity()),this.options.interactive&&(ui(this._image,"leaflet-interactive"),this.addInteractiveTarget(this._image)),this.getPane().appendChild(this._image),this._reset()},onRemove:function(){si(this._image),this.options.interactive&&this.removeInteractiveTarget(this._image)},setOpacity:function(t){return this.options.opacity=t,this._image&&this._updateOpacity(),this},setStyle:function(t){return t.opacity&&this.setOpacity(t.opacity),this},bringToFront:function(){return this._map&&ai(this._image),this},bringToBack:function(){return this._map&&hi(this._image),this},setUrl:function(t){return this._url=t,this._image&&(this._image.src=t),this},setBounds:function(t){return this._bounds=R(t),this._map&&this._reset(),this},getEvents:function(){var t={zoom:this._reset,viewreset:this._reset};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},getBounds:function(){return this._bounds},getElement:function(){return this._image},_initImage:function(){var t="IMG"===this._url.tagName,i=this._image=t?this._url:oi("img");ui(i,"leaflet-image-layer"),this._zoomAnimated&&ui(i,"leaflet-zoom-animated"),this.options.className&&ui(i,this.options.className),i.onselectstart=h,i.onmousemove=h,i.onload=n(this.fire,this,"load"),i.onerror=n(this._overlayOnError,this,"error"),(this.options.crossOrigin||""===this.options.crossOrigin)&&(i.crossOrigin=!0===this.options.crossOrigin?"":this.options.crossOrigin),this.options.zIndex&&this._updateZIndex(),t?this._url=i.src:(i.src=this._url,i.alt=this.options.alt)},_animateZoom:function(t){var i=this._map.getZoomScale(t.zoom),e=this._map._latLngBoundsToNewLayerBounds(this._bounds,t.zoom,t.center).min;fi(this._image,e,i)},_reset:function(){var t=this._image,i=new A(this._map.latLngToLayerPoint(this._bounds.getNorthWest()),this._map.latLngToLayerPoint(this._bounds.getSouthEast())),e=i.getSize();gi(t,i.min),t.style.width=e.x+"px",t.style.height=e.y+"px"},_updateOpacity:function(){pi(this._image,this.options.opacity)},_updateZIndex:function(){this._image&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._image.style.zIndex=this.options.zIndex)},_overlayOnError:function(){this.fire("error");var t=this.options.errorOverlayUrl;t&&this._url!==t&&(this._url=t,this._image.src=t)},getCenter:function(){return this._bounds.getCenter()}}),Ge=qe.extend({options:{autoplay:!0,loop:!0,keepAspectRatio:!0,muted:!1,playsInline:!0},_initImage:function(){var t="VIDEO"===this._url.tagName,i=this._image=t?this._url:oi("video");if(ui(i,"leaflet-image-layer"),this._zoomAnimated&&ui(i,"leaflet-zoom-animated"),this.options.className&&ui(i,this.options.className),i.onselectstart=h,i.onmousemove=h,i.onloadeddata=n(this.fire,this,"load"),t){for(var e=i.getElementsByTagName("source"),o=[],s=0;s<e.length;s++)o.push(e[s].src);this._url=e.length>0?o:[i.src]}else{f(this._url)||(this._url=[this._url]),!this.options.keepAspectRatio&&Object.prototype.hasOwnProperty.call(i.style,"objectFit")&&(i.style.objectFit="fill"),i.autoplay=!!this.options.autoplay,i.loop=!!this.options.loop,i.muted=!!this.options.muted,i.playsInline=!!this.options.playsInline;for(var r=0;r<this._url.length;r++){var a=oi("source");a.src=this._url[r],i.appendChild(a)}}}}),Ke=qe.extend({_initImage:function(){var t=this._image=this._url;ui(t,"leaflet-image-layer"),this._zoomAnimated&&ui(t,"leaflet-zoom-animated"),this.options.className&&ui(t,this.options.className),t.onselectstart=h,t.onmousemove=h}}),Ye=Pe.extend({options:{interactive:!1,offset:[0,0],className:"",pane:void 0},initialize:function(t,i){_(this,t),this._source=i},openOn:function(t){return(t=arguments.length?t:this._source._map).hasLayer(this)||t.addLayer(this),this},close:function(){return this._map&&this._map.removeLayer(this),this},toggle:function(t){return this._map?this.close():(arguments.length?this._source=t:t=this._source,this._prepareOpen(),this.openOn(t._map)),this},onAdd:function(t){this._zoomAnimated=t._zoomAnimated,this._container||this._initLayout(),t._fadeAnimated&&pi(this._container,0),clearTimeout(this._removeTimeout),this.getPane().appendChild(this._container),this.update(),t._fadeAnimated&&pi(this._container,1),this.bringToFront(),this.options.interactive&&(ui(this._container,"leaflet-interactive"),this.addInteractiveTarget(this._container))},onRemove:function(t){t._fadeAnimated?(pi(this._container,0),this._removeTimeout=setTimeout(n(si,void 0,this._container),200)):si(this._container),this.options.interactive&&(ci(this._container,"leaflet-interactive"),this.removeInteractiveTarget(this._container))},getLatLng:function(){return this._latlng},setLatLng:function(t){return this._latlng=D(t),this._map&&(this._updatePosition(),this._adjustPan()),this},getContent:function(){return this._content},setContent:function(t){return this._content=t,this.update(),this},getElement:function(){return this._container},update:function(){this._map&&(this._container.style.visibility="hidden",this._updateContent(),this._updateLayout(),this._updatePosition(),this._container.style.visibility="",this._adjustPan())},getEvents:function(){var t={zoom:this._updatePosition,viewreset:this._updatePosition};return this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},isOpen:function(){return!!this._map&&this._map.hasLayer(this)},bringToFront:function(){return this._map&&ai(this._container),this},bringToBack:function(){return this._map&&hi(this._container),this},_prepareOpen:function(t){var i=this._source;if(!i._map)return!1;if(i instanceof Le){i=null;var e=this._source._layers;for(var n in e)if(e[n]._map){i=e[n];break}if(!i)return!1;this._source=i}if(!t)if(i.getCenter)t=i.getCenter();else if(i.getLatLng)t=i.getLatLng();else{if(!i.getBounds)throw new Error("Unable to get source layer LatLng.");t=i.getBounds().getCenter()}return this.setLatLng(t),this._map&&this.update(),!0},_updateContent:function(){if(this._content){var t=this._contentNode,i="function"==typeof this._content?this._content(this._source||this):this._content;if("string"==typeof i)t.innerHTML=i;else{for(;t.hasChildNodes();)t.removeChild(t.firstChild);t.appendChild(i)}this.fire("contentupdate")}},_updatePosition:function(){if(this._map){var t=this._map.latLngToLayerPoint(this._latlng),i=B(this.options.offset),e=this._getAnchor();this._zoomAnimated?gi(this._container,t.add(e)):i=i.add(t).add(e);var n=this._containerBottom=-i.y,o=this._containerLeft=-Math.round(this._containerWidth/2)+i.x;this._container.style.bottom=n+"px",this._container.style.left=o+"px"}},_getAnchor:function(){return[0,0]}});Vi.include({_initOverlay:function(t,i,e,n){var o=i;return o instanceof t||(o=new t(n).setContent(i)),e&&o.setLatLng(e),o}}),Pe.include({_initOverlay:function(t,i,e,n){var o=e;return o instanceof t?(_(o,n),o._source=this):(o=i&&!n?i:new t(n,this)).setContent(e),o}});var Xe=Ye.extend({options:{pane:"popupPane",offset:[0,7],maxWidth:300,minWidth:50,maxHeight:null,autoPan:!0,autoPanPaddingTopLeft:null,autoPanPaddingBottomRight:null,autoPanPadding:[5,5],keepInView:!1,closeButton:!0,autoClose:!0,closeOnEscapeKey:!0,className:""},openOn:function(t){return!(t=arguments.length?t:this._source._map).hasLayer(this)&&t._popup&&t._popup.options.autoClose&&t.removeLayer(t._popup),t._popup=this,Ye.prototype.openOn.call(this,t)},onAdd:function(t){Ye.prototype.onAdd.call(this,t),t.fire("popupopen",{popup:this}),this._source&&(this._source.fire("popupopen",{popup:this},!0),this._source instanceof Ze||this._source.on("preclick",Ai))},onRemove:function(t){Ye.prototype.onRemove.call(this,t),t.fire("popupclose",{popup:this}),this._source&&(this._source.fire("popupclose",{popup:this},!0),this._source instanceof Ze||this._source.off("preclick",Ai))},getEvents:function(){var t=Ye.prototype.getEvents.call(this);return(void 0!==this.options.closeOnClick?this.options.closeOnClick:this._map.options.closePopupOnClick)&&(t.preclick=this.close),this.options.keepInView&&(t.moveend=this._adjustPan),t},_initLayout:function(){var t="leaflet-popup",i=this._container=oi("div",t+" "+(this.options.className||"")+" leaflet-zoom-animated"),e=this._wrapper=oi("div",t+"-content-wrapper",i);if(this._contentNode=oi("div",t+"-content",e),Oi(i),Ii(this._contentNode),Mi(i,"contextmenu",Ai),this._tipContainer=oi("div",t+"-tip-container",i),this._tip=oi("div",t+"-tip",this._tipContainer),this.options.closeButton){var n=this._closeButton=oi("a",t+"-close-button",i);n.setAttribute("role","button"),n.setAttribute("aria-label","Close popup"),n.href="#close",n.innerHTML='<span aria-hidden="true">&#215;</span>',Mi(n,"click",this.close,this)}},_updateLayout:function(){var t=this._contentNode,i=t.style;i.width="",i.whiteSpace="nowrap";var e=t.offsetWidth;e=Math.min(e,this.options.maxWidth),e=Math.max(e,this.options.minWidth),i.width=e+1+"px",i.whiteSpace="",i.height="";var n=t.offsetHeight,o=this.options.maxHeight,s="leaflet-popup-scrolled";o&&n>o?(i.height=o+"px",ui(t,s)):ci(t,s),this._containerWidth=this._container.offsetWidth},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center),e=this._getAnchor();gi(this._container,i.add(e))},_adjustPan:function(t){if(this.options.autoPan){this._map._panAnim&&this._map._panAnim.stop();var i=this._map,e=parseInt(ni(this._container,"marginBottom"),10)||0,n=this._container.offsetHeight+e,o=this._containerWidth,s=new k(this._containerLeft,-n-this._containerBottom);s._add(vi(this._container));var r=i.layerPointToContainerPoint(s),a=B(this.options.autoPanPadding),h=B(this.options.autoPanPaddingTopLeft||a),l=B(this.options.autoPanPaddingBottomRight||a),u=i.getSize(),c=0,_=0;r.x+o+l.x>u.x&&(c=r.x+o-u.x+l.x),r.x-c-h.x<0&&(c=r.x-h.x),r.y+n+l.y>u.y&&(_=r.y+n-u.y+l.y),r.y-_-h.y<0&&(_=r.y-h.y),(c||_)&&i.fire("autopanstart").panBy([c,_],{animate:t&&"moveend"===t.type})}},_getAnchor:function(){return B(this._source&&this._source._getPopupAnchor?this._source._getPopupAnchor():[0,0])}});Vi.mergeOptions({closePopupOnClick:!0}),Vi.include({openPopup:function(t,i,e){return this._initOverlay(Xe,t,i,e).openOn(this),this},closePopup:function(t){return(t=arguments.length?t:this._popup)&&t.close(),this}}),Pe.include({bindPopup:function(t,i){return this._popup=this._initOverlay(Xe,this._popup,t,i),this._popupHandlersAdded||(this.on({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!0),this},unbindPopup:function(){return this._popup&&(this.off({click:this._openPopup,keypress:this._onKeyPress,remove:this.closePopup,move:this._movePopup}),this._popupHandlersAdded=!1,this._popup=null),this},openPopup:function(t){return this._popup&&this._popup._prepareOpen(t)&&this._popup.openOn(this._map),this},closePopup:function(){return this._popup&&this._popup.close(),this},togglePopup:function(){return this._popup&&this._popup.toggle(this),this},isPopupOpen:function(){return!!this._popup&&this._popup.isOpen()},setPopupContent:function(t){return this._popup&&this._popup.setContent(t),this},getPopup:function(){return this._popup},_openPopup:function(t){if(this._popup&&this._map){Ni(t);var i=t.layer||t.target;this._popup._source!==i||i instanceof Ze?(this._popup._source=i,this.openPopup(t.latlng)):this._map.hasLayer(this._popup)?this.closePopup():this.openPopup(t.latlng)}},_movePopup:function(t){this._popup.setLatLng(t.latlng)},_onKeyPress:function(t){13===t.originalEvent.keyCode&&this._openPopup(t)}});var Je=Ye.extend({options:{pane:"tooltipPane",offset:[0,0],direction:"auto",permanent:!1,sticky:!1,opacity:.9},onAdd:function(t){Ye.prototype.onAdd.call(this,t),this.setOpacity(this.options.opacity),t.fire("tooltipopen",{tooltip:this}),this._source&&(this.addEventParent(this._source),this._source.fire("tooltipopen",{tooltip:this},!0))},onRemove:function(t){Ye.prototype.onRemove.call(this,t),t.fire("tooltipclose",{tooltip:this}),this._source&&(this.removeEventParent(this._source),this._source.fire("tooltipclose",{tooltip:this},!0))},getEvents:function(){var t=Ye.prototype.getEvents.call(this);return this.options.permanent||(t.preclick=this.close),t},_initLayout:function(){var t="leaflet-tooltip "+(this.options.className||"")+" leaflet-zoom-"+(this._zoomAnimated?"animated":"hide");this._contentNode=this._container=oi("div",t)},_updateLayout:function(){},_adjustPan:function(){},_setPosition:function(t){var i,e,n=this._map,o=this._container,s=n.latLngToContainerPoint(n.getCenter()),r=n.layerPointToContainerPoint(t),a=this.options.direction,h=o.offsetWidth,l=o.offsetHeight,u=B(this.options.offset),c=this._getAnchor();"top"===a?(i=h/2,e=l):"bottom"===a?(i=h/2,e=0):"center"===a?(i=h/2,e=l/2):"right"===a?(i=0,e=l/2):"left"===a?(i=h,e=l/2):r.x<s.x?(a="right",i=0,e=l/2):(a="left",i=h+2*(u.x+c.x),e=l/2),t=t.subtract(B(i,e,!0)).add(u).add(c),ci(o,"leaflet-tooltip-right"),ci(o,"leaflet-tooltip-left"),ci(o,"leaflet-tooltip-top"),ci(o,"leaflet-tooltip-bottom"),ui(o,"leaflet-tooltip-"+a),gi(o,t)},_updatePosition:function(){var t=this._map.latLngToLayerPoint(this._latlng);this._setPosition(t)},setOpacity:function(t){this.options.opacity=t,this._container&&pi(this._container,t)},_animateZoom:function(t){var i=this._map._latLngToNewLayerPoint(this._latlng,t.zoom,t.center);this._setPosition(i)},_getAnchor:function(){return B(this._source&&this._source._getTooltipAnchor&&!this.options.sticky?this._source._getTooltipAnchor():[0,0])}});Vi.include({openTooltip:function(t,i,e){return this._initOverlay(Je,t,i,e).openOn(this),this},closeTooltip:function(t){return t.close(),this}}),Pe.include({bindTooltip:function(t,i){return this._tooltip&&this.isTooltipOpen()&&this.unbindTooltip(),this._tooltip=this._initOverlay(Je,this._tooltip,t,i),this._initTooltipInteractions(),this._tooltip.options.permanent&&this._map&&this._map.hasLayer(this)&&this.openTooltip(),this},unbindTooltip:function(){return this._tooltip&&(this._initTooltipInteractions(!0),this.closeTooltip(),this._tooltip=null),this},_initTooltipInteractions:function(t){if(t||!this._tooltipHandlersAdded){var i=t?"off":"on",e={remove:this.closeTooltip,move:this._moveTooltip};this._tooltip.options.permanent?e.add=this._openTooltip:(e.mouseover=this._openTooltip,e.mouseout=this.closeTooltip,e.click=this._openTooltip),this._tooltip.options.sticky&&(e.mousemove=this._moveTooltip),this[i](e),this._tooltipHandlersAdded=!t}},openTooltip:function(t){return this._tooltip&&this._tooltip._prepareOpen(t)&&this._tooltip.openOn(this._map),this},closeTooltip:function(){if(this._tooltip)return this._tooltip.close()},toggleTooltip:function(){return this._tooltip&&this._tooltip.toggle(this),this},isTooltipOpen:function(){return this._tooltip.isOpen()},setTooltipContent:function(t){return this._tooltip&&this._tooltip.setContent(t),this},getTooltip:function(){return this._tooltip},_openTooltip:function(t){!this._tooltip||!this._map||this._map.dragging&&this._map.dragging.moving()||(this._tooltip._source=t.layer||t.target,this.openTooltip(this._tooltip.options.sticky?t.latlng:void 0))},_moveTooltip:function(t){var i,e,n=t.latlng;this._tooltip.options.sticky&&t.originalEvent&&(i=this._map.mouseEventToContainerPoint(t.originalEvent),e=this._map.containerPointToLayerPoint(i),n=this._map.layerPointToLatLng(e)),this._tooltip.setLatLng(n)}});var $e=Te.extend({options:{iconSize:[12,12],html:!1,bgPos:null,className:"leaflet-div-icon"},createIcon:function(t){var i=t&&"DIV"===t.tagName?t:document.createElement("div"),e=this.options;if(e.html instanceof Element?(ri(i),i.appendChild(e.html)):i.innerHTML=!1!==e.html?e.html:"",e.bgPos){var n=B(e.bgPos);i.style.backgroundPosition=-n.x+"px "+-n.y+"px"}return this._setIconStyles(i,"icon"),i},createShadow:function(){return null}});Te.Default=ze;var Qe=Pe.extend({options:{tileSize:256,opacity:1,updateWhenIdle:At.mobile,updateWhenZooming:!0,updateInterval:200,zIndex:1,bounds:null,minZoom:0,maxZoom:void 0,maxNativeZoom:void 0,minNativeZoom:void 0,noWrap:!1,pane:"tilePane",className:"",keepBuffer:2},initialize:function(t){_(this,t)},onAdd:function(){this._initContainer(),this._levels={},this._tiles={},this._resetView()},beforeAdd:function(t){t._addZoomLimit(this)},onRemove:function(t){this._removeAllTiles(),si(this._container),t._removeZoomLimit(this),this._container=null,this._tileZoom=void 0},bringToFront:function(){return this._map&&(ai(this._container),this._setAutoZIndex(Math.max)),this},bringToBack:function(){return this._map&&(hi(this._container),this._setAutoZIndex(Math.min)),this},getContainer:function(){return this._container},setOpacity:function(t){return this.options.opacity=t,this._updateOpacity(),this},setZIndex:function(t){return this.options.zIndex=t,this._updateZIndex(),this},isLoading:function(){return this._loading},redraw:function(){if(this._map){this._removeAllTiles();var t=this._clampZoom(this._map.getZoom());t!==this._tileZoom&&(this._tileZoom=t,this._updateLevels()),this._update()}return this},getEvents:function(){var t={viewprereset:this._invalidateAll,viewreset:this._resetView,zoom:this._resetView,moveend:this._onMoveEnd};return this.options.updateWhenIdle||(this._onMove||(this._onMove=r(this._onMoveEnd,this.options.updateInterval,this)),t.move=this._onMove),this._zoomAnimated&&(t.zoomanim=this._animateZoom),t},createTile:function(){return document.createElement("div")},getTileSize:function(){var t=this.options.tileSize;return t instanceof k?t:new k(t,t)},_updateZIndex:function(){this._container&&void 0!==this.options.zIndex&&null!==this.options.zIndex&&(this._container.style.zIndex=this.options.zIndex)},_setAutoZIndex:function(t){for(var i,e=this.getPane().children,n=-t(-1/0,1/0),o=0,s=e.length;o<s;o++)i=e[o].style.zIndex,e[o]!==this._container&&i&&(n=t(n,+i));isFinite(n)&&(this.options.zIndex=n+t(-1,1),this._updateZIndex())},_updateOpacity:function(){if(this._map&&!At.ielt9){pi(this._container,this.options.opacity);var t=+new Date,i=!1,e=!1;for(var n in this._tiles){var o=this._tiles[n];if(o.current&&o.loaded){var s=Math.min(1,(t-o.loaded)/200);pi(o.el,s),s<1?i=!0:(o.active?e=!0:this._onOpaqueTile(o),o.active=!0)}}e&&!this._noPrune&&this._pruneTiles(),i&&(z(this._fadeFrame),this._fadeFrame=T(this._updateOpacity,this))}},_onOpaqueTile:h,_initContainer:function(){this._container||(this._container=oi("div","leaflet-layer "+(this.options.className||"")),this._updateZIndex(),this.options.opacity<1&&this._updateOpacity(),this.getPane().appendChild(this._container))},_updateLevels:function(){var t=this._tileZoom,i=this.options.maxZoom;if(void 0!==t){for(var e in this._levels)e=Number(e),this._levels[e].el.children.length||e===t?(this._levels[e].el.style.zIndex=i-Math.abs(t-e),this._onUpdateLevel(e)):(si(this._levels[e].el),this._removeTilesAtZoom(e),this._onRemoveLevel(e),delete this._levels[e]);var n=this._levels[t],o=this._map;return n||((n=this._levels[t]={}).el=oi("div","leaflet-tile-container leaflet-zoom-animated",this._container),n.el.style.zIndex=i,n.origin=o.project(o.unproject(o.getPixelOrigin()),t).round(),n.zoom=t,this._setZoomTransform(n,o.getCenter(),o.getZoom()),n.el.offsetWidth,this._onCreateLevel(n)),this._level=n,n}},_onUpdateLevel:h,_onRemoveLevel:h,_onCreateLevel:h,_pruneTiles:function(){if(this._map){var t,i,e=this._map.getZoom();if(e>this.options.maxZoom||e<this.options.minZoom)this._removeAllTiles();else{for(t in this._tiles)(i=this._tiles[t]).retain=i.current;for(t in this._tiles)if((i=this._tiles[t]).current&&!i.active){var n=i.coords;this._retainParent(n.x,n.y,n.z,n.z-5)||this._retainChildren(n.x,n.y,n.z,n.z+2)}for(t in this._tiles)this._tiles[t].retain||this._removeTile(t)}}},_removeTilesAtZoom:function(t){for(var i in this._tiles)this._tiles[i].coords.z===t&&this._removeTile(i)},_removeAllTiles:function(){for(var t in this._tiles)this._removeTile(t)},_invalidateAll:function(){for(var t in this._levels)si(this._levels[t].el),this._onRemoveLevel(Number(t)),delete this._levels[t];this._removeAllTiles(),this._tileZoom=void 0},_retainParent:function(t,i,e,n){var o=Math.floor(t/2),s=Math.floor(i/2),r=e-1,a=new k(+o,+s);a.z=+r;var h=this._tileCoordsToKey(a),l=this._tiles[h];return l&&l.active?(l.retain=!0,!0):(l&&l.loaded&&(l.retain=!0),r>n&&this._retainParent(o,s,r,n))},_retainChildren:function(t,i,e,n){for(var o=2*t;o<2*t+2;o++)for(var s=2*i;s<2*i+2;s++){var r=new k(o,s);r.z=e+1;var a=this._tileCoordsToKey(r),h=this._tiles[a];h&&h.active?h.retain=!0:(h&&h.loaded&&(h.retain=!0),e+1<n&&this._retainChildren(o,s,e+1,n))}},_resetView:function(t){var i=t&&(t.pinch||t.flyTo);this._setView(this._map.getCenter(),this._map.getZoom(),i,i)},_animateZoom:function(t){this._setView(t.center,t.zoom,!0,t.noUpdate)},_clampZoom:function(t){var i=this.options;return void 0!==i.minNativeZoom&&t<i.minNativeZoom?i.minNativeZoom:void 0!==i.maxNativeZoom&&i.maxNativeZoom<t?i.maxNativeZoom:t},_setView:function(t,i,e,n){var o=Math.round(i);o=void 0!==this.options.maxZoom&&o>this.options.maxZoom||void 0!==this.options.minZoom&&o<this.options.minZoom?void 0:this._clampZoom(o);var s=this.options.updateWhenZooming&&o!==this._tileZoom;n&&!s||(this._tileZoom=o,this._abortLoading&&this._abortLoading(),this._updateLevels(),this._resetGrid(),void 0!==o&&this._update(t),e||this._pruneTiles(),this._noPrune=!!e),this._setZoomTransforms(t,i)},_setZoomTransforms:function(t,i){for(var e in this._levels)this._setZoomTransform(this._levels[e],t,i)},_setZoomTransform:function(t,i,e){var n=this._map.getZoomScale(e,t.zoom),o=t.origin.multiplyBy(n).subtract(this._map._getNewPixelOrigin(i,e)).round();At.any3d?fi(t.el,o,n):gi(t.el,o)},_resetGrid:function(){var t=this._map,i=t.options.crs,e=this._tileSize=this.getTileSize(),n=this._tileZoom,o=this._map.getPixelWorldBounds(this._tileZoom);o&&(this._globalTileRange=this._pxBoundsToTileRange(o)),this._wrapX=i.wrapLng&&!this.options.noWrap&&[Math.floor(t.project([0,i.wrapLng[0]],n).x/e.x),Math.ceil(t.project([0,i.wrapLng[1]],n).x/e.y)],this._wrapY=i.wrapLat&&!this.options.noWrap&&[Math.floor(t.project([i.wrapLat[0],0],n).y/e.x),Math.ceil(t.project([i.wrapLat[1],0],n).y/e.y)]},_onMoveEnd:function(){this._map&&!this._map._animatingZoom&&this._update()},_getTiledPixelBounds:function(t){var i=this._map,e=i._animatingZoom?Math.max(i._animateToZoom,i.getZoom()):i.getZoom(),n=i.getZoomScale(e,this._tileZoom),o=i.project(t,this._tileZoom).floor(),s=i.getSize().divideBy(2*n);return new A(o.subtract(s),o.add(s))},_update:function(t){var i=this._map;if(i){var e=this._clampZoom(i.getZoom());if(void 0===t&&(t=i.getCenter()),void 0!==this._tileZoom){var n=this._getTiledPixelBounds(t),o=this._pxBoundsToTileRange(n),s=o.getCenter(),r=[],a=this.options.keepBuffer,h=new A(o.getBottomLeft().subtract([a,-a]),o.getTopRight().add([a,-a]));if(!(isFinite(o.min.x)&&isFinite(o.min.y)&&isFinite(o.max.x)&&isFinite(o.max.y)))throw new Error("Attempted to load an infinite number of tiles");for(var l in this._tiles){var u=this._tiles[l].coords;u.z===this._tileZoom&&h.contains(new k(u.x,u.y))||(this._tiles[l].current=!1)}if(Math.abs(e-this._tileZoom)>1)this._setView(t,e);else{for(var c=o.min.y;c<=o.max.y;c++)for(var _=o.min.x;_<=o.max.x;_++){var d=new k(_,c);if(d.z=this._tileZoom,this._isValidTile(d)){var p=this._tiles[this._tileCoordsToKey(d)];p?p.current=!0:r.push(d)}}if(r.sort((function(t,i){return t.distanceTo(s)-i.distanceTo(s)})),0!==r.length){this._loading||(this._loading=!0,this.fire("loading"));var m=document.createDocumentFragment();for(_=0;_<r.length;_++)this._addTile(r[_],m);this._level.el.appendChild(m)}}}}},_isValidTile:function(t){var i=this._map.options.crs;if(!i.infinite){var e=this._globalTileRange;if(!i.wrapLng&&(t.x<e.min.x||t.x>e.max.x)||!i.wrapLat&&(t.y<e.min.y||t.y>e.max.y))return!1}if(!this.options.bounds)return!0;var n=this._tileCoordsToBounds(t);return R(this.options.bounds).overlaps(n)},_keyToBounds:function(t){return this._tileCoordsToBounds(this._keyToTileCoords(t))},_tileCoordsToNwSe:function(t){var i=this._map,e=this.getTileSize(),n=t.scaleBy(e),o=n.add(e);return[i.unproject(n,t.z),i.unproject(o,t.z)]},_tileCoordsToBounds:function(t){var i=this._tileCoordsToNwSe(t),e=new O(i[0],i[1]);return this.options.noWrap||(e=this._map.wrapLatLngBounds(e)),e},_tileCoordsToKey:function(t){return t.x+":"+t.y+":"+t.z},_keyToTileCoords:function(t){var i=t.split(":"),e=new k(+i[0],+i[1]);return e.z=+i[2],e},_removeTile:function(t){var i=this._tiles[t];i&&(si(i.el),delete this._tiles[t],this.fire("tileunload",{tile:i.el,coords:this._keyToTileCoords(t)}))},_initTile:function(t){ui(t,"leaflet-tile");var i=this.getTileSize();t.style.width=i.x+"px",t.style.height=i.y+"px",t.onselectstart=h,t.onmousemove=h,At.ielt9&&this.options.opacity<1&&pi(t,this.options.opacity)},_addTile:function(t,i){var e=this._getTilePos(t),o=this._tileCoordsToKey(t),s=this.createTile(this._wrapCoords(t),n(this._tileReady,this,t));this._initTile(s),this.createTile.length<2&&T(n(this._tileReady,this,t,null,s)),gi(s,e),this._tiles[o]={el:s,coords:t,current:!0},i.appendChild(s),this.fire("tileloadstart",{tile:s,coords:t})},_tileReady:function(t,i,e){i&&this.fire("tileerror",{error:i,tile:e,coords:t});var o=this._tileCoordsToKey(t);(e=this._tiles[o])&&(e.loaded=+new Date,this._map._fadeAnimated?(pi(e.el,0),z(this._fadeFrame),this._fadeFrame=T(this._updateOpacity,this)):(e.active=!0,this._pruneTiles()),i||(ui(e.el,"leaflet-tile-loaded"),this.fire("tileload",{tile:e.el,coords:t})),this._noTilesToLoad()&&(this._loading=!1,this.fire("load"),At.ielt9||!this._map._fadeAnimated?T(this._pruneTiles,this):setTimeout(n(this._pruneTiles,this),250)))},_getTilePos:function(t){return t.scaleBy(this.getTileSize()).subtract(this._level.origin)},_wrapCoords:function(t){var i=new k(this._wrapX?a(t.x,this._wrapX):t.x,this._wrapY?a(t.y,this._wrapY):t.y);return i.z=t.z,i},_pxBoundsToTileRange:function(t){var i=this.getTileSize();return new A(t.min.unscaleBy(i).floor(),t.max.unscaleBy(i).ceil().subtract([1,1]))},_noTilesToLoad:function(){for(var t in this._tiles)if(!this._tiles[t].loaded)return!1;return!0}}),tn=Qe.extend({options:{minZoom:0,maxZoom:18,subdomains:"abc",errorTileUrl:"",zoomOffset:0,tms:!1,zoomReverse:!1,detectRetina:!1,crossOrigin:!1,referrerPolicy:!1},initialize:function(t,i){this._url=t,(i=_(this,i)).detectRetina&&At.retina&&i.maxZoom>0&&(i.tileSize=Math.floor(i.tileSize/2),i.zoomReverse?(i.zoomOffset--,i.minZoom++):(i.zoomOffset++,i.maxZoom--),i.minZoom=Math.max(0,i.minZoom)),"string"==typeof i.subdomains&&(i.subdomains=i.subdomains.split("")),this.on("tileunload",this._onTileRemove)},setUrl:function(t,i){return this._url===t&&void 0===i&&(i=!0),this._url=t,i||this.redraw(),this},createTile:function(t,i){var e=document.createElement("img");return Mi(e,"load",n(this._tileOnLoad,this,i,e)),Mi(e,"error",n(this._tileOnError,this,i,e)),(this.options.crossOrigin||""===this.options.crossOrigin)&&(e.crossOrigin=!0===this.options.crossOrigin?"":this.options.crossOrigin),"string"==typeof this.options.referrerPolicy&&(e.referrerPolicy=this.options.referrerPolicy),e.alt="",e.setAttribute("role","presentation"),e.src=this.getTileUrl(t),e},getTileUrl:function(t){var e={r:At.retina?"@2x":"",s:this._getSubdomain(t),x:t.x,y:t.y,z:this._getZoomForUrl()};if(this._map&&!this._map.options.crs.infinite){var n=this._globalTileRange.max.y-t.y;this.options.tms&&(e.y=n),e["-y"]=n}return m(this._url,i(e,this.options))},_tileOnLoad:function(t,i){At.ielt9?setTimeout(n(t,this,null,i),0):t(null,i)},_tileOnError:function(t,i,e){var n=this.options.errorTileUrl;n&&i.getAttribute("src")!==n&&(i.src=n),t(e,i)},_onTileRemove:function(t){t.tile.onload=null},_getZoomForUrl:function(){var t=this._tileZoom,i=this.options.maxZoom;return this.options.zoomReverse&&(t=i-t),t+this.options.zoomOffset},_getSubdomain:function(t){var i=Math.abs(t.x+t.y)%this.options.subdomains.length;return this.options.subdomains[i]},_abortLoading:function(){var t,i;for(t in this._tiles)if(this._tiles[t].coords.z!==this._tileZoom&&((i=this._tiles[t].el).onload=h,i.onerror=h,!i.complete)){i.src=v;var e=this._tiles[t].coords;si(i),delete this._tiles[t],this.fire("tileabort",{tile:i,coords:e})}},_removeTile:function(t){var i=this._tiles[t];if(i)return i.el.setAttribute("src",v),Qe.prototype._removeTile.call(this,t)},_tileReady:function(t,i,e){if(this._map&&(!e||e.getAttribute("src")!==v))return Qe.prototype._tileReady.call(this,t,i,e)}});function en(t,i){return new tn(t,i)}var nn=tn.extend({defaultWmsParams:{service:"WMS",request:"GetMap",layers:"",styles:"",format:"image/jpeg",transparent:!1,version:"1.1.1"},options:{crs:null,uppercase:!1},initialize:function(t,e){this._url=t;var n=i({},this.defaultWmsParams);for(var o in e)o in this.options||(n[o]=e[o]);var s=(e=_(this,e)).detectRetina&&At.retina?2:1,r=this.getTileSize();n.width=r.x*s,n.height=r.y*s,this.wmsParams=n},onAdd:function(t){this._crs=this.options.crs||t.options.crs,this._wmsVersion=parseFloat(this.wmsParams.version);var i=this._wmsVersion>=1.3?"crs":"srs";this.wmsParams[i]=this._crs.code,tn.prototype.onAdd.call(this,t)},getTileUrl:function(t){var i=this._tileCoordsToNwSe(t),e=this._crs,n=I(e.project(i[0]),e.project(i[1])),o=n.min,s=n.max,r=(this._wmsVersion>=1.3&&this._crs===xe?[o.y,o.x,s.y,s.x]:[o.x,o.y,s.x,s.y]).join(","),a=tn.prototype.getTileUrl.call(this,t);return a+d(this.wmsParams,a,this.options.uppercase)+(this.options.uppercase?"&BBOX=":"&bbox=")+r},setParams:function(t,e){return i(this.wmsParams,t),e||this.redraw(),this}});tn.WMS=nn,en.wms=function(t,i){return new nn(t,i)};var on=Pe.extend({options:{padding:.1},initialize:function(t){_(this,t),s(this),this._layers=this._layers||{}},onAdd:function(){this._container||(this._initContainer(),this._zoomAnimated&&ui(this._container,"leaflet-zoom-animated")),this.getPane().appendChild(this._container),this._update(),this.on("update",this._updatePaths,this)},onRemove:function(){this.off("update",this._updatePaths,this),this._destroyContainer()},getEvents:function(){var t={viewreset:this._reset,zoom:this._onZoom,moveend:this._update,zoomend:this._onZoomEnd};return this._zoomAnimated&&(t.zoomanim=this._onAnimZoom),t},_onAnimZoom:function(t){this._updateTransform(t.center,t.zoom)},_onZoom:function(){this._updateTransform(this._map.getCenter(),this._map.getZoom())},_updateTransform:function(t,i){var e=this._map.getZoomScale(i,this._zoom),n=this._map.getSize().multiplyBy(.5+this.options.padding),o=this._map.project(this._center,i),s=n.multiplyBy(-e).add(o).subtract(this._map._getNewPixelOrigin(t,i));At.any3d?fi(this._container,s,e):gi(this._container,s)},_reset:function(){for(var t in this._update(),this._updateTransform(this._center,this._zoom),this._layers)this._layers[t]._reset()},_onZoomEnd:function(){for(var t in this._layers)this._layers[t]._project()},_updatePaths:function(){for(var t in this._layers)this._layers[t]._update()},_update:function(){var t=this.options.padding,i=this._map.getSize(),e=this._map.containerPointToLayerPoint(i.multiplyBy(-t)).round();this._bounds=new A(e,e.add(i.multiplyBy(1+2*t)).round()),this._center=this._map.getCenter(),this._zoom=this._map.getZoom()}}),sn=on.extend({options:{tolerance:0},getEvents:function(){var t=on.prototype.getEvents.call(this);return t.viewprereset=this._onViewPreReset,t},_onViewPreReset:function(){this._postponeUpdatePaths=!0},onAdd:function(){on.prototype.onAdd.call(this),this._draw()},_initContainer:function(){var t=this._container=document.createElement("canvas");Mi(t,"mousemove",this._onMouseMove,this),Mi(t,"click dblclick mousedown mouseup contextmenu",this._onClick,this),Mi(t,"mouseout",this._handleMouseOut,this),t._leaflet_disable_events=!0,this._ctx=t.getContext("2d")},_destroyContainer:function(){z(this._redrawRequest),delete this._ctx,si(this._container),Zi(this._container),delete this._container},_updatePaths:function(){if(!this._postponeUpdatePaths){for(var t in this._redrawBounds=null,this._layers)this._layers[t]._update();this._redraw()}},_update:function(){if(!this._map._animatingZoom||!this._bounds){on.prototype._update.call(this);var t=this._bounds,i=this._container,e=t.getSize(),n=At.retina?2:1;gi(i,t.min),i.width=n*e.x,i.height=n*e.y,i.style.width=e.x+"px",i.style.height=e.y+"px",At.retina&&this._ctx.scale(2,2),this._ctx.translate(-t.min.x,-t.min.y),this.fire("update")}},_reset:function(){on.prototype._reset.call(this),this._postponeUpdatePaths&&(this._postponeUpdatePaths=!1,this._updatePaths())},_initPath:function(t){this._updateDashArray(t),this._layers[s(t)]=t;var i=t._order={layer:t,prev:this._drawLast,next:null};this._drawLast&&(this._drawLast.next=i),this._drawLast=i,this._drawFirst=this._drawFirst||this._drawLast},_addPath:function(t){this._requestRedraw(t)},_removePath:function(t){var i=t._order,e=i.next,n=i.prev;e?e.prev=n:this._drawLast=n,n?n.next=e:this._drawFirst=e,delete t._order,delete this._layers[s(t)],this._requestRedraw(t)},_updatePath:function(t){this._extendRedrawBounds(t),t._project(),t._update(),this._requestRedraw(t)},_updateStyle:function(t){this._updateDashArray(t),this._requestRedraw(t)},_updateDashArray:function(t){if("string"==typeof t.options.dashArray){var i,e,n=t.options.dashArray.split(/[, ]+/),o=[];for(e=0;e<n.length;e++){if(i=Number(n[e]),isNaN(i))return;o.push(i)}t.options._dashArray=o}else t.options._dashArray=t.options.dashArray},_requestRedraw:function(t){this._map&&(this._extendRedrawBounds(t),this._redrawRequest=this._redrawRequest||T(this._redraw,this))},_extendRedrawBounds:function(t){if(t._pxBounds){var i=(t.options.weight||0)+1;this._redrawBounds=this._redrawBounds||new A,this._redrawBounds.extend(t._pxBounds.min.subtract([i,i])),this._redrawBounds.extend(t._pxBounds.max.add([i,i]))}},_redraw:function(){this._redrawRequest=null,this._redrawBounds&&(this._redrawBounds.min._floor(),this._redrawBounds.max._ceil()),this._clear(),this._draw(),this._redrawBounds=null},_clear:function(){var t=this._redrawBounds;if(t){var i=t.getSize();this._ctx.clearRect(t.min.x,t.min.y,i.x,i.y)}else this._ctx.save(),this._ctx.setTransform(1,0,0,1,0,0),this._ctx.clearRect(0,0,this._container.width,this._container.height),this._ctx.restore()},_draw:function(){var t,i=this._redrawBounds;if(this._ctx.save(),i){var e=i.getSize();this._ctx.beginPath(),this._ctx.rect(i.min.x,i.min.y,e.x,e.y),this._ctx.clip()}this._drawing=!0;for(var n=this._drawFirst;n;n=n.next)t=n.layer,(!i||t._pxBounds&&t._pxBounds.intersects(i))&&t._updatePath();this._drawing=!1,this._ctx.restore()},_updatePoly:function(t,i){if(this._drawing){var e,n,o,s,r=t._parts,a=r.length,h=this._ctx;if(a){for(h.beginPath(),e=0;e<a;e++){for(n=0,o=r[e].length;n<o;n++)s=r[e][n],h[n?"lineTo":"moveTo"](s.x,s.y);i&&h.closePath()}this._fillStroke(h,t)}}},_updateCircle:function(t){if(this._drawing&&!t._empty()){var i=t._point,e=this._ctx,n=Math.max(Math.round(t._radius),1),o=(Math.max(Math.round(t._radiusY),1)||n)/n;1!==o&&(e.save(),e.scale(1,o)),e.beginPath(),e.arc(i.x,i.y/o,n,0,2*Math.PI,!1),1!==o&&e.restore(),this._fillStroke(e,t)}},_fillStroke:function(t,i){var e=i.options;e.fill&&(t.globalAlpha=e.fillOpacity,t.fillStyle=e.fillColor||e.color,t.fill(e.fillRule||"evenodd")),e.stroke&&0!==e.weight&&(t.setLineDash&&t.setLineDash(i.options&&i.options._dashArray||[]),t.globalAlpha=e.opacity,t.lineWidth=e.weight,t.strokeStyle=e.color,t.lineCap=e.lineCap,t.lineJoin=e.lineJoin,t.stroke())},_onClick:function(t){for(var i,e,n=this._map.mouseEventToLayerPoint(t),o=this._drawFirst;o;o=o.next)(i=o.layer).options.interactive&&i._containsPoint(n)&&("click"!==t.type&&"preclick"!==t.type||!this._map._draggableMoved(i))&&(e=i);this._fireEvent(!!e&&[e],t)},_onMouseMove:function(t){if(this._map&&!this._map.dragging.moving()&&!this._map._animatingZoom){var i=this._map.mouseEventToLayerPoint(t);this._handleMouseHover(t,i)}},_handleMouseOut:function(t){var i=this._hoveredLayer;i&&(ci(this._container,"leaflet-interactive"),this._fireEvent([i],t,"mouseout"),this._hoveredLayer=null,this._mouseHoverThrottled=!1)},_handleMouseHover:function(t,i){if(!this._mouseHoverThrottled){for(var e,o,s=this._drawFirst;s;s=s.next)(e=s.layer).options.interactive&&e._containsPoint(i)&&(o=e);o!==this._hoveredLayer&&(this._handleMouseOut(t),o&&(ui(this._container,"leaflet-interactive"),this._fireEvent([o],t,"mouseover"),this._hoveredLayer=o)),this._fireEvent(!!this._hoveredLayer&&[this._hoveredLayer],t),this._mouseHoverThrottled=!0,setTimeout(n((function(){this._mouseHoverThrottled=!1}),this),32)}},_fireEvent:function(t,i,e){this._map._fireDOMEvent(i,e||i.type,t)},_bringToFront:function(t){var i=t._order;if(i){var e=i.next,n=i.prev;e&&(e.prev=n,n?n.next=e:e&&(this._drawFirst=e),i.prev=this._drawLast,this._drawLast.next=i,i.next=null,this._drawLast=i,this._requestRedraw(t))}},_bringToBack:function(t){var i=t._order;if(i){var e=i.next,n=i.prev;n&&(n.next=e,e?e.prev=n:n&&(this._drawLast=n),i.prev=null,i.next=this._drawFirst,this._drawFirst.prev=i,this._drawFirst=i,this._requestRedraw(t))}}});function rn(t){return At.canvas?new sn(t):null}var an=function(){try{return document.namespaces.add("lvml","urn:schemas-microsoft-com:vml"),function(t){return document.createElement("<lvml:"+t+' class="lvml">')}}catch(t){}return function(t){return document.createElement("<"+t+' xmlns="urn:schemas-microsoft.com:vml" class="lvml">')}}(),hn={_initContainer:function(){this._container=oi("div","leaflet-vml-container")},_update:function(){this._map._animatingZoom||(on.prototype._update.call(this),this.fire("update"))},_initPath:function(t){var i=t._container=an("shape");ui(i,"leaflet-vml-shape "+(this.options.className||"")),i.coordsize="1 1",t._path=an("path"),i.appendChild(t._path),this._updateStyle(t),this._layers[s(t)]=t},_addPath:function(t){var i=t._container;this._container.appendChild(i),t.options.interactive&&t.addInteractiveTarget(i)},_removePath:function(t){var i=t._container;si(i),t.removeInteractiveTarget(i),delete this._layers[s(t)]},_updateStyle:function(t){var i=t._stroke,e=t._fill,n=t.options,o=t._container;o.stroked=!!n.stroke,o.filled=!!n.fill,n.stroke?(i||(i=t._stroke=an("stroke")),o.appendChild(i),i.weight=n.weight+"px",i.color=n.color,i.opacity=n.opacity,n.dashArray?i.dashStyle=f(n.dashArray)?n.dashArray.join(" "):n.dashArray.replace(/( *, *)/g," "):i.dashStyle="",i.endcap=n.lineCap.replace("butt","flat"),i.joinstyle=n.lineJoin):i&&(o.removeChild(i),t._stroke=null),n.fill?(e||(e=t._fill=an("fill")),o.appendChild(e),e.color=n.fillColor||n.color,e.opacity=n.fillOpacity):e&&(o.removeChild(e),t._fill=null)},_updateCircle:function(t){var i=t._point.round(),e=Math.round(t._radius),n=Math.round(t._radiusY||e);this._setPath(t,t._empty()?"M0 0":"AL "+i.x+","+i.y+" "+e+","+n+" 0,23592600")},_setPath:function(t,i){t._path.v=i},_bringToFront:function(t){ai(t._container)},_bringToBack:function(t){hi(t._container)}},ln=At.vml?an:Y,un=on.extend({_initContainer:function(){this._container=ln("svg"),this._container.setAttribute("pointer-events","none"),this._rootGroup=ln("g"),this._container.appendChild(this._rootGroup)},_destroyContainer:function(){si(this._container),Zi(this._container),delete this._container,delete this._rootGroup,delete this._svgSize},_update:function(){if(!this._map._animatingZoom||!this._bounds){on.prototype._update.call(this);var t=this._bounds,i=t.getSize(),e=this._container;this._svgSize&&this._svgSize.equals(i)||(this._svgSize=i,e.setAttribute("width",i.x),e.setAttribute("height",i.y)),gi(e,t.min),e.setAttribute("viewBox",[t.min.x,t.min.y,i.x,i.y].join(" ")),this.fire("update")}},_initPath:function(t){var i=t._path=ln("path");t.options.className&&ui(i,t.options.className),t.options.interactive&&ui(i,"leaflet-interactive"),this._updateStyle(t),this._layers[s(t)]=t},_addPath:function(t){this._rootGroup||this._initContainer(),this._rootGroup.appendChild(t._path),t.addInteractiveTarget(t._path)},_removePath:function(t){si(t._path),t.removeInteractiveTarget(t._path),delete this._layers[s(t)]},_updatePath:function(t){t._project(),t._update()},_updateStyle:function(t){var i=t._path,e=t.options;i&&(e.stroke?(i.setAttribute("stroke",e.color),i.setAttribute("stroke-opacity",e.opacity),i.setAttribute("stroke-width",e.weight),i.setAttribute("stroke-linecap",e.lineCap),i.setAttribute("stroke-linejoin",e.lineJoin),e.dashArray?i.setAttribute("stroke-dasharray",e.dashArray):i.removeAttribute("stroke-dasharray"),e.dashOffset?i.setAttribute("stroke-dashoffset",e.dashOffset):i.removeAttribute("stroke-dashoffset")):i.setAttribute("stroke","none"),e.fill?(i.setAttribute("fill",e.fillColor||e.color),i.setAttribute("fill-opacity",e.fillOpacity),i.setAttribute("fill-rule",e.fillRule||"evenodd")):i.setAttribute("fill","none"))},_updatePoly:function(t,i){this._setPath(t,X(t._parts,i))},_updateCircle:function(t){var i=t._point,e=Math.max(Math.round(t._radius),1),n="a"+e+","+(Math.max(Math.round(t._radiusY),1)||e)+" 0 1,0 ",o=t._empty()?"M0 0":"M"+(i.x-e)+","+i.y+n+2*e+",0 "+n+2*-e+",0 ";this._setPath(t,o)},_setPath:function(t,i){t._path.setAttribute("d",i)},_bringToFront:function(t){ai(t._path)},_bringToBack:function(t){hi(t._path)}});function cn(t){return At.svg||At.vml?new un(t):null}At.vml&&un.include(hn),Vi.include({getRenderer:function(t){var i=t.options.renderer||this._getPaneRenderer(t.options.pane)||this.options.renderer||this._renderer;return i||(i=this._renderer=this._createRenderer()),this.hasLayer(i)||this.addLayer(i),i},_getPaneRenderer:function(t){if("overlayPane"===t||void 0===t)return!1;var i=this._paneRenderers[t];return void 0===i&&(i=this._createRenderer({pane:t}),this._paneRenderers[t]=i),i},_createRenderer:function(t){return this.options.preferCanvas&&rn(t)||cn(t)}});var _n=Be.extend({initialize:function(t,i){Be.prototype.initialize.call(this,this._boundsToLatLngs(t),i)},setBounds:function(t){return this.setLatLngs(this._boundsToLatLngs(t))},_boundsToLatLngs:function(t){return[(t=R(t)).getSouthWest(),t.getNorthWest(),t.getNorthEast(),t.getSouthEast()]}});un.create=ln,un.pointsToPath=X,Ae.geometryToLayer=Ie,Ae.coordsToLatLng=Re,Ae.coordsToLatLngs=Ne,Ae.latLngToCoords=De,Ae.latLngsToCoords=je,Ae.getFeature=He,Ae.asFeature=We,Vi.mergeOptions({boxZoom:!0});var dn=$i.extend({initialize:function(t){this._map=t,this._container=t._container,this._pane=t._panes.overlayPane,this._resetStateTimeout=0,t.on("unload",this._destroy,this)},addHooks:function(){Mi(this._container,"mousedown",this._onMouseDown,this)},removeHooks:function(){Zi(this._container,"mousedown",this._onMouseDown,this)},moved:function(){return this._moved},_destroy:function(){si(this._pane),delete this._pane},_resetState:function(){this._resetStateTimeout=0,this._moved=!1},_clearDeferredResetState:function(){0!==this._resetStateTimeout&&(clearTimeout(this._resetStateTimeout),this._resetStateTimeout=0)},_onMouseDown:function(t){if(!t.shiftKey||1!==t.which&&1!==t.button)return!1;this._clearDeferredResetState(),this._resetState(),Kt(),xi(),this._startPoint=this._map.mouseEventToContainerPoint(t),Mi(document,{contextmenu:Ni,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseMove:function(t){this._moved||(this._moved=!0,this._box=oi("div","leaflet-zoom-box",this._container),ui(this._container,"leaflet-crosshair"),this._map.fire("boxzoomstart")),this._point=this._map.mouseEventToContainerPoint(t);var i=new A(this._point,this._startPoint),e=i.getSize();gi(this._box,i.min),this._box.style.width=e.x+"px",this._box.style.height=e.y+"px"},_finish:function(){this._moved&&(si(this._box),ci(this._container,"leaflet-crosshair")),Yt(),wi(),Zi(document,{contextmenu:Ni,mousemove:this._onMouseMove,mouseup:this._onMouseUp,keydown:this._onKeyDown},this)},_onMouseUp:function(t){if((1===t.which||1===t.button)&&(this._finish(),this._moved)){this._clearDeferredResetState(),this._resetStateTimeout=setTimeout(n(this._resetState,this),0);var i=new O(this._map.containerPointToLatLng(this._startPoint),this._map.containerPointToLatLng(this._point));this._map.fitBounds(i).fire("boxzoomend",{boxZoomBounds:i})}},_onKeyDown:function(t){27===t.keyCode&&(this._finish(),this._clearDeferredResetState(),this._resetState())}});Vi.addInitHook("addHandler","boxZoom",dn),Vi.mergeOptions({doubleClickZoom:!0});var pn=$i.extend({addHooks:function(){this._map.on("dblclick",this._onDoubleClick,this)},removeHooks:function(){this._map.off("dblclick",this._onDoubleClick,this)},_onDoubleClick:function(t){var i=this._map,e=i.getZoom(),n=i.options.zoomDelta,o=t.originalEvent.shiftKey?e-n:e+n;"center"===i.options.doubleClickZoom?i.setZoom(o):i.setZoomAround(t.containerPoint,o)}});Vi.addInitHook("addHandler","doubleClickZoom",pn),Vi.mergeOptions({dragging:!0,inertia:!0,inertiaDeceleration:3400,inertiaMaxSpeed:1/0,easeLinearity:.2,worldCopyJump:!1,maxBoundsViscosity:0});var mn=$i.extend({addHooks:function(){if(!this._draggable){var t=this._map;this._draggable=new ee(t._mapPane,t._container),this._draggable.on({dragstart:this._onDragStart,drag:this._onDrag,dragend:this._onDragEnd},this),this._draggable.on("predrag",this._onPreDragLimit,this),t.options.worldCopyJump&&(this._draggable.on("predrag",this._onPreDragWrap,this),t.on("zoomend",this._onZoomEnd,this),t.whenReady(this._onZoomEnd,this))}ui(this._map._container,"leaflet-grab leaflet-touch-drag"),this._draggable.enable(),this._positions=[],this._times=[]},removeHooks:function(){ci(this._map._container,"leaflet-grab"),ci(this._map._container,"leaflet-touch-drag"),this._draggable.disable()},moved:function(){return this._draggable&&this._draggable._moved},moving:function(){return this._draggable&&this._draggable._moving},_onDragStart:function(){var t=this._map;if(t._stop(),this._map.options.maxBounds&&this._map.options.maxBoundsViscosity){var i=R(this._map.options.maxBounds);this._offsetLimit=I(this._map.latLngToContainerPoint(i.getNorthWest()).multiplyBy(-1),this._map.latLngToContainerPoint(i.getSouthEast()).multiplyBy(-1).add(this._map.getSize())),this._viscosity=Math.min(1,Math.max(0,this._map.options.maxBoundsViscosity))}else this._offsetLimit=null;t.fire("movestart").fire("dragstart"),t.options.inertia&&(this._positions=[],this._times=[])},_onDrag:function(t){if(this._map.options.inertia){var i=this._lastTime=+new Date,e=this._lastPos=this._draggable._absPos||this._draggable._newPos;this._positions.push(e),this._times.push(i),this._prunePositions(i)}this._map.fire("move",t).fire("drag",t)},_prunePositions:function(t){for(;this._positions.length>1&&t-this._times[0]>50;)this._positions.shift(),this._times.shift()},_onZoomEnd:function(){var t=this._map.getSize().divideBy(2),i=this._map.latLngToLayerPoint([0,0]);this._initialWorldOffset=i.subtract(t).x,this._worldWidth=this._map.getPixelWorldBounds().getSize().x},_viscousLimit:function(t,i){return t-(t-i)*this._viscosity},_onPreDragLimit:function(){if(this._viscosity&&this._offsetLimit){var t=this._draggable._newPos.subtract(this._draggable._startPos),i=this._offsetLimit;t.x<i.min.x&&(t.x=this._viscousLimit(t.x,i.min.x)),t.y<i.min.y&&(t.y=this._viscousLimit(t.y,i.min.y)),t.x>i.max.x&&(t.x=this._viscousLimit(t.x,i.max.x)),t.y>i.max.y&&(t.y=this._viscousLimit(t.y,i.max.y)),this._draggable._newPos=this._draggable._startPos.add(t)}},_onPreDragWrap:function(){var t=this._worldWidth,i=Math.round(t/2),e=this._initialWorldOffset,n=this._draggable._newPos.x,o=(n-i+e)%t+i-e,s=(n+i+e)%t-i-e,r=Math.abs(o+e)<Math.abs(s+e)?o:s;this._draggable._absPos=this._draggable._newPos.clone(),this._draggable._newPos.x=r},_onDragEnd:function(t){var i=this._map,e=i.options,n=!e.inertia||t.noInertia||this._times.length<2;if(i.fire("dragend",t),n)i.fire("moveend");else{this._prunePositions(+new Date);var o=this._lastPos.subtract(this._positions[0]),s=(this._lastTime-this._times[0])/1e3,r=e.easeLinearity,a=o.multiplyBy(r/s),h=a.distanceTo([0,0]),l=Math.min(e.inertiaMaxSpeed,h),u=a.multiplyBy(l/h),c=l/(e.inertiaDeceleration*r),_=u.multiplyBy(-c/2).round();_.x||_.y?(_=i._limitOffset(_,i.options.maxBounds),T((function(){i.panBy(_,{duration:c,easeLinearity:r,noMoveStart:!0,animate:!0})}))):i.fire("moveend")}}});Vi.addInitHook("addHandler","dragging",mn),Vi.mergeOptions({keyboard:!0,keyboardPanDelta:80});var fn=$i.extend({keyCodes:{left:[37],right:[39],down:[40],up:[38],zoomIn:[187,107,61,171],zoomOut:[189,109,54,173]},initialize:function(t){this._map=t,this._setPanDelta(t.options.keyboardPanDelta),this._setZoomDelta(t.options.zoomDelta)},addHooks:function(){var t=this._map._container;t.tabIndex<=0&&(t.tabIndex="0"),Mi(t,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.on({focus:this._addHooks,blur:this._removeHooks},this)},removeHooks:function(){this._removeHooks(),Zi(this._map._container,{focus:this._onFocus,blur:this._onBlur,mousedown:this._onMouseDown},this),this._map.off({focus:this._addHooks,blur:this._removeHooks},this)},_onMouseDown:function(){if(!this._focused){var t=document.body,i=document.documentElement,e=t.scrollTop||i.scrollTop,n=t.scrollLeft||i.scrollLeft;this._map._container.focus(),window.scrollTo(n,e)}},_onFocus:function(){this._focused=!0,this._map.fire("focus")},_onBlur:function(){this._focused=!1,this._map.fire("blur")},_setPanDelta:function(t){var i,e,n=this._panKeys={},o=this.keyCodes;for(i=0,e=o.left.length;i<e;i++)n[o.left[i]]=[-1*t,0];for(i=0,e=o.right.length;i<e;i++)n[o.right[i]]=[t,0];for(i=0,e=o.down.length;i<e;i++)n[o.down[i]]=[0,t];for(i=0,e=o.up.length;i<e;i++)n[o.up[i]]=[0,-1*t]},_setZoomDelta:function(t){var i,e,n=this._zoomKeys={},o=this.keyCodes;for(i=0,e=o.zoomIn.length;i<e;i++)n[o.zoomIn[i]]=t;for(i=0,e=o.zoomOut.length;i<e;i++)n[o.zoomOut[i]]=-t},_addHooks:function(){Mi(document,"keydown",this._onKeyDown,this)},_removeHooks:function(){Zi(document,"keydown",this._onKeyDown,this)},_onKeyDown:function(t){if(!(t.altKey||t.ctrlKey||t.metaKey)){var i,e=t.keyCode,n=this._map;if(e in this._panKeys)n._panAnim&&n._panAnim._inProgress||(i=this._panKeys[e],t.shiftKey&&(i=B(i).multiplyBy(3)),n.panBy(i),n.options.maxBounds&&n.panInsideBounds(n.options.maxBounds));else if(e in this._zoomKeys)n.setZoom(n.getZoom()+(t.shiftKey?3:1)*this._zoomKeys[e]);else{if(27!==e||!n._popup||!n._popup.options.closeOnEscapeKey)return;n.closePopup()}Ni(t)}}});Vi.addInitHook("addHandler","keyboard",fn),Vi.mergeOptions({scrollWheelZoom:!0,wheelDebounceTime:40,wheelPxPerZoomLevel:60});var gn=$i.extend({addHooks:function(){Mi(this._map._container,"wheel",this._onWheelScroll,this),this._delta=0},removeHooks:function(){Zi(this._map._container,"wheel",this._onWheelScroll,this)},_onWheelScroll:function(t){var i=Hi(t),e=this._map.options.wheelDebounceTime;this._delta+=i,this._lastMousePos=this._map.mouseEventToContainerPoint(t),this._startTime||(this._startTime=+new Date);var o=Math.max(e-(+new Date-this._startTime),0);clearTimeout(this._timer),this._timer=setTimeout(n(this._performZoom,this),o),Ni(t)},_performZoom:function(){var t=this._map,i=t.getZoom(),e=this._map.options.zoomSnap||0;t._stop();var n=this._delta/(4*this._map.options.wheelPxPerZoomLevel),o=4*Math.log(2/(1+Math.exp(-Math.abs(n))))/Math.LN2,s=e?Math.ceil(o/e)*e:o,r=t._limitZoom(i+(this._delta>0?s:-s))-i;this._delta=0,this._startTime=null,r&&("center"===t.options.scrollWheelZoom?t.setZoom(i+r):t.setZoomAround(this._lastMousePos,i+r))}});Vi.addInitHook("addHandler","scrollWheelZoom",gn),Vi.mergeOptions({tapHold:At.touchNative&&At.safari&&At.mobile,tapTolerance:15});var vn=$i.extend({addHooks:function(){Mi(this._map._container,"touchstart",this._onDown,this)},removeHooks:function(){Zi(this._map._container,"touchstart",this._onDown,this)},_onDown:function(t){if(clearTimeout(this._holdTimeout),1===t.touches.length){var i=t.touches[0];this._startPos=this._newPos=new k(i.clientX,i.clientY),this._holdTimeout=setTimeout(n((function(){this._cancel(),this._isTapValid()&&(Mi(document,"touchend",Ri),Mi(document,"touchend touchcancel",this._cancelClickPrevent),this._simulateEvent("contextmenu",i))}),this),600),Mi(document,"touchend touchcancel contextmenu",this._cancel,this),Mi(document,"touchmove",this._onMove,this)}},_cancelClickPrevent:function t(){Zi(document,"touchend",Ri),Zi(document,"touchend touchcancel",t)},_cancel:function(){clearTimeout(this._holdTimeout),Zi(document,"touchend touchcancel contextmenu",this._cancel,this),Zi(document,"touchmove",this._onMove,this)},_onMove:function(t){var i=t.touches[0];this._newPos=new k(i.clientX,i.clientY)},_isTapValid:function(){return this._newPos.distanceTo(this._startPos)<=this._map.options.tapTolerance},_simulateEvent:function(t,i){var e=new MouseEvent(t,{bubbles:!0,cancelable:!0,view:window,screenX:i.screenX,screenY:i.screenY,clientX:i.clientX,clientY:i.clientY});e._simulated=!0,i.target.dispatchEvent(e)}});Vi.addInitHook("addHandler","tapHold",vn),Vi.mergeOptions({touchZoom:At.touch,bounceAtZoomLimits:!0});var yn=$i.extend({addHooks:function(){ui(this._map._container,"leaflet-touch-zoom"),Mi(this._map._container,"touchstart",this._onTouchStart,this)},removeHooks:function(){ci(this._map._container,"leaflet-touch-zoom"),Zi(this._map._container,"touchstart",this._onTouchStart,this)},_onTouchStart:function(t){var i=this._map;if(t.touches&&2===t.touches.length&&!i._animatingZoom&&!this._zooming){var e=i.mouseEventToContainerPoint(t.touches[0]),n=i.mouseEventToContainerPoint(t.touches[1]);this._centerPoint=i.getSize()._divideBy(2),this._startLatLng=i.containerPointToLatLng(this._centerPoint),"center"!==i.options.touchZoom&&(this._pinchStartLatLng=i.containerPointToLatLng(e.add(n)._divideBy(2))),this._startDist=e.distanceTo(n),this._startZoom=i.getZoom(),this._moved=!1,this._zooming=!0,i._stop(),Mi(document,"touchmove",this._onTouchMove,this),Mi(document,"touchend touchcancel",this._onTouchEnd,this),Ri(t)}},_onTouchMove:function(t){if(t.touches&&2===t.touches.length&&this._zooming){var i=this._map,e=i.mouseEventToContainerPoint(t.touches[0]),o=i.mouseEventToContainerPoint(t.touches[1]),s=e.distanceTo(o)/this._startDist;if(this._zoom=i.getScaleZoom(s,this._startZoom),!i.options.bounceAtZoomLimits&&(this._zoom<i.getMinZoom()&&s<1||this._zoom>i.getMaxZoom()&&s>1)&&(this._zoom=i._limitZoom(this._zoom)),"center"===i.options.touchZoom){if(this._center=this._startLatLng,1===s)return}else{var r=e._add(o)._divideBy(2)._subtract(this._centerPoint);if(1===s&&0===r.x&&0===r.y)return;this._center=i.unproject(i.project(this._pinchStartLatLng,this._zoom).subtract(r),this._zoom)}this._moved||(i._moveStart(!0,!1),this._moved=!0),z(this._animRequest);var a=n(i._move,i,this._center,this._zoom,{pinch:!0,round:!1});this._animRequest=T(a,this,!0),Ri(t)}},_onTouchEnd:function(){this._moved&&this._zooming?(this._zooming=!1,z(this._animRequest),Zi(document,"touchmove",this._onTouchMove,this),Zi(document,"touchend touchcancel",this._onTouchEnd,this),this._map.options.zoomAnimation?this._map._animateZoom(this._center,this._map._limitZoom(this._zoom),!0,this._map.options.zoomSnap):this._map._resetView(this._center,this._map._limitZoom(this._zoom))):this._zooming=!1}});Vi.addInitHook("addHandler","touchZoom",yn),Vi.BoxZoom=dn,Vi.DoubleClickZoom=pn,Vi.Drag=mn,Vi.Keyboard=fn,Vi.ScrollWheelZoom=gn,Vi.TapHold=vn,Vi.TouchZoom=yn,t.Bounds=A,t.Browser=At,t.CRS=H,t.Canvas=sn,t.Circle=ke,t.CircleMarker=Se,t.Class=C,t.Control=qi,t.DivIcon=$e,t.DivOverlay=Ye,t.DomEvent=Fi,t.DomUtil=zi,t.Draggable=ee,t.Evented=S,t.FeatureGroup=Le,t.GeoJSON=Ae,t.GridLayer=Qe,t.Handler=$i,t.Icon=Te,t.ImageOverlay=qe,t.LatLng=N,t.LatLngBounds=O,t.Layer=Pe,t.LayerGroup=be,t.LineUtil=de,t.Map=Vi,t.Marker=Ce,t.Mixin=te,t.Path=Ze,t.Point=k,t.PolyUtil=me,t.Polygon=Be,t.Polyline=Ee,t.Popup=Xe,t.PosAnimation=Ui,t.Projection=ve,t.Rectangle=_n,t.Renderer=on,t.SVG=un,t.SVGOverlay=Ke,t.TileLayer=tn,t.Tooltip=Je,t.Transformation=V,t.Util=M,t.VideoOverlay=Ge,t.bind=n,t.bounds=I,t.canvas=rn,t.circle=function(t,i,e){return new ke(t,i,e)},t.circleMarker=function(t,i){return new Se(t,i)},t.control=Gi,t.divIcon=function(t){return new $e(t)},t.extend=i,t.featureGroup=function(t,i){return new Le(t,i)},t.geoJSON=Ue,t.geoJson=Ve,t.gridLayer=function(t){return new Qe(t)},t.icon=function(t){return new Te(t)},t.imageOverlay=function(t,i,e){return new qe(t,i,e)},t.latLng=D,t.latLngBounds=R,t.layerGroup=function(t,i){return new be(t,i)},t.map=function(t,i){return new Vi(t,i)},t.marker=function(t,i){return new Ce(t,i)},t.point=B,t.polygon=function(t,i){return new Be(t,i)},t.polyline=function(t,i){return new Ee(t,i)},t.popup=function(t,i){return new Xe(t,i)},t.rectangle=function(t,i){return new _n(t,i)},t.setOptions=_,t.stamp=s,t.svg=cn,t.svgOverlay=function(t,i,e){return new Ke(t,i,e)},t.tileLayer=en,t.tooltip=function(t,i){return new Je(t,i)},t.transformation=q,t.version="1.8.0",t.videoOverlay=function(t,i,e){return new Ge(t,i,e)};var xn=window.L;t.noConflict=function(){return window.L=xn,this},window.L=t})(t),module.exports=t})();
@@ -0,0 +1,2 @@
1
+ /*! For license information please see leaflet.contextmenu.js.LICENSE.txt */
2
+ (()=>{var t={15356:(t,e,n)=>{var i,o;i=[n(48500)],void 0===(o=function(t){t.Map.mergeOptions({contextmenuItems:[]}),t.Map.ContextMenu=t.Handler.extend({_touchstart:t.Browser.msPointer?"MSPointerDown":t.Browser.pointer?"pointerdown":"touchstart",statics:{BASE_CLS:"leaflet-contextmenu"},initialize:function(e){t.Handler.prototype.initialize.call(this,e),this._items=[],this._visible=!1;var n=this._container=t.DomUtil.create("div",t.Map.ContextMenu.BASE_CLS,e._container);n.style.zIndex=1e4,n.style.position="absolute",e.options.contextmenuWidth&&(n.style.width=e.options.contextmenuWidth+"px"),this._createItems(),t.DomEvent.on(n,"click",t.DomEvent.stop).on(n,"mousedown",t.DomEvent.stop).on(n,"dblclick",t.DomEvent.stop).on(n,"contextmenu",t.DomEvent.stop)},addHooks:function(){var e=this._map.getContainer();t.DomEvent.on(e,"mouseleave",this._hide,this).on(document,"keydown",this._onKeyDown,this),t.Browser.touch&&t.DomEvent.on(document,this._touchstart,this._hide,this),this._map.on({contextmenu:this._show,mousedown:this._hide,movestart:this._hide,zoomstart:this._hide},this)},removeHooks:function(){var e=this._map.getContainer();t.DomEvent.off(e,"mouseleave",this._hide,this).off(document,"keydown",this._onKeyDown,this),t.Browser.touch&&t.DomEvent.off(document,this._touchstart,this._hide,this),this._map.off({contextmenu:this._show,mousedown:this._hide,movestart:this._hide,zoomstart:this._hide},this)},showAt:function(e,n){e instanceof t.LatLng&&(e=this._map.latLngToContainerPoint(e)),this._showAtPoint(e,n)},hide:function(){this._hide()},addItem:function(t){return this.insertItem(t)},insertItem:function(t,e){e=void 0!==e?e:this._items.length;var n=this._createItem(this._container,t,e);return this._items.push(n),this._sizeChanged=!0,this._map.fire("contextmenu.additem",{contextmenu:this,el:n.el,index:e}),n.el},removeItem:function(e){var n=this._container;return isNaN(e)||(e=n.children[e]),e?(this._removeItem(t.Util.stamp(e)),this._sizeChanged=!0,this._map.fire("contextmenu.removeitem",{contextmenu:this,el:e}),e):null},removeAllItems:function(){for(var e,n=this._container.children;n.length;)e=n[0],this._removeItem(t.Util.stamp(e));return n},hideAllItems:function(){var t,e;for(t=0,e=this._items.length;t<e;t++)this._items[t].el.style.display="none"},showAllItems:function(){var t,e;for(t=0,e=this._items.length;t<e;t++)this._items[t].el.style.display=""},setDisabled:function(e,n){var i=this._container,o=t.Map.ContextMenu.BASE_CLS+"-item";isNaN(e)||(e=i.children[e]),e&&t.DomUtil.hasClass(e,o)&&(n?(t.DomUtil.addClass(e,o+"-disabled"),this._map.fire("contextmenu.disableitem",{contextmenu:this,el:e})):(t.DomUtil.removeClass(e,o+"-disabled"),this._map.fire("contextmenu.enableitem",{contextmenu:this,el:e})))},isVisible:function(){return this._visible},_createItems:function(){var t,e,n=this._map.options.contextmenuItems;for(t=0,e=n.length;t<e;t++)this._items.push(this._createItem(this._container,n[t]))},_createItem:function(e,n,i){if(n.separator||"-"===n)return this._createSeparator(e,i);var o=t.Map.ContextMenu.BASE_CLS+"-item",s=n.disabled?o+" "+o+"-disabled":o,h=this._insertElementAt("a",s,e,i),r=this._createEventHandler(h,n.callback,n.context,n.hideOnSelect),a=this._getIcon(n),m=this._getIconCls(n),u="";return a?u='<img class="'+t.Map.ContextMenu.BASE_CLS+'-icon" src="'+a+'"/>':m&&(u='<span class="'+t.Map.ContextMenu.BASE_CLS+"-icon "+m+'"></span>'),h.innerHTML=u+n.text,h.href="#",t.DomEvent.on(h,"mouseover",this._onItemMouseOver,this).on(h,"mouseout",this._onItemMouseOut,this).on(h,"mousedown",t.DomEvent.stopPropagation).on(h,"click",r),t.Browser.touch&&t.DomEvent.on(h,this._touchstart,t.DomEvent.stopPropagation),t.Browser.pointer||t.DomEvent.on(h,"click",this._onItemMouseOut,this),{id:t.Util.stamp(h),el:h,callback:r}},_removeItem:function(e){var n,i,o,s,h;for(o=0,s=this._items.length;o<s;o++)if((n=this._items[o]).id===e)return i=n.el,(h=n.callback)&&(t.DomEvent.off(i,"mouseover",this._onItemMouseOver,this).off(i,"mouseover",this._onItemMouseOut,this).off(i,"mousedown",t.DomEvent.stopPropagation).off(i,"click",h),t.Browser.touch&&t.DomEvent.off(i,this._touchstart,t.DomEvent.stopPropagation),t.Browser.pointer||t.DomEvent.on(i,"click",this._onItemMouseOut,this)),this._container.removeChild(i),this._items.splice(o,1),n;return null},_createSeparator:function(e,n){var i=this._insertElementAt("div",t.Map.ContextMenu.BASE_CLS+"-separator",e,n);return{id:t.Util.stamp(i),el:i}},_createEventHandler:function(e,n,i,o){var s=this,h=this._map,r=t.Map.ContextMenu.BASE_CLS+"-item-disabled";return o=void 0===o||o,function(a){t.DomUtil.hasClass(e,r)||(o&&s._hide(),n&&n.call(i||h,s._showLocation),s._map.fire("contextmenu.select",{contextmenu:s,el:e}))}},_insertElementAt:function(t,e,n,i){var o,s=document.createElement(t);return s.className=e,void 0!==i&&(o=n.children[i]),o?n.insertBefore(s,o):n.appendChild(s),s},_show:function(t){this._showAtPoint(t.containerPoint,t)},_showAtPoint:function(e,n){if(this._items.length){var i=this._map,o=i.containerPointToLayerPoint(e),s=i.layerPointToLatLng(o),h=t.extend(n||{},{contextmenu:this});this._showLocation={latlng:s,layerPoint:o,containerPoint:e},n&&n.relatedTarget&&(this._showLocation.relatedTarget=n.relatedTarget),this._setPosition(e),this._visible||(this._container.style.display="block",this._visible=!0),this._map.fire("contextmenu.show",h)}},_hide:function(){this._visible&&(this._visible=!1,this._container.style.display="none",this._map.fire("contextmenu.hide",{contextmenu:this}))},_getIcon:function(e){return t.Browser.retina&&e.retinaIcon||e.icon},_getIconCls:function(e){return t.Browser.retina&&e.retinaIconCls||e.iconCls},_setPosition:function(e){var n,i=this._map.getSize(),o=this._container,s=this._getElementSize(o);this._map.options.contextmenuAnchor&&(n=t.point(this._map.options.contextmenuAnchor),e=e.add(n)),o._leaflet_pos=e,e.x+s.x>i.x?(o.style.left="auto",o.style.right=Math.min(Math.max(i.x-e.x,0),i.x-s.x-1)+"px"):(o.style.left=Math.max(e.x,0)+"px",o.style.right="auto"),e.y+s.y>i.y?(o.style.top="auto",o.style.bottom=Math.min(Math.max(i.y-e.y,0),i.y-s.y-1)+"px"):(o.style.top=Math.max(e.y,0)+"px",o.style.bottom="auto")},_getElementSize:function(t){var e=this._size,n=t.style.display;return e&&!this._sizeChanged||(e={},t.style.left="-999999px",t.style.right="auto",t.style.display="block",e.x=t.offsetWidth,e.y=t.offsetHeight,t.style.left="auto",t.style.display=n,this._sizeChanged=!1),e},_onKeyDown:function(t){27===t.keyCode&&this._hide()},_onItemMouseOver:function(e){t.DomUtil.addClass(e.target||e.srcElement,"over")},_onItemMouseOut:function(e){t.DomUtil.removeClass(e.target||e.srcElement,"over")}}),t.Map.addInitHook("addHandler","contextmenu",t.Map.ContextMenu),t.Mixin.ContextMenu={bindContextMenu:function(e){return t.setOptions(this,e),this._initContextMenu(),this},unbindContextMenu:function(){return this.off("contextmenu",this._showContextMenu,this),this},addContextMenuItem:function(t){this.options.contextmenuItems.push(t)},removeContextMenuItemWithIndex:function(t){for(var e=[],n=0;n<this.options.contextmenuItems.length;n++)this.options.contextmenuItems[n].index==t&&e.push(n);for(var i=e.pop();void 0!==i;)this.options.contextmenuItems.splice(i,1),i=e.pop()},replaceContextMenuItem:function(t){this.removeContextMenuItemWithIndex(t.index),this.addContextMenuItem(t)},_initContextMenu:function(){this._items=[],this.on("contextmenu",this._showContextMenu,this)},_showContextMenu:function(e){var n,i,o,s,h;if(this._map.contextmenu){for(i=t.extend({relatedTarget:this},e),o=this._map.mouseEventToContainerPoint(e.originalEvent),this.options.contextmenuInheritItems||this._map.contextmenu.hideAllItems(),s=0,h=this.options.contextmenuItems.length;s<h;s++)n=this.options.contextmenuItems[s],this._items.push(this._map.contextmenu.insertItem(n,n.index));this._map.once("contextmenu.hide",this._hideContextMenu,this),this._map.contextmenu.showAt(o,i)}},_hideContextMenu:function(){var t,e;for(t=0,e=this._items.length;t<e;t++)this._map.contextmenu.removeItem(this._items[t]);this._items.length=0,this.options.contextmenuInheritItems||this._map.contextmenu.showAllItems()}};var e,n,i,o=[t.Marker,t.Path],s={contextmenu:!1,contextmenuItems:[],contextmenuInheritItems:!0};for(n=0,i=o.length;n<i;n++)(e=o[n]).prototype.options?e.mergeOptions(s):e.prototype.options=s,e.addInitHook((function(){this.options.contextmenu&&this._initContextMenu()})),e.include(t.Mixin.ContextMenu);return t.Map.ContextMenu}.apply(e,i))||(t.exports=o)},48500:t=>{"use strict";t.exports=require("../../leaflet/dist/leaflet-src.js")}},e={},n=function n(i){var o=e[i];if(void 0!==o)return o.exports;var s=e[i]={exports:{}};return t[i](s,s.exports,n),s.exports}(15356);module.exports=n})();
@@ -0,0 +1,6 @@
1
+ /*
2
+ Leaflet.contextmenu, a context menu for Leaflet.
3
+ (c) 2015, Adam Ratcliffe, GeoSmart Maps Limited
4
+
5
+ @preserve
6
+ */
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var t={d:(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{AlgoliaProvider:()=>C,BingProvider:()=>U,EsriProvider:()=>S,GeoApiFrProvider:()=>B,GeoSearchControl:()=>w,GeocodeEarthProvider:()=>j,GoogleProvider:()=>q,HereProvider:()=>M,JsonProvider:()=>k,LocationIQProvider:()=>A,MapBoxProvider:()=>_,OpenCageProvider:()=>F,OpenStreetMapProvider:()=>N,PeliasProvider:()=>R,SearchControl:()=>w,SearchElement:()=>b});const r=require("../../leaflet/dist/leaflet-src.js");function n(){return(n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var r=arguments[e];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(t[n]=r[n])}return t}).apply(this,arguments)}function o(t,e){t.prototype=Object.create(e.prototype),t.prototype.constructor=t,t.__proto__=e}function s(t,e){return(s=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t})(t,e)}function i(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(t){return!1}}function a(t,e,r){return(a=i()?Reflect.construct:function(t,e,r){var n=[null];n.push.apply(n,e);var o=new(Function.bind.apply(t,n));return r&&s(o,r.prototype),o}).apply(null,arguments)}function u(t,e,r,n){void 0===e&&(e=""),void 0===n&&(n={});var o=document.createElement(t);return e&&(o.className=e),Object.keys(n).forEach((function(t){if("function"==typeof n[t]){var e=0===t.indexOf("on")?t.substr(2).toLowerCase():t;o.addEventListener(e,n[t])}else"html"===t?o.innerHTML=n[t]:"text"===t?o.innerText=n[t]:o.setAttribute(t,n[t])})),r&&r.appendChild(o),o}function l(t){t.preventDefault(),t.stopPropagation()}var c=function(){for(var t=arguments.length,e=new Array(t),r=0;r<t;r++)e[r]=arguments[r];return e.filter(Boolean).join(" ").trim()};function h(t,e){t&&t.classList&&(Array.isArray(e)?e:[e]).forEach((function(e){t.classList.contains(e)||t.classList.add(e)}))}function p(t,e){t&&t.classList&&(Array.isArray(e)?e:[e]).forEach((function(e){t.classList.contains(e)&&t.classList.remove(e)}))}var d,f,m=13,v=40,y=38,g=[m,27,v,y,37,39],b=function(){function t(t){var e=this,r=t.handleSubmit,n=t.searchLabel,o=t.classNames,s=void 0===o?{}:o;this.hasError=!1,this.container=u("div",c("geosearch",s.container)),this.form=u("form",["",s.form].join(" "),this.container,{autocomplete:"none",onClick:l,onDblClick:l,touchStart:l,touchEnd:l}),this.input=u("input",["glass",s.input].join(" "),this.form,{type:"text",placeholder:n||"search",onInput:this.onInput,onKeyUp:function(t){return e.onKeyUp(t)},onKeyPress:function(t){return e.onKeyPress(t)},onFocus:this.onFocus,onBlur:this.onBlur,onClick:function(){e.input.focus(),e.input.dispatchEvent(new Event("focus"))}}),this.handleSubmit=r}var e=t.prototype;return e.onFocus=function(){h(this.form,"active")},e.onBlur=function(){p(this.form,"active")},e.onSubmit=function(t){try{var e=this;return l(t),p(r=e.container,"error"),h(r,"pending"),Promise.resolve(e.handleSubmit({query:e.input.value})).then((function(){p(e.container,"pending")}))}catch(t){return Promise.reject(t)}var r},e.onInput=function(){this.hasError&&(p(this.container,"error"),this.hasError=!1)},e.onKeyUp=function(t){27===t.keyCode&&(p(this.container,["pending","active"]),this.input.value="",document.body.focus(),document.body.blur())},e.onKeyPress=function(t){t.keyCode===m&&this.onSubmit(t)},e.setQuery=function(t){this.input.value=t},t}(),E=function(){function t(t){var e=this,r=t.handleClick,n=t.classNames,o=void 0===n?{}:n,s=t.notFoundMessage;this.selected=-1,this.results=[],this.onClick=function(t){if("function"==typeof e.handleClick){var r=t.target;if(r&&e.container.contains(r)&&r.hasAttribute("data-key")){var n=Number(r.getAttribute("data-key"));e.clear(),e.handleClick({result:e.results[n]})}}},this.handleClick=r,this.notFoundMessage=s?u("div",c(o.notfound),void 0,{html:s}):void 0,this.container=u("div",c("results",o.resultlist)),this.container.addEventListener("click",this.onClick,!0),this.resultItem=u("div",c(o.item))}var e=t.prototype;return e.render=function(t,e){var r=this;void 0===t&&(t=[]),this.clear(),t.forEach((function(t,n){var o=r.resultItem.cloneNode(!0);o.setAttribute("data-key",""+n),o.innerHTML=e({result:t}),r.container.appendChild(o)})),t.length>0?(h(this.container.parentElement,"open"),h(this.container,"active")):this.notFoundMessage&&(this.container.appendChild(this.notFoundMessage),h(this.container.parentElement,"open")),this.results=t},e.select=function(t){return Array.from(this.container.children).forEach((function(e,r){return r===t?h(e,"active"):p(e,"active")})),this.selected=t,this.results[t]},e.count=function(){return this.results?this.results.length:0},e.clear=function(){for(this.selected=-1;this.container.lastChild;)this.container.removeChild(this.container.lastChild);p(this.container.parentElement,"open"),p(this.container,"active")},t}(),x={position:"topleft",style:"button",showMarker:!0,showPopup:!1,popupFormat:function(t){return""+t.result.label},resultFormat:function(t){return""+t.result.label},marker:{icon:r&&r.Icon?new r.Icon.Default:void 0,draggable:!1},maxMarkers:1,maxSuggestions:5,retainZoomLevel:!1,animateZoom:!0,searchLabel:"Enter address",notFoundMessage:"",messageHideDelay:3e3,zoomLevel:18,classNames:{container:"leaflet-bar leaflet-control leaflet-control-geosearch",button:"leaflet-bar-part leaflet-bar-part-single",resetButton:"reset",msgbox:"leaflet-bar message",form:"",input:"",resultlist:"",item:"",notfound:"leaflet-bar-notfound"},autoComplete:!0,autoCompleteDelay:250,autoClose:!1,keepResult:!1,updateMap:!0},L="Leaflet must be loaded before instantiating the GeoSearch control",P={options:n({},x),classNames:n({},x.classNames),initialize:function(t){var e,o,s,i,a=this;if(!r)throw new Error(L);if(!t.provider)throw new Error("Provider is missing from options");this.options=n({},x,{},t),this.classNames=n({},this.classNames,{},t.classNames),this.markers=new r.FeatureGroup,this.classNames.container+=" leaflet-geosearch-"+this.options.style,this.searchElement=new b({searchLabel:this.options.searchLabel,classNames:{container:this.classNames.container,form:this.classNames.form,input:this.classNames.input},handleSubmit:function(t){return a.onSubmit(t)}}),this.button=u("a",this.classNames.button,this.searchElement.container,{title:this.options.searchLabel,href:"#",onClick:function(t){return a.onClick(t)}}),r.DomEvent.disableClickPropagation(this.button),this.resetButton=u("a",this.classNames.resetButton,this.searchElement.form,{text:"×",href:"#",onClick:function(){return a.clearResults(null,!0)}}),r.DomEvent.disableClickPropagation(this.resetButton),this.options.autoComplete&&(this.resultList=new E({handleClick:function(t){var e=t.result;a.searchElement.input.value=e.label,a.onSubmit({query:e.label,data:e})},classNames:{resultlist:this.classNames.resultlist,item:this.classNames.item,notfound:this.classNames.notfound},notFoundMessage:this.options.notFoundMessage}),this.searchElement.form.appendChild(this.resultList.container),this.searchElement.input.addEventListener("keyup",(e=function(t){return a.autoSearch(t)},void 0===(o=this.options.autoCompleteDelay)&&(o=250),void 0===s&&(s=!1),function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];i&&clearTimeout(i),i=setTimeout((function(){i=null,s||e.apply(void 0,r)}),o),s&&!i&&e.apply(void 0,r)}),!0),this.searchElement.input.addEventListener("keydown",(function(t){return a.selectResult(t)}),!0),this.searchElement.input.addEventListener("keydown",(function(t){return a.clearResults(t,!0)}),!0)),this.searchElement.form.addEventListener("click",(function(t){t.preventDefault()}),!1)},onAdd:function(t){var e=this.options,n=e.showMarker,o=e.style;if(this.map=t,n&&this.markers.addTo(t),"bar"===o){var s=t.getContainer().querySelector(".leaflet-control-container");this.container=u("div","leaflet-control-geosearch leaflet-geosearch-bar"),this.container.appendChild(this.searchElement.form),s.appendChild(this.container)}return r.DomEvent.disableClickPropagation(this.searchElement.form),this.searchElement.container},onRemove:function(){var t;return null==(t=this.container)||t.remove(),this},onClick:function(t){t.preventDefault(),t.stopPropagation();var e=this.searchElement,r=e.container,n=e.input;r.classList.contains("active")?(p(r,"active"),this.clearResults()):(h(r,"active"),n.focus())},selectResult:function(t){if(-1!==[m,v,y].indexOf(t.keyCode))if(t.preventDefault(),t.keyCode!==m){var e=this.resultList.count()-1;if(!(e<0)){var r=this.resultList.selected,n=t.keyCode===v?r+1:r-1,o=this.resultList.select(n<0?e:n>e?0:n);this.searchElement.input.value=o.label}}else{var s=this.resultList.select(this.resultList.selected);this.onSubmit({query:this.searchElement.input.value,data:s})}},clearResults:function(t,e){if(void 0===e&&(e=!1),!t||27===t.keyCode){var r=this.options,n=r.autoComplete;!e&&r.keepResult||(this.searchElement.input.value="",this.markers.clearLayers()),n&&this.resultList.clear()}},autoSearch:function(t){try{var e=this;if(g.indexOf(t.keyCode)>-1)return Promise.resolve();var r=t.target.value,n=e.options.provider,o=function(){if(r.length)return Promise.resolve(n.search({query:r})).then((function(t){t=t.slice(0,e.options.maxSuggestions),e.resultList.render(t,e.options.resultFormat)}));e.resultList.clear()}();return Promise.resolve(o&&o.then?o.then((function(){})):void 0)}catch(t){return Promise.reject(t)}},onSubmit:function(t){try{var e=this;return Promise.resolve(e.options.provider.search(t)).then((function(r){r&&r.length>0&&e.showResult(r[0],t)}))}catch(t){return Promise.reject(t)}},showResult:function(t,e){var r=this.options,n=r.autoClose,o=r.updateMap,s=this.markers.getLayers();s.length>=this.options.maxMarkers&&this.markers.removeLayer(s[0]);var i=this.addMarker(t,e);o&&this.centerMap(t),this.map.fireEvent("geosearch/showlocation",{location:t,marker:i}),n&&this.closeResults()},closeResults:function(){var t=this.searchElement.container;t.classList.contains("active")&&p(t,"active"),this.clearResults()},addMarker:function(t,e){var n=this,o=this.options,s=o.marker,i=o.showPopup,a=o.popupFormat,u=new r.Marker([t.y,t.x],s),l=t.label;return"function"==typeof a&&(l=a({query:e,result:t})),u.bindPopup(l),this.markers.addLayer(u),i&&u.openPopup(),s.draggable&&u.on("dragend",(function(t){n.map.fireEvent("geosearch/marker/dragend",{location:u.getLatLng(),event:t})})),u},centerMap:function(t){var e=this.options,n=e.retainZoomLevel,o=e.animateZoom,s=t.bounds?new r.LatLngBounds(t.bounds):new r.LatLng(t.y,t.x).toBounds(10),i=s.isValid()?s:this.markers.getBounds();!n&&s.isValid()&&!t.bounds||n||!s.isValid()?this.map.setView(i.getCenter(),this.getZoom(),{animate:o}):this.map.fitBounds(i,{animate:o})},getZoom:function(){var t=this.options,e=t.zoomLevel;return t.retainZoomLevel?this.map.getZoom():e}};function w(){if(!r)throw new Error(L);for(var t=r.Control.extend(P),e=arguments.length,n=new Array(e),o=0;o<e;o++)n[o]=arguments[o];return a(t,n)}(f=d||(d={}))[f.SEARCH=0]="SEARCH",f[f.REVERSE=1]="REVERSE";var k=function(){function t(t){void 0===t&&(t={}),this.options=t}var e=t.prototype;return e.getParamString=function(t){void 0===t&&(t={});var e=n({},this.options.params,{},t);return Object.keys(e).map((function(t){return encodeURIComponent(t)+"="+encodeURIComponent(e[t])})).join("&")},e.getUrl=function(t,e){return t+"?"+this.getParamString(e)},e.search=function(t){try{var e=this,r=e.endpoint({query:t.query,type:d.SEARCH});return Promise.resolve(fetch(r)).then((function(t){return Promise.resolve(t.json()).then((function(t){return e.parse({data:t})}))}))}catch(t){return Promise.reject(t)}},t}(),C=function(t){function e(){return t.apply(this,arguments)||this}o(e,t);var r=e.prototype;return r.endpoint=function(){return"https://places-dsn.algolia.net/1/places/query"},r.findBestMatchLevelIndex=function(t){var e=t.find((function(t){return"full"===t.matchLevel}))||t.find((function(t){return"partial"===t.matchLevel}));return e?t.indexOf(e):0},r.getLabel=function(t){var e,r,n,o;return[null==(e=t.locale_names)?void 0:e.default[this.findBestMatchLevelIndex(t._highlightResult.locale_names.default)],null==(r=t.city)?void 0:r.default[this.findBestMatchLevelIndex(t._highlightResult.city.default)],t.administrative[this.findBestMatchLevelIndex(t._highlightResult.administrative)],null==(n=t.postcode)?void 0:n[this.findBestMatchLevelIndex(t._highlightResult.postcode)],null==(o=t.country)?void 0:o.default].filter(Boolean).join(", ")},r.parse=function(t){var e=this;return t.data.hits.map((function(t){return{x:t._geoloc.lng,y:t._geoloc.lat,label:e.getLabel(t),bounds:null,raw:t}}))},r.search=function(t){var e=t.query;try{var r=this,o="string"==typeof e?{query:e}:e;return Promise.resolve(fetch(r.endpoint(),{method:"POST",body:JSON.stringify(n({},r.options.params,{},o))})).then((function(t){return Promise.resolve(t.json()).then((function(t){return r.parse({data:t})}))}))}catch(t){return Promise.reject(t)}},e}(k),U=function(t){function e(){var e;return(e=t.apply(this,arguments)||this).searchUrl="https://dev.virtualearth.net/REST/v1/Locations",e}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query,r="string"==typeof e?{q:e}:e;return r.jsonp=t.jsonp,this.getUrl(this.searchUrl,r)},r.parse=function(t){return 0===t.data.resourceSets.length?[]:t.data.resourceSets[0].resources.map((function(t){return{x:t.point.coordinates[1],y:t.point.coordinates[0],label:t.address.formattedAddress,bounds:[[t.bbox[0],t.bbox[1]],[t.bbox[2],t.bbox[3]]],raw:t}}))},r.search=function(t){var e,r,n,o=t.query;try{var s=this,i="BING_JSONP_CB_"+Date.now();return Promise.resolve((e=s.endpoint({query:o,jsonp:i}),r=i,n=u("script",null,document.body),n.setAttribute("type","text/javascript"),new Promise((function(t){window[r]=function(e){n.remove(),delete window[r],t(e)},n.setAttribute("src",e)})))).then((function(t){return s.parse({data:t})}))}catch(t){return Promise.reject(t)}},e}(k),S=function(t){function e(){var e;return(e=t.apply(this,arguments)||this).searchUrl="https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find",e}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query,r="string"==typeof e?{text:e}:e;return r.f="json",this.getUrl(this.searchUrl,r)},r.parse=function(t){return t.data.locations.map((function(t){return{x:t.feature.geometry.x,y:t.feature.geometry.y,label:t.name,bounds:[[t.extent.ymin,t.extent.xmin],[t.extent.ymax,t.extent.xmax]],raw:t}}))},e}(k),R=function(t){function e(e){var r;return void 0===e&&(e={}),(r=t.call(this,e)||this).host=e.host||"http://localhost:4000",r}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query;return t.type===d.REVERSE?this.getUrl(this.host+"/v1/reverse","string"==typeof e?{}:e):this.getUrl(this.host+"/v1/autocomplete","string"==typeof e?{text:e}:e)},r.parse=function(t){return t.data.features.map((function(t){var e={x:t.geometry.coordinates[0],y:t.geometry.coordinates[1],label:t.properties.label,bounds:null,raw:t};return Array.isArray(t.bbox)&&4===t.bbox.length&&(e.bounds=[[t.bbox[1],t.bbox[0]],[t.bbox[3],t.bbox[2]]]),e}))},e}(k),j=function(t){function e(e){return void 0===e&&(e={}),e.host="https://api.geocode.earth",t.call(this,e)||this}return o(e,t),e}(R),q=function(t){function e(){var e;return(e=t.apply(this,arguments)||this).searchUrl="https://maps.googleapis.com/maps/api/geocode/json",e}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query;return this.getUrl(this.searchUrl,"string"==typeof e?{address:e}:e)},r.parse=function(t){return t.data.results.map((function(t){return{x:t.geometry.location.lng,y:t.geometry.location.lat,label:t.formatted_address,bounds:[[t.geometry.viewport.southwest.lat,t.geometry.viewport.southwest.lng],[t.geometry.viewport.northeast.lat,t.geometry.viewport.northeast.lng]],raw:t}}))},e}(k),M=function(t){function e(){var e;return(e=t.apply(this,arguments)||this).searchUrl="https://geocode.search.hereapi.com/v1/geocode",e}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query;return this.getUrl(this.searchUrl,"string"==typeof e?{q:e}:e)},r.parse=function(t){return t.data.items.map((function(t){return{x:t.position.lng,y:t.position.lat,label:t.address.label,bounds:null,raw:t}}))},e}(k),N=function(t){function e(e){var r;void 0===e&&(e={});var n="https://nominatim.openstreetmap.org";return(r=t.call(this,e)||this).searchUrl=e.searchUrl||n+"/search",r.reverseUrl=e.reverseUrl||n+"/reverse",r}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query,r=t.type,n="string"==typeof e?{q:e}:e;return n.format="json",r===d.REVERSE?this.getUrl(this.reverseUrl,n):this.getUrl(this.searchUrl,n)},r.parse=function(t){return(Array.isArray(t.data)?t.data:[t.data]).map((function(t){return{x:Number(t.lon),y:Number(t.lat),label:t.display_name,bounds:[[parseFloat(t.boundingbox[0]),parseFloat(t.boundingbox[2])],[parseFloat(t.boundingbox[1]),parseFloat(t.boundingbox[3])]],raw:t}}))},e}(k),A=function(t){function e(e){return t.call(this,n({},e,{searchUrl:"https://locationiq.org/v1/search.php",reverseUrl:"https://locationiq.org/v1/reverse.php"}))||this}return o(e,t),e}(N),F=function(t){function e(){var e;return(e=t.apply(this,arguments)||this).searchUrl="https://api.opencagedata.com/geocode/v1/json",e}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query,r="string"==typeof e?{q:e}:e;return r.format="json",this.getUrl(this.searchUrl,r)},r.parse=function(t){return t.data.results.map((function(t){return{x:t.geometry.lng,y:t.geometry.lat,label:t.formatted,bounds:[[t.bounds.southwest.lat,t.bounds.southwest.lng],[t.bounds.northeast.lat,t.bounds.northeast.lng]],raw:t}}))},r.search=function(e){try{return Promise.resolve(e.query.length<2?[]:t.prototype.search.call(this,e))}catch(t){return Promise.reject(t)}},e}(k),_=function(t){function e(e){var r;return void 0===e&&(e={}),(r=t.call(this,e)||this).searchUrl=e.searchUrl||"https://a.tiles.mapbox.com/v4/geocode/mapbox.places/",r}o(e,t);var r=e.prototype;return r.endpoint=function(t){return this.getUrl(""+this.searchUrl+t.query+".json")},r.parse=function(t){return(Array.isArray(t.data.features)?t.data.features:[]).map((function(t){var e=null;return t.bbox&&(e=[[parseFloat(t.bbox[1]),parseFloat(t.bbox[0])],[parseFloat(t.bbox[3]),parseFloat(t.bbox[2])]]),{x:Number(t.center[0]),y:Number(t.center[1]),label:t.place_name?t.place_name:t.text,bounds:e,raw:t}}))},e}(k),B=function(t){function e(e){var r;void 0===e&&(e={});var n="https://api-adresse.data.gouv.fr";return(r=t.call(this,e)||this).searchUrl=e.searchUrl||n+"/search",r.reverseUrl=e.reverseUrl||n+"/reverse",r}o(e,t);var r=e.prototype;return r.endpoint=function(t){var e=t.query,r="string"==typeof e?{q:e}:e;return t.type===d.REVERSE?this.getUrl(this.reverseUrl,r):this.getUrl(this.searchUrl,r)},r.parse=function(t){return t.data.features.map((function(t){return{x:t.geometry.coordinates[0],y:t.geometry.coordinates[1],label:t.properties.label,bounds:null,raw:t}}))},e}(k);module.exports=e})();
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={n:t=>{var s=t&&t.__esModule?()=>t.default:()=>t;return e.d(s,{a:s}),s},d:(t,s)=>{for(var a in s)e.o(s,a)&&!e.o(t,a)&&Object.defineProperty(t,a,{enumerable:!0,get:s[a]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{default:()=>f});const s=require("../../leaflet/dist/leaflet-src.js"),a=require("./SearchElement.js");var o=e.n(a);const n=require("./resultList.js");var i=e.n(n);const r=require("./lib/debounce.js");var l=e.n(r);const c=require("./domUtils.js"),u=require("./constants.js");var h=function(e,t,s,a){return new(s||(s=Promise))((function(o,n){function i(e){try{l(a.next(e))}catch(e){n(e)}}function r(e){try{l(a.throw(e))}catch(e){n(e)}}function l(e){var t;e.done?o(e.value):(t=e.value,t instanceof s?t:new s((function(e){e(t)}))).then(i,r)}l((a=a.apply(e,t||[])).next())}))};const m={position:"topleft",style:"button",showMarker:!0,showPopup:!1,popupFormat:({result:e})=>`${e.label}`,resultFormat:({result:e})=>`${e.label}`,marker:{icon:s&&s.Icon?new s.Icon.Default:void 0,draggable:!1},maxMarkers:1,maxSuggestions:5,retainZoomLevel:!1,animateZoom:!0,searchLabel:"Enter address",notFoundMessage:"",messageHideDelay:3e3,zoomLevel:18,classNames:{container:"leaflet-bar leaflet-control leaflet-control-geosearch",button:"leaflet-bar-part leaflet-bar-part-single",resetButton:"reset",msgbox:"leaflet-bar message",form:"",input:"",resultlist:"",item:"",notfound:"leaflet-bar-notfound"},autoComplete:!0,autoCompleteDelay:250,autoClose:!1,keepResult:!1,updateMap:!0},d="Leaflet must be loaded before instantiating the GeoSearch control",p={options:Object.assign({},m),classNames:Object.assign({},m.classNames),initialize(e){if(!s)throw new Error(d);if(!e.provider)throw new Error("Provider is missing from options");this.options=Object.assign(Object.assign({},m),e),this.classNames=Object.assign(Object.assign({},this.classNames),e.classNames),this.markers=new s.FeatureGroup,this.classNames.container+=` leaflet-geosearch-${this.options.style}`,this.searchElement=new(o())({searchLabel:this.options.searchLabel,classNames:{container:this.classNames.container,form:this.classNames.form,input:this.classNames.input},handleSubmit:e=>this.onSubmit(e)}),this.button=(0,c.createElement)("a",this.classNames.button,this.searchElement.container,{title:this.options.searchLabel,href:"#",onClick:e=>this.onClick(e)}),s.DomEvent.disableClickPropagation(this.button),this.resetButton=(0,c.createElement)("a",this.classNames.resetButton,this.searchElement.form,{text:"×",href:"#",onClick:()=>this.clearResults(null,!0)}),s.DomEvent.disableClickPropagation(this.resetButton),this.options.autoComplete&&(this.resultList=new(i())({handleClick:({result:e})=>{this.searchElement.input.value=e.label,this.onSubmit({query:e.label,data:e})},classNames:{resultlist:this.classNames.resultlist,item:this.classNames.item,notfound:this.classNames.notfound},notFoundMessage:this.options.notFoundMessage}),this.searchElement.form.appendChild(this.resultList.container),this.searchElement.input.addEventListener("keyup",l()((e=>this.autoSearch(e)),this.options.autoCompleteDelay),!0),this.searchElement.input.addEventListener("keydown",(e=>this.selectResult(e)),!0),this.searchElement.input.addEventListener("keydown",(e=>this.clearResults(e,!0)),!0)),this.searchElement.form.addEventListener("click",(e=>{e.preventDefault()}),!1)},onAdd(e){const{showMarker:t,style:a}=this.options;if(this.map=e,t&&this.markers.addTo(e),"bar"===a){const t=e.getContainer().querySelector(".leaflet-control-container");this.container=(0,c.createElement)("div","leaflet-control-geosearch leaflet-geosearch-bar"),this.container.appendChild(this.searchElement.form),t.appendChild(this.container)}return s.DomEvent.disableClickPropagation(this.searchElement.form),this.searchElement.container},onRemove(){var e;return null===(e=this.container)||void 0===e||e.remove(),this},onClick(e){e.preventDefault(),e.stopPropagation();const{container:t,input:s}=this.searchElement;t.classList.contains("active")?((0,c.removeClassName)(t,"active"),this.clearResults()):((0,c.addClassName)(t,"active"),s.focus())},selectResult(e){if(-1===[u.ENTER_KEY,u.ARROW_DOWN_KEY,u.ARROW_UP_KEY].indexOf(e.keyCode))return;if(e.preventDefault(),e.keyCode===u.ENTER_KEY){const e=this.resultList.select(this.resultList.selected);return void this.onSubmit({query:this.searchElement.input.value,data:e})}const t=this.resultList.count()-1;if(t<0)return;const{selected:s}=this.resultList,a=e.keyCode===u.ARROW_DOWN_KEY?s+1:s-1,o=a<0?t:a>t?0:a,n=this.resultList.select(o);this.searchElement.input.value=n.label},clearResults(e,t=!1){if(e&&e.keyCode!==u.ESCAPE_KEY)return;const{keepResult:s,autoComplete:a}=this.options;!t&&s||(this.searchElement.input.value="",this.markers.clearLayers()),a&&this.resultList.clear()},autoSearch(e){return h(this,void 0,void 0,(function*(){if(u.SPECIAL_KEYS.indexOf(e.keyCode)>-1)return;const t=e.target.value,{provider:s}=this.options;if(t.length){let e=yield s.search({query:t});e=e.slice(0,this.options.maxSuggestions),this.resultList.render(e,this.options.resultFormat)}else this.resultList.clear()}))},onSubmit(e){return h(this,void 0,void 0,(function*(){const{provider:t}=this.options,s=yield t.search(e);s&&s.length>0&&this.showResult(s[0],e)}))},showResult(e,t){const{autoClose:s,updateMap:a}=this.options,o=this.markers.getLayers();o.length>=this.options.maxMarkers&&this.markers.removeLayer(o[0]);const n=this.addMarker(e,t);a&&this.centerMap(e),this.map.fireEvent("geosearch/showlocation",{location:e,marker:n}),s&&this.closeResults()},closeResults(){const{container:e}=this.searchElement;e.classList.contains("active")&&(0,c.removeClassName)(e,"active"),this.clearResults()},addMarker(e,t){const{marker:a,showPopup:o,popupFormat:n}=this.options,i=new s.Marker([e.y,e.x],a);let r=e.label;return"function"==typeof n&&(r=n({query:t,result:e})),i.bindPopup(r),this.markers.addLayer(i),o&&i.openPopup(),a.draggable&&i.on("dragend",(e=>{this.map.fireEvent("geosearch/marker/dragend",{location:i.getLatLng(),event:e})})),i},centerMap(e){const{retainZoomLevel:t,animateZoom:a}=this.options,o=e.bounds?new s.LatLngBounds(e.bounds):new s.LatLng(e.y,e.x).toBounds(10),n=o.isValid()?o:this.markers.getBounds();!t&&o.isValid()&&!e.bounds||t||!o.isValid()?this.map.setView(n.getCenter(),this.getZoom(),{animate:a}):this.map.fitBounds(n,{animate:a})},getZoom(){const{retainZoomLevel:e,zoomLevel:t}=this.options;return e?this.map.getZoom():t}};function f(...e){if(!s)throw new Error(d);return new(s.Control.extend(p))(...e)}module.exports=t})();
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={d:(t,o)=>{for(var n in o)e.o(o,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:o[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{default:()=>i});const o=require("./domUtils.js"),n=require("./constants.js");class i{constructor({handleSubmit:e,searchLabel:t,classNames:n={}}){this.hasError=!1,this.container=(0,o.createElement)("div",(0,o.cx)("geosearch",n.container)),this.form=(0,o.createElement)("form",["",n.form].join(" "),this.container,{autocomplete:"none",onClick:o.stopPropagation,onDblClick:o.stopPropagation,touchStart:o.stopPropagation,touchEnd:o.stopPropagation}),this.input=(0,o.createElement)("input",["glass",n.input].join(" "),this.form,{type:"text",placeholder:t||"search",onInput:this.onInput,onKeyUp:e=>this.onKeyUp(e),onKeyPress:e=>this.onKeyPress(e),onFocus:this.onFocus,onBlur:this.onBlur,onClick:()=>{this.input.focus(),this.input.dispatchEvent(new Event("focus"))}}),this.handleSubmit=e}onFocus(){(0,o.addClassName)(this.form,"active")}onBlur(){(0,o.removeClassName)(this.form,"active")}onSubmit(e){return t=this,n=void 0,r=function*(){(0,o.stopPropagation)(e),(0,o.replaceClassName)(this.container,"error","pending"),yield this.handleSubmit({query:this.input.value}),(0,o.removeClassName)(this.container,"pending")},new((i=void 0)||(i=Promise))((function(e,o){function s(e){try{c(r.next(e))}catch(e){o(e)}}function a(e){try{c(r.throw(e))}catch(e){o(e)}}function c(t){var o;t.done?e(t.value):(o=t.value,o instanceof i?o:new i((function(e){e(o)}))).then(s,a)}c((r=r.apply(t,n||[])).next())}));var t,n,i,r}onInput(){this.hasError&&((0,o.removeClassName)(this.container,"error"),this.hasError=!1)}onKeyUp(e){e.keyCode===n.ESCAPE_KEY&&((0,o.removeClassName)(this.container,["pending","active"]),this.input.value="",document.body.focus(),document.body.blur())}onKeyPress(e){e.keyCode===n.ENTER_KEY&&this.onSubmit(e)}setQuery(e){this.input.value=e}}module.exports=t})();
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={d:(o,t)=>{for(var r in t)e.o(t,r)&&!e.o(o,r)&&Object.defineProperty(o,r,{enumerable:!0,get:t[r]})},o:(e,o)=>Object.prototype.hasOwnProperty.call(e,o),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},o={};e.r(o),e.d(o,{ARROW_DOWN_KEY:()=>E,ARROW_LEFT_KEY:()=>l,ARROW_RIGHT_KEY:()=>n,ARROW_UP_KEY:()=>_,ENTER_KEY:()=>t,ESCAPE_KEY:()=>r,SPECIAL_KEYS:()=>d});const t=13,r=27,E=40,_=38,l=37,n=39,d=[t,r,E,_,l,n];module.exports=o})();
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={d:(t,r)=>{for(var o in r)e.o(r,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:r[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};function r(e,t="",r,o={}){const n=document.createElement(e);return t&&(n.className=t),Object.keys(o).forEach((e=>{if("function"==typeof o[e]){const t=0===e.indexOf("on")?e.substr(2).toLowerCase():e;n.addEventListener(t,o[e])}else"html"===e?n.innerHTML=o[e]:"text"===e?n.innerText=o[e]:n.setAttribute(e,o[e])})),r&&r.appendChild(n),n}function o(e){e.preventDefault(),e.stopPropagation()}function n(e,t){const o=r("script",null,document.body);return o.setAttribute("type","text/javascript"),new Promise((r=>{window[t]=e=>{o.remove(),delete window[t],r(e)},o.setAttribute("src",e)}))}e.r(t),e.d(t,{addClassName:()=>a,createElement:()=>r,createScriptElement:()=>n,cx:()=>s,removeClassName:()=>i,replaceClassName:()=>c,stopPropagation:()=>o});const s=(...e)=>e.filter(Boolean).join(" ").trim();function a(e,t){e&&e.classList&&(Array.isArray(t)?t:[t]).forEach((t=>{e.classList.contains(t)||e.classList.add(t)}))}function i(e,t){e&&e.classList&&(Array.isArray(t)?t:[t]).forEach((t=>{e.classList.contains(t)&&e.classList.remove(t)}))}function c(e,t,r){i(e,t),a(e,r)}module.exports=t})();
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={d:(t,o)=>{for(var r in o)e.o(o,r)&&!e.o(t,r)&&Object.defineProperty(t,r,{enumerable:!0,get:o[r]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};function o(e,t=250,o=!1){let r;return(...l)=>{r&&clearTimeout(r),r=setTimeout((()=>{r=null,o||e(...l)}),t),o&&!r&&e(...l)}}e.r(t),e.d(t,{default:()=>o}),module.exports=t})();
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={d:(t,n)=>{for(var o in n)e.o(n,o)&&!e.o(t,o)&&Object.defineProperty(t,o,{enumerable:!0,get:n[o]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{RequestType:()=>n,default:()=>o});var n;!function(e){e[e.SEARCH=0]="SEARCH",e[e.REVERSE=1]="REVERSE"}(n||(n={}));class o{constructor(e={}){this.options=e}getParamString(e={}){const t=Object.assign(Object.assign({},this.options.params),e);return Object.keys(t).map((e=>`${encodeURIComponent(e)}=${encodeURIComponent(t[e])}`)).join("&")}getUrl(e,t){return`${e}?${this.getParamString(t)}`}search(e){return t=this,o=void 0,i=function*(){const t=this.endpoint({query:e.query,type:n.SEARCH}),o=yield fetch(t),r=yield o.json();return this.parse({data:r})},new((r=void 0)||(r=Promise))((function(e,n){function a(e){try{s(i.next(e))}catch(e){n(e)}}function c(e){try{s(i.throw(e))}catch(e){n(e)}}function s(t){var n;t.done?e(t.value):(n=t.value,n instanceof r?n:new r((function(e){e(n)}))).then(a,c)}s((i=i.apply(t,o||[])).next())}));var t,o,r,i}}module.exports=t})();
@@ -0,0 +1 @@
1
+ (()=>{"use strict";var e={d:(t,s)=>{for(var i in s)e.o(s,i)&&!e.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:s[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{default:()=>i});const s=require("./domUtils.js");class i{constructor({handleClick:e,classNames:t={},notFoundMessage:i}){this.selected=-1,this.results=[],this.onClick=e=>{if("function"!=typeof this.handleClick)return;const t=e.target;if(!t||!this.container.contains(t)||!t.hasAttribute("data-key"))return;const s=Number(t.getAttribute("data-key"));this.clear(),this.handleClick({result:this.results[s]})},this.handleClick=e,this.notFoundMessage=i?(0,s.createElement)("div",(0,s.cx)(t.notfound),void 0,{html:i}):void 0,this.container=(0,s.createElement)("div",(0,s.cx)("results",t.resultlist)),this.container.addEventListener("click",this.onClick,!0),this.resultItem=(0,s.createElement)("div",(0,s.cx)(t.item))}render(e=[],t){this.clear(),e.forEach(((e,s)=>{const i=this.resultItem.cloneNode(!0);i.setAttribute("data-key",`${s}`),i.innerHTML=t({result:e}),this.container.appendChild(i)})),e.length>0?((0,s.addClassName)(this.container.parentElement,"open"),(0,s.addClassName)(this.container,"active")):this.notFoundMessage&&(this.container.appendChild(this.notFoundMessage),(0,s.addClassName)(this.container.parentElement,"open")),this.results=e}select(e){return Array.from(this.container.children).forEach(((t,i)=>i===e?(0,s.addClassName)(t,"active"):(0,s.removeClassName)(t,"active"))),this.selected=e,this.results[e]}count(){return this.results?this.results.length:0}clear(){for(this.selected=-1;this.container.lastChild;)this.container.removeChild(this.container.lastChild);(0,s.removeClassName)(this.container.parentElement,"open"),(0,s.removeClassName)(this.container,"active")}}module.exports=t})();