@utrecht/web-component-library-stencil 1.0.0-alpha.23 → 1.0.0-alpha.232

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 (917) hide show
  1. package/README.md +51 -0
  2. package/dist/cjs/{index-4628fffe.js → index-bc39ab9c.js} +267 -74
  3. package/dist/cjs/loader.cjs.js +3 -3
  4. package/dist/cjs/utrecht-article.cjs.entry.js +3 -3
  5. package/dist/cjs/utrecht-backdrop.cjs.entry.js +21 -0
  6. package/dist/cjs/utrecht-badge-counter.cjs.entry.js +5 -5
  7. package/dist/cjs/utrecht-badge-data.cjs.entry.js +3 -3
  8. package/dist/cjs/utrecht-badge-status.cjs.entry.js +4 -4
  9. package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +23 -0
  10. package/dist/cjs/utrecht-button_2.cjs.entry.js +58 -0
  11. package/dist/cjs/utrecht-checkbox.cjs.entry.js +32 -0
  12. package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +19 -0
  13. package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +52 -0
  14. package/dist/cjs/utrecht-digid-button.cjs.entry.js +19 -0
  15. package/dist/cjs/utrecht-document.cjs.entry.js +3 -3
  16. package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +19 -0
  17. package/dist/cjs/utrecht-eidas-logo.cjs.entry.js +19 -0
  18. package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +34 -0
  19. package/dist/cjs/utrecht-form-field-description.cjs.entry.js +22 -0
  20. package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +34 -0
  21. package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +39 -0
  22. package/dist/cjs/utrecht-form-toggle.cjs.entry.js +48 -0
  23. package/dist/cjs/utrecht-heading-1.cjs.entry.js +19 -0
  24. package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +46 -0
  25. package/dist/cjs/utrecht-heading-4.cjs.entry.js +19 -0
  26. package/dist/cjs/utrecht-heading-5.cjs.entry.js +19 -0
  27. package/dist/cjs/utrecht-heading-6.cjs.entry.js +19 -0
  28. package/dist/cjs/utrecht-heading.cjs.entry.js +3 -3
  29. package/dist/cjs/utrecht-html-content.cjs.entry.js +3 -3
  30. package/dist/cjs/utrecht-icon-afval.cjs.entry.js +19 -0
  31. package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +19 -0
  32. package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +19 -0
  33. package/dist/cjs/utrecht-icon-cross.cjs.entry.js +19 -0
  34. package/dist/cjs/utrecht-icon-error.cjs.entry.js +19 -0
  35. package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +19 -0
  36. package/dist/cjs/utrecht-icon-filter.cjs.entry.js +19 -0
  37. package/dist/cjs/utrecht-icon-information.cjs.entry.js +19 -0
  38. package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +19 -0
  39. package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +19 -0
  40. package/dist/cjs/utrecht-icon-list.cjs.entry.js +19 -0
  41. package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +19 -0
  42. package/dist/cjs/utrecht-icon-melding.cjs.entry.js +19 -0
  43. package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +19 -0
  44. package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +19 -0
  45. package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +19 -0
  46. package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +19 -0
  47. package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +19 -0
  48. package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +19 -0
  49. package/dist/cjs/utrecht-icon-warning.cjs.entry.js +19 -0
  50. package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +19 -0
  51. package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +19 -0
  52. package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +19 -0
  53. package/dist/cjs/utrecht-logo-button.cjs.entry.js +19 -0
  54. package/dist/cjs/utrecht-logo.cjs.entry.js +19 -0
  55. package/dist/cjs/utrecht-page-content.cjs.entry.js +19 -0
  56. package/dist/cjs/utrecht-page-footer.cjs.entry.js +3 -3
  57. package/dist/cjs/utrecht-page-header.cjs.entry.js +19 -0
  58. package/dist/cjs/utrecht-page.cjs.entry.js +19 -0
  59. package/dist/cjs/utrecht-pagination.cjs.entry.js +38 -0
  60. package/dist/cjs/utrecht-separator.cjs.entry.js +3 -3
  61. package/dist/cjs/utrecht-sidenav.cjs.entry.js +4 -4
  62. package/dist/cjs/utrecht-table-body.cjs.entry.js +19 -0
  63. package/dist/cjs/utrecht-table-caption.cjs.entry.js +20 -0
  64. package/dist/cjs/utrecht-table-cell.cjs.entry.js +19 -0
  65. package/dist/cjs/utrecht-table-footer.cjs.entry.js +19 -0
  66. package/dist/cjs/utrecht-table-header-cell.cjs.entry.js +19 -0
  67. package/dist/cjs/utrecht-table-header.cjs.entry.js +19 -0
  68. package/dist/cjs/utrecht-table-row.cjs.entry.js +19 -0
  69. package/dist/cjs/utrecht-table.cjs.entry.js +19 -0
  70. package/dist/cjs/utrecht-textbox.cjs.entry.js +39 -0
  71. package/dist/cjs/utrecht.cjs.js +3 -3
  72. package/dist/collection/alternate-lang-nav/css/template.js +12 -0
  73. package/dist/collection/article/css/template.js +6 -0
  74. package/dist/collection/article/html/template.js +5 -0
  75. package/dist/collection/article/web-component/index.css +23 -0
  76. package/dist/collection/article/{stencil.js → web-component/index.stencil.js} +3 -3
  77. package/dist/collection/article/web-component/template.js +1 -0
  78. package/dist/collection/backdrop/css/template.js +28 -0
  79. package/dist/collection/backdrop/web-component/index.css +37 -0
  80. package/dist/collection/{button/stencil.js → backdrop/web-component/index.stencil.js} +14 -9
  81. package/dist/collection/backdrop/web-component/template.js +17 -0
  82. package/dist/collection/badge-counter/css/template.js +7 -0
  83. package/dist/collection/badge-counter/{bem.css → web-component/index.css} +9 -19
  84. package/dist/collection/badge-counter/{stencil.js → web-component/index.stencil.js} +5 -5
  85. package/dist/collection/badge-counter/web-component/template.js +4 -0
  86. package/dist/collection/badge-data/css/template.js +6 -0
  87. package/dist/collection/badge-data/{bem.css → web-component/index.css} +16 -5
  88. package/dist/collection/badge-data/{stencil.js → web-component/index.stencil.js} +3 -3
  89. package/dist/collection/badge-data/web-component/template.js +1 -0
  90. package/dist/collection/badge-status/css/template.js +7 -0
  91. package/dist/collection/badge-status/{bem.css → web-component/index.css} +21 -5
  92. package/dist/collection/badge-status/{stencil.js → web-component/index.stencil.js} +4 -4
  93. package/dist/collection/badge-status/web-component/template.js +4 -0
  94. package/dist/collection/blockquote/css/template.js +24 -0
  95. package/dist/collection/blockquote/html/template.js +6 -0
  96. package/dist/collection/breadcrumb/css/template.js +41 -0
  97. package/dist/collection/breadcrumb/web-component/index.css +330 -0
  98. package/dist/collection/breadcrumb/web-component/index.stencil.js +62 -0
  99. package/dist/collection/breadcrumb/web-component/template.js +4 -0
  100. package/dist/collection/button/css/stories/02-appearance.js +57 -0
  101. package/dist/collection/button/css/template.js +82 -0
  102. package/dist/collection/button/html/template.js +41 -0
  103. package/dist/collection/button/web-component/index.css +228 -0
  104. package/dist/collection/button/web-component/index.stencil.js +140 -0
  105. package/dist/collection/button/web-component/template.js +44 -0
  106. package/dist/collection/button-group/css/template.js +13 -0
  107. package/dist/collection/button-link/css/template.js +25 -0
  108. package/dist/collection/checkbox/css/template.js +19 -0
  109. package/dist/collection/checkbox/html/template.js +14 -0
  110. package/dist/collection/checkbox/web-component/index.css +69 -0
  111. package/dist/collection/checkbox/web-component/index.stencil.js +164 -0
  112. package/dist/collection/checkbox/web-component/template.js +8 -0
  113. package/dist/collection/collection-manifest.json +72 -14
  114. package/dist/collection/custom-checkbox/css/template.js +46 -0
  115. package/dist/collection/custom-checkbox/web-component/index.css +273 -0
  116. package/dist/collection/custom-checkbox/web-component/index.stencil.js +205 -0
  117. package/dist/collection/custom-checkbox/web-component/template.js +22 -0
  118. package/dist/collection/custom-radio-button/css/template.js +30 -0
  119. package/dist/collection/digid-button/css/template.js +16 -0
  120. package/dist/collection/digid-button/web-component/index.css +32 -0
  121. package/dist/collection/digid-button/web-component/index.stencil.js +41 -0
  122. package/dist/collection/digid-button/web-component/template.js +1 -0
  123. package/dist/collection/digid-logo/web-component/index.css +18 -0
  124. package/dist/collection/digid-logo/web-component/index.stencil.js +23 -0
  125. package/dist/collection/digid-logo/web-component/template.js +1 -0
  126. package/dist/collection/document/web-component/index.css +37 -0
  127. package/dist/collection/document/{stencil.js → web-component/index.stencil.js} +3 -3
  128. package/dist/collection/document/web-component/template.js +1 -0
  129. package/dist/collection/eherkenning-logo/web-component/index.css +18 -0
  130. package/dist/collection/eherkenning-logo/web-component/index.stencil.js +26 -0
  131. package/dist/collection/eherkenning-logo/web-component/template.js +1 -0
  132. package/dist/collection/eidas-logo/web-component/index.css +18 -0
  133. package/dist/collection/eidas-logo/web-component/index.stencil.js +28 -0
  134. package/dist/collection/eidas-logo/web-component/template.js +1 -0
  135. package/dist/collection/emphasis/css/template.js +19 -0
  136. package/dist/collection/emphasis/html/template.js +20 -0
  137. package/dist/collection/favicon/html/template.js +1 -0
  138. package/dist/collection/form-field-checkbox/css/template.js +10 -0
  139. package/dist/collection/form-field-checkbox/web-component/index.css +128 -0
  140. package/dist/collection/form-field-checkbox/web-component/index.stencil.js +190 -0
  141. package/dist/collection/form-field-checkbox/web-component/template.js +18 -0
  142. package/dist/collection/form-field-checkbox-group/css/template.js +33 -0
  143. package/dist/collection/form-field-description/css/template.js +15 -0
  144. package/dist/collection/form-field-description/web-component/index.css +43 -0
  145. package/dist/collection/form-field-description/web-component/index.stencil.js +44 -0
  146. package/dist/collection/form-field-description/web-component/template.js +4 -0
  147. package/dist/collection/form-field-radio/css/template.js +10 -0
  148. package/dist/collection/form-field-radio-group/css/template.js +20 -0
  149. package/dist/collection/form-field-textarea/web-component/index.css +177 -0
  150. package/dist/collection/form-field-textarea/web-component/index.stencil.js +205 -0
  151. package/dist/collection/form-field-textarea/web-component/template.js +14 -0
  152. package/dist/collection/form-field-textbox/web-component/index.css +180 -0
  153. package/dist/collection/form-field-textbox/web-component/index.stencil.js +300 -0
  154. package/dist/collection/form-field-textbox/web-component/template.js +21 -0
  155. package/dist/collection/form-fieldset/css/template.js +10 -0
  156. package/dist/collection/form-fieldset/html/template.js +12 -0
  157. package/dist/collection/form-label/css/template.js +22 -0
  158. package/dist/collection/form-label/html/template.js +5 -0
  159. package/dist/collection/form-toggle/css/template.js +47 -0
  160. package/dist/collection/form-toggle/web-component/index.css +115 -0
  161. package/dist/collection/form-toggle/web-component/index.stencil.js +148 -0
  162. package/dist/collection/form-toggle/web-component/template.js +7 -0
  163. package/dist/collection/heading/{bem.css → web-component/index.css} +144 -37
  164. package/dist/collection/heading/{stencil.js → web-component/index.stencil.js} +3 -3
  165. package/dist/collection/heading/web-component/template.js +4 -0
  166. package/dist/collection/heading-1/css/template.js +11 -0
  167. package/dist/collection/heading-1/html/template.js +4 -0
  168. package/dist/collection/heading-1/web-component/index.css +46 -0
  169. package/dist/collection/heading-1/web-component/index.stencil.js +15 -0
  170. package/dist/collection/heading-1/web-component/template.js +4 -0
  171. package/dist/collection/heading-2/css/template.js +11 -0
  172. package/dist/collection/heading-2/html/template.js +4 -0
  173. package/dist/collection/heading-2/web-component/index.css +46 -0
  174. package/dist/collection/heading-2/web-component/index.stencil.js +15 -0
  175. package/dist/collection/heading-2/web-component/template.js +4 -0
  176. package/dist/collection/heading-3/css/template.js +11 -0
  177. package/dist/collection/heading-3/html/template.js +4 -0
  178. package/dist/collection/heading-3/web-component/index.css +46 -0
  179. package/dist/collection/heading-3/web-component/index.stencil.js +15 -0
  180. package/dist/collection/heading-3/web-component/template.js +4 -0
  181. package/dist/collection/heading-4/css/template.js +11 -0
  182. package/dist/collection/heading-4/html/template.js +4 -0
  183. package/dist/collection/heading-4/web-component/index.css +46 -0
  184. package/dist/collection/heading-4/web-component/index.stencil.js +15 -0
  185. package/dist/collection/heading-4/web-component/template.js +4 -0
  186. package/dist/collection/heading-5/css/template.js +11 -0
  187. package/dist/collection/heading-5/html/template.js +4 -0
  188. package/dist/collection/heading-5/web-component/index.css +46 -0
  189. package/dist/collection/heading-5/web-component/index.stencil.js +15 -0
  190. package/dist/collection/heading-5/web-component/template.js +4 -0
  191. package/dist/collection/heading-6/css/template.js +11 -0
  192. package/dist/collection/heading-6/html/template.js +4 -0
  193. package/dist/collection/heading-6/web-component/index.css +46 -0
  194. package/dist/collection/heading-6/web-component/index.stencil.js +15 -0
  195. package/dist/collection/heading-6/web-component/template.js +4 -0
  196. package/dist/collection/html-content/web-component/index.css +1166 -0
  197. package/dist/collection/html-content/{stencil.js → web-component/index.stencil.js} +3 -3
  198. package/dist/collection/html-content/web-component/template.js +1 -0
  199. package/dist/collection/icon/dist/Vervoersvoorziening.svg +1 -0
  200. package/dist/collection/icon/dist/afspraakmaken.svg +1 -0
  201. package/dist/collection/icon/dist/afval.svg +1 -0
  202. package/dist/collection/icon/dist/afvalkalender.svg +1 -0
  203. package/dist/collection/icon/dist/afvalscheiden.svg +1 -0
  204. package/dist/collection/icon/dist/arrow.svg +1 -0
  205. package/dist/collection/icon/dist/bestemmindsplan.svg +1 -0
  206. package/dist/collection/icon/dist/betaaldatum.svg +1 -0
  207. package/dist/collection/icon/dist/bewijsstukken.svg +1 -0
  208. package/dist/collection/icon/dist/bijstand.svg +1 -0
  209. package/dist/collection/icon/dist/checkmark.svg +1 -0
  210. package/dist/collection/icon/dist/collegevanbenw.svg +1 -0
  211. package/dist/collection/icon/dist/cross.svg +1 -0
  212. package/dist/collection/icon/dist/eikenprocessie.svg +1 -0
  213. package/dist/collection/icon/dist/energietransitie.svg +1 -0
  214. package/dist/collection/icon/dist/error.svg +1 -0
  215. package/dist/collection/icon/dist/evenementen.svg +1 -0
  216. package/dist/collection/icon/dist/facebook.svg +1 -0
  217. package/dist/collection/icon/dist/fiets.svg +1 -0
  218. package/dist/collection/icon/dist/filter.svg +1 -0
  219. package/dist/collection/icon/dist/gegevenswoordenboek.svg +1 -0
  220. package/dist/collection/icon/dist/gemeenteraad.svg +1 -0
  221. package/dist/collection/icon/dist/grofvuil.svg +1 -0
  222. package/dist/collection/icon/dist/hulphuishouden.svg +1 -0
  223. package/dist/collection/icon/dist/hulpvervoer.svg +1 -0
  224. package/dist/collection/icon/dist/information.svg +1 -0
  225. package/dist/collection/icon/dist/innovatie.svg +1 -0
  226. package/dist/collection/icon/dist/instagram.svg +1 -0
  227. package/dist/collection/icon/dist/kalender.svg +1 -0
  228. package/dist/collection/icon/dist/klachten.svg +1 -0
  229. package/dist/collection/icon/dist/laadpaal.svg +1 -0
  230. package/dist/collection/icon/dist/leren.svg +1 -0
  231. package/dist/collection/icon/dist/letop.svg +1 -0
  232. package/dist/collection/icon/dist/linkedin.svg +1 -0
  233. package/dist/collection/icon/dist/list.svg +1 -0
  234. package/dist/collection/icon/dist/loupe.svg +1 -0
  235. package/dist/collection/icon/dist/markt.svg +1 -0
  236. package/dist/collection/icon/dist/medlingklacht.svg +1 -0
  237. package/dist/collection/icon/dist/melding.svg +1 -0
  238. package/dist/collection/icon/dist/nieuwhuis.svg +1 -0
  239. package/dist/collection/icon/dist/nummerbord.svg +1 -0
  240. package/dist/collection/icon/dist/openingstijden.svg +1 -0
  241. package/dist/collection/icon/dist/panden.svg +1 -0
  242. package/dist/collection/icon/dist/parkeerkaart.svg +1 -0
  243. package/dist/collection/icon/dist/parken.svg +1 -0
  244. package/dist/collection/icon/dist/parkerenbedrijven.svg +1 -0
  245. package/dist/collection/icon/dist/parkerenbetalen.svg +1 -0
  246. package/dist/collection/icon/dist/paspoort.svg +1 -0
  247. package/dist/collection/icon/dist/rijbewijs.svg +1 -0
  248. package/dist/collection/icon/dist/shoppen.svg +1 -0
  249. package/dist/collection/icon/dist/sport.svg +1 -0
  250. package/dist/collection/icon/dist/toeslag.svg +1 -0
  251. package/dist/collection/icon/dist/trouwen.svg +1 -0
  252. package/dist/collection/icon/dist/twitter.svg +1 -0
  253. package/dist/collection/icon/dist/vergoeding.svg +1 -0
  254. package/dist/collection/icon/dist/verhuizen.svg +1 -0
  255. package/dist/collection/icon/dist/virus.svg +1 -0
  256. package/dist/collection/icon/dist/vluchtelingen.svg +1 -0
  257. package/dist/collection/icon/dist/warm.svg +1 -0
  258. package/dist/collection/icon/dist/warning.svg +1 -0
  259. package/dist/collection/icon/dist/werken.svg +1 -0
  260. package/dist/collection/icon/dist/werkzaamheden.svg +1 -0
  261. package/dist/collection/icon/dist/whatsapp.svg +1 -0
  262. package/dist/collection/icon/dist/wonenkosten.svg +1 -0
  263. package/dist/collection/icon/dist/woningzoeken.svg +1 -0
  264. package/dist/collection/icon/dist/zoomin.svg +1 -0
  265. package/dist/collection/icon/dist/zoomout.svg +1 -0
  266. package/dist/collection/icon/dist/zwemmen.svg +1 -0
  267. package/dist/collection/icon/svg/Vervoersvoorziening.svg +1 -0
  268. package/dist/collection/icon/svg/afspraakmaken.svg +1 -0
  269. package/dist/collection/icon/svg/afval.svg +1 -0
  270. package/dist/collection/icon/svg/afvalkalender.svg +1 -0
  271. package/dist/collection/icon/svg/afvalscheiden.svg +1 -0
  272. package/dist/collection/icon/svg/arrow.svg +9 -0
  273. package/dist/collection/icon/svg/bestemmindsplan.svg +1 -0
  274. package/dist/collection/icon/svg/betaaldatum.svg +1 -0
  275. package/dist/collection/icon/svg/bewijsstukken.svg +1 -0
  276. package/dist/collection/icon/svg/bijstand.svg +1 -0
  277. package/dist/collection/icon/svg/checkmark.svg +9 -0
  278. package/dist/collection/icon/svg/collegevanbenw.svg +1 -0
  279. package/dist/collection/icon/svg/cross.svg +9 -0
  280. package/dist/collection/icon/svg/eikenprocessie.svg +1 -0
  281. package/dist/collection/icon/svg/energietransitie.svg +1 -0
  282. package/dist/collection/icon/svg/error.svg +15 -0
  283. package/dist/collection/icon/svg/evenementen.svg +1 -0
  284. package/dist/collection/icon/svg/facebook.svg +9 -0
  285. package/dist/collection/icon/svg/fiets.svg +1 -0
  286. package/dist/collection/icon/svg/filter.svg +6 -0
  287. package/dist/collection/icon/svg/gegevenswoordenboek.svg +1 -0
  288. package/dist/collection/icon/svg/gemeenteraad.svg +1 -0
  289. package/dist/collection/icon/svg/grofvuil.svg +1 -0
  290. package/dist/collection/icon/svg/hulphuishouden.svg +1 -0
  291. package/dist/collection/icon/svg/hulpvervoer.svg +1 -0
  292. package/dist/collection/icon/svg/information.svg +14 -0
  293. package/dist/collection/icon/svg/innovatie.svg +1 -0
  294. package/dist/collection/icon/svg/instagram.svg +16 -0
  295. package/dist/collection/icon/svg/kalender.svg +1 -0
  296. package/dist/collection/icon/svg/klachten.svg +1 -0
  297. package/dist/collection/icon/svg/laadpaal.svg +1 -0
  298. package/dist/collection/icon/svg/leren.svg +1 -0
  299. package/dist/collection/icon/svg/letop.svg +1 -0
  300. package/dist/collection/icon/svg/linkedin.svg +14 -0
  301. package/dist/collection/icon/svg/list.svg +9 -0
  302. package/dist/collection/icon/svg/loupe.svg +11 -0
  303. package/dist/collection/icon/svg/markt.svg +1 -0
  304. package/dist/collection/icon/svg/medlingklacht.svg +1 -0
  305. package/dist/collection/icon/svg/melding.svg +5 -0
  306. package/dist/collection/icon/svg/nieuwhuis.svg +1 -0
  307. package/dist/collection/icon/svg/nummerbord.svg +1 -0
  308. package/dist/collection/icon/svg/openingstijden.svg +1 -0
  309. package/dist/collection/icon/svg/panden.svg +1 -0
  310. package/dist/collection/icon/svg/parkeerkaart.svg +1 -0
  311. package/dist/collection/icon/svg/parken.svg +1 -0
  312. package/dist/collection/icon/svg/parkerenbedrijven.svg +1 -0
  313. package/dist/collection/icon/svg/parkerenbetalen.svg +1 -0
  314. package/dist/collection/icon/svg/paspoort.svg +1 -0
  315. package/dist/collection/icon/svg/rijbewijs.svg +1 -0
  316. package/dist/collection/icon/svg/shoppen.svg +1 -0
  317. package/dist/collection/icon/svg/sport.svg +1 -0
  318. package/dist/collection/icon/svg/toeslag.svg +5 -0
  319. package/dist/collection/icon/svg/trouwen.svg +1 -0
  320. package/dist/collection/icon/svg/twitter.svg +9 -0
  321. package/dist/collection/icon/svg/vergoeding.svg +1 -0
  322. package/dist/collection/icon/svg/verhuizen.svg +1 -0
  323. package/dist/collection/icon/svg/virus.svg +1 -0
  324. package/dist/collection/icon/svg/vluchtelingen.svg +1 -0
  325. package/dist/collection/icon/svg/warm.svg +1 -0
  326. package/dist/collection/icon/svg/warning.svg +19 -0
  327. package/dist/collection/icon/svg/werken.svg +1 -0
  328. package/dist/collection/icon/svg/werkzaamheden.svg +1 -0
  329. package/dist/collection/icon/svg/whatsapp.svg +9 -0
  330. package/dist/collection/icon/svg/wonenkosten.svg +1 -0
  331. package/dist/collection/icon/svg/woningzoeken.svg +1 -0
  332. package/dist/collection/icon/svg/zoomin.svg +13 -0
  333. package/dist/collection/icon/svg/zoomout.svg +9 -0
  334. package/dist/collection/icon/svg/zwemmen.svg +1 -0
  335. package/dist/collection/icon/web-component/afval.stencil.js +19 -0
  336. package/dist/collection/icon/web-component/arrow.stencil.js +17 -0
  337. package/dist/collection/icon/web-component/checkmark.stencil.js +16 -0
  338. package/dist/collection/icon/web-component/cross.stencil.js +17 -0
  339. package/dist/collection/icon/web-component/error.stencil.js +18 -0
  340. package/dist/collection/icon/web-component/facebook.stencil.js +17 -0
  341. package/dist/collection/icon/web-component/filter.stencil.js +18 -0
  342. package/dist/collection/icon/web-component/index.css +20 -0
  343. package/dist/collection/icon/web-component/information.stencil.js +19 -0
  344. package/dist/collection/icon/web-component/instagram.stencil.js +19 -0
  345. package/dist/collection/icon/web-component/linkedin.stencil.js +18 -0
  346. package/dist/collection/icon/web-component/list.stencil.js +21 -0
  347. package/dist/collection/icon/web-component/loupe.stencil.js +17 -0
  348. package/dist/collection/icon/web-component/melding.stencil.js +17 -0
  349. package/dist/collection/icon/web-component/paspoort.stencil.js +17 -0
  350. package/dist/collection/icon/web-component/rijbewijs.stencil.js +20 -0
  351. package/dist/collection/icon/web-component/template.js +7 -0
  352. package/dist/collection/icon/web-component/toeslag.stencil.js +17 -0
  353. package/dist/collection/icon/web-component/trouwen.stencil.js +16 -0
  354. package/dist/collection/icon/web-component/twitter.stencil.js +17 -0
  355. package/dist/collection/icon/web-component/verhuizen.stencil.js +21 -0
  356. package/dist/collection/icon/web-component/warning.stencil.js +19 -0
  357. package/dist/collection/icon/web-component/whatsapp.stencil.js +17 -0
  358. package/dist/collection/icon/web-component/zoomin.stencil.js +18 -0
  359. package/dist/collection/icon/web-component/zoomout.stencil.js +17 -0
  360. package/dist/collection/link/css/template.js +57 -0
  361. package/dist/collection/link/html/template.js +11 -0
  362. package/dist/collection/link-button/css/template.js +42 -0
  363. package/dist/collection/link-list/css/template.js +10 -0
  364. package/dist/collection/link-social/css/template.js +20 -0
  365. package/dist/collection/logo/css/template.js +33 -0
  366. package/dist/collection/logo/web-component/index.css +38 -0
  367. package/dist/collection/logo/web-component/index.stencil.js +26 -0
  368. package/dist/collection/logo/web-component/template.js +1 -0
  369. package/dist/collection/logo-button/css/template.js +17 -0
  370. package/dist/collection/logo-button/web-component/index.css +31 -0
  371. package/dist/collection/logo-button/web-component/index.stencil.js +41 -0
  372. package/dist/collection/logo-button/web-component/template.js +1 -0
  373. package/dist/collection/mapcontrolbutton/css/template.js +34 -0
  374. package/dist/collection/menulijst/css/template.js +18 -0
  375. package/dist/collection/navigatie sidenav/css/template.js +69 -0
  376. package/dist/collection/navigatie sidenav/web-component/index.css +189 -0
  377. package/dist/collection/navigatie sidenav/web-component/index.stencil.js +45 -0
  378. package/dist/collection/navigatie sidenav/web-component/template.js +1 -0
  379. package/dist/collection/navigatie topnav/css/template.js +26 -0
  380. package/dist/collection/node_modules/@trysound/sax/lib/sax.js +1413 -0
  381. package/dist/collection/node_modules/commander/index.js +2217 -0
  382. package/dist/collection/node_modules/css-tree/data/index.js +103 -0
  383. package/dist/collection/node_modules/css-tree/dist/csstree.js +12606 -0
  384. package/dist/collection/node_modules/css-tree/dist/csstree.min.js +1 -0
  385. package/dist/collection/node_modules/css-tree/lib/common/List.js +576 -0
  386. package/dist/collection/node_modules/css-tree/lib/common/OffsetToLocation.js +91 -0
  387. package/dist/collection/node_modules/css-tree/lib/common/SyntaxError.js +82 -0
  388. package/dist/collection/node_modules/css-tree/lib/common/TokenStream.js +219 -0
  389. package/dist/collection/node_modules/css-tree/lib/common/adopt-buffer.js +10 -0
  390. package/dist/collection/node_modules/css-tree/lib/convertor/create.js +28 -0
  391. package/dist/collection/node_modules/css-tree/lib/convertor/index.js +3 -0
  392. package/dist/collection/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +14 -0
  393. package/dist/collection/node_modules/css-tree/lib/definition-syntax/generate.js +129 -0
  394. package/dist/collection/node_modules/css-tree/lib/definition-syntax/index.js +6 -0
  395. package/dist/collection/node_modules/css-tree/lib/definition-syntax/parse.js +568 -0
  396. package/dist/collection/node_modules/css-tree/lib/definition-syntax/tokenizer.js +55 -0
  397. package/dist/collection/node_modules/css-tree/lib/definition-syntax/walk.js +52 -0
  398. package/dist/collection/node_modules/css-tree/lib/generator/create.js +66 -0
  399. package/dist/collection/node_modules/css-tree/lib/generator/index.js +4 -0
  400. package/dist/collection/node_modules/css-tree/lib/generator/sourceMap.js +95 -0
  401. package/dist/collection/node_modules/css-tree/lib/index.js +1 -0
  402. package/dist/collection/node_modules/css-tree/lib/lexer/Lexer.js +466 -0
  403. package/dist/collection/node_modules/css-tree/lib/lexer/error.js +127 -0
  404. package/dist/collection/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +236 -0
  405. package/dist/collection/node_modules/css-tree/lib/lexer/generic-urange.js +159 -0
  406. package/dist/collection/node_modules/css-tree/lib/lexer/generic.js +585 -0
  407. package/dist/collection/node_modules/css-tree/lib/lexer/index.js +3 -0
  408. package/dist/collection/node_modules/css-tree/lib/lexer/match-graph.js +455 -0
  409. package/dist/collection/node_modules/css-tree/lib/lexer/match.js +639 -0
  410. package/dist/collection/node_modules/css-tree/lib/lexer/prepare-tokens.js +73 -0
  411. package/dist/collection/node_modules/css-tree/lib/lexer/search.js +65 -0
  412. package/dist/collection/node_modules/css-tree/lib/lexer/structure.js +163 -0
  413. package/dist/collection/node_modules/css-tree/lib/lexer/trace.js +79 -0
  414. package/dist/collection/node_modules/css-tree/lib/parser/create.js +304 -0
  415. package/dist/collection/node_modules/css-tree/lib/parser/index.js +4 -0
  416. package/dist/collection/node_modules/css-tree/lib/parser/sequence.js +54 -0
  417. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
  418. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/import.js +40 -0
  419. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/index.js +7 -0
  420. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
  421. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
  422. package/dist/collection/node_modules/css-tree/lib/syntax/atrule/supports.js +89 -0
  423. package/dist/collection/node_modules/css-tree/lib/syntax/config/lexer.js +9 -0
  424. package/dist/collection/node_modules/css-tree/lib/syntax/config/mix.js +140 -0
  425. package/dist/collection/node_modules/css-tree/lib/syntax/config/parser.js +25 -0
  426. package/dist/collection/node_modules/css-tree/lib/syntax/config/walker.js +3 -0
  427. package/dist/collection/node_modules/css-tree/lib/syntax/create.js +77 -0
  428. package/dist/collection/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
  429. package/dist/collection/node_modules/css-tree/lib/syntax/function/var.js +43 -0
  430. package/dist/collection/node_modules/css-tree/lib/syntax/index.js +21 -0
  431. package/dist/collection/node_modules/css-tree/lib/syntax/node/AnPlusB.js +297 -0
  432. package/dist/collection/node_modules/css-tree/lib/syntax/node/Atrule.js +107 -0
  433. package/dist/collection/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +51 -0
  434. package/dist/collection/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +165 -0
  435. package/dist/collection/node_modules/css-tree/lib/syntax/node/Block.js +91 -0
  436. package/dist/collection/node_modules/css-tree/lib/syntax/node/Brackets.js +34 -0
  437. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
  438. package/dist/collection/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
  439. package/dist/collection/node_modules/css-tree/lib/syntax/node/ClassSelector.js +29 -0
  440. package/dist/collection/node_modules/css-tree/lib/syntax/node/Combinator.js +55 -0
  441. package/dist/collection/node_modules/css-tree/lib/syntax/node/Comment.js +36 -0
  442. package/dist/collection/node_modules/css-tree/lib/syntax/node/Declaration.js +169 -0
  443. package/dist/collection/node_modules/css-tree/lib/syntax/node/DeclarationList.js +49 -0
  444. package/dist/collection/node_modules/css-tree/lib/syntax/node/Dimension.js +29 -0
  445. package/dist/collection/node_modules/css-tree/lib/syntax/node/Function.js +40 -0
  446. package/dist/collection/node_modules/css-tree/lib/syntax/node/Hash.js +26 -0
  447. package/dist/collection/node_modules/css-tree/lib/syntax/node/IdSelector.js +27 -0
  448. package/dist/collection/node_modules/css-tree/lib/syntax/node/Identifier.js +20 -0
  449. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaFeature.js +76 -0
  450. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQuery.js +68 -0
  451. package/dist/collection/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +36 -0
  452. package/dist/collection/node_modules/css-tree/lib/syntax/node/Nth.js +51 -0
  453. package/dist/collection/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
  454. package/dist/collection/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
  455. package/dist/collection/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
  456. package/dist/collection/node_modules/css-tree/lib/syntax/node/Percentage.js +27 -0
  457. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +61 -0
  458. package/dist/collection/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +62 -0
  459. package/dist/collection/node_modules/css-tree/lib/syntax/node/Ratio.js +66 -0
  460. package/dist/collection/node_modules/css-tree/lib/syntax/node/Raw.js +87 -0
  461. package/dist/collection/node_modules/css-tree/lib/syntax/node/Rule.js +54 -0
  462. package/dist/collection/node_modules/css-tree/lib/syntax/node/Selector.js +32 -0
  463. package/dist/collection/node_modules/css-tree/lib/syntax/node/SelectorList.js +39 -0
  464. package/dist/collection/node_modules/css-tree/lib/syntax/node/String.js +18 -0
  465. package/dist/collection/node_modules/css-tree/lib/syntax/node/StyleSheet.js +81 -0
  466. package/dist/collection/node_modules/css-tree/lib/syntax/node/TypeSelector.js +53 -0
  467. package/dist/collection/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +173 -0
  468. package/dist/collection/node_modules/css-tree/lib/syntax/node/Url.js +69 -0
  469. package/dist/collection/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
  470. package/dist/collection/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +26 -0
  471. package/dist/collection/node_modules/css-tree/lib/syntax/node/index.js +42 -0
  472. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +9 -0
  473. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +9 -0
  474. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +7 -0
  475. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/dir.js +7 -0
  476. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/has.js +7 -0
  477. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/index.js +12 -0
  478. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/lang.js +7 -0
  479. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/matches.js +1 -0
  480. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/not.js +1 -0
  481. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +1 -0
  482. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +1 -0
  483. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +1 -0
  484. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +1 -0
  485. package/dist/collection/node_modules/css-tree/lib/syntax/pseudo/slotted.js +7 -0
  486. package/dist/collection/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +3 -0
  487. package/dist/collection/node_modules/css-tree/lib/syntax/scope/default.js +87 -0
  488. package/dist/collection/node_modules/css-tree/lib/syntax/scope/index.js +5 -0
  489. package/dist/collection/node_modules/css-tree/lib/syntax/scope/selector.js +80 -0
  490. package/dist/collection/node_modules/css-tree/lib/syntax/scope/value.js +5 -0
  491. package/dist/collection/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +249 -0
  492. package/dist/collection/node_modules/css-tree/lib/tokenizer/const.js +40 -0
  493. package/dist/collection/node_modules/css-tree/lib/tokenizer/index.js +591 -0
  494. package/dist/collection/node_modules/css-tree/lib/tokenizer/utils.js +243 -0
  495. package/dist/collection/node_modules/css-tree/lib/utils/clone.js +21 -0
  496. package/dist/collection/node_modules/css-tree/lib/utils/createCustomError.js +17 -0
  497. package/dist/collection/node_modules/css-tree/lib/utils/names.js +104 -0
  498. package/dist/collection/node_modules/css-tree/lib/walker/create.js +284 -0
  499. package/dist/collection/node_modules/css-tree/lib/walker/index.js +4 -0
  500. package/dist/collection/node_modules/mdn-data/api/index.js +3 -0
  501. package/dist/collection/node_modules/mdn-data/css/index.js +8 -0
  502. package/dist/collection/node_modules/mdn-data/index.js +5 -0
  503. package/dist/collection/node_modules/mdn-data/l10n/index.js +3 -0
  504. package/dist/collection/node_modules/source-map/dist/source-map.debug.js +3234 -0
  505. package/dist/collection/node_modules/source-map/dist/source-map.js +3233 -0
  506. package/dist/collection/node_modules/source-map/dist/source-map.min.js +2 -0
  507. package/dist/collection/node_modules/source-map/lib/array-set.js +121 -0
  508. package/dist/collection/node_modules/source-map/lib/base64-vlq.js +140 -0
  509. package/dist/collection/node_modules/source-map/lib/base64.js +67 -0
  510. package/dist/collection/node_modules/source-map/lib/binary-search.js +111 -0
  511. package/dist/collection/node_modules/source-map/lib/mapping-list.js +79 -0
  512. package/dist/collection/node_modules/source-map/lib/quick-sort.js +114 -0
  513. package/dist/collection/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  514. package/dist/collection/node_modules/source-map/lib/source-map-generator.js +425 -0
  515. package/dist/collection/node_modules/source-map/lib/source-node.js +413 -0
  516. package/dist/collection/node_modules/source-map/lib/util.js +488 -0
  517. package/dist/collection/node_modules/source-map/source-map.js +8 -0
  518. package/dist/collection/node_modules/svgo/dist/svgo.browser.js +1 -0
  519. package/dist/collection/node_modules/svgo/lib/css-tools.js +239 -0
  520. package/dist/collection/node_modules/svgo/lib/parser.js +259 -0
  521. package/dist/collection/node_modules/svgo/lib/path.js +347 -0
  522. package/dist/collection/node_modules/svgo/lib/stringifier.js +326 -0
  523. package/dist/collection/node_modules/svgo/lib/style.js +283 -0
  524. package/dist/collection/node_modules/svgo/lib/svgo/coa.js +517 -0
  525. package/dist/collection/node_modules/svgo/lib/svgo/config.js +138 -0
  526. package/dist/collection/node_modules/svgo/lib/svgo/css-class-list.js +72 -0
  527. package/dist/collection/node_modules/svgo/lib/svgo/css-select-adapter.js +120 -0
  528. package/dist/collection/node_modules/svgo/lib/svgo/css-style-declaration.js +232 -0
  529. package/dist/collection/node_modules/svgo/lib/svgo/jsAPI.js +443 -0
  530. package/dist/collection/node_modules/svgo/lib/svgo/plugins.js +109 -0
  531. package/dist/collection/node_modules/svgo/lib/svgo/tools.js +137 -0
  532. package/dist/collection/node_modules/svgo/lib/svgo-node.js +106 -0
  533. package/dist/collection/node_modules/svgo/lib/svgo.js +83 -0
  534. package/dist/collection/node_modules/svgo/lib/xast.js +102 -0
  535. package/dist/collection/node_modules/svgo/plugins/_applyTransforms.js +335 -0
  536. package/dist/collection/node_modules/svgo/plugins/_collections.js +2168 -0
  537. package/dist/collection/node_modules/svgo/plugins/_path.js +816 -0
  538. package/dist/collection/node_modules/svgo/plugins/_transforms.js +379 -0
  539. package/dist/collection/node_modules/svgo/plugins/addAttributesToSVGElement.js +87 -0
  540. package/dist/collection/node_modules/svgo/plugins/addClassesToSVGElement.js +87 -0
  541. package/dist/collection/node_modules/svgo/plugins/cleanupAttrs.js +55 -0
  542. package/dist/collection/node_modules/svgo/plugins/cleanupEnableBackground.js +75 -0
  543. package/dist/collection/node_modules/svgo/plugins/cleanupIDs.js +297 -0
  544. package/dist/collection/node_modules/svgo/plugins/cleanupListOfValues.js +154 -0
  545. package/dist/collection/node_modules/svgo/plugins/cleanupNumericValues.js +113 -0
  546. package/dist/collection/node_modules/svgo/plugins/collapseGroups.js +135 -0
  547. package/dist/collection/node_modules/svgo/plugins/convertColors.js +152 -0
  548. package/dist/collection/node_modules/svgo/plugins/convertEllipseToCircle.js +39 -0
  549. package/dist/collection/node_modules/svgo/plugins/convertPathData.js +1023 -0
  550. package/dist/collection/node_modules/svgo/plugins/convertShapeToPath.js +175 -0
  551. package/dist/collection/node_modules/svgo/plugins/convertStyleToAttrs.js +132 -0
  552. package/dist/collection/node_modules/svgo/plugins/convertTransform.js +432 -0
  553. package/dist/collection/node_modules/svgo/plugins/inlineStyles.js +379 -0
  554. package/dist/collection/node_modules/svgo/plugins/mergePaths.js +104 -0
  555. package/dist/collection/node_modules/svgo/plugins/mergeStyles.js +93 -0
  556. package/dist/collection/node_modules/svgo/plugins/minifyStyles.js +148 -0
  557. package/dist/collection/node_modules/svgo/plugins/moveElemsAttrsToGroup.js +130 -0
  558. package/dist/collection/node_modules/svgo/plugins/moveGroupAttrsToElems.js +62 -0
  559. package/dist/collection/node_modules/svgo/plugins/plugins.js +56 -0
  560. package/dist/collection/node_modules/svgo/plugins/prefixIds.js +241 -0
  561. package/dist/collection/node_modules/svgo/plugins/preset-default.js +80 -0
  562. package/dist/collection/node_modules/svgo/plugins/removeAttributesBySelector.js +99 -0
  563. package/dist/collection/node_modules/svgo/plugins/removeAttrs.js +159 -0
  564. package/dist/collection/node_modules/svgo/plugins/removeComments.js +31 -0
  565. package/dist/collection/node_modules/svgo/plugins/removeDesc.js +41 -0
  566. package/dist/collection/node_modules/svgo/plugins/removeDimensions.js +43 -0
  567. package/dist/collection/node_modules/svgo/plugins/removeDoctype.js +42 -0
  568. package/dist/collection/node_modules/svgo/plugins/removeEditorsNSData.js +68 -0
  569. package/dist/collection/node_modules/svgo/plugins/removeElementsByAttr.js +78 -0
  570. package/dist/collection/node_modules/svgo/plugins/removeEmptyAttrs.js +33 -0
  571. package/dist/collection/node_modules/svgo/plugins/removeEmptyContainers.js +58 -0
  572. package/dist/collection/node_modules/svgo/plugins/removeEmptyText.js +57 -0
  573. package/dist/collection/node_modules/svgo/plugins/removeHiddenElems.js +318 -0
  574. package/dist/collection/node_modules/svgo/plugins/removeMetadata.js +29 -0
  575. package/dist/collection/node_modules/svgo/plugins/removeNonInheritableGroupAttrs.js +38 -0
  576. package/dist/collection/node_modules/svgo/plugins/removeOffCanvasPaths.js +138 -0
  577. package/dist/collection/node_modules/svgo/plugins/removeRasterImages.js +33 -0
  578. package/dist/collection/node_modules/svgo/plugins/removeScriptElement.js +29 -0
  579. package/dist/collection/node_modules/svgo/plugins/removeStyleElement.js +29 -0
  580. package/dist/collection/node_modules/svgo/plugins/removeTitle.js +29 -0
  581. package/dist/collection/node_modules/svgo/plugins/removeUnknownsAndDefaults.js +218 -0
  582. package/dist/collection/node_modules/svgo/plugins/removeUnusedNS.js +61 -0
  583. package/dist/collection/node_modules/svgo/plugins/removeUselessDefs.js +65 -0
  584. package/dist/collection/node_modules/svgo/plugins/removeUselessStrokeAndFill.js +144 -0
  585. package/dist/collection/node_modules/svgo/plugins/removeViewBox.js +51 -0
  586. package/dist/collection/node_modules/svgo/plugins/removeXMLNS.js +30 -0
  587. package/dist/collection/node_modules/svgo/plugins/removeXMLProcInst.js +30 -0
  588. package/dist/collection/node_modules/svgo/plugins/reusePaths.js +113 -0
  589. package/dist/collection/node_modules/svgo/plugins/sortAttrs.js +113 -0
  590. package/dist/collection/node_modules/svgo/plugins/sortDefsChildren.js +60 -0
  591. package/dist/collection/ordered-list/css/template.js +11 -0
  592. package/dist/collection/ordered-list/html/template.js +17 -0
  593. package/dist/collection/page/css/template.js +6 -0
  594. package/dist/collection/page/web-component/index.css +35 -0
  595. package/dist/collection/page/web-component/index.stencil.js +20 -0
  596. package/dist/collection/page/web-component/template.js +5 -0
  597. package/dist/collection/page-content/css/template.js +10 -0
  598. package/dist/collection/page-content/web-component/index.css +36 -0
  599. package/dist/collection/page-content/web-component/index.stencil.js +20 -0
  600. package/dist/collection/page-content/web-component/template.js +1 -0
  601. package/dist/collection/page-footer/css/template.js +7 -0
  602. package/dist/collection/page-footer/{bem.css → web-component/index.css} +35 -12
  603. package/dist/collection/page-footer/{stencil.js → web-component/index.stencil.js} +3 -3
  604. package/dist/collection/page-footer/web-component/template.js +1 -0
  605. package/dist/collection/page-header/css/template.js +6 -0
  606. package/dist/collection/page-header/web-component/index.css +35 -0
  607. package/dist/collection/page-header/web-component/stencil.js +20 -0
  608. package/dist/collection/page-header/web-component/template.js +1 -0
  609. package/dist/collection/pagination/css/template.js +54 -0
  610. package/dist/collection/pagination/web-component/index.css +138 -0
  611. package/dist/collection/pagination/web-component/index.stencil.js +110 -0
  612. package/dist/collection/pagination/web-component/template.js +7 -0
  613. package/dist/collection/paragraph/css/template.js +22 -0
  614. package/dist/collection/paragraph/html/template.js +11 -0
  615. package/dist/collection/paragraph/{bem.css → web-component/index.css} +22 -3
  616. package/dist/collection/paragraph/{stencil.js → web-component/index.stencil.js} +5 -5
  617. package/dist/collection/paragraph/web-component/template.js +12 -0
  618. package/dist/collection/pre-heading/css/template.js +15 -0
  619. package/dist/collection/radio-button/css/template.js +19 -0
  620. package/dist/collection/radio-button/html/template.js +19 -0
  621. package/dist/collection/search-bar/css/template.js +15 -0
  622. package/dist/collection/select/css/template.js +39 -0
  623. package/dist/collection/select/html/template.js +26 -0
  624. package/dist/collection/separator/css/template.js +16 -0
  625. package/dist/collection/separator/html/template.js +4 -0
  626. package/dist/collection/separator/web-component/index.css +34 -0
  627. package/dist/collection/separator/{stencil.js → web-component/index.stencil.js} +3 -3
  628. package/dist/collection/separator/web-component/template.js +1 -0
  629. package/dist/collection/surface/css/template.js +8 -0
  630. package/dist/collection/table/html/template.js +41 -0
  631. package/dist/collection/table/web-component/table-body.css +14 -0
  632. package/dist/collection/table/web-component/table-body.stencil.js +15 -0
  633. package/dist/collection/table/web-component/table-caption.css +22 -0
  634. package/dist/collection/table/web-component/table-caption.stencil.js +15 -0
  635. package/dist/collection/table/web-component/table-cell.css +22 -0
  636. package/dist/collection/table/web-component/table-cell.stencil.js +15 -0
  637. package/dist/collection/table/web-component/table-footer.css +13 -0
  638. package/dist/collection/table/web-component/table-footer.stencil.js +15 -0
  639. package/dist/collection/table/web-component/table-header-cell.css +18 -0
  640. package/dist/collection/table/web-component/table-header-cell.stencil.js +34 -0
  641. package/dist/collection/table/web-component/table-header.css +18 -0
  642. package/dist/collection/table/web-component/table-header.stencil.js +15 -0
  643. package/dist/collection/table/web-component/table-row.css +13 -0
  644. package/dist/collection/table/web-component/table-row.stencil.js +15 -0
  645. package/dist/collection/table/web-component/table.css +20 -0
  646. package/dist/collection/table/web-component/table.stencil.js +15 -0
  647. package/dist/collection/table/web-component/template.js +23 -0
  648. package/dist/collection/templates/contact-card-template/css/template.js +30 -0
  649. package/dist/collection/templates/contact-card-template/web-component/index.css +209 -0
  650. package/dist/collection/templates/contact-card-template/web-component/index.stencil.js +25 -0
  651. package/dist/collection/templates/contact-card-template/web-component/template.js +1 -0
  652. package/dist/collection/textarea/css/template.js +35 -0
  653. package/dist/collection/textarea/html/template.js +20 -0
  654. package/dist/collection/textbox/css/template.js +37 -0
  655. package/dist/collection/textbox/html/template.js +36 -0
  656. package/dist/collection/textbox/web-component/index.css +139 -0
  657. package/dist/collection/textbox/web-component/index.stencil.js +297 -0
  658. package/dist/collection/textbox/web-component/template.js +20 -0
  659. package/dist/collection/toptask-link/css/template.js +33 -0
  660. package/dist/collection/toptask-nav/css/template.js +50 -0
  661. package/dist/collection/unordered-list/css/template.js +28 -0
  662. package/dist/collection/unordered-list/html/template.js +22 -0
  663. package/dist/collection/url/css/template.js +14 -0
  664. package/dist/custom-elements/index.d.ts +348 -0
  665. package/dist/custom-elements/index.js +1204 -88
  666. package/dist/esm/{index-73546a7d.js → index-b6f2699c.js} +265 -75
  667. package/dist/esm/loader.js +3 -3
  668. package/dist/esm/polyfills/css-shim.js +1 -1
  669. package/dist/esm/utrecht-article.entry.js +3 -3
  670. package/dist/esm/utrecht-backdrop.entry.js +17 -0
  671. package/dist/esm/utrecht-badge-counter.entry.js +5 -5
  672. package/dist/esm/utrecht-badge-data.entry.js +3 -3
  673. package/dist/esm/utrecht-badge-status.entry.js +4 -4
  674. package/dist/esm/utrecht-breadcrumb.entry.js +19 -0
  675. package/dist/esm/utrecht-button_2.entry.js +53 -0
  676. package/dist/esm/utrecht-checkbox.entry.js +28 -0
  677. package/dist/esm/utrecht-contact-card-template.entry.js +15 -0
  678. package/dist/esm/utrecht-custom-checkbox.entry.js +48 -0
  679. package/dist/esm/utrecht-digid-button.entry.js +15 -0
  680. package/dist/esm/utrecht-document.entry.js +3 -3
  681. package/dist/esm/utrecht-eherkenning-logo.entry.js +15 -0
  682. package/dist/esm/utrecht-eidas-logo.entry.js +15 -0
  683. package/dist/esm/utrecht-form-field-checkbox.entry.js +30 -0
  684. package/dist/esm/utrecht-form-field-description.entry.js +18 -0
  685. package/dist/esm/utrecht-form-field-textarea.entry.js +30 -0
  686. package/dist/esm/utrecht-form-field-textbox.entry.js +35 -0
  687. package/dist/esm/utrecht-form-toggle.entry.js +44 -0
  688. package/dist/esm/utrecht-heading-1.entry.js +15 -0
  689. package/dist/esm/utrecht-heading-2_3.entry.js +40 -0
  690. package/dist/esm/utrecht-heading-4.entry.js +15 -0
  691. package/dist/esm/utrecht-heading-5.entry.js +15 -0
  692. package/dist/esm/utrecht-heading-6.entry.js +15 -0
  693. package/dist/esm/utrecht-heading.entry.js +3 -3
  694. package/dist/esm/utrecht-html-content.entry.js +3 -3
  695. package/dist/esm/utrecht-icon-afval.entry.js +15 -0
  696. package/dist/esm/utrecht-icon-arrow.entry.js +15 -0
  697. package/dist/esm/utrecht-icon-checkmark.entry.js +15 -0
  698. package/dist/esm/utrecht-icon-cross.entry.js +15 -0
  699. package/dist/esm/utrecht-icon-error.entry.js +15 -0
  700. package/dist/esm/utrecht-icon-facebook.entry.js +15 -0
  701. package/dist/esm/utrecht-icon-filter.entry.js +15 -0
  702. package/dist/esm/utrecht-icon-information.entry.js +15 -0
  703. package/dist/esm/utrecht-icon-instagram.entry.js +15 -0
  704. package/dist/esm/utrecht-icon-linkedin.entry.js +15 -0
  705. package/dist/esm/utrecht-icon-list.entry.js +15 -0
  706. package/dist/esm/utrecht-icon-loupe.entry.js +15 -0
  707. package/dist/esm/utrecht-icon-melding.entry.js +15 -0
  708. package/dist/esm/utrecht-icon-paspoort.entry.js +15 -0
  709. package/dist/esm/utrecht-icon-rijbewijs.entry.js +15 -0
  710. package/dist/esm/utrecht-icon-toeslag.entry.js +15 -0
  711. package/dist/esm/utrecht-icon-trouwen.entry.js +15 -0
  712. package/dist/esm/utrecht-icon-twitter.entry.js +15 -0
  713. package/dist/esm/utrecht-icon-verhuizen.entry.js +15 -0
  714. package/dist/esm/utrecht-icon-warning.entry.js +15 -0
  715. package/dist/esm/utrecht-icon-whatsapp.entry.js +15 -0
  716. package/dist/esm/utrecht-icon-zoomin.entry.js +15 -0
  717. package/dist/esm/utrecht-icon-zoomout.entry.js +15 -0
  718. package/dist/esm/utrecht-logo-button.entry.js +15 -0
  719. package/dist/esm/utrecht-logo.entry.js +15 -0
  720. package/dist/esm/utrecht-page-content.entry.js +15 -0
  721. package/dist/esm/utrecht-page-footer.entry.js +3 -3
  722. package/dist/esm/utrecht-page-header.entry.js +15 -0
  723. package/dist/esm/utrecht-page.entry.js +15 -0
  724. package/dist/esm/utrecht-pagination.entry.js +34 -0
  725. package/dist/esm/utrecht-separator.entry.js +3 -3
  726. package/dist/esm/utrecht-sidenav.entry.js +4 -4
  727. package/dist/esm/utrecht-table-body.entry.js +15 -0
  728. package/dist/esm/utrecht-table-caption.entry.js +16 -0
  729. package/dist/esm/utrecht-table-cell.entry.js +15 -0
  730. package/dist/esm/utrecht-table-footer.entry.js +15 -0
  731. package/dist/esm/utrecht-table-header-cell.entry.js +15 -0
  732. package/dist/esm/utrecht-table-header.entry.js +15 -0
  733. package/dist/esm/utrecht-table-row.entry.js +15 -0
  734. package/dist/esm/utrecht-table.entry.js +15 -0
  735. package/dist/esm/utrecht-textbox.entry.js +35 -0
  736. package/dist/esm/utrecht.js +3 -3
  737. package/dist/types/article/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  738. package/dist/types/backdrop/web-component/index.stencil.d.ts +4 -0
  739. package/dist/types/badge-counter/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  740. package/dist/types/badge-data/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  741. package/dist/types/badge-status/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  742. package/dist/types/breadcrumb/web-component/index.stencil.d.ts +5 -0
  743. package/dist/types/button/web-component/index.stencil.d.ts +11 -0
  744. package/dist/types/checkbox/web-component/index.stencil.d.ts +16 -0
  745. package/dist/types/components.d.ts +900 -0
  746. package/dist/types/custom-checkbox/web-component/index.stencil.d.ts +17 -0
  747. package/dist/types/digid-button/web-component/index.stencil.d.ts +9 -0
  748. package/dist/types/digid-logo/web-component/index.stencil.d.ts +8 -0
  749. package/dist/types/document/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  750. package/dist/types/eherkenning-logo/web-component/index.stencil.d.ts +8 -0
  751. package/dist/types/eidas-logo/web-component/index.stencil.d.ts +8 -0
  752. package/dist/types/form-field-checkbox/web-component/index.stencil.d.ts +18 -0
  753. package/dist/types/form-field-description/web-component/index.stencil.d.ts +8 -0
  754. package/dist/types/form-field-textarea/web-component/index.stencil.d.ts +18 -0
  755. package/dist/types/form-field-textbox/web-component/index.stencil.d.ts +23 -0
  756. package/dist/types/form-toggle/web-component/index.stencil.d.ts +14 -0
  757. package/dist/types/heading/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  758. package/dist/types/heading-1/web-component/index.stencil.d.ts +3 -0
  759. package/dist/types/heading-2/web-component/index.stencil.d.ts +3 -0
  760. package/dist/types/heading-3/web-component/index.stencil.d.ts +3 -0
  761. package/dist/types/heading-4/web-component/index.stencil.d.ts +3 -0
  762. package/dist/types/heading-5/web-component/index.stencil.d.ts +3 -0
  763. package/dist/types/heading-6/web-component/index.stencil.d.ts +3 -0
  764. package/dist/types/html-content/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  765. package/dist/types/icon/web-component/afval.stencil.d.ts +3 -0
  766. package/dist/types/icon/web-component/arrow.stencil.d.ts +3 -0
  767. package/dist/types/icon/web-component/checkmark.stencil.d.ts +3 -0
  768. package/dist/types/icon/web-component/cross.stencil.d.ts +3 -0
  769. package/dist/types/icon/web-component/error.stencil.d.ts +3 -0
  770. package/dist/types/icon/web-component/facebook.stencil.d.ts +3 -0
  771. package/dist/types/icon/web-component/filter.stencil.d.ts +3 -0
  772. package/dist/types/icon/web-component/information.stencil.d.ts +3 -0
  773. package/dist/types/icon/web-component/instagram.stencil.d.ts +3 -0
  774. package/dist/types/icon/web-component/linkedin.stencil.d.ts +3 -0
  775. package/dist/types/icon/web-component/list.stencil.d.ts +3 -0
  776. package/dist/types/icon/web-component/loupe.stencil.d.ts +3 -0
  777. package/dist/types/icon/web-component/melding.stencil.d.ts +3 -0
  778. package/dist/types/icon/web-component/paspoort.stencil.d.ts +3 -0
  779. package/dist/types/icon/web-component/rijbewijs.stencil.d.ts +3 -0
  780. package/dist/types/icon/web-component/toeslag.stencil.d.ts +3 -0
  781. package/dist/types/icon/web-component/trouwen.stencil.d.ts +3 -0
  782. package/dist/types/icon/web-component/twitter.stencil.d.ts +3 -0
  783. package/dist/types/icon/web-component/verhuizen.stencil.d.ts +3 -0
  784. package/dist/types/icon/web-component/warning.stencil.d.ts +3 -0
  785. package/dist/types/icon/web-component/whatsapp.stencil.d.ts +3 -0
  786. package/dist/types/icon/web-component/zoomin.stencil.d.ts +3 -0
  787. package/dist/types/icon/web-component/zoomout.stencil.d.ts +3 -0
  788. package/dist/types/logo/web-component/index.stencil.d.ts +7 -0
  789. package/dist/types/logo-button/web-component/index.stencil.d.ts +9 -0
  790. package/dist/types/navigatie sidenav/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  791. package/dist/types/page/web-component/index.stencil.d.ts +7 -0
  792. package/dist/types/page-content/web-component/index.stencil.d.ts +7 -0
  793. package/dist/types/page-footer/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  794. package/dist/types/page-header/web-component/stencil.d.ts +7 -0
  795. package/dist/types/pagination/web-component/index.stencil.d.ts +11 -0
  796. package/dist/types/paragraph/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  797. package/dist/types/separator/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
  798. package/dist/types/stencil-public-runtime.d.ts +189 -186
  799. package/dist/types/table/web-component/table-body.stencil.d.ts +3 -0
  800. package/dist/types/table/web-component/table-caption.stencil.d.ts +3 -0
  801. package/dist/types/table/web-component/table-cell.stencil.d.ts +3 -0
  802. package/dist/types/table/web-component/table-footer.stencil.d.ts +3 -0
  803. package/dist/types/table/web-component/table-header-cell.stencil.d.ts +4 -0
  804. package/dist/types/table/web-component/table-header.stencil.d.ts +3 -0
  805. package/dist/types/table/web-component/table-row.stencil.d.ts +3 -0
  806. package/dist/types/table/web-component/table.stencil.d.ts +3 -0
  807. package/dist/types/templates/contact-card-template/web-component/index.stencil.d.ts +3 -0
  808. package/dist/types/textbox/web-component/index.stencil.d.ts +23 -0
  809. package/dist/utrecht/p-0194fa7f.entry.js +1 -0
  810. package/dist/utrecht/p-090e32d6.entry.js +1 -0
  811. package/dist/utrecht/p-0f3d64b2.entry.js +1 -0
  812. package/dist/utrecht/p-10f54e6f.entry.js +1 -0
  813. package/dist/utrecht/p-11ed0b35.entry.js +1 -0
  814. package/dist/utrecht/p-13b0e8b5.entry.js +1 -0
  815. package/dist/utrecht/p-159d13d8.entry.js +1 -0
  816. package/dist/utrecht/p-2aa38502.entry.js +1 -0
  817. package/dist/utrecht/p-2cd2e42e.entry.js +1 -0
  818. package/dist/utrecht/p-2da9cd65.entry.js +1 -0
  819. package/dist/utrecht/p-2f5f82db.entry.js +1 -0
  820. package/dist/utrecht/p-473f9e1c.entry.js +1 -0
  821. package/dist/utrecht/p-48ff7293.entry.js +1 -0
  822. package/dist/utrecht/p-4b5cfde3.entry.js +1 -0
  823. package/dist/utrecht/p-529e0370.entry.js +1 -0
  824. package/dist/utrecht/p-5a5cda2b.entry.js +1 -0
  825. package/dist/utrecht/p-5d2e03f9.entry.js +1 -0
  826. package/dist/utrecht/p-60c3ff78.js +1 -0
  827. package/dist/utrecht/p-63f63190.entry.js +1 -0
  828. package/dist/utrecht/p-6a7285d1.entry.js +1 -0
  829. package/dist/utrecht/p-6a7c2f56.entry.js +1 -0
  830. package/dist/utrecht/p-6f06960a.entry.js +1 -0
  831. package/dist/utrecht/p-6fc42b7c.entry.js +1 -0
  832. package/dist/utrecht/p-716709ad.entry.js +1 -0
  833. package/dist/utrecht/p-76994008.entry.js +1 -0
  834. package/dist/utrecht/p-8030bfef.entry.js +1 -0
  835. package/dist/utrecht/p-8480852a.entry.js +1 -0
  836. package/dist/utrecht/p-85254628.entry.js +1 -0
  837. package/dist/utrecht/p-85d784ef.entry.js +1 -0
  838. package/dist/utrecht/p-8783339b.entry.js +1 -0
  839. package/dist/utrecht/p-88a4fc6a.entry.js +1 -0
  840. package/dist/utrecht/p-88e3a314.entry.js +1 -0
  841. package/dist/utrecht/p-8ba5d048.entry.js +1 -0
  842. package/dist/utrecht/p-8e7e3244.entry.js +1 -0
  843. package/dist/utrecht/p-8eec7ccf.entry.js +1 -0
  844. package/dist/utrecht/p-98b30c5b.entry.js +1 -0
  845. package/dist/utrecht/p-9fbf1c4d.entry.js +1 -0
  846. package/dist/utrecht/p-a003f4db.entry.js +1 -0
  847. package/dist/utrecht/p-a57c37b2.entry.js +1 -0
  848. package/dist/utrecht/p-afb31b7c.entry.js +1 -0
  849. package/dist/utrecht/p-b0f8c85c.entry.js +1 -0
  850. package/dist/utrecht/p-b667ddfb.entry.js +1 -0
  851. package/dist/utrecht/p-bb460ad4.entry.js +1 -0
  852. package/dist/utrecht/p-bb8b69c2.entry.js +1 -0
  853. package/dist/utrecht/p-bd4e712c.entry.js +1 -0
  854. package/dist/utrecht/p-be94c685.entry.js +1 -0
  855. package/dist/utrecht/p-bee211d3.entry.js +1 -0
  856. package/dist/utrecht/p-c3b90927.entry.js +1 -0
  857. package/dist/utrecht/p-c659d683.entry.js +1 -0
  858. package/dist/utrecht/p-c6c0edde.entry.js +1 -0
  859. package/dist/utrecht/p-c88cce3d.entry.js +1 -0
  860. package/dist/utrecht/p-c971b496.entry.js +1 -0
  861. package/dist/utrecht/p-cf247794.entry.js +1 -0
  862. package/dist/utrecht/p-d14ef5a6.entry.js +1 -0
  863. package/dist/utrecht/p-d3a16e55.entry.js +1 -0
  864. package/dist/utrecht/p-d53c80a5.entry.js +1 -0
  865. package/dist/utrecht/p-d9b1668c.entry.js +1 -0
  866. package/dist/utrecht/p-de6e5fdc.entry.js +1 -0
  867. package/dist/utrecht/p-df3f83e2.entry.js +1 -0
  868. package/dist/utrecht/p-e26c5ecb.entry.js +1 -0
  869. package/dist/utrecht/p-e31acdfb.entry.js +1 -0
  870. package/dist/utrecht/p-f5398f9f.entry.js +1 -0
  871. package/dist/utrecht/p-f79c82aa.entry.js +1 -0
  872. package/dist/utrecht/p-f8c96e57.entry.js +1 -0
  873. package/dist/utrecht/p-f8e1fa76.entry.js +1 -0
  874. package/dist/utrecht/p-fb116c84.entry.js +1 -0
  875. package/dist/utrecht/p-fb2096b1.entry.js +1 -0
  876. package/dist/utrecht/p-fd286294.entry.js +1 -0
  877. package/dist/utrecht/utrecht.esm.js +1 -1
  878. package/loader/index.d.ts +0 -1
  879. package/package.json +17 -9
  880. package/dist/article/stencil.js +0 -21
  881. package/dist/badge-counter/stencil.js +0 -37
  882. package/dist/badge-data/stencil.js +0 -25
  883. package/dist/badge-status/stencil.js +0 -28
  884. package/dist/button/stencil.js +0 -25
  885. package/dist/cjs/utrecht-button.cjs.entry.js +0 -20
  886. package/dist/cjs/utrecht-paragraph.cjs.entry.js +0 -20
  887. package/dist/collection/article/bem.css +0 -8
  888. package/dist/collection/button/bem.css +0 -48
  889. package/dist/collection/document/bem.css +0 -12
  890. package/dist/collection/html-content/html.css +0 -633
  891. package/dist/collection/menulijst/pijltje.svg +0 -1
  892. package/dist/collection/navigatie sidenav/bem.css +0 -248
  893. package/dist/collection/navigatie sidenav/stencil.js +0 -40
  894. package/dist/collection/separator/bem.css +0 -14
  895. package/dist/document/stencil.js +0 -21
  896. package/dist/esm/utrecht-button.entry.js +0 -16
  897. package/dist/esm/utrecht-paragraph.entry.js +0 -16
  898. package/dist/heading/stencil.js +0 -50
  899. package/dist/html-content/stencil.js +0 -25
  900. package/dist/navigatie sidenav/stencil.js +0 -30
  901. package/dist/page-footer/stencil.js +0 -25
  902. package/dist/paragraph/stencil.js +0 -25
  903. package/dist/separator/stencil.js +0 -20
  904. package/dist/types/button/stencil.d.ts +0 -4
  905. package/dist/utrecht/p-3a69515b.entry.js +0 -1
  906. package/dist/utrecht/p-6f35490c.entry.js +0 -1
  907. package/dist/utrecht/p-7157cce8.entry.js +0 -1
  908. package/dist/utrecht/p-7603f427.entry.js +0 -1
  909. package/dist/utrecht/p-7bb755d1.entry.js +0 -1
  910. package/dist/utrecht/p-7e18e0f8.entry.js +0 -1
  911. package/dist/utrecht/p-9e84c97e.js +0 -1
  912. package/dist/utrecht/p-b5095fed.entry.js +0 -1
  913. package/dist/utrecht/p-b5aa001b.entry.js +0 -1
  914. package/dist/utrecht/p-e1d48327.entry.js +0 -1
  915. package/dist/utrecht/p-e2fb0e03.entry.js +0 -1
  916. package/dist/utrecht/p-f8adb4e0.entry.js +0 -1
  917. package/dist/utrecht/p-fc20c5e2.entry.js +0 -1
@@ -0,0 +1,2 @@
1
+ !function(e,n){"object"==typeof exports&&"object"==typeof module?module.exports=n():"function"==typeof define&&define.amd?define([],n):"object"==typeof exports?exports.sourceMap=n():e.sourceMap=n()}(this,function(){return function(e){function n(t){if(r[t])return r[t].exports;var o=r[t]={exports:{},id:t,loaded:!1};return e[t].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}var r={};return n.m=e,n.c=r,n.p="",n(0)}([function(e,n,r){n.SourceMapGenerator=r(1).SourceMapGenerator,n.SourceMapConsumer=r(7).SourceMapConsumer,n.SourceNode=r(10).SourceNode},function(e,n,r){function t(e){e||(e={}),this._file=i.getArg(e,"file",null),this._sourceRoot=i.getArg(e,"sourceRoot",null),this._skipValidation=i.getArg(e,"skipValidation",!1),this._sources=new s,this._names=new s,this._mappings=new a,this._sourcesContents=null}var o=r(2),i=r(4),s=r(5).ArraySet,a=r(6).MappingList;t.prototype._version=3,t.fromSourceMap=function(e){var n=e.sourceRoot,r=new t({file:e.file,sourceRoot:n});return e.eachMapping(function(e){var t={generated:{line:e.generatedLine,column:e.generatedColumn}};null!=e.source&&(t.source=e.source,null!=n&&(t.source=i.relative(n,t.source)),t.original={line:e.originalLine,column:e.originalColumn},null!=e.name&&(t.name=e.name)),r.addMapping(t)}),e.sources.forEach(function(t){var o=t;null!==n&&(o=i.relative(n,t)),r._sources.has(o)||r._sources.add(o);var s=e.sourceContentFor(t);null!=s&&r.setSourceContent(t,s)}),r},t.prototype.addMapping=function(e){var n=i.getArg(e,"generated"),r=i.getArg(e,"original",null),t=i.getArg(e,"source",null),o=i.getArg(e,"name",null);this._skipValidation||this._validateMapping(n,r,t,o),null!=t&&(t=String(t),this._sources.has(t)||this._sources.add(t)),null!=o&&(o=String(o),this._names.has(o)||this._names.add(o)),this._mappings.add({generatedLine:n.line,generatedColumn:n.column,originalLine:null!=r&&r.line,originalColumn:null!=r&&r.column,source:t,name:o})},t.prototype.setSourceContent=function(e,n){var r=e;null!=this._sourceRoot&&(r=i.relative(this._sourceRoot,r)),null!=n?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[i.toSetString(r)]=n):this._sourcesContents&&(delete this._sourcesContents[i.toSetString(r)],0===Object.keys(this._sourcesContents).length&&(this._sourcesContents=null))},t.prototype.applySourceMap=function(e,n,r){var t=n;if(null==n){if(null==e.file)throw new Error('SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map\'s "file" property. Both were omitted.');t=e.file}var o=this._sourceRoot;null!=o&&(t=i.relative(o,t));var a=new s,u=new s;this._mappings.unsortedForEach(function(n){if(n.source===t&&null!=n.originalLine){var s=e.originalPositionFor({line:n.originalLine,column:n.originalColumn});null!=s.source&&(n.source=s.source,null!=r&&(n.source=i.join(r,n.source)),null!=o&&(n.source=i.relative(o,n.source)),n.originalLine=s.line,n.originalColumn=s.column,null!=s.name&&(n.name=s.name))}var l=n.source;null==l||a.has(l)||a.add(l);var c=n.name;null==c||u.has(c)||u.add(c)},this),this._sources=a,this._names=u,e.sources.forEach(function(n){var t=e.sourceContentFor(n);null!=t&&(null!=r&&(n=i.join(r,n)),null!=o&&(n=i.relative(o,n)),this.setSourceContent(n,t))},this)},t.prototype._validateMapping=function(e,n,r,t){if(n&&"number"!=typeof n.line&&"number"!=typeof n.column)throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if((!(e&&"line"in e&&"column"in e&&e.line>0&&e.column>=0)||n||r||t)&&!(e&&"line"in e&&"column"in e&&n&&"line"in n&&"column"in n&&e.line>0&&e.column>=0&&n.line>0&&n.column>=0&&r))throw new Error("Invalid mapping: "+JSON.stringify({generated:e,source:r,original:n,name:t}))},t.prototype._serializeMappings=function(){for(var e,n,r,t,s=0,a=1,u=0,l=0,c=0,g=0,p="",h=this._mappings.toArray(),f=0,d=h.length;f<d;f++){if(n=h[f],e="",n.generatedLine!==a)for(s=0;n.generatedLine!==a;)e+=";",a++;else if(f>0){if(!i.compareByGeneratedPositionsInflated(n,h[f-1]))continue;e+=","}e+=o.encode(n.generatedColumn-s),s=n.generatedColumn,null!=n.source&&(t=this._sources.indexOf(n.source),e+=o.encode(t-g),g=t,e+=o.encode(n.originalLine-1-l),l=n.originalLine-1,e+=o.encode(n.originalColumn-u),u=n.originalColumn,null!=n.name&&(r=this._names.indexOf(n.name),e+=o.encode(r-c),c=r)),p+=e}return p},t.prototype._generateSourcesContent=function(e,n){return e.map(function(e){if(!this._sourcesContents)return null;null!=n&&(e=i.relative(n,e));var r=i.toSetString(e);return Object.prototype.hasOwnProperty.call(this._sourcesContents,r)?this._sourcesContents[r]:null},this)},t.prototype.toJSON=function(){var e={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return null!=this._file&&(e.file=this._file),null!=this._sourceRoot&&(e.sourceRoot=this._sourceRoot),this._sourcesContents&&(e.sourcesContent=this._generateSourcesContent(e.sources,e.sourceRoot)),e},t.prototype.toString=function(){return JSON.stringify(this.toJSON())},n.SourceMapGenerator=t},function(e,n,r){function t(e){return e<0?(-e<<1)+1:(e<<1)+0}function o(e){var n=1===(1&e),r=e>>1;return n?-r:r}var i=r(3),s=5,a=1<<s,u=a-1,l=a;n.encode=function(e){var n,r="",o=t(e);do n=o&u,o>>>=s,o>0&&(n|=l),r+=i.encode(n);while(o>0);return r},n.decode=function(e,n,r){var t,a,c=e.length,g=0,p=0;do{if(n>=c)throw new Error("Expected more digits in base 64 VLQ value.");if(a=i.decode(e.charCodeAt(n++)),a===-1)throw new Error("Invalid base64 digit: "+e.charAt(n-1));t=!!(a&l),a&=u,g+=a<<p,p+=s}while(t);r.value=o(g),r.rest=n}},function(e,n){var r="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");n.encode=function(e){if(0<=e&&e<r.length)return r[e];throw new TypeError("Must be between 0 and 63: "+e)},n.decode=function(e){var n=65,r=90,t=97,o=122,i=48,s=57,a=43,u=47,l=26,c=52;return n<=e&&e<=r?e-n:t<=e&&e<=o?e-t+l:i<=e&&e<=s?e-i+c:e==a?62:e==u?63:-1}},function(e,n){function r(e,n,r){if(n in e)return e[n];if(3===arguments.length)return r;throw new Error('"'+n+'" is a required argument.')}function t(e){var n=e.match(v);return n?{scheme:n[1],auth:n[2],host:n[3],port:n[4],path:n[5]}:null}function o(e){var n="";return e.scheme&&(n+=e.scheme+":"),n+="//",e.auth&&(n+=e.auth+"@"),e.host&&(n+=e.host),e.port&&(n+=":"+e.port),e.path&&(n+=e.path),n}function i(e){var r=e,i=t(e);if(i){if(!i.path)return e;r=i.path}for(var s,a=n.isAbsolute(r),u=r.split(/\/+/),l=0,c=u.length-1;c>=0;c--)s=u[c],"."===s?u.splice(c,1):".."===s?l++:l>0&&(""===s?(u.splice(c+1,l),l=0):(u.splice(c,2),l--));return r=u.join("/"),""===r&&(r=a?"/":"."),i?(i.path=r,o(i)):r}function s(e,n){""===e&&(e="."),""===n&&(n=".");var r=t(n),s=t(e);if(s&&(e=s.path||"/"),r&&!r.scheme)return s&&(r.scheme=s.scheme),o(r);if(r||n.match(y))return n;if(s&&!s.host&&!s.path)return s.host=n,o(s);var a="/"===n.charAt(0)?n:i(e.replace(/\/+$/,"")+"/"+n);return s?(s.path=a,o(s)):a}function a(e,n){""===e&&(e="."),e=e.replace(/\/$/,"");for(var r=0;0!==n.indexOf(e+"/");){var t=e.lastIndexOf("/");if(t<0)return n;if(e=e.slice(0,t),e.match(/^([^\/]+:\/)?\/*$/))return n;++r}return Array(r+1).join("../")+n.substr(e.length+1)}function u(e){return e}function l(e){return g(e)?"$"+e:e}function c(e){return g(e)?e.slice(1):e}function g(e){if(!e)return!1;var n=e.length;if(n<9)return!1;if(95!==e.charCodeAt(n-1)||95!==e.charCodeAt(n-2)||111!==e.charCodeAt(n-3)||116!==e.charCodeAt(n-4)||111!==e.charCodeAt(n-5)||114!==e.charCodeAt(n-6)||112!==e.charCodeAt(n-7)||95!==e.charCodeAt(n-8)||95!==e.charCodeAt(n-9))return!1;for(var r=n-10;r>=0;r--)if(36!==e.charCodeAt(r))return!1;return!0}function p(e,n,r){var t=f(e.source,n.source);return 0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t||r?t:(t=e.generatedColumn-n.generatedColumn,0!==t?t:(t=e.generatedLine-n.generatedLine,0!==t?t:f(e.name,n.name)))))}function h(e,n,r){var t=e.generatedLine-n.generatedLine;return 0!==t?t:(t=e.generatedColumn-n.generatedColumn,0!==t||r?t:(t=f(e.source,n.source),0!==t?t:(t=e.originalLine-n.originalLine,0!==t?t:(t=e.originalColumn-n.originalColumn,0!==t?t:f(e.name,n.name)))))}function f(e,n){return e===n?0:null===e?1:null===n?-1:e>n?1:-1}function d(e,n){var r=e.generatedLine-n.generatedLine;return 0!==r?r:(r=e.generatedColumn-n.generatedColumn,0!==r?r:(r=f(e.source,n.source),0!==r?r:(r=e.originalLine-n.originalLine,0!==r?r:(r=e.originalColumn-n.originalColumn,0!==r?r:f(e.name,n.name)))))}function m(e){return JSON.parse(e.replace(/^\)]}'[^\n]*\n/,""))}function _(e,n,r){if(n=n||"",e&&("/"!==e[e.length-1]&&"/"!==n[0]&&(e+="/"),n=e+n),r){var a=t(r);if(!a)throw new Error("sourceMapURL could not be parsed");if(a.path){var u=a.path.lastIndexOf("/");u>=0&&(a.path=a.path.substring(0,u+1))}n=s(o(a),n)}return i(n)}n.getArg=r;var v=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,y=/^data:.+\,.+$/;n.urlParse=t,n.urlGenerate=o,n.normalize=i,n.join=s,n.isAbsolute=function(e){return"/"===e.charAt(0)||v.test(e)},n.relative=a;var C=function(){var e=Object.create(null);return!("__proto__"in e)}();n.toSetString=C?u:l,n.fromSetString=C?u:c,n.compareByOriginalPositions=p,n.compareByGeneratedPositionsDeflated=h,n.compareByGeneratedPositionsInflated=d,n.parseSourceMapInput=m,n.computeSourceURL=_},function(e,n,r){function t(){this._array=[],this._set=s?new Map:Object.create(null)}var o=r(4),i=Object.prototype.hasOwnProperty,s="undefined"!=typeof Map;t.fromArray=function(e,n){for(var r=new t,o=0,i=e.length;o<i;o++)r.add(e[o],n);return r},t.prototype.size=function(){return s?this._set.size:Object.getOwnPropertyNames(this._set).length},t.prototype.add=function(e,n){var r=s?e:o.toSetString(e),t=s?this.has(e):i.call(this._set,r),a=this._array.length;t&&!n||this._array.push(e),t||(s?this._set.set(e,a):this._set[r]=a)},t.prototype.has=function(e){if(s)return this._set.has(e);var n=o.toSetString(e);return i.call(this._set,n)},t.prototype.indexOf=function(e){if(s){var n=this._set.get(e);if(n>=0)return n}else{var r=o.toSetString(e);if(i.call(this._set,r))return this._set[r]}throw new Error('"'+e+'" is not in the set.')},t.prototype.at=function(e){if(e>=0&&e<this._array.length)return this._array[e];throw new Error("No element indexed by "+e)},t.prototype.toArray=function(){return this._array.slice()},n.ArraySet=t},function(e,n,r){function t(e,n){var r=e.generatedLine,t=n.generatedLine,o=e.generatedColumn,s=n.generatedColumn;return t>r||t==r&&s>=o||i.compareByGeneratedPositionsInflated(e,n)<=0}function o(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}var i=r(4);o.prototype.unsortedForEach=function(e,n){this._array.forEach(e,n)},o.prototype.add=function(e){t(this._last,e)?(this._last=e,this._array.push(e)):(this._sorted=!1,this._array.push(e))},o.prototype.toArray=function(){return this._sorted||(this._array.sort(i.compareByGeneratedPositionsInflated),this._sorted=!0),this._array},n.MappingList=o},function(e,n,r){function t(e,n){var r=e;return"string"==typeof e&&(r=a.parseSourceMapInput(e)),null!=r.sections?new s(r,n):new o(r,n)}function o(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var t=a.getArg(r,"version"),o=a.getArg(r,"sources"),i=a.getArg(r,"names",[]),s=a.getArg(r,"sourceRoot",null),u=a.getArg(r,"sourcesContent",null),c=a.getArg(r,"mappings"),g=a.getArg(r,"file",null);if(t!=this._version)throw new Error("Unsupported version: "+t);s&&(s=a.normalize(s)),o=o.map(String).map(a.normalize).map(function(e){return s&&a.isAbsolute(s)&&a.isAbsolute(e)?a.relative(s,e):e}),this._names=l.fromArray(i.map(String),!0),this._sources=l.fromArray(o,!0),this._absoluteSources=this._sources.toArray().map(function(e){return a.computeSourceURL(s,e,n)}),this.sourceRoot=s,this.sourcesContent=u,this._mappings=c,this._sourceMapURL=n,this.file=g}function i(){this.generatedLine=0,this.generatedColumn=0,this.source=null,this.originalLine=null,this.originalColumn=null,this.name=null}function s(e,n){var r=e;"string"==typeof e&&(r=a.parseSourceMapInput(e));var o=a.getArg(r,"version"),i=a.getArg(r,"sections");if(o!=this._version)throw new Error("Unsupported version: "+o);this._sources=new l,this._names=new l;var s={line:-1,column:0};this._sections=i.map(function(e){if(e.url)throw new Error("Support for url field in sections not implemented.");var r=a.getArg(e,"offset"),o=a.getArg(r,"line"),i=a.getArg(r,"column");if(o<s.line||o===s.line&&i<s.column)throw new Error("Section offsets must be ordered and non-overlapping.");return s=r,{generatedOffset:{generatedLine:o+1,generatedColumn:i+1},consumer:new t(a.getArg(e,"map"),n)}})}var a=r(4),u=r(8),l=r(5).ArraySet,c=r(2),g=r(9).quickSort;t.fromSourceMap=function(e,n){return o.fromSourceMap(e,n)},t.prototype._version=3,t.prototype.__generatedMappings=null,Object.defineProperty(t.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}}),t.prototype.__originalMappings=null,Object.defineProperty(t.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}}),t.prototype._charIsMappingSeparator=function(e,n){var r=e.charAt(n);return";"===r||","===r},t.prototype._parseMappings=function(e,n){throw new Error("Subclasses must implement _parseMappings")},t.GENERATED_ORDER=1,t.ORIGINAL_ORDER=2,t.GREATEST_LOWER_BOUND=1,t.LEAST_UPPER_BOUND=2,t.prototype.eachMapping=function(e,n,r){var o,i=n||null,s=r||t.GENERATED_ORDER;switch(s){case t.GENERATED_ORDER:o=this._generatedMappings;break;case t.ORIGINAL_ORDER:o=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var u=this.sourceRoot;o.map(function(e){var n=null===e.source?null:this._sources.at(e.source);return n=a.computeSourceURL(u,n,this._sourceMapURL),{source:n,generatedLine:e.generatedLine,generatedColumn:e.generatedColumn,originalLine:e.originalLine,originalColumn:e.originalColumn,name:null===e.name?null:this._names.at(e.name)}},this).forEach(e,i)},t.prototype.allGeneratedPositionsFor=function(e){var n=a.getArg(e,"line"),r={source:a.getArg(e,"source"),originalLine:n,originalColumn:a.getArg(e,"column",0)};if(r.source=this._findSourceIndex(r.source),r.source<0)return[];var t=[],o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,u.LEAST_UPPER_BOUND);if(o>=0){var i=this._originalMappings[o];if(void 0===e.column)for(var s=i.originalLine;i&&i.originalLine===s;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o];else for(var l=i.originalColumn;i&&i.originalLine===n&&i.originalColumn==l;)t.push({line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}),i=this._originalMappings[++o]}return t},n.SourceMapConsumer=t,o.prototype=Object.create(t.prototype),o.prototype.consumer=t,o.prototype._findSourceIndex=function(e){var n=e;if(null!=this.sourceRoot&&(n=a.relative(this.sourceRoot,n)),this._sources.has(n))return this._sources.indexOf(n);var r;for(r=0;r<this._absoluteSources.length;++r)if(this._absoluteSources[r]==e)return r;return-1},o.fromSourceMap=function(e,n){var r=Object.create(o.prototype),t=r._names=l.fromArray(e._names.toArray(),!0),s=r._sources=l.fromArray(e._sources.toArray(),!0);r.sourceRoot=e._sourceRoot,r.sourcesContent=e._generateSourcesContent(r._sources.toArray(),r.sourceRoot),r.file=e._file,r._sourceMapURL=n,r._absoluteSources=r._sources.toArray().map(function(e){return a.computeSourceURL(r.sourceRoot,e,n)});for(var u=e._mappings.toArray().slice(),c=r.__generatedMappings=[],p=r.__originalMappings=[],h=0,f=u.length;h<f;h++){var d=u[h],m=new i;m.generatedLine=d.generatedLine,m.generatedColumn=d.generatedColumn,d.source&&(m.source=s.indexOf(d.source),m.originalLine=d.originalLine,m.originalColumn=d.originalColumn,d.name&&(m.name=t.indexOf(d.name)),p.push(m)),c.push(m)}return g(r.__originalMappings,a.compareByOriginalPositions),r},o.prototype._version=3,Object.defineProperty(o.prototype,"sources",{get:function(){return this._absoluteSources.slice()}}),o.prototype._parseMappings=function(e,n){for(var r,t,o,s,u,l=1,p=0,h=0,f=0,d=0,m=0,_=e.length,v=0,y={},C={},S=[],A=[];v<_;)if(";"===e.charAt(v))l++,v++,p=0;else if(","===e.charAt(v))v++;else{for(r=new i,r.generatedLine=l,s=v;s<_&&!this._charIsMappingSeparator(e,s);s++);if(t=e.slice(v,s),o=y[t])v+=t.length;else{for(o=[];v<s;)c.decode(e,v,C),u=C.value,v=C.rest,o.push(u);if(2===o.length)throw new Error("Found a source, but no line and column");if(3===o.length)throw new Error("Found a source and line, but no column");y[t]=o}r.generatedColumn=p+o[0],p=r.generatedColumn,o.length>1&&(r.source=d+o[1],d+=o[1],r.originalLine=h+o[2],h=r.originalLine,r.originalLine+=1,r.originalColumn=f+o[3],f=r.originalColumn,o.length>4&&(r.name=m+o[4],m+=o[4])),A.push(r),"number"==typeof r.originalLine&&S.push(r)}g(A,a.compareByGeneratedPositionsDeflated),this.__generatedMappings=A,g(S,a.compareByOriginalPositions),this.__originalMappings=S},o.prototype._findMapping=function(e,n,r,t,o,i){if(e[r]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+e[r]);if(e[t]<0)throw new TypeError("Column must be greater than or equal to 0, got "+e[t]);return u.search(e,n,o,i)},o.prototype.computeColumnSpans=function(){for(var e=0;e<this._generatedMappings.length;++e){var n=this._generatedMappings[e];if(e+1<this._generatedMappings.length){var r=this._generatedMappings[e+1];if(n.generatedLine===r.generatedLine){n.lastGeneratedColumn=r.generatedColumn-1;continue}}n.lastGeneratedColumn=1/0}},o.prototype.originalPositionFor=function(e){var n={generatedLine:a.getArg(e,"line"),generatedColumn:a.getArg(e,"column")},r=this._findMapping(n,this._generatedMappings,"generatedLine","generatedColumn",a.compareByGeneratedPositionsDeflated,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(r>=0){var o=this._generatedMappings[r];if(o.generatedLine===n.generatedLine){var i=a.getArg(o,"source",null);null!==i&&(i=this._sources.at(i),i=a.computeSourceURL(this.sourceRoot,i,this._sourceMapURL));var s=a.getArg(o,"name",null);return null!==s&&(s=this._names.at(s)),{source:i,line:a.getArg(o,"originalLine",null),column:a.getArg(o,"originalColumn",null),name:s}}}return{source:null,line:null,column:null,name:null}},o.prototype.hasContentsOfAllSources=function(){return!!this.sourcesContent&&(this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(e){return null==e}))},o.prototype.sourceContentFor=function(e,n){if(!this.sourcesContent)return null;var r=this._findSourceIndex(e);if(r>=0)return this.sourcesContent[r];var t=e;null!=this.sourceRoot&&(t=a.relative(this.sourceRoot,t));var o;if(null!=this.sourceRoot&&(o=a.urlParse(this.sourceRoot))){var i=t.replace(/^file:\/\//,"");if("file"==o.scheme&&this._sources.has(i))return this.sourcesContent[this._sources.indexOf(i)];if((!o.path||"/"==o.path)&&this._sources.has("/"+t))return this.sourcesContent[this._sources.indexOf("/"+t)]}if(n)return null;throw new Error('"'+t+'" is not in the SourceMap.')},o.prototype.generatedPositionFor=function(e){var n=a.getArg(e,"source");if(n=this._findSourceIndex(n),n<0)return{line:null,column:null,lastColumn:null};var r={source:n,originalLine:a.getArg(e,"line"),originalColumn:a.getArg(e,"column")},o=this._findMapping(r,this._originalMappings,"originalLine","originalColumn",a.compareByOriginalPositions,a.getArg(e,"bias",t.GREATEST_LOWER_BOUND));if(o>=0){var i=this._originalMappings[o];if(i.source===r.source)return{line:a.getArg(i,"generatedLine",null),column:a.getArg(i,"generatedColumn",null),lastColumn:a.getArg(i,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}},n.BasicSourceMapConsumer=o,s.prototype=Object.create(t.prototype),s.prototype.constructor=t,s.prototype._version=3,Object.defineProperty(s.prototype,"sources",{get:function(){for(var e=[],n=0;n<this._sections.length;n++)for(var r=0;r<this._sections[n].consumer.sources.length;r++)e.push(this._sections[n].consumer.sources[r]);return e}}),s.prototype.originalPositionFor=function(e){var n={generatedLine:a.getArg(e,"line"),generatedColumn:a.getArg(e,"column")},r=u.search(n,this._sections,function(e,n){var r=e.generatedLine-n.generatedOffset.generatedLine;return r?r:e.generatedColumn-n.generatedOffset.generatedColumn}),t=this._sections[r];return t?t.consumer.originalPositionFor({line:n.generatedLine-(t.generatedOffset.generatedLine-1),column:n.generatedColumn-(t.generatedOffset.generatedLine===n.generatedLine?t.generatedOffset.generatedColumn-1:0),bias:e.bias}):{source:null,line:null,column:null,name:null}},s.prototype.hasContentsOfAllSources=function(){return this._sections.every(function(e){return e.consumer.hasContentsOfAllSources()})},s.prototype.sourceContentFor=function(e,n){for(var r=0;r<this._sections.length;r++){var t=this._sections[r],o=t.consumer.sourceContentFor(e,!0);if(o)return o}if(n)return null;throw new Error('"'+e+'" is not in the SourceMap.')},s.prototype.generatedPositionFor=function(e){for(var n=0;n<this._sections.length;n++){var r=this._sections[n];if(r.consumer._findSourceIndex(a.getArg(e,"source"))!==-1){var t=r.consumer.generatedPositionFor(e);if(t){var o={line:t.line+(r.generatedOffset.generatedLine-1),column:t.column+(r.generatedOffset.generatedLine===t.line?r.generatedOffset.generatedColumn-1:0)};return o}}}return{line:null,column:null}},s.prototype._parseMappings=function(e,n){this.__generatedMappings=[],this.__originalMappings=[];for(var r=0;r<this._sections.length;r++)for(var t=this._sections[r],o=t.consumer._generatedMappings,i=0;i<o.length;i++){var s=o[i],u=t.consumer._sources.at(s.source);u=a.computeSourceURL(t.consumer.sourceRoot,u,this._sourceMapURL),this._sources.add(u),u=this._sources.indexOf(u);var l=null;s.name&&(l=t.consumer._names.at(s.name),this._names.add(l),l=this._names.indexOf(l));var c={source:u,generatedLine:s.generatedLine+(t.generatedOffset.generatedLine-1),generatedColumn:s.generatedColumn+(t.generatedOffset.generatedLine===s.generatedLine?t.generatedOffset.generatedColumn-1:0),originalLine:s.originalLine,originalColumn:s.originalColumn,name:l};this.__generatedMappings.push(c),"number"==typeof c.originalLine&&this.__originalMappings.push(c)}g(this.__generatedMappings,a.compareByGeneratedPositionsDeflated),g(this.__originalMappings,a.compareByOriginalPositions)},n.IndexedSourceMapConsumer=s},function(e,n){function r(e,t,o,i,s,a){var u=Math.floor((t-e)/2)+e,l=s(o,i[u],!0);return 0===l?u:l>0?t-u>1?r(u,t,o,i,s,a):a==n.LEAST_UPPER_BOUND?t<i.length?t:-1:u:u-e>1?r(e,u,o,i,s,a):a==n.LEAST_UPPER_BOUND?u:e<0?-1:e}n.GREATEST_LOWER_BOUND=1,n.LEAST_UPPER_BOUND=2,n.search=function(e,t,o,i){if(0===t.length)return-1;var s=r(-1,t.length,e,t,o,i||n.GREATEST_LOWER_BOUND);if(s<0)return-1;for(;s-1>=0&&0===o(t[s],t[s-1],!0);)--s;return s}},function(e,n){function r(e,n,r){var t=e[n];e[n]=e[r],e[r]=t}function t(e,n){return Math.round(e+Math.random()*(n-e))}function o(e,n,i,s){if(i<s){var a=t(i,s),u=i-1;r(e,a,s);for(var l=e[s],c=i;c<s;c++)n(e[c],l)<=0&&(u+=1,r(e,u,c));r(e,u+1,c);var g=u+1;o(e,n,i,g-1),o(e,n,g+1,s)}}n.quickSort=function(e,n){o(e,n,0,e.length-1)}},function(e,n,r){function t(e,n,r,t,o){this.children=[],this.sourceContents={},this.line=null==e?null:e,this.column=null==n?null:n,this.source=null==r?null:r,this.name=null==o?null:o,this[u]=!0,null!=t&&this.add(t)}var o=r(1).SourceMapGenerator,i=r(4),s=/(\r?\n)/,a=10,u="$$$isSourceNode$$$";t.fromStringWithSourceMap=function(e,n,r){function o(e,n){if(null===e||void 0===e.source)a.add(n);else{var o=r?i.join(r,e.source):e.source;a.add(new t(e.originalLine,e.originalColumn,o,n,e.name))}}var a=new t,u=e.split(s),l=0,c=function(){function e(){return l<u.length?u[l++]:void 0}var n=e(),r=e()||"";return n+r},g=1,p=0,h=null;return n.eachMapping(function(e){if(null!==h){if(!(g<e.generatedLine)){var n=u[l]||"",r=n.substr(0,e.generatedColumn-p);return u[l]=n.substr(e.generatedColumn-p),p=e.generatedColumn,o(h,r),void(h=e)}o(h,c()),g++,p=0}for(;g<e.generatedLine;)a.add(c()),g++;if(p<e.generatedColumn){var n=u[l]||"";a.add(n.substr(0,e.generatedColumn)),u[l]=n.substr(e.generatedColumn),p=e.generatedColumn}h=e},this),l<u.length&&(h&&o(h,c()),a.add(u.splice(l).join(""))),n.sources.forEach(function(e){var t=n.sourceContentFor(e);null!=t&&(null!=r&&(e=i.join(r,e)),a.setSourceContent(e,t))}),a},t.prototype.add=function(e){if(Array.isArray(e))e.forEach(function(e){this.add(e)},this);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);e&&this.children.push(e)}return this},t.prototype.prepend=function(e){if(Array.isArray(e))for(var n=e.length-1;n>=0;n--)this.prepend(e[n]);else{if(!e[u]&&"string"!=typeof e)throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+e);this.children.unshift(e)}return this},t.prototype.walk=function(e){for(var n,r=0,t=this.children.length;r<t;r++)n=this.children[r],n[u]?n.walk(e):""!==n&&e(n,{source:this.source,line:this.line,column:this.column,name:this.name})},t.prototype.join=function(e){var n,r,t=this.children.length;if(t>0){for(n=[],r=0;r<t-1;r++)n.push(this.children[r]),n.push(e);n.push(this.children[r]),this.children=n}return this},t.prototype.replaceRight=function(e,n){var r=this.children[this.children.length-1];return r[u]?r.replaceRight(e,n):"string"==typeof r?this.children[this.children.length-1]=r.replace(e,n):this.children.push("".replace(e,n)),this},t.prototype.setSourceContent=function(e,n){this.sourceContents[i.toSetString(e)]=n},t.prototype.walkSourceContents=function(e){for(var n=0,r=this.children.length;n<r;n++)this.children[n][u]&&this.children[n].walkSourceContents(e);for(var t=Object.keys(this.sourceContents),n=0,r=t.length;n<r;n++)e(i.fromSetString(t[n]),this.sourceContents[t[n]])},t.prototype.toString=function(){var e="";return this.walk(function(n){e+=n}),e},t.prototype.toStringWithSourceMap=function(e){var n={code:"",line:1,column:0},r=new o(e),t=!1,i=null,s=null,u=null,l=null;return this.walk(function(e,o){n.code+=e,null!==o.source&&null!==o.line&&null!==o.column?(i===o.source&&s===o.line&&u===o.column&&l===o.name||r.addMapping({source:o.source,original:{line:o.line,column:o.column},generated:{line:n.line,column:n.column},name:o.name}),i=o.source,s=o.line,u=o.column,l=o.name,t=!0):t&&(r.addMapping({generated:{line:n.line,column:n.column}}),i=null,t=!1);for(var c=0,g=e.length;c<g;c++)e.charCodeAt(c)===a?(n.line++,n.column=0,c+1===g?(i=null,t=!1):t&&r.addMapping({source:o.source,original:{line:o.line,column:o.column},generated:{line:n.line,column:n.column},name:o.name})):n.column++}),this.walkSourceContents(function(e,n){r.setSourceContent(e,n)}),{code:n.code,map:r}},n.SourceNode=t}])});
2
+ //# sourceMappingURL=source-map.min.js.map
@@ -0,0 +1,121 @@
1
+ /* -*- Mode: js; js-indent-level: 2; -*- */
2
+ /*
3
+ * Copyright 2011 Mozilla Foundation and contributors
4
+ * Licensed under the New BSD license. See LICENSE or:
5
+ * http://opensource.org/licenses/BSD-3-Clause
6
+ */
7
+
8
+ var util = require('./util');
9
+ var has = Object.prototype.hasOwnProperty;
10
+ var hasNativeMap = typeof Map !== "undefined";
11
+
12
+ /**
13
+ * A data structure which is a combination of an array and a set. Adding a new
14
+ * member is O(1), testing for membership is O(1), and finding the index of an
15
+ * element is O(1). Removing elements from the set is not supported. Only
16
+ * strings are supported for membership.
17
+ */
18
+ function ArraySet() {
19
+ this._array = [];
20
+ this._set = hasNativeMap ? new Map() : Object.create(null);
21
+ }
22
+
23
+ /**
24
+ * Static method for creating ArraySet instances from an existing array.
25
+ */
26
+ ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) {
27
+ var set = new ArraySet();
28
+ for (var i = 0, len = aArray.length; i < len; i++) {
29
+ set.add(aArray[i], aAllowDuplicates);
30
+ }
31
+ return set;
32
+ };
33
+
34
+ /**
35
+ * Return how many unique items are in this ArraySet. If duplicates have been
36
+ * added, than those do not count towards the size.
37
+ *
38
+ * @returns Number
39
+ */
40
+ ArraySet.prototype.size = function ArraySet_size() {
41
+ return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length;
42
+ };
43
+
44
+ /**
45
+ * Add the given string to this set.
46
+ *
47
+ * @param String aStr
48
+ */
49
+ ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) {
50
+ var sStr = hasNativeMap ? aStr : util.toSetString(aStr);
51
+ var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr);
52
+ var idx = this._array.length;
53
+ if (!isDuplicate || aAllowDuplicates) {
54
+ this._array.push(aStr);
55
+ }
56
+ if (!isDuplicate) {
57
+ if (hasNativeMap) {
58
+ this._set.set(aStr, idx);
59
+ } else {
60
+ this._set[sStr] = idx;
61
+ }
62
+ }
63
+ };
64
+
65
+ /**
66
+ * Is the given string a member of this set?
67
+ *
68
+ * @param String aStr
69
+ */
70
+ ArraySet.prototype.has = function ArraySet_has(aStr) {
71
+ if (hasNativeMap) {
72
+ return this._set.has(aStr);
73
+ } else {
74
+ var sStr = util.toSetString(aStr);
75
+ return has.call(this._set, sStr);
76
+ }
77
+ };
78
+
79
+ /**
80
+ * What is the index of the given string in the array?
81
+ *
82
+ * @param String aStr
83
+ */
84
+ ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) {
85
+ if (hasNativeMap) {
86
+ var idx = this._set.get(aStr);
87
+ if (idx >= 0) {
88
+ return idx;
89
+ }
90
+ } else {
91
+ var sStr = util.toSetString(aStr);
92
+ if (has.call(this._set, sStr)) {
93
+ return this._set[sStr];
94
+ }
95
+ }
96
+
97
+ throw new Error('"' + aStr + '" is not in the set.');
98
+ };
99
+
100
+ /**
101
+ * What is the element at the given index?
102
+ *
103
+ * @param Number aIdx
104
+ */
105
+ ArraySet.prototype.at = function ArraySet_at(aIdx) {
106
+ if (aIdx >= 0 && aIdx < this._array.length) {
107
+ return this._array[aIdx];
108
+ }
109
+ throw new Error('No element indexed by ' + aIdx);
110
+ };
111
+
112
+ /**
113
+ * Returns the array representation of this set (which has the proper indices
114
+ * indicated by indexOf). Note that this is a copy of the internal array used
115
+ * for storing the members so that no one can mess with internal state.
116
+ */
117
+ ArraySet.prototype.toArray = function ArraySet_toArray() {
118
+ return this._array.slice();
119
+ };
120
+
121
+ exports.ArraySet = ArraySet;
@@ -0,0 +1,140 @@
1
+ /* -*- Mode: js; js-indent-level: 2; -*- */
2
+ /*
3
+ * Copyright 2011 Mozilla Foundation and contributors
4
+ * Licensed under the New BSD license. See LICENSE or:
5
+ * http://opensource.org/licenses/BSD-3-Clause
6
+ *
7
+ * Based on the Base 64 VLQ implementation in Closure Compiler:
8
+ * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java
9
+ *
10
+ * Copyright 2011 The Closure Compiler Authors. All rights reserved.
11
+ * Redistribution and use in source and binary forms, with or without
12
+ * modification, are permitted provided that the following conditions are
13
+ * met:
14
+ *
15
+ * * Redistributions of source code must retain the above copyright
16
+ * notice, this list of conditions and the following disclaimer.
17
+ * * Redistributions in binary form must reproduce the above
18
+ * copyright notice, this list of conditions and the following
19
+ * disclaimer in the documentation and/or other materials provided
20
+ * with the distribution.
21
+ * * Neither the name of Google Inc. nor the names of its
22
+ * contributors may be used to endorse or promote products derived
23
+ * from this software without specific prior written permission.
24
+ *
25
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
26
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27
+ * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
28
+ * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29
+ * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
31
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32
+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
33
+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
34
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
35
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36
+ */
37
+
38
+ var base64 = require('./base64');
39
+
40
+ // A single base 64 digit can contain 6 bits of data. For the base 64 variable
41
+ // length quantities we use in the source map spec, the first bit is the sign,
42
+ // the next four bits are the actual value, and the 6th bit is the
43
+ // continuation bit. The continuation bit tells us whether there are more
44
+ // digits in this value following this digit.
45
+ //
46
+ // Continuation
47
+ // | Sign
48
+ // | |
49
+ // V V
50
+ // 101011
51
+
52
+ var VLQ_BASE_SHIFT = 5;
53
+
54
+ // binary: 100000
55
+ var VLQ_BASE = 1 << VLQ_BASE_SHIFT;
56
+
57
+ // binary: 011111
58
+ var VLQ_BASE_MASK = VLQ_BASE - 1;
59
+
60
+ // binary: 100000
61
+ var VLQ_CONTINUATION_BIT = VLQ_BASE;
62
+
63
+ /**
64
+ * Converts from a two-complement value to a value where the sign bit is
65
+ * placed in the least significant bit. For example, as decimals:
66
+ * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary)
67
+ * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary)
68
+ */
69
+ function toVLQSigned(aValue) {
70
+ return aValue < 0
71
+ ? ((-aValue) << 1) + 1
72
+ : (aValue << 1) + 0;
73
+ }
74
+
75
+ /**
76
+ * Converts to a two-complement value from a value where the sign bit is
77
+ * placed in the least significant bit. For example, as decimals:
78
+ * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1
79
+ * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2
80
+ */
81
+ function fromVLQSigned(aValue) {
82
+ var isNegative = (aValue & 1) === 1;
83
+ var shifted = aValue >> 1;
84
+ return isNegative
85
+ ? -shifted
86
+ : shifted;
87
+ }
88
+
89
+ /**
90
+ * Returns the base 64 VLQ encoded value.
91
+ */
92
+ exports.encode = function base64VLQ_encode(aValue) {
93
+ var encoded = "";
94
+ var digit;
95
+
96
+ var vlq = toVLQSigned(aValue);
97
+
98
+ do {
99
+ digit = vlq & VLQ_BASE_MASK;
100
+ vlq >>>= VLQ_BASE_SHIFT;
101
+ if (vlq > 0) {
102
+ // There are still more digits in this value, so we must make sure the
103
+ // continuation bit is marked.
104
+ digit |= VLQ_CONTINUATION_BIT;
105
+ }
106
+ encoded += base64.encode(digit);
107
+ } while (vlq > 0);
108
+
109
+ return encoded;
110
+ };
111
+
112
+ /**
113
+ * Decodes the next base 64 VLQ value from the given string and returns the
114
+ * value and the rest of the string via the out parameter.
115
+ */
116
+ exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) {
117
+ var strLen = aStr.length;
118
+ var result = 0;
119
+ var shift = 0;
120
+ var continuation, digit;
121
+
122
+ do {
123
+ if (aIndex >= strLen) {
124
+ throw new Error("Expected more digits in base 64 VLQ value.");
125
+ }
126
+
127
+ digit = base64.decode(aStr.charCodeAt(aIndex++));
128
+ if (digit === -1) {
129
+ throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1));
130
+ }
131
+
132
+ continuation = !!(digit & VLQ_CONTINUATION_BIT);
133
+ digit &= VLQ_BASE_MASK;
134
+ result = result + (digit << shift);
135
+ shift += VLQ_BASE_SHIFT;
136
+ } while (continuation);
137
+
138
+ aOutParam.value = fromVLQSigned(result);
139
+ aOutParam.rest = aIndex;
140
+ };
@@ -0,0 +1,67 @@
1
+ /* -*- Mode: js; js-indent-level: 2; -*- */
2
+ /*
3
+ * Copyright 2011 Mozilla Foundation and contributors
4
+ * Licensed under the New BSD license. See LICENSE or:
5
+ * http://opensource.org/licenses/BSD-3-Clause
6
+ */
7
+
8
+ var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split('');
9
+
10
+ /**
11
+ * Encode an integer in the range of 0 to 63 to a single base 64 digit.
12
+ */
13
+ exports.encode = function (number) {
14
+ if (0 <= number && number < intToCharMap.length) {
15
+ return intToCharMap[number];
16
+ }
17
+ throw new TypeError("Must be between 0 and 63: " + number);
18
+ };
19
+
20
+ /**
21
+ * Decode a single base 64 character code digit to an integer. Returns -1 on
22
+ * failure.
23
+ */
24
+ exports.decode = function (charCode) {
25
+ var bigA = 65; // 'A'
26
+ var bigZ = 90; // 'Z'
27
+
28
+ var littleA = 97; // 'a'
29
+ var littleZ = 122; // 'z'
30
+
31
+ var zero = 48; // '0'
32
+ var nine = 57; // '9'
33
+
34
+ var plus = 43; // '+'
35
+ var slash = 47; // '/'
36
+
37
+ var littleOffset = 26;
38
+ var numberOffset = 52;
39
+
40
+ // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ
41
+ if (bigA <= charCode && charCode <= bigZ) {
42
+ return (charCode - bigA);
43
+ }
44
+
45
+ // 26 - 51: abcdefghijklmnopqrstuvwxyz
46
+ if (littleA <= charCode && charCode <= littleZ) {
47
+ return (charCode - littleA + littleOffset);
48
+ }
49
+
50
+ // 52 - 61: 0123456789
51
+ if (zero <= charCode && charCode <= nine) {
52
+ return (charCode - zero + numberOffset);
53
+ }
54
+
55
+ // 62: +
56
+ if (charCode == plus) {
57
+ return 62;
58
+ }
59
+
60
+ // 63: /
61
+ if (charCode == slash) {
62
+ return 63;
63
+ }
64
+
65
+ // Invalid base64 digit.
66
+ return -1;
67
+ };
@@ -0,0 +1,111 @@
1
+ /* -*- Mode: js; js-indent-level: 2; -*- */
2
+ /*
3
+ * Copyright 2011 Mozilla Foundation and contributors
4
+ * Licensed under the New BSD license. See LICENSE or:
5
+ * http://opensource.org/licenses/BSD-3-Clause
6
+ */
7
+
8
+ exports.GREATEST_LOWER_BOUND = 1;
9
+ exports.LEAST_UPPER_BOUND = 2;
10
+
11
+ /**
12
+ * Recursive implementation of binary search.
13
+ *
14
+ * @param aLow Indices here and lower do not contain the needle.
15
+ * @param aHigh Indices here and higher do not contain the needle.
16
+ * @param aNeedle The element being searched for.
17
+ * @param aHaystack The non-empty array being searched.
18
+ * @param aCompare Function which takes two elements and returns -1, 0, or 1.
19
+ * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
20
+ * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
21
+ * closest element that is smaller than or greater than the one we are
22
+ * searching for, respectively, if the exact element cannot be found.
23
+ */
24
+ function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) {
25
+ // This function terminates when one of the following is true:
26
+ //
27
+ // 1. We find the exact element we are looking for.
28
+ //
29
+ // 2. We did not find the exact element, but we can return the index of
30
+ // the next-closest element.
31
+ //
32
+ // 3. We did not find the exact element, and there is no next-closest
33
+ // element than the one we are searching for, so we return -1.
34
+ var mid = Math.floor((aHigh - aLow) / 2) + aLow;
35
+ var cmp = aCompare(aNeedle, aHaystack[mid], true);
36
+ if (cmp === 0) {
37
+ // Found the element we are looking for.
38
+ return mid;
39
+ }
40
+ else if (cmp > 0) {
41
+ // Our needle is greater than aHaystack[mid].
42
+ if (aHigh - mid > 1) {
43
+ // The element is in the upper half.
44
+ return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias);
45
+ }
46
+
47
+ // The exact needle element was not found in this haystack. Determine if
48
+ // we are in termination case (3) or (2) and return the appropriate thing.
49
+ if (aBias == exports.LEAST_UPPER_BOUND) {
50
+ return aHigh < aHaystack.length ? aHigh : -1;
51
+ } else {
52
+ return mid;
53
+ }
54
+ }
55
+ else {
56
+ // Our needle is less than aHaystack[mid].
57
+ if (mid - aLow > 1) {
58
+ // The element is in the lower half.
59
+ return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias);
60
+ }
61
+
62
+ // we are in termination case (3) or (2) and return the appropriate thing.
63
+ if (aBias == exports.LEAST_UPPER_BOUND) {
64
+ return mid;
65
+ } else {
66
+ return aLow < 0 ? -1 : aLow;
67
+ }
68
+ }
69
+ }
70
+
71
+ /**
72
+ * This is an implementation of binary search which will always try and return
73
+ * the index of the closest element if there is no exact hit. This is because
74
+ * mappings between original and generated line/col pairs are single points,
75
+ * and there is an implicit region between each of them, so a miss just means
76
+ * that you aren't on the very start of a region.
77
+ *
78
+ * @param aNeedle The element you are looking for.
79
+ * @param aHaystack The array that is being searched.
80
+ * @param aCompare A function which takes the needle and an element in the
81
+ * array and returns -1, 0, or 1 depending on whether the needle is less
82
+ * than, equal to, or greater than the element, respectively.
83
+ * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or
84
+ * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the
85
+ * closest element that is smaller than or greater than the one we are
86
+ * searching for, respectively, if the exact element cannot be found.
87
+ * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'.
88
+ */
89
+ exports.search = function search(aNeedle, aHaystack, aCompare, aBias) {
90
+ if (aHaystack.length === 0) {
91
+ return -1;
92
+ }
93
+
94
+ var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack,
95
+ aCompare, aBias || exports.GREATEST_LOWER_BOUND);
96
+ if (index < 0) {
97
+ return -1;
98
+ }
99
+
100
+ // We have found either the exact element, or the next-closest element than
101
+ // the one we are searching for. However, there may be more than one such
102
+ // element. Make sure we always return the smallest of these.
103
+ while (index - 1 >= 0) {
104
+ if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) {
105
+ break;
106
+ }
107
+ --index;
108
+ }
109
+
110
+ return index;
111
+ };
@@ -0,0 +1,79 @@
1
+ /* -*- Mode: js; js-indent-level: 2; -*- */
2
+ /*
3
+ * Copyright 2014 Mozilla Foundation and contributors
4
+ * Licensed under the New BSD license. See LICENSE or:
5
+ * http://opensource.org/licenses/BSD-3-Clause
6
+ */
7
+
8
+ var util = require('./util');
9
+
10
+ /**
11
+ * Determine whether mappingB is after mappingA with respect to generated
12
+ * position.
13
+ */
14
+ function generatedPositionAfter(mappingA, mappingB) {
15
+ // Optimized for most common case
16
+ var lineA = mappingA.generatedLine;
17
+ var lineB = mappingB.generatedLine;
18
+ var columnA = mappingA.generatedColumn;
19
+ var columnB = mappingB.generatedColumn;
20
+ return lineB > lineA || lineB == lineA && columnB >= columnA ||
21
+ util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0;
22
+ }
23
+
24
+ /**
25
+ * A data structure to provide a sorted view of accumulated mappings in a
26
+ * performance conscious manner. It trades a neglibable overhead in general
27
+ * case for a large speedup in case of mappings being added in order.
28
+ */
29
+ function MappingList() {
30
+ this._array = [];
31
+ this._sorted = true;
32
+ // Serves as infimum
33
+ this._last = {generatedLine: -1, generatedColumn: 0};
34
+ }
35
+
36
+ /**
37
+ * Iterate through internal items. This method takes the same arguments that
38
+ * `Array.prototype.forEach` takes.
39
+ *
40
+ * NOTE: The order of the mappings is NOT guaranteed.
41
+ */
42
+ MappingList.prototype.unsortedForEach =
43
+ function MappingList_forEach(aCallback, aThisArg) {
44
+ this._array.forEach(aCallback, aThisArg);
45
+ };
46
+
47
+ /**
48
+ * Add the given source mapping.
49
+ *
50
+ * @param Object aMapping
51
+ */
52
+ MappingList.prototype.add = function MappingList_add(aMapping) {
53
+ if (generatedPositionAfter(this._last, aMapping)) {
54
+ this._last = aMapping;
55
+ this._array.push(aMapping);
56
+ } else {
57
+ this._sorted = false;
58
+ this._array.push(aMapping);
59
+ }
60
+ };
61
+
62
+ /**
63
+ * Returns the flat, sorted array of mappings. The mappings are sorted by
64
+ * generated position.
65
+ *
66
+ * WARNING: This method returns internal data without copying, for
67
+ * performance. The return value must NOT be mutated, and should be treated as
68
+ * an immutable borrow. If you want to take ownership, you must make your own
69
+ * copy.
70
+ */
71
+ MappingList.prototype.toArray = function MappingList_toArray() {
72
+ if (!this._sorted) {
73
+ this._array.sort(util.compareByGeneratedPositionsInflated);
74
+ this._sorted = true;
75
+ }
76
+ return this._array;
77
+ };
78
+
79
+ exports.MappingList = MappingList;