@utrecht/web-component-library-stencil 1.0.0-alpha.576 → 1.0.0-alpha.577

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 (76) hide show
  1. package/dist/cjs/index-ea575c82.js +20 -0
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/utrecht-data-list-actions.cjs.entry.js +21 -0
  4. package/dist/cjs/utrecht-data-list-actions.cjs.entry.js.map +1 -0
  5. package/dist/cjs/utrecht-data-list-item.cjs.entry.js +21 -0
  6. package/dist/cjs/utrecht-data-list-item.cjs.entry.js.map +1 -0
  7. package/dist/cjs/utrecht-data-list-key.cjs.entry.js +21 -0
  8. package/dist/cjs/utrecht-data-list-key.cjs.entry.js.map +1 -0
  9. package/dist/cjs/utrecht-data-list-value.cjs.entry.js +21 -0
  10. package/dist/cjs/utrecht-data-list-value.cjs.entry.js.map +1 -0
  11. package/dist/cjs/utrecht-data-list.cjs.entry.js +21 -0
  12. package/dist/cjs/utrecht-data-list.cjs.entry.js.map +1 -0
  13. package/dist/cjs/utrecht.cjs.js +1 -1
  14. package/dist/collection/collection-manifest.json +5 -0
  15. package/dist/collection/components/data-list-actions.css +32 -0
  16. package/dist/collection/components/data-list-actions.js +24 -0
  17. package/dist/collection/components/data-list-actions.js.map +1 -0
  18. package/dist/collection/components/data-list-item.css +40 -0
  19. package/dist/collection/components/data-list-item.js +24 -0
  20. package/dist/collection/components/data-list-item.js.map +1 -0
  21. package/dist/collection/components/data-list-key.css +29 -0
  22. package/dist/collection/components/data-list-key.js +24 -0
  23. package/dist/collection/components/data-list-key.js.map +1 -0
  24. package/dist/collection/components/data-list-value.css +34 -0
  25. package/dist/collection/components/data-list-value.js +24 -0
  26. package/dist/collection/components/data-list-value.js.map +1 -0
  27. package/dist/collection/components/data-list.css +29 -0
  28. package/dist/collection/components/data-list.js +24 -0
  29. package/dist/collection/components/data-list.js.map +1 -0
  30. package/dist/components/utrecht-data-list-actions.d.ts +11 -0
  31. package/dist/components/utrecht-data-list-actions.js +35 -0
  32. package/dist/components/utrecht-data-list-actions.js.map +1 -0
  33. package/dist/components/utrecht-data-list-item.d.ts +11 -0
  34. package/dist/components/utrecht-data-list-item.js +35 -0
  35. package/dist/components/utrecht-data-list-item.js.map +1 -0
  36. package/dist/components/utrecht-data-list-key.d.ts +11 -0
  37. package/dist/components/utrecht-data-list-key.js +35 -0
  38. package/dist/components/utrecht-data-list-key.js.map +1 -0
  39. package/dist/components/utrecht-data-list-value.d.ts +11 -0
  40. package/dist/components/utrecht-data-list-value.js +35 -0
  41. package/dist/components/utrecht-data-list-value.js.map +1 -0
  42. package/dist/components/utrecht-data-list.d.ts +11 -0
  43. package/dist/components/utrecht-data-list.js +35 -0
  44. package/dist/components/utrecht-data-list.js.map +1 -0
  45. package/dist/esm/index-380964e2.js +20 -0
  46. package/dist/esm/loader.js +1 -1
  47. package/dist/esm/utrecht-data-list-actions.entry.js +17 -0
  48. package/dist/esm/utrecht-data-list-actions.entry.js.map +1 -0
  49. package/dist/esm/utrecht-data-list-item.entry.js +17 -0
  50. package/dist/esm/utrecht-data-list-item.entry.js.map +1 -0
  51. package/dist/esm/utrecht-data-list-key.entry.js +17 -0
  52. package/dist/esm/utrecht-data-list-key.entry.js.map +1 -0
  53. package/dist/esm/utrecht-data-list-value.entry.js +17 -0
  54. package/dist/esm/utrecht-data-list-value.entry.js.map +1 -0
  55. package/dist/esm/utrecht-data-list.entry.js +17 -0
  56. package/dist/esm/utrecht-data-list.entry.js.map +1 -0
  57. package/dist/esm/utrecht.js +1 -1
  58. package/dist/types/components/data-list-actions.d.ts +8 -0
  59. package/dist/types/components/data-list-item.d.ts +8 -0
  60. package/dist/types/components/data-list-key.d.ts +8 -0
  61. package/dist/types/components/data-list-value.d.ts +8 -0
  62. package/dist/types/components/data-list.d.ts +8 -0
  63. package/dist/types/components.d.ts +65 -0
  64. package/dist/utrecht/p-0f600f9b.entry.js +2 -0
  65. package/dist/utrecht/p-0f600f9b.entry.js.map +1 -0
  66. package/dist/utrecht/p-4d8b4efe.entry.js +2 -0
  67. package/dist/utrecht/p-4d8b4efe.entry.js.map +1 -0
  68. package/dist/utrecht/p-6547c54d.entry.js +2 -0
  69. package/dist/utrecht/p-6547c54d.entry.js.map +1 -0
  70. package/dist/utrecht/p-fa61cf70.entry.js +2 -0
  71. package/dist/utrecht/p-fa61cf70.entry.js.map +1 -0
  72. package/dist/utrecht/p-fd74e78a.entry.js +2 -0
  73. package/dist/utrecht/p-fd74e78a.entry.js.map +1 -0
  74. package/dist/utrecht/utrecht.esm.js +1 -1
  75. package/dist/utrecht/utrecht.esm.js.map +1 -1
  76. package/package.json +4 -4
@@ -0,0 +1,17 @@
1
+ import { r as registerInstance, h } from './index-380964e2.js';
2
+
3
+ const dataListValueCss = ":host{display:contents}dd{color:var(--utrecht-data-list-item-value-color);font-size:var(--utrecht-data-list-item-value-font-size);font-weight:var(--utrecht-data-list-item-value-font-weight);line-height:var(--utrecht-data-list-item-value-line-height);min-block-size:calc(var(--utrecht-data-list-item-value-line-height) * 1rem);margin-inline-start:0;margin-block-start:var(--utrecht-data-list-rows-item-value-margin-block-start)}:host([hidden]){display:none !important}";
4
+
5
+ const DataListValue = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ render() {
10
+ return (h("dd", null, h("slot", null)));
11
+ }
12
+ };
13
+ DataListValue.style = dataListValueCss;
14
+
15
+ export { DataListValue as utrecht_data_list_value };
16
+
17
+ //# sourceMappingURL=utrecht-data-list-value.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"utrecht-data-list-value.entry.js","mappings":";;AAAA,MAAM,gBAAgB,GAAG,qdAAqd;;MCaje,aAAa;;;;EACxB,MAAM;IACJ,QACE,cACE,eAAa,CACV,EACL;GACH;;;;;;","names":[],"sources":["./src/components/data-list-value.scss?tag=utrecht-data-list-value&encapsulation=shadow","./src/components/data-list-value.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/data-list/css/mixin\";\n\n:host {\n display: contents;\n}\n\ndd {\n @include utrecht-data-list__item-value;\n @include utrecht-data-list__item-value--html-dd;\n @include utrecht-data-list__item-value--rows;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2022 Gemeente Utrecht\n * Copyright (c) 2020-2022 Frameless B.V.\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-data-list-value',\n styleUrl: 'data-list-value.scss',\n shadow: true,\n})\nexport class DataListValue {\n render() {\n return (\n <dd>\n <slot></slot>\n </dd>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,17 @@
1
+ import { r as registerInstance, h } from './index-380964e2.js';
2
+
3
+ const dataListCss = ":host{display:contents}dl{display:block;margin-block-end:calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-start, 0))}:host([hidden]){display:none !important}";
4
+
5
+ const DataList = class {
6
+ constructor(hostRef) {
7
+ registerInstance(this, hostRef);
8
+ }
9
+ render() {
10
+ return (h("dl", null, h("slot", null)));
11
+ }
12
+ };
13
+ DataList.style = dataListCss;
14
+
15
+ export { DataList as utrecht_data_list };
16
+
17
+ //# sourceMappingURL=utrecht-data-list.entry.js.map
@@ -0,0 +1 @@
1
+ {"file":"utrecht-data-list.entry.js","mappings":";;AAAA,MAAM,WAAW,GAAG,gSAAgS;;MCavS,QAAQ;;;;EACnB,MAAM;IACJ,QACE,cACE,eAAa,CACV,EACL;GACH;;;;;;","names":[],"sources":["./src/components/data-list.scss?tag=utrecht-data-list&encapsulation=shadow","./src/components/data-list.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/data-list/css/mixin\";\n\n:host {\n display: contents;\n}\n\ndl {\n @include utrecht-data-list;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2022 Gemeente Utrecht\n * Copyright (c) 2020-2022 Frameless B.V.\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-data-list',\n styleUrl: 'data-list.scss',\n shadow: true,\n})\nexport class DataList {\n render() {\n return (\n <dl>\n <slot></slot>\n </dl>\n );\n }\n}\n"],"version":3}
@@ -17,7 +17,7 @@ const patchBrowser = () => {
17
17
  };
18
18
 
19
19
  patchBrowser().then(options => {
20
- return bootstrapLazy(JSON.parse("[[\"utrecht-contact-card-template\",[[1,\"utrecht-contact-card-template\"]]],[\"utrecht-digid-button\",[[1,\"utrecht-digid-button\",{\"type\":[1]}]]],[\"utrecht-backdrop\",[[1,\"utrecht-backdrop\",{\"viewport\":[4]}]]],[\"utrecht-breadcrumb\",[[1,\"utrecht-breadcrumb\",{\"json\":[1],\"variant\":[1]}]]],[\"utrecht-checkbox\",[[1,\"utrecht-checkbox\",{\"disabled\":[516],\"readOnly\":[516,\"readonly\"],\"checked\":[4],\"value\":[1]}]]],[\"utrecht-column-layout\",[[1,\"utrecht-column-layout\",{\"rule\":[516]}]]],[\"utrecht-custom-checkbox\",[[1,\"utrecht-custom-checkbox\",{\"disabled\":[4],\"checked\":[4],\"indeterminate\":[4],\"invalid\":[4],\"required\":[4]}]]],[\"utrecht-eherkenning-logo\",[[1,\"utrecht-eherkenning-logo\"]]],[\"utrecht-eidas-logo\",[[1,\"utrecht-eidas-logo\"]]],[\"utrecht-form-toggle\",[[1,\"utrecht-form-toggle\",{\"disabled\":[516],\"checked\":[516]}]]],[\"utrecht-html-content\",[[4,\"utrecht-html-content\"]]],[\"utrecht-icon-afspraak-maken\",[[1,\"utrecht-icon-afspraak-maken\"]]],[\"utrecht-icon-afval\",[[1,\"utrecht-icon-afval\"]]],[\"utrecht-icon-afval-container\",[[1,\"utrecht-icon-afval-container\"]]],[\"utrecht-icon-afval-containerpas\",[[1,\"utrecht-icon-afval-containerpas\"]]],[\"utrecht-icon-afval-kalender\",[[1,\"utrecht-icon-afval-kalender\"]]],[\"utrecht-icon-afval-pmd\",[[1,\"utrecht-icon-afval-pmd\"]]],[\"utrecht-icon-afval-scheiden\",[[1,\"utrecht-icon-afval-scheiden\"]]],[\"utrecht-icon-afvalkalender\",[[1,\"utrecht-icon-afvalkalender\"]]],[\"utrecht-icon-alleen\",[[1,\"utrecht-icon-alleen\"]]],[\"utrecht-icon-arrow\",[[1,\"utrecht-icon-arrow\"]]],[\"utrecht-icon-auto\",[[1,\"utrecht-icon-auto\"]]],[\"utrecht-icon-begroting\",[[1,\"utrecht-icon-begroting\"]]],[\"utrecht-icon-bestemmingsplan\",[[1,\"utrecht-icon-bestemmingsplan\"]]],[\"utrecht-icon-betaaldatum\",[[1,\"utrecht-icon-betaaldatum\"]]],[\"utrecht-icon-bewijsstukken\",[[1,\"utrecht-icon-bewijsstukken\"]]],[\"utrecht-icon-bijstand\",[[1,\"utrecht-icon-bijstand\"]]],[\"utrecht-icon-blad\",[[1,\"utrecht-icon-blad\"]]],[\"utrecht-icon-bouwproject\",[[1,\"utrecht-icon-bouwproject\"]]],[\"utrecht-icon-brandgevaar\",[[1,\"utrecht-icon-brandgevaar\"]]],[\"utrecht-icon-brief-betalen\",[[1,\"utrecht-icon-brief-betalen\"]]],[\"utrecht-icon-checkmark\",[[1,\"utrecht-icon-checkmark\"]]],[\"utrecht-icon-chevron-down\",[[1,\"utrecht-icon-chevron-down\"]]],[\"utrecht-icon-chevron-left\",[[1,\"utrecht-icon-chevron-left\"]]],[\"utrecht-icon-chevron-right\",[[1,\"utrecht-icon-chevron-right\"]]],[\"utrecht-icon-chevron-up\",[[1,\"utrecht-icon-chevron-up\"]]],[\"utrecht-icon-close\",[[1,\"utrecht-icon-close\"]]],[\"utrecht-icon-college-b-w\",[[1,\"utrecht-icon-college-b-w\"]]],[\"utrecht-icon-container\",[[1,\"utrecht-icon-container\"]]],[\"utrecht-icon-container-bio\",[[1,\"utrecht-icon-container-bio\"]]],[\"utrecht-icon-container-glas\",[[1,\"utrecht-icon-container-glas\"]]],[\"utrecht-icon-container-groenafval\",[[1,\"utrecht-icon-container-groenafval\"]]],[\"utrecht-icon-container-met-zak\",[[1,\"utrecht-icon-container-met-zak\"]]],[\"utrecht-icon-container-papier\",[[1,\"utrecht-icon-container-papier\"]]],[\"utrecht-icon-container-pmd\",[[1,\"utrecht-icon-container-pmd\"]]],[\"utrecht-icon-container-restafval\",[[1,\"utrecht-icon-container-restafval\"]]],[\"utrecht-icon-container-textiel\",[[1,\"utrecht-icon-container-textiel\"]]],[\"utrecht-icon-cross\",[[1,\"utrecht-icon-cross\"]]],[\"utrecht-icon-dakloos\",[[1,\"utrecht-icon-dakloos\"]]],[\"utrecht-icon-dementie\",[[1,\"utrecht-icon-dementie\"]]],[\"utrecht-icon-documenten\",[[1,\"utrecht-icon-documenten\"]]],[\"utrecht-icon-duurzaam\",[[1,\"utrecht-icon-duurzaam\"]]],[\"utrecht-icon-eenzaamheid\",[[1,\"utrecht-icon-eenzaamheid\"]]],[\"utrecht-icon-eikenprocessie\",[[1,\"utrecht-icon-eikenprocessie\"]]],[\"utrecht-icon-elektrisch-rijden\",[[1,\"utrecht-icon-elektrisch-rijden\"]]],[\"utrecht-icon-energie-vergoeding\",[[1,\"utrecht-icon-energie-vergoeding\"]]],[\"utrecht-icon-energietransitie\",[[1,\"utrecht-icon-energietransitie\"]]],[\"utrecht-icon-error\",[[1,\"utrecht-icon-error\"]]],[\"utrecht-icon-evenementen\",[[1,\"utrecht-icon-evenementen\"]]],[\"utrecht-icon-facebook\",[[1,\"utrecht-icon-facebook\"]]],[\"utrecht-icon-fiets\",[[1,\"utrecht-icon-fiets\"]]],[\"utrecht-icon-filter\",[[1,\"utrecht-icon-filter\"]]],[\"utrecht-icon-geboorte\",[[1,\"utrecht-icon-geboorte\"]]],[\"utrecht-icon-gebruiker-centraal\",[[1,\"utrecht-icon-gebruiker-centraal\"]]],[\"utrecht-icon-gebruiker-ingelogd\",[[1,\"utrecht-icon-gebruiker-ingelogd\"]]],[\"utrecht-icon-gegevenswoordenboek\",[[1,\"utrecht-icon-gegevenswoordenboek\"]]],[\"utrecht-icon-geluid\",[[1,\"utrecht-icon-geluid\"]]],[\"utrecht-icon-gemeente-locatie\",[[1,\"utrecht-icon-gemeente-locatie\"]]],[\"utrecht-icon-gemeenteraad\",[[1,\"utrecht-icon-gemeenteraad\"]]],[\"utrecht-icon-gereedschap\",[[1,\"utrecht-icon-gereedschap\"]]],[\"utrecht-icon-gezicht\",[[1,\"utrecht-icon-gezicht\"]]],[\"utrecht-icon-gezin\",[[1,\"utrecht-icon-gezin\"]]],[\"utrecht-icon-glas-afval\",[[1,\"utrecht-icon-glas-afval\"]]],[\"utrecht-icon-glijbaan\",[[1,\"utrecht-icon-glijbaan\"]]],[\"utrecht-icon-grafiek\",[[1,\"utrecht-icon-grafiek\"]]],[\"utrecht-icon-grofvuil\",[[1,\"utrecht-icon-grofvuil\"]]],[\"utrecht-icon-grofvuil-ophalen\",[[1,\"utrecht-icon-grofvuil-ophalen\"]]],[\"utrecht-icon-hamburger-menu\",[[1,\"utrecht-icon-hamburger-menu\"]]],[\"utrecht-icon-herdenking\",[[1,\"utrecht-icon-herdenking\"]]],[\"utrecht-icon-hondenbelasting\",[[1,\"utrecht-icon-hondenbelasting\"]]],[\"utrecht-icon-horeca\",[[1,\"utrecht-icon-horeca\"]]],[\"utrecht-icon-horecavergunning\",[[1,\"utrecht-icon-horecavergunning\"]]],[\"utrecht-icon-huis\",[[1,\"utrecht-icon-huis\"]]],[\"utrecht-icon-huis-en-omgeving\",[[1,\"utrecht-icon-huis-en-omgeving\"]]],[\"utrecht-icon-huishoudelijk-geweld\",[[1,\"utrecht-icon-huishoudelijk-geweld\"]]],[\"utrecht-icon-hulp-huishouden\",[[1,\"utrecht-icon-hulp-huishouden\"]]],[\"utrecht-icon-hulp-vervoer\",[[1,\"utrecht-icon-hulp-vervoer\"]]],[\"utrecht-icon-hulp-zorg\",[[1,\"utrecht-icon-hulp-zorg\"]]],[\"utrecht-icon-hulpmiddelen-gezin\",[[1,\"utrecht-icon-hulpmiddelen-gezin\"]]],[\"utrecht-icon-hulpverlening\",[[1,\"utrecht-icon-hulpverlening\"]]],[\"utrecht-icon-idee\",[[1,\"utrecht-icon-idee\"]]],[\"utrecht-icon-informatie\",[[1,\"utrecht-icon-informatie\"]]],[\"utrecht-icon-information\",[[1,\"utrecht-icon-information\"]]],[\"utrecht-icon-innovatie\",[[1,\"utrecht-icon-innovatie\"]]],[\"utrecht-icon-inspraak-inwoners\",[[1,\"utrecht-icon-inspraak-inwoners\"]]],[\"utrecht-icon-instagram\",[[1,\"utrecht-icon-instagram\"]]],[\"utrecht-icon-kalender\",[[1,\"utrecht-icon-kalender\"]]],[\"utrecht-icon-kennis\",[[1,\"utrecht-icon-kennis\"]]],[\"utrecht-icon-kerstbomen\",[[1,\"utrecht-icon-kerstbomen\"]]],[\"utrecht-icon-klachten\",[[1,\"utrecht-icon-klachten\"]]],[\"utrecht-icon-kroon\",[[1,\"utrecht-icon-kroon\"]]],[\"utrecht-icon-laadpaal\",[[1,\"utrecht-icon-laadpaal\"]]],[\"utrecht-icon-language\",[[1,\"utrecht-icon-language\"]]],[\"utrecht-icon-lantaarnpaal\",[[1,\"utrecht-icon-lantaarnpaal\"]]],[\"utrecht-icon-lantaarnpaal-oud\",[[1,\"utrecht-icon-lantaarnpaal-oud\"]]],[\"utrecht-icon-leren\",[[1,\"utrecht-icon-leren\"]]],[\"utrecht-icon-let-op\",[[1,\"utrecht-icon-let-op\"]]],[\"utrecht-icon-linkedin\",[[1,\"utrecht-icon-linkedin\"]]],[\"utrecht-icon-list\",[[1,\"utrecht-icon-list\"]]],[\"utrecht-icon-list-check\",[[1,\"utrecht-icon-list-check\"]]],[\"utrecht-icon-list-number\",[[1,\"utrecht-icon-list-number\"]]],[\"utrecht-icon-loupe\",[[1,\"utrecht-icon-loupe\"]]],[\"utrecht-icon-markt\",[[1,\"utrecht-icon-markt\"]]],[\"utrecht-icon-melding\",[[1,\"utrecht-icon-melding\"]]],[\"utrecht-icon-melding-boom\",[[1,\"utrecht-icon-melding-boom\"]]],[\"utrecht-icon-melding-klacht\",[[1,\"utrecht-icon-melding-klacht\"]]],[\"utrecht-icon-melding-openbareruimte\",[[1,\"utrecht-icon-melding-openbareruimte\"]]],[\"utrecht-icon-melding-verlichting\",[[1,\"utrecht-icon-melding-verlichting\"]]],[\"utrecht-icon-menselijk\",[[1,\"utrecht-icon-menselijk\"]]],[\"utrecht-icon-menu-dot\",[[1,\"utrecht-icon-menu-dot\"]]],[\"utrecht-icon-menu-dot-open\",[[1,\"utrecht-icon-menu-dot-open\"]]],[\"utrecht-icon-meterkast\",[[1,\"utrecht-icon-meterkast\"]]],[\"utrecht-icon-milieu-ontheffing\",[[1,\"utrecht-icon-milieu-ontheffing\"]]],[\"utrecht-icon-milieu-zone\",[[1,\"utrecht-icon-milieu-zone\"]]],[\"utrecht-icon-minus\",[[1,\"utrecht-icon-minus\"]]],[\"utrecht-icon-minus-vertical\",[[1,\"utrecht-icon-minus-vertical\"]]],[\"utrecht-icon-mobiliteit\",[[1,\"utrecht-icon-mobiliteit\"]]],[\"utrecht-icon-natuur\",[[1,\"utrecht-icon-natuur\"]]],[\"utrecht-icon-nieuw-huis\",[[1,\"utrecht-icon-nieuw-huis\"]]],[\"utrecht-icon-nummerbord\",[[1,\"utrecht-icon-nummerbord\"]]],[\"utrecht-icon-om-het-huis\",[[1,\"utrecht-icon-om-het-huis\"]]],[\"utrecht-icon-omgeving\",[[1,\"utrecht-icon-omgeving\"]]],[\"utrecht-icon-omgevingsvisie\",[[1,\"utrecht-icon-omgevingsvisie\"]]],[\"utrecht-icon-omgevingswet\",[[1,\"utrecht-icon-omgevingswet\"]]],[\"utrecht-icon-onderhoud\",[[1,\"utrecht-icon-onderhoud\"]]],[\"utrecht-icon-ondernemen\",[[1,\"utrecht-icon-ondernemen\"]]],[\"utrecht-icon-openingstijden\",[[1,\"utrecht-icon-openingstijden\"]]],[\"utrecht-icon-over-de-stad\",[[1,\"utrecht-icon-over-de-stad\"]]],[\"utrecht-icon-overlijden\",[[1,\"utrecht-icon-overlijden\"]]],[\"utrecht-icon-panden\",[[1,\"utrecht-icon-panden\"]]],[\"utrecht-icon-park\",[[1,\"utrecht-icon-park\"]]],[\"utrecht-icon-parkeerkaart\",[[1,\"utrecht-icon-parkeerkaart\"]]],[\"utrecht-icon-parkeervergunning\",[[1,\"utrecht-icon-parkeervergunning\"]]],[\"utrecht-icon-parken\",[[1,\"utrecht-icon-parken\"]]],[\"utrecht-icon-parkeren\",[[1,\"utrecht-icon-parkeren\"]]],[\"utrecht-icon-parkeren-bedrijven\",[[1,\"utrecht-icon-parkeren-bedrijven\"]]],[\"utrecht-icon-parkeren-betaalautomaat\",[[1,\"utrecht-icon-parkeren-betaalautomaat\"]]],[\"utrecht-icon-parkeren-betalen\",[[1,\"utrecht-icon-parkeren-betalen\"]]],[\"utrecht-icon-participatie-campagne\",[[1,\"utrecht-icon-participatie-campagne\"]]],[\"utrecht-icon-participatie-like\",[[1,\"utrecht-icon-participatie-like\"]]],[\"utrecht-icon-participatie-pitch\",[[1,\"utrecht-icon-participatie-pitch\"]]],[\"utrecht-icon-paspoort\",[[1,\"utrecht-icon-paspoort\"]]],[\"utrecht-icon-presentatie\",[[1,\"utrecht-icon-presentatie\"]]],[\"utrecht-icon-prijskaartje\",[[1,\"utrecht-icon-prijskaartje\"]]],[\"utrecht-icon-read-aloud\",[[1,\"utrecht-icon-read-aloud\"]]],[\"utrecht-icon-rijbewijs\",[[1,\"utrecht-icon-rijbewijs\"]]],[\"utrecht-icon-rioolheffing\",[[1,\"utrecht-icon-rioolheffing\"]]],[\"utrecht-icon-rolstoel\",[[1,\"utrecht-icon-rolstoel\"]]],[\"utrecht-icon-schild-gemeente-utrecht\",[[1,\"utrecht-icon-schild-gemeente-utrecht\"]]],[\"utrecht-icon-search\",[[1,\"utrecht-icon-search\"]]],[\"utrecht-icon-shoppen\",[[1,\"utrecht-icon-shoppen\"]]],[\"utrecht-icon-sinterklaas\",[[1,\"utrecht-icon-sinterklaas\"]]],[\"utrecht-icon-slechtziende-hoordende\",[[1,\"utrecht-icon-slechtziende-hoordende\"]]],[\"utrecht-icon-sport\",[[1,\"utrecht-icon-sport\"]]],[\"utrecht-icon-sport-en-cultuur\",[[1,\"utrecht-icon-sport-en-cultuur\"]]],[\"utrecht-icon-sport-voetbal\",[[1,\"utrecht-icon-sport-voetbal\"]]],[\"utrecht-icon-stookverbod\",[[1,\"utrecht-icon-stookverbod\"]]],[\"utrecht-icon-strand\",[[1,\"utrecht-icon-strand\"]]],[\"utrecht-icon-strooien\",[[1,\"utrecht-icon-strooien\"]]],[\"utrecht-icon-subsidie\",[[1,\"utrecht-icon-subsidie\"]]],[\"utrecht-icon-subsidie-gezin\",[[1,\"utrecht-icon-subsidie-gezin\"]]],[\"utrecht-icon-t-shirt\",[[1,\"utrecht-icon-t-shirt\"]]],[\"utrecht-icon-thuiswerken\",[[1,\"utrecht-icon-thuiswerken\"]]],[\"utrecht-icon-toeslag\",[[1,\"utrecht-icon-toeslag\"]]],[\"utrecht-icon-trein\",[[1,\"utrecht-icon-trein\"]]],[\"utrecht-icon-trouwen\",[[1,\"utrecht-icon-trouwen\"]]],[\"utrecht-icon-twitter\",[[1,\"utrecht-icon-twitter\"]]],[\"utrecht-icon-user\",[[1,\"utrecht-icon-user\"]]],[\"utrecht-icon-uw-wijk\",[[1,\"utrecht-icon-uw-wijk\"]]],[\"utrecht-icon-vaccinatie\",[[1,\"utrecht-icon-vaccinatie\"]]],[\"utrecht-icon-veilige-wijk\",[[1,\"utrecht-icon-veilige-wijk\"]]],[\"utrecht-icon-vergaderen\",[[1,\"utrecht-icon-vergaderen\"]]],[\"utrecht-icon-vergaderendigitaal\",[[1,\"utrecht-icon-vergaderendigitaal\"]]],[\"utrecht-icon-vergoeding\",[[1,\"utrecht-icon-vergoeding\"]]],[\"utrecht-icon-verhuizen\",[[1,\"utrecht-icon-verhuizen\"]]],[\"utrecht-icon-verkeerslicht\",[[1,\"utrecht-icon-verkeerslicht\"]]],[\"utrecht-icon-verkiezingen\",[[1,\"utrecht-icon-verkiezingen\"]]],[\"utrecht-icon-verslaving\",[[1,\"utrecht-icon-verslaving\"]]],[\"utrecht-icon-vervoersvoorziening\",[[1,\"utrecht-icon-vervoersvoorziening\"]]],[\"utrecht-icon-virus\",[[1,\"utrecht-icon-virus\"]]],[\"utrecht-icon-vluchtelingen\",[[1,\"utrecht-icon-vluchtelingen\"]]],[\"utrecht-icon-voorzieningen-vervoer\",[[1,\"utrecht-icon-voorzieningen-vervoer\"]]],[\"utrecht-icon-vrijwilligerswerk\",[[1,\"utrecht-icon-vrijwilligerswerk\"]]],[\"utrecht-icon-vuilnisbak\",[[1,\"utrecht-icon-vuilnisbak\"]]],[\"utrecht-icon-vuilniszak\",[[1,\"utrecht-icon-vuilniszak\"]]],[\"utrecht-icon-vuurwerk\",[[1,\"utrecht-icon-vuurwerk\"]]],[\"utrecht-icon-wandelstok\",[[1,\"utrecht-icon-wandelstok\"]]],[\"utrecht-icon-warm\",[[1,\"utrecht-icon-warm\"]]],[\"utrecht-icon-warning\",[[1,\"utrecht-icon-warning\"]]],[\"utrecht-icon-werken\",[[1,\"utrecht-icon-werken\"]]],[\"utrecht-icon-werkzaamheden\",[[1,\"utrecht-icon-werkzaamheden\"]]],[\"utrecht-icon-whatsapp\",[[1,\"utrecht-icon-whatsapp\"]]],[\"utrecht-icon-wonen-kosten\",[[1,\"utrecht-icon-wonen-kosten\"]]],[\"utrecht-icon-woning-zoeken\",[[1,\"utrecht-icon-woning-zoeken\"]]],[\"utrecht-icon-x\",[[1,\"utrecht-icon-x\"]]],[\"utrecht-icon-youtube\",[[1,\"utrecht-icon-youtube\"]]],[\"utrecht-icon-zelfstandig-wonen\",[[1,\"utrecht-icon-zelfstandig-wonen\"]]],[\"utrecht-icon-zoom-minus\",[[1,\"utrecht-icon-zoom-minus\"]]],[\"utrecht-icon-zoom-plus\",[[1,\"utrecht-icon-zoom-plus\"]]],[\"utrecht-icon-zoomin\",[[1,\"utrecht-icon-zoomin\"]]],[\"utrecht-icon-zoomout\",[[1,\"utrecht-icon-zoomout\"]]],[\"utrecht-icon-zorg-huis\",[[1,\"utrecht-icon-zorg-huis\"]]],[\"utrecht-icon-zweefpaal\",[[1,\"utrecht-icon-zweefpaal\"]]],[\"utrecht-icon-zwemmen\",[[1,\"utrecht-icon-zwemmen\"]]],[\"utrecht-logo-button\",[[1,\"utrecht-logo-button\"]]],[\"utrecht-map-marker\",[[1,\"utrecht-map-marker\"]]],[\"utrecht-multiline-data\",[[1,\"utrecht-multiline-data\"]]],[\"utrecht-page-footer\",[[1,\"utrecht-page-footer\"]]],[\"utrecht-pagination\",[[1,\"utrecht-pagination\",{\"links\":[1],\"next\":[1],\"prev\":[1],\"currentIndex\":[2,\"current-index\"]}]]],[\"utrecht-sidenav\",[[1,\"utrecht-sidenav\",{\"json\":[1]}]]],[\"utrecht-surface\",[[1,\"utrecht-surface\"]]],[\"utrecht-table\",[[1,\"utrecht-table\"]]],[\"utrecht-table-body\",[[1,\"utrecht-table-body\"]]],[\"utrecht-table-caption\",[[1,\"utrecht-table-caption\"]]],[\"utrecht-table-cell\",[[1,\"utrecht-table-cell\"]]],[\"utrecht-table-footer\",[[1,\"utrecht-table-footer\"]]],[\"utrecht-table-header\",[[1,\"utrecht-table-header\"]]],[\"utrecht-table-header-cell\",[[1,\"utrecht-table-header-cell\",{\"scope\":[1]}]]],[\"utrecht-table-row\",[[1,\"utrecht-table-row\"]]],[\"utrecht-textarea\",[[1,\"utrecht-textarea\",{\"disabled\":[516],\"invalid\":[516],\"placeholder\":[1],\"readOnly\":[516,\"readonly\"],\"required\":[516],\"value\":[1]}]]],[\"utrecht-textbox\",[[1,\"utrecht-textbox\",{\"autoComplete\":[513,\"autocomplete\"],\"disabled\":[516],\"invalid\":[516],\"min\":[1],\"max\":[1],\"pattern\":[1],\"placeholder\":[1],\"readOnly\":[516,\"readonly\"],\"required\":[516],\"type\":[513],\"value\":[1]}]]],[\"utrecht-digid-logo\",[[1,\"utrecht-digid-logo\"]]],[\"utrecht-alert_43\",[[1,\"utrecht-form-field-checkbox\",{\"label\":[1],\"disabled\":[516],\"checked\":[516],\"invalid\":[516],\"required\":[516],\"name\":[1],\"value\":[1]}],[1,\"utrecht-form-field-textarea\",{\"disabled\":[516],\"invalid\":[516],\"label\":[1],\"name\":[1],\"readOnly\":[516,\"readonly\"],\"placeholder\":[1],\"required\":[516],\"value\":[1]}],[1,\"utrecht-form-field-textbox\",{\"autoComplete\":[513,\"autocomplete\"],\"disabled\":[516],\"invalid\":[516],\"label\":[1],\"min\":[1],\"max\":[1],\"name\":[1],\"pattern\":[1],\"placeholder\":[1],\"readOnly\":[516,\"readonly\"],\"required\":[516],\"type\":[513],\"value\":[1]}],[1,\"utrecht-alert\",{\"type\":[1]}],[1,\"utrecht-article\"],[1,\"utrecht-badge-counter\",{\"value\":[2],\"max\":[2],\"locale\":[1]}],[1,\"utrecht-badge-data\"],[1,\"utrecht-badge-list\"],[1,\"utrecht-badge-status\",{\"status\":[1]}],[1,\"utrecht-button\",{\"appearance\":[1],\"busy\":[4],\"disabled\":[4],\"form\":[513,\"readonly\"],\"formAction\":[513,\"formaction\"],\"formEnctype\":[513,\"formenctype\"],\"formMethod\":[513,\"formmethod\"],\"formNoValidate\":[516,\"formnovalidate\"],\"formTarget\":[513,\"formtarget\"],\"popoverTarget\":[513,\"popovertarget\"],\"popoverTargetAction\":[513,\"popovertargetaction\"],\"name\":[1],\"value\":[1],\"type\":[1]}],[1,\"utrecht-button-group\"],[1,\"utrecht-button-link\",{\"appearance\":[1],\"external\":[4],\"href\":[1],\"placeholder\":[4]}],[1,\"utrecht-code\"],[1,\"utrecht-code-block\"],[1,\"utrecht-color-sample\",{\"color\":[1]}],[1,\"utrecht-document\"],[1,\"utrecht-emphasis\"],[1,\"utrecht-heading\",{\"level\":[2]}],[1,\"utrecht-heading-1\"],[1,\"utrecht-heading-4\"],[1,\"utrecht-heading-5\"],[1,\"utrecht-heading-6\"],[1,\"utrecht-heading-group\"],[1,\"utrecht-iban-data\",{\"value\":[1]}],[1,\"utrecht-icon\"],[1,\"utrecht-link\",{\"href\":[1]}],[1,\"utrecht-link-button\",{\"disabled\":[4],\"type\":[1],\"inline\":[4],\"pressed\":[4]}],[1,\"utrecht-logo\"],[1,\"utrecht-logo-image\"],[1,\"utrecht-mark\"],[1,\"utrecht-number-value\",{\"value\":[8]}],[1,\"utrecht-page\"],[1,\"utrecht-page-content\"],[1,\"utrecht-page-header\"],[1,\"utrecht-pre-heading\"],[1,\"utrecht-separator\"],[1,\"utrecht-skip-link\",{\"href\":[1]}],[1,\"utrecht-spotlight-section\",{\"appearance\":[1]}],[1,\"utrecht-url\"],[1,\"utrecht-heading-2\"],[1,\"utrecht-heading-3\"],[1,\"utrecht-paragraph\",{\"lead\":[4]}],[1,\"utrecht-form-field-description\",{\"status\":[513]}]]]]"), options);
20
+ return bootstrapLazy(JSON.parse("[[\"utrecht-contact-card-template\",[[1,\"utrecht-contact-card-template\"]]],[\"utrecht-digid-button\",[[1,\"utrecht-digid-button\",{\"type\":[1]}]]],[\"utrecht-backdrop\",[[1,\"utrecht-backdrop\",{\"viewport\":[4]}]]],[\"utrecht-breadcrumb\",[[1,\"utrecht-breadcrumb\",{\"json\":[1],\"variant\":[1]}]]],[\"utrecht-checkbox\",[[1,\"utrecht-checkbox\",{\"disabled\":[516],\"readOnly\":[516,\"readonly\"],\"checked\":[4],\"value\":[1]}]]],[\"utrecht-column-layout\",[[1,\"utrecht-column-layout\",{\"rule\":[516]}]]],[\"utrecht-custom-checkbox\",[[1,\"utrecht-custom-checkbox\",{\"disabled\":[4],\"checked\":[4],\"indeterminate\":[4],\"invalid\":[4],\"required\":[4]}]]],[\"utrecht-data-list\",[[1,\"utrecht-data-list\"]]],[\"utrecht-data-list-actions\",[[1,\"utrecht-data-list-actions\"]]],[\"utrecht-data-list-item\",[[1,\"utrecht-data-list-item\"]]],[\"utrecht-data-list-key\",[[1,\"utrecht-data-list-key\"]]],[\"utrecht-data-list-value\",[[1,\"utrecht-data-list-value\"]]],[\"utrecht-eherkenning-logo\",[[1,\"utrecht-eherkenning-logo\"]]],[\"utrecht-eidas-logo\",[[1,\"utrecht-eidas-logo\"]]],[\"utrecht-form-toggle\",[[1,\"utrecht-form-toggle\",{\"disabled\":[516],\"checked\":[516]}]]],[\"utrecht-html-content\",[[4,\"utrecht-html-content\"]]],[\"utrecht-icon-afspraak-maken\",[[1,\"utrecht-icon-afspraak-maken\"]]],[\"utrecht-icon-afval\",[[1,\"utrecht-icon-afval\"]]],[\"utrecht-icon-afval-container\",[[1,\"utrecht-icon-afval-container\"]]],[\"utrecht-icon-afval-containerpas\",[[1,\"utrecht-icon-afval-containerpas\"]]],[\"utrecht-icon-afval-kalender\",[[1,\"utrecht-icon-afval-kalender\"]]],[\"utrecht-icon-afval-pmd\",[[1,\"utrecht-icon-afval-pmd\"]]],[\"utrecht-icon-afval-scheiden\",[[1,\"utrecht-icon-afval-scheiden\"]]],[\"utrecht-icon-afvalkalender\",[[1,\"utrecht-icon-afvalkalender\"]]],[\"utrecht-icon-alleen\",[[1,\"utrecht-icon-alleen\"]]],[\"utrecht-icon-arrow\",[[1,\"utrecht-icon-arrow\"]]],[\"utrecht-icon-auto\",[[1,\"utrecht-icon-auto\"]]],[\"utrecht-icon-begroting\",[[1,\"utrecht-icon-begroting\"]]],[\"utrecht-icon-bestemmingsplan\",[[1,\"utrecht-icon-bestemmingsplan\"]]],[\"utrecht-icon-betaaldatum\",[[1,\"utrecht-icon-betaaldatum\"]]],[\"utrecht-icon-bewijsstukken\",[[1,\"utrecht-icon-bewijsstukken\"]]],[\"utrecht-icon-bijstand\",[[1,\"utrecht-icon-bijstand\"]]],[\"utrecht-icon-blad\",[[1,\"utrecht-icon-blad\"]]],[\"utrecht-icon-bouwproject\",[[1,\"utrecht-icon-bouwproject\"]]],[\"utrecht-icon-brandgevaar\",[[1,\"utrecht-icon-brandgevaar\"]]],[\"utrecht-icon-brief-betalen\",[[1,\"utrecht-icon-brief-betalen\"]]],[\"utrecht-icon-checkmark\",[[1,\"utrecht-icon-checkmark\"]]],[\"utrecht-icon-chevron-down\",[[1,\"utrecht-icon-chevron-down\"]]],[\"utrecht-icon-chevron-left\",[[1,\"utrecht-icon-chevron-left\"]]],[\"utrecht-icon-chevron-right\",[[1,\"utrecht-icon-chevron-right\"]]],[\"utrecht-icon-chevron-up\",[[1,\"utrecht-icon-chevron-up\"]]],[\"utrecht-icon-close\",[[1,\"utrecht-icon-close\"]]],[\"utrecht-icon-college-b-w\",[[1,\"utrecht-icon-college-b-w\"]]],[\"utrecht-icon-container\",[[1,\"utrecht-icon-container\"]]],[\"utrecht-icon-container-bio\",[[1,\"utrecht-icon-container-bio\"]]],[\"utrecht-icon-container-glas\",[[1,\"utrecht-icon-container-glas\"]]],[\"utrecht-icon-container-groenafval\",[[1,\"utrecht-icon-container-groenafval\"]]],[\"utrecht-icon-container-met-zak\",[[1,\"utrecht-icon-container-met-zak\"]]],[\"utrecht-icon-container-papier\",[[1,\"utrecht-icon-container-papier\"]]],[\"utrecht-icon-container-pmd\",[[1,\"utrecht-icon-container-pmd\"]]],[\"utrecht-icon-container-restafval\",[[1,\"utrecht-icon-container-restafval\"]]],[\"utrecht-icon-container-textiel\",[[1,\"utrecht-icon-container-textiel\"]]],[\"utrecht-icon-cross\",[[1,\"utrecht-icon-cross\"]]],[\"utrecht-icon-dakloos\",[[1,\"utrecht-icon-dakloos\"]]],[\"utrecht-icon-dementie\",[[1,\"utrecht-icon-dementie\"]]],[\"utrecht-icon-documenten\",[[1,\"utrecht-icon-documenten\"]]],[\"utrecht-icon-duurzaam\",[[1,\"utrecht-icon-duurzaam\"]]],[\"utrecht-icon-eenzaamheid\",[[1,\"utrecht-icon-eenzaamheid\"]]],[\"utrecht-icon-eikenprocessie\",[[1,\"utrecht-icon-eikenprocessie\"]]],[\"utrecht-icon-elektrisch-rijden\",[[1,\"utrecht-icon-elektrisch-rijden\"]]],[\"utrecht-icon-energie-vergoeding\",[[1,\"utrecht-icon-energie-vergoeding\"]]],[\"utrecht-icon-energietransitie\",[[1,\"utrecht-icon-energietransitie\"]]],[\"utrecht-icon-error\",[[1,\"utrecht-icon-error\"]]],[\"utrecht-icon-evenementen\",[[1,\"utrecht-icon-evenementen\"]]],[\"utrecht-icon-facebook\",[[1,\"utrecht-icon-facebook\"]]],[\"utrecht-icon-fiets\",[[1,\"utrecht-icon-fiets\"]]],[\"utrecht-icon-filter\",[[1,\"utrecht-icon-filter\"]]],[\"utrecht-icon-geboorte\",[[1,\"utrecht-icon-geboorte\"]]],[\"utrecht-icon-gebruiker-centraal\",[[1,\"utrecht-icon-gebruiker-centraal\"]]],[\"utrecht-icon-gebruiker-ingelogd\",[[1,\"utrecht-icon-gebruiker-ingelogd\"]]],[\"utrecht-icon-gegevenswoordenboek\",[[1,\"utrecht-icon-gegevenswoordenboek\"]]],[\"utrecht-icon-geluid\",[[1,\"utrecht-icon-geluid\"]]],[\"utrecht-icon-gemeente-locatie\",[[1,\"utrecht-icon-gemeente-locatie\"]]],[\"utrecht-icon-gemeenteraad\",[[1,\"utrecht-icon-gemeenteraad\"]]],[\"utrecht-icon-gereedschap\",[[1,\"utrecht-icon-gereedschap\"]]],[\"utrecht-icon-gezicht\",[[1,\"utrecht-icon-gezicht\"]]],[\"utrecht-icon-gezin\",[[1,\"utrecht-icon-gezin\"]]],[\"utrecht-icon-glas-afval\",[[1,\"utrecht-icon-glas-afval\"]]],[\"utrecht-icon-glijbaan\",[[1,\"utrecht-icon-glijbaan\"]]],[\"utrecht-icon-grafiek\",[[1,\"utrecht-icon-grafiek\"]]],[\"utrecht-icon-grofvuil\",[[1,\"utrecht-icon-grofvuil\"]]],[\"utrecht-icon-grofvuil-ophalen\",[[1,\"utrecht-icon-grofvuil-ophalen\"]]],[\"utrecht-icon-hamburger-menu\",[[1,\"utrecht-icon-hamburger-menu\"]]],[\"utrecht-icon-herdenking\",[[1,\"utrecht-icon-herdenking\"]]],[\"utrecht-icon-hondenbelasting\",[[1,\"utrecht-icon-hondenbelasting\"]]],[\"utrecht-icon-horeca\",[[1,\"utrecht-icon-horeca\"]]],[\"utrecht-icon-horecavergunning\",[[1,\"utrecht-icon-horecavergunning\"]]],[\"utrecht-icon-huis\",[[1,\"utrecht-icon-huis\"]]],[\"utrecht-icon-huis-en-omgeving\",[[1,\"utrecht-icon-huis-en-omgeving\"]]],[\"utrecht-icon-huishoudelijk-geweld\",[[1,\"utrecht-icon-huishoudelijk-geweld\"]]],[\"utrecht-icon-hulp-huishouden\",[[1,\"utrecht-icon-hulp-huishouden\"]]],[\"utrecht-icon-hulp-vervoer\",[[1,\"utrecht-icon-hulp-vervoer\"]]],[\"utrecht-icon-hulp-zorg\",[[1,\"utrecht-icon-hulp-zorg\"]]],[\"utrecht-icon-hulpmiddelen-gezin\",[[1,\"utrecht-icon-hulpmiddelen-gezin\"]]],[\"utrecht-icon-hulpverlening\",[[1,\"utrecht-icon-hulpverlening\"]]],[\"utrecht-icon-idee\",[[1,\"utrecht-icon-idee\"]]],[\"utrecht-icon-informatie\",[[1,\"utrecht-icon-informatie\"]]],[\"utrecht-icon-information\",[[1,\"utrecht-icon-information\"]]],[\"utrecht-icon-innovatie\",[[1,\"utrecht-icon-innovatie\"]]],[\"utrecht-icon-inspraak-inwoners\",[[1,\"utrecht-icon-inspraak-inwoners\"]]],[\"utrecht-icon-instagram\",[[1,\"utrecht-icon-instagram\"]]],[\"utrecht-icon-kalender\",[[1,\"utrecht-icon-kalender\"]]],[\"utrecht-icon-kennis\",[[1,\"utrecht-icon-kennis\"]]],[\"utrecht-icon-kerstbomen\",[[1,\"utrecht-icon-kerstbomen\"]]],[\"utrecht-icon-klachten\",[[1,\"utrecht-icon-klachten\"]]],[\"utrecht-icon-kroon\",[[1,\"utrecht-icon-kroon\"]]],[\"utrecht-icon-laadpaal\",[[1,\"utrecht-icon-laadpaal\"]]],[\"utrecht-icon-language\",[[1,\"utrecht-icon-language\"]]],[\"utrecht-icon-lantaarnpaal\",[[1,\"utrecht-icon-lantaarnpaal\"]]],[\"utrecht-icon-lantaarnpaal-oud\",[[1,\"utrecht-icon-lantaarnpaal-oud\"]]],[\"utrecht-icon-leren\",[[1,\"utrecht-icon-leren\"]]],[\"utrecht-icon-let-op\",[[1,\"utrecht-icon-let-op\"]]],[\"utrecht-icon-linkedin\",[[1,\"utrecht-icon-linkedin\"]]],[\"utrecht-icon-list\",[[1,\"utrecht-icon-list\"]]],[\"utrecht-icon-list-check\",[[1,\"utrecht-icon-list-check\"]]],[\"utrecht-icon-list-number\",[[1,\"utrecht-icon-list-number\"]]],[\"utrecht-icon-loupe\",[[1,\"utrecht-icon-loupe\"]]],[\"utrecht-icon-markt\",[[1,\"utrecht-icon-markt\"]]],[\"utrecht-icon-melding\",[[1,\"utrecht-icon-melding\"]]],[\"utrecht-icon-melding-boom\",[[1,\"utrecht-icon-melding-boom\"]]],[\"utrecht-icon-melding-klacht\",[[1,\"utrecht-icon-melding-klacht\"]]],[\"utrecht-icon-melding-openbareruimte\",[[1,\"utrecht-icon-melding-openbareruimte\"]]],[\"utrecht-icon-melding-verlichting\",[[1,\"utrecht-icon-melding-verlichting\"]]],[\"utrecht-icon-menselijk\",[[1,\"utrecht-icon-menselijk\"]]],[\"utrecht-icon-menu-dot\",[[1,\"utrecht-icon-menu-dot\"]]],[\"utrecht-icon-menu-dot-open\",[[1,\"utrecht-icon-menu-dot-open\"]]],[\"utrecht-icon-meterkast\",[[1,\"utrecht-icon-meterkast\"]]],[\"utrecht-icon-milieu-ontheffing\",[[1,\"utrecht-icon-milieu-ontheffing\"]]],[\"utrecht-icon-milieu-zone\",[[1,\"utrecht-icon-milieu-zone\"]]],[\"utrecht-icon-minus\",[[1,\"utrecht-icon-minus\"]]],[\"utrecht-icon-minus-vertical\",[[1,\"utrecht-icon-minus-vertical\"]]],[\"utrecht-icon-mobiliteit\",[[1,\"utrecht-icon-mobiliteit\"]]],[\"utrecht-icon-natuur\",[[1,\"utrecht-icon-natuur\"]]],[\"utrecht-icon-nieuw-huis\",[[1,\"utrecht-icon-nieuw-huis\"]]],[\"utrecht-icon-nummerbord\",[[1,\"utrecht-icon-nummerbord\"]]],[\"utrecht-icon-om-het-huis\",[[1,\"utrecht-icon-om-het-huis\"]]],[\"utrecht-icon-omgeving\",[[1,\"utrecht-icon-omgeving\"]]],[\"utrecht-icon-omgevingsvisie\",[[1,\"utrecht-icon-omgevingsvisie\"]]],[\"utrecht-icon-omgevingswet\",[[1,\"utrecht-icon-omgevingswet\"]]],[\"utrecht-icon-onderhoud\",[[1,\"utrecht-icon-onderhoud\"]]],[\"utrecht-icon-ondernemen\",[[1,\"utrecht-icon-ondernemen\"]]],[\"utrecht-icon-openingstijden\",[[1,\"utrecht-icon-openingstijden\"]]],[\"utrecht-icon-over-de-stad\",[[1,\"utrecht-icon-over-de-stad\"]]],[\"utrecht-icon-overlijden\",[[1,\"utrecht-icon-overlijden\"]]],[\"utrecht-icon-panden\",[[1,\"utrecht-icon-panden\"]]],[\"utrecht-icon-park\",[[1,\"utrecht-icon-park\"]]],[\"utrecht-icon-parkeerkaart\",[[1,\"utrecht-icon-parkeerkaart\"]]],[\"utrecht-icon-parkeervergunning\",[[1,\"utrecht-icon-parkeervergunning\"]]],[\"utrecht-icon-parken\",[[1,\"utrecht-icon-parken\"]]],[\"utrecht-icon-parkeren\",[[1,\"utrecht-icon-parkeren\"]]],[\"utrecht-icon-parkeren-bedrijven\",[[1,\"utrecht-icon-parkeren-bedrijven\"]]],[\"utrecht-icon-parkeren-betaalautomaat\",[[1,\"utrecht-icon-parkeren-betaalautomaat\"]]],[\"utrecht-icon-parkeren-betalen\",[[1,\"utrecht-icon-parkeren-betalen\"]]],[\"utrecht-icon-participatie-campagne\",[[1,\"utrecht-icon-participatie-campagne\"]]],[\"utrecht-icon-participatie-like\",[[1,\"utrecht-icon-participatie-like\"]]],[\"utrecht-icon-participatie-pitch\",[[1,\"utrecht-icon-participatie-pitch\"]]],[\"utrecht-icon-paspoort\",[[1,\"utrecht-icon-paspoort\"]]],[\"utrecht-icon-presentatie\",[[1,\"utrecht-icon-presentatie\"]]],[\"utrecht-icon-prijskaartje\",[[1,\"utrecht-icon-prijskaartje\"]]],[\"utrecht-icon-read-aloud\",[[1,\"utrecht-icon-read-aloud\"]]],[\"utrecht-icon-rijbewijs\",[[1,\"utrecht-icon-rijbewijs\"]]],[\"utrecht-icon-rioolheffing\",[[1,\"utrecht-icon-rioolheffing\"]]],[\"utrecht-icon-rolstoel\",[[1,\"utrecht-icon-rolstoel\"]]],[\"utrecht-icon-schild-gemeente-utrecht\",[[1,\"utrecht-icon-schild-gemeente-utrecht\"]]],[\"utrecht-icon-search\",[[1,\"utrecht-icon-search\"]]],[\"utrecht-icon-shoppen\",[[1,\"utrecht-icon-shoppen\"]]],[\"utrecht-icon-sinterklaas\",[[1,\"utrecht-icon-sinterklaas\"]]],[\"utrecht-icon-slechtziende-hoordende\",[[1,\"utrecht-icon-slechtziende-hoordende\"]]],[\"utrecht-icon-sport\",[[1,\"utrecht-icon-sport\"]]],[\"utrecht-icon-sport-en-cultuur\",[[1,\"utrecht-icon-sport-en-cultuur\"]]],[\"utrecht-icon-sport-voetbal\",[[1,\"utrecht-icon-sport-voetbal\"]]],[\"utrecht-icon-stookverbod\",[[1,\"utrecht-icon-stookverbod\"]]],[\"utrecht-icon-strand\",[[1,\"utrecht-icon-strand\"]]],[\"utrecht-icon-strooien\",[[1,\"utrecht-icon-strooien\"]]],[\"utrecht-icon-subsidie\",[[1,\"utrecht-icon-subsidie\"]]],[\"utrecht-icon-subsidie-gezin\",[[1,\"utrecht-icon-subsidie-gezin\"]]],[\"utrecht-icon-t-shirt\",[[1,\"utrecht-icon-t-shirt\"]]],[\"utrecht-icon-thuiswerken\",[[1,\"utrecht-icon-thuiswerken\"]]],[\"utrecht-icon-toeslag\",[[1,\"utrecht-icon-toeslag\"]]],[\"utrecht-icon-trein\",[[1,\"utrecht-icon-trein\"]]],[\"utrecht-icon-trouwen\",[[1,\"utrecht-icon-trouwen\"]]],[\"utrecht-icon-twitter\",[[1,\"utrecht-icon-twitter\"]]],[\"utrecht-icon-user\",[[1,\"utrecht-icon-user\"]]],[\"utrecht-icon-uw-wijk\",[[1,\"utrecht-icon-uw-wijk\"]]],[\"utrecht-icon-vaccinatie\",[[1,\"utrecht-icon-vaccinatie\"]]],[\"utrecht-icon-veilige-wijk\",[[1,\"utrecht-icon-veilige-wijk\"]]],[\"utrecht-icon-vergaderen\",[[1,\"utrecht-icon-vergaderen\"]]],[\"utrecht-icon-vergaderendigitaal\",[[1,\"utrecht-icon-vergaderendigitaal\"]]],[\"utrecht-icon-vergoeding\",[[1,\"utrecht-icon-vergoeding\"]]],[\"utrecht-icon-verhuizen\",[[1,\"utrecht-icon-verhuizen\"]]],[\"utrecht-icon-verkeerslicht\",[[1,\"utrecht-icon-verkeerslicht\"]]],[\"utrecht-icon-verkiezingen\",[[1,\"utrecht-icon-verkiezingen\"]]],[\"utrecht-icon-verslaving\",[[1,\"utrecht-icon-verslaving\"]]],[\"utrecht-icon-vervoersvoorziening\",[[1,\"utrecht-icon-vervoersvoorziening\"]]],[\"utrecht-icon-virus\",[[1,\"utrecht-icon-virus\"]]],[\"utrecht-icon-vluchtelingen\",[[1,\"utrecht-icon-vluchtelingen\"]]],[\"utrecht-icon-voorzieningen-vervoer\",[[1,\"utrecht-icon-voorzieningen-vervoer\"]]],[\"utrecht-icon-vrijwilligerswerk\",[[1,\"utrecht-icon-vrijwilligerswerk\"]]],[\"utrecht-icon-vuilnisbak\",[[1,\"utrecht-icon-vuilnisbak\"]]],[\"utrecht-icon-vuilniszak\",[[1,\"utrecht-icon-vuilniszak\"]]],[\"utrecht-icon-vuurwerk\",[[1,\"utrecht-icon-vuurwerk\"]]],[\"utrecht-icon-wandelstok\",[[1,\"utrecht-icon-wandelstok\"]]],[\"utrecht-icon-warm\",[[1,\"utrecht-icon-warm\"]]],[\"utrecht-icon-warning\",[[1,\"utrecht-icon-warning\"]]],[\"utrecht-icon-werken\",[[1,\"utrecht-icon-werken\"]]],[\"utrecht-icon-werkzaamheden\",[[1,\"utrecht-icon-werkzaamheden\"]]],[\"utrecht-icon-whatsapp\",[[1,\"utrecht-icon-whatsapp\"]]],[\"utrecht-icon-wonen-kosten\",[[1,\"utrecht-icon-wonen-kosten\"]]],[\"utrecht-icon-woning-zoeken\",[[1,\"utrecht-icon-woning-zoeken\"]]],[\"utrecht-icon-x\",[[1,\"utrecht-icon-x\"]]],[\"utrecht-icon-youtube\",[[1,\"utrecht-icon-youtube\"]]],[\"utrecht-icon-zelfstandig-wonen\",[[1,\"utrecht-icon-zelfstandig-wonen\"]]],[\"utrecht-icon-zoom-minus\",[[1,\"utrecht-icon-zoom-minus\"]]],[\"utrecht-icon-zoom-plus\",[[1,\"utrecht-icon-zoom-plus\"]]],[\"utrecht-icon-zoomin\",[[1,\"utrecht-icon-zoomin\"]]],[\"utrecht-icon-zoomout\",[[1,\"utrecht-icon-zoomout\"]]],[\"utrecht-icon-zorg-huis\",[[1,\"utrecht-icon-zorg-huis\"]]],[\"utrecht-icon-zweefpaal\",[[1,\"utrecht-icon-zweefpaal\"]]],[\"utrecht-icon-zwemmen\",[[1,\"utrecht-icon-zwemmen\"]]],[\"utrecht-logo-button\",[[1,\"utrecht-logo-button\"]]],[\"utrecht-map-marker\",[[1,\"utrecht-map-marker\"]]],[\"utrecht-multiline-data\",[[1,\"utrecht-multiline-data\"]]],[\"utrecht-page-footer\",[[1,\"utrecht-page-footer\"]]],[\"utrecht-pagination\",[[1,\"utrecht-pagination\",{\"links\":[1],\"next\":[1],\"prev\":[1],\"currentIndex\":[2,\"current-index\"]}]]],[\"utrecht-sidenav\",[[1,\"utrecht-sidenav\",{\"json\":[1]}]]],[\"utrecht-surface\",[[1,\"utrecht-surface\"]]],[\"utrecht-table\",[[1,\"utrecht-table\"]]],[\"utrecht-table-body\",[[1,\"utrecht-table-body\"]]],[\"utrecht-table-caption\",[[1,\"utrecht-table-caption\"]]],[\"utrecht-table-cell\",[[1,\"utrecht-table-cell\"]]],[\"utrecht-table-footer\",[[1,\"utrecht-table-footer\"]]],[\"utrecht-table-header\",[[1,\"utrecht-table-header\"]]],[\"utrecht-table-header-cell\",[[1,\"utrecht-table-header-cell\",{\"scope\":[1]}]]],[\"utrecht-table-row\",[[1,\"utrecht-table-row\"]]],[\"utrecht-textarea\",[[1,\"utrecht-textarea\",{\"disabled\":[516],\"invalid\":[516],\"placeholder\":[1],\"readOnly\":[516,\"readonly\"],\"required\":[516],\"value\":[1]}]]],[\"utrecht-textbox\",[[1,\"utrecht-textbox\",{\"autoComplete\":[513,\"autocomplete\"],\"disabled\":[516],\"invalid\":[516],\"min\":[1],\"max\":[1],\"pattern\":[1],\"placeholder\":[1],\"readOnly\":[516,\"readonly\"],\"required\":[516],\"type\":[513],\"value\":[1]}]]],[\"utrecht-digid-logo\",[[1,\"utrecht-digid-logo\"]]],[\"utrecht-alert_43\",[[1,\"utrecht-form-field-checkbox\",{\"label\":[1],\"disabled\":[516],\"checked\":[516],\"invalid\":[516],\"required\":[516],\"name\":[1],\"value\":[1]}],[1,\"utrecht-form-field-textarea\",{\"disabled\":[516],\"invalid\":[516],\"label\":[1],\"name\":[1],\"readOnly\":[516,\"readonly\"],\"placeholder\":[1],\"required\":[516],\"value\":[1]}],[1,\"utrecht-form-field-textbox\",{\"autoComplete\":[513,\"autocomplete\"],\"disabled\":[516],\"invalid\":[516],\"label\":[1],\"min\":[1],\"max\":[1],\"name\":[1],\"pattern\":[1],\"placeholder\":[1],\"readOnly\":[516,\"readonly\"],\"required\":[516],\"type\":[513],\"value\":[1]}],[1,\"utrecht-alert\",{\"type\":[1]}],[1,\"utrecht-article\"],[1,\"utrecht-badge-counter\",{\"value\":[2],\"max\":[2],\"locale\":[1]}],[1,\"utrecht-badge-data\"],[1,\"utrecht-badge-list\"],[1,\"utrecht-badge-status\",{\"status\":[1]}],[1,\"utrecht-button\",{\"appearance\":[1],\"busy\":[4],\"disabled\":[4],\"form\":[513,\"readonly\"],\"formAction\":[513,\"formaction\"],\"formEnctype\":[513,\"formenctype\"],\"formMethod\":[513,\"formmethod\"],\"formNoValidate\":[516,\"formnovalidate\"],\"formTarget\":[513,\"formtarget\"],\"popoverTarget\":[513,\"popovertarget\"],\"popoverTargetAction\":[513,\"popovertargetaction\"],\"name\":[1],\"value\":[1],\"type\":[1]}],[1,\"utrecht-button-group\"],[1,\"utrecht-button-link\",{\"appearance\":[1],\"external\":[4],\"href\":[1],\"placeholder\":[4]}],[1,\"utrecht-code\"],[1,\"utrecht-code-block\"],[1,\"utrecht-color-sample\",{\"color\":[1]}],[1,\"utrecht-document\"],[1,\"utrecht-emphasis\"],[1,\"utrecht-heading\",{\"level\":[2]}],[1,\"utrecht-heading-1\"],[1,\"utrecht-heading-4\"],[1,\"utrecht-heading-5\"],[1,\"utrecht-heading-6\"],[1,\"utrecht-heading-group\"],[1,\"utrecht-iban-data\",{\"value\":[1]}],[1,\"utrecht-icon\"],[1,\"utrecht-link\",{\"href\":[1]}],[1,\"utrecht-link-button\",{\"disabled\":[4],\"type\":[1],\"inline\":[4],\"pressed\":[4]}],[1,\"utrecht-logo\"],[1,\"utrecht-logo-image\"],[1,\"utrecht-mark\"],[1,\"utrecht-number-value\",{\"value\":[8]}],[1,\"utrecht-page\"],[1,\"utrecht-page-content\"],[1,\"utrecht-page-header\"],[1,\"utrecht-pre-heading\"],[1,\"utrecht-separator\"],[1,\"utrecht-skip-link\",{\"href\":[1]}],[1,\"utrecht-spotlight-section\",{\"appearance\":[1]}],[1,\"utrecht-url\"],[1,\"utrecht-heading-2\"],[1,\"utrecht-heading-3\"],[1,\"utrecht-paragraph\",{\"lead\":[4]}],[1,\"utrecht-form-field-description\",{\"status\":[513]}]]]]"), options);
21
21
  });
22
22
 
23
23
  //# sourceMappingURL=utrecht.js.map
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2020-2022 Gemeente Utrecht
4
+ * Copyright (c) 2020-2022 Frameless B.V.
5
+ */
6
+ export declare class DataListValue {
7
+ render(): any;
8
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2020-2022 Gemeente Utrecht
4
+ * Copyright (c) 2020-2022 Frameless B.V.
5
+ */
6
+ export declare class DataListItem {
7
+ render(): any;
8
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2020-2022 Gemeente Utrecht
4
+ * Copyright (c) 2020-2022 Frameless B.V.
5
+ */
6
+ export declare class DataListValue {
7
+ render(): any;
8
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2020-2022 Gemeente Utrecht
4
+ * Copyright (c) 2020-2022 Frameless B.V.
5
+ */
6
+ export declare class DataListValue {
7
+ render(): any;
8
+ }
@@ -0,0 +1,8 @@
1
+ /**
2
+ * @license EUPL-1.2
3
+ * Copyright (c) 2020-2022 Gemeente Utrecht
4
+ * Copyright (c) 2020-2022 Frameless B.V.
5
+ */
6
+ export declare class DataList {
7
+ render(): any;
8
+ }
@@ -79,6 +79,16 @@ export namespace Components {
79
79
  "invalid"?: boolean;
80
80
  "required"?: boolean;
81
81
  }
82
+ interface UtrechtDataList {
83
+ }
84
+ interface UtrechtDataListActions {
85
+ }
86
+ interface UtrechtDataListItem {
87
+ }
88
+ interface UtrechtDataListKey {
89
+ }
90
+ interface UtrechtDataListValue {
91
+ }
82
92
  interface UtrechtDigidButton {
83
93
  "type": string;
84
94
  }
@@ -823,6 +833,36 @@ declare global {
823
833
  prototype: HTMLUtrechtCustomCheckboxElement;
824
834
  new (): HTMLUtrechtCustomCheckboxElement;
825
835
  };
836
+ interface HTMLUtrechtDataListElement extends Components.UtrechtDataList, HTMLStencilElement {
837
+ }
838
+ var HTMLUtrechtDataListElement: {
839
+ prototype: HTMLUtrechtDataListElement;
840
+ new (): HTMLUtrechtDataListElement;
841
+ };
842
+ interface HTMLUtrechtDataListActionsElement extends Components.UtrechtDataListActions, HTMLStencilElement {
843
+ }
844
+ var HTMLUtrechtDataListActionsElement: {
845
+ prototype: HTMLUtrechtDataListActionsElement;
846
+ new (): HTMLUtrechtDataListActionsElement;
847
+ };
848
+ interface HTMLUtrechtDataListItemElement extends Components.UtrechtDataListItem, HTMLStencilElement {
849
+ }
850
+ var HTMLUtrechtDataListItemElement: {
851
+ prototype: HTMLUtrechtDataListItemElement;
852
+ new (): HTMLUtrechtDataListItemElement;
853
+ };
854
+ interface HTMLUtrechtDataListKeyElement extends Components.UtrechtDataListKey, HTMLStencilElement {
855
+ }
856
+ var HTMLUtrechtDataListKeyElement: {
857
+ prototype: HTMLUtrechtDataListKeyElement;
858
+ new (): HTMLUtrechtDataListKeyElement;
859
+ };
860
+ interface HTMLUtrechtDataListValueElement extends Components.UtrechtDataListValue, HTMLStencilElement {
861
+ }
862
+ var HTMLUtrechtDataListValueElement: {
863
+ prototype: HTMLUtrechtDataListValueElement;
864
+ new (): HTMLUtrechtDataListValueElement;
865
+ };
826
866
  interface HTMLUtrechtDigidButtonElement extends Components.UtrechtDigidButton, HTMLStencilElement {
827
867
  }
828
868
  var HTMLUtrechtDigidButtonElement: {
@@ -2400,6 +2440,11 @@ declare global {
2400
2440
  "utrecht-column-layout": HTMLUtrechtColumnLayoutElement;
2401
2441
  "utrecht-contact-card-template": HTMLUtrechtContactCardTemplateElement;
2402
2442
  "utrecht-custom-checkbox": HTMLUtrechtCustomCheckboxElement;
2443
+ "utrecht-data-list": HTMLUtrechtDataListElement;
2444
+ "utrecht-data-list-actions": HTMLUtrechtDataListActionsElement;
2445
+ "utrecht-data-list-item": HTMLUtrechtDataListItemElement;
2446
+ "utrecht-data-list-key": HTMLUtrechtDataListKeyElement;
2447
+ "utrecht-data-list-value": HTMLUtrechtDataListValueElement;
2403
2448
  "utrecht-digid-button": HTMLUtrechtDigidButtonElement;
2404
2449
  "utrecht-digid-logo": HTMLUtrechtDigidLogoElement;
2405
2450
  "utrecht-document": HTMLUtrechtDocumentElement;
@@ -2739,6 +2784,16 @@ declare namespace LocalJSX {
2739
2784
  "invalid"?: boolean;
2740
2785
  "required"?: boolean;
2741
2786
  }
2787
+ interface UtrechtDataList {
2788
+ }
2789
+ interface UtrechtDataListActions {
2790
+ }
2791
+ interface UtrechtDataListItem {
2792
+ }
2793
+ interface UtrechtDataListKey {
2794
+ }
2795
+ interface UtrechtDataListValue {
2796
+ }
2742
2797
  interface UtrechtDigidButton {
2743
2798
  "type"?: string;
2744
2799
  }
@@ -3384,6 +3439,11 @@ declare namespace LocalJSX {
3384
3439
  "utrecht-column-layout": UtrechtColumnLayout;
3385
3440
  "utrecht-contact-card-template": UtrechtContactCardTemplate;
3386
3441
  "utrecht-custom-checkbox": UtrechtCustomCheckbox;
3442
+ "utrecht-data-list": UtrechtDataList;
3443
+ "utrecht-data-list-actions": UtrechtDataListActions;
3444
+ "utrecht-data-list-item": UtrechtDataListItem;
3445
+ "utrecht-data-list-key": UtrechtDataListKey;
3446
+ "utrecht-data-list-value": UtrechtDataListValue;
3387
3447
  "utrecht-digid-button": UtrechtDigidButton;
3388
3448
  "utrecht-digid-logo": UtrechtDigidLogo;
3389
3449
  "utrecht-document": UtrechtDocument;
@@ -3665,6 +3725,11 @@ declare module "@stencil/core" {
3665
3725
  "utrecht-column-layout": LocalJSX.UtrechtColumnLayout & JSXBase.HTMLAttributes<HTMLUtrechtColumnLayoutElement>;
3666
3726
  "utrecht-contact-card-template": LocalJSX.UtrechtContactCardTemplate & JSXBase.HTMLAttributes<HTMLUtrechtContactCardTemplateElement>;
3667
3727
  "utrecht-custom-checkbox": LocalJSX.UtrechtCustomCheckbox & JSXBase.HTMLAttributes<HTMLUtrechtCustomCheckboxElement>;
3728
+ "utrecht-data-list": LocalJSX.UtrechtDataList & JSXBase.HTMLAttributes<HTMLUtrechtDataListElement>;
3729
+ "utrecht-data-list-actions": LocalJSX.UtrechtDataListActions & JSXBase.HTMLAttributes<HTMLUtrechtDataListActionsElement>;
3730
+ "utrecht-data-list-item": LocalJSX.UtrechtDataListItem & JSXBase.HTMLAttributes<HTMLUtrechtDataListItemElement>;
3731
+ "utrecht-data-list-key": LocalJSX.UtrechtDataListKey & JSXBase.HTMLAttributes<HTMLUtrechtDataListKeyElement>;
3732
+ "utrecht-data-list-value": LocalJSX.UtrechtDataListValue & JSXBase.HTMLAttributes<HTMLUtrechtDataListValueElement>;
3668
3733
  "utrecht-digid-button": LocalJSX.UtrechtDigidButton & JSXBase.HTMLAttributes<HTMLUtrechtDigidButtonElement>;
3669
3734
  "utrecht-digid-logo": LocalJSX.UtrechtDigidLogo & JSXBase.HTMLAttributes<HTMLUtrechtDigidLogoElement>;
3670
3735
  "utrecht-document": LocalJSX.UtrechtDocument & JSXBase.HTMLAttributes<HTMLUtrechtDocumentElement>;
@@ -0,0 +1,2 @@
1
+ import{r as t,h as a}from"./p-9bc062fc.js";const e=":host{display:contents}dd{color:var(--utrecht-data-list-item-value-color);font-size:var(--utrecht-data-list-item-value-font-size);font-weight:var(--utrecht-data-list-item-value-font-weight);line-height:var(--utrecht-data-list-item-value-line-height);min-block-size:calc(var(--utrecht-data-list-item-value-line-height) * 1rem);margin-inline-start:0;margin-block-start:var(--utrecht-data-list-rows-item-value-margin-block-start)}:host([hidden]){display:none !important}";const i=class{constructor(a){t(this,a)}render(){return a("dd",null,a("slot",null))}};i.style=e;export{i as utrecht_data_list_value};
2
+ //# sourceMappingURL=p-0f600f9b.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["dataListValueCss","DataListValue","render","h"],"sources":["./src/components/data-list-value.scss?tag=utrecht-data-list-value&encapsulation=shadow","./src/components/data-list-value.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/data-list/css/mixin\";\n\n:host {\n display: contents;\n}\n\ndd {\n @include utrecht-data-list__item-value;\n @include utrecht-data-list__item-value--html-dd;\n @include utrecht-data-list__item-value--rows;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2022 Gemeente Utrecht\n * Copyright (c) 2020-2022 Frameless B.V.\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-data-list-value',\n styleUrl: 'data-list-value.scss',\n shadow: true,\n})\nexport class DataListValue {\n render() {\n return (\n <dd>\n <slot></slot>\n </dd>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAmB,sd,MCaZC,EAAa,M,yBACxBC,SACE,OACEC,EAAA,UACEA,EAAA,a"}
@@ -0,0 +1,2 @@
1
+ import{r as t,h as n}from"./p-9bc062fc.js";const s=":host{display:contents}dd{margin-inline-start:0;align-items:baseline;display:flex;grid-column:-1;grid-row:1;justify-content:flex-end}:host([hidden]){display:none !important}";const i=class{constructor(n){t(this,n)}render(){return n("dd",null,n("slot",null))}};i.style=s;export{i as utrecht_data_list_actions};
2
+ //# sourceMappingURL=p-4d8b4efe.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["dataListActionsCss","DataListValue","render","h"],"sources":["./src/components/data-list-actions.scss?tag=utrecht-data-list-actions&encapsulation=shadow","./src/components/data-list-actions.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/data-list/css/mixin\";\n\n:host {\n display: contents;\n}\n\ndd {\n @include utrecht-data-list__actions;\n @include utrecht-data-list__actions--html-dd;\n @include utrecht-data-list__actions--rows;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2022 Gemeente Utrecht\n * Copyright (c) 2020-2022 Frameless B.V.\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-data-list-actions',\n styleUrl: 'data-list-actions.scss',\n shadow: true,\n})\nexport class DataListValue {\n render() {\n return (\n <dd>\n <slot></slot>\n </dd>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAqB,gL,MCadC,EAAa,M,yBACxBC,SACE,OACEC,EAAA,UACEA,EAAA,a"}
@@ -0,0 +1,2 @@
1
+ import{r as t,h as a}from"./p-9bc062fc.js";const r=":host{display:contents}dl{display:block;margin-block-end:calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0) * var(--utrecht-data-list-margin-block-start, 0))}:host([hidden]){display:none !important}";const c=class{constructor(a){t(this,a)}render(){return a("dl",null,a("slot",null))}};c.style=r;export{c as utrecht_data_list};
2
+ //# sourceMappingURL=p-6547c54d.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["dataListCss","DataList","render","h"],"sources":["./src/components/data-list.scss?tag=utrecht-data-list&encapsulation=shadow","./src/components/data-list.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/data-list/css/mixin\";\n\n:host {\n display: contents;\n}\n\ndl {\n @include utrecht-data-list;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2022 Gemeente Utrecht\n * Copyright (c) 2020-2022 Frameless B.V.\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-data-list',\n styleUrl: 'data-list.scss',\n shadow: true,\n})\nexport class DataList {\n render() {\n return (\n <dl>\n <slot></slot>\n </dl>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAc,iS,MCaPC,EAAQ,M,yBACnBC,SACE,OACEC,EAAA,UACEA,EAAA,a"}
@@ -0,0 +1,2 @@
1
+ import{r as t,h as r}from"./p-9bc062fc.js";const a=":host{display:contents}div{page-break-inside:avoid;--_utrecht-minmax:max(\n var(--utrecht-data-list-rows-column-min-inline-size, 25ch),\n var(--utrecht-data-list-rows-column-inline-size, 80%)\n );--_utrecht-auto-col:minmax(var(--_utrecht-minmax), max-content);border-block-end-color:var(--utrecht-data-list-rows-border-bottom-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-data-list-rows-border-bottom-width, 0);column-gap:var(--utrecht-data-list-rows-gap);display:grid;grid-auto-columns:1fr;grid-template-columns:repeat(auto-fit, var(--_utrecht-auto-col));margin-block-start:var(--utrecht-data-list-rows-item-margin-block-start);row-gap:0}:host([hidden]){display:none !important}";const o=class{constructor(r){t(this,r)}render(){return r("div",null,r("slot",null))}};o.style=a;export{o as utrecht_data_list_item};
2
+ //# sourceMappingURL=p-fa61cf70.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["dataListItemCss","DataListItem","render","h"],"sources":["./src/components/data-list-item.scss?tag=utrecht-data-list-item&encapsulation=shadow","./src/components/data-list-item.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/data-list/css/mixin\";\n\n:host {\n display: contents;\n}\n\ndiv {\n @include utrecht-data-list__item;\n @include utrecht-data-list__item--rows;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2022 Gemeente Utrecht\n * Copyright (c) 2020-2022 Frameless B.V.\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-data-list-item',\n styleUrl: 'data-list-item.scss',\n shadow: true,\n})\nexport class DataListItem {\n render() {\n return (\n <div>\n <slot />\n </div>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAkB,ytB,MCaXC,EAAY,M,yBACvBC,SACE,OACEC,EAAA,WACEA,EAAA,a"}
@@ -0,0 +1,2 @@
1
+ import{r as t,h as e}from"./p-9bc062fc.js";const i=":host{display:contents}dt{color:var(--utrecht-data-list-item-key-color);font-size:var(--utrecht-data-list-item-key-font-size);font-weight:var(--utrecht-data-list-item-key-font-weight);line-height:var(--utrecht-data-list-item-key-line-height)}:host([hidden]){display:none !important}";const r=class{constructor(e){t(this,e)}render(){return e("dt",null,e("slot",null))}};r.style=i;export{r as utrecht_data_list_key};
2
+ //# sourceMappingURL=p-fd74e78a.entry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["dataListKeyCss","DataListValue","render","h"],"sources":["./src/components/data-list-key.scss?tag=utrecht-data-list-key&encapsulation=shadow","./src/components/data-list-key.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/data-list/css/mixin\";\n\n:host {\n display: contents;\n}\n\ndt {\n @include utrecht-data-list__item-key;\n @include utrecht-data-list__item-key--rows;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2020-2022 Gemeente Utrecht\n * Copyright (c) 2020-2022 Frameless B.V.\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-data-list-key',\n styleUrl: 'data-list-key.scss',\n shadow: true,\n})\nexport class DataListValue {\n render() {\n return (\n <dt>\n <slot></slot>\n </dt>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAiB,6R,MCaVC,EAAa,M,yBACxBC,SACE,OACEC,EAAA,UACEA,EAAA,a"}
@@ -1,2 +1,2 @@
1
- import{p as e,b as t}from"./p-9bc062fc.js";export{s as setNonce}from"./p-9bc062fc.js";const c=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};c().then((e=>t(JSON.parse('[["p-82e6166d",[[1,"utrecht-contact-card-template"]]],["p-798bd8d2",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-cc6d406f",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-843aeac3",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-ae873a2f",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-d90ac477",[[1,"utrecht-column-layout",{"rule":[516]}]]],["p-eb4c5d27",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-717c1287",[[1,"utrecht-eherkenning-logo"]]],["p-9b3282fd",[[1,"utrecht-eidas-logo"]]],["p-3b090c94",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-8656dac4",[[4,"utrecht-html-content"]]],["p-d9da60a1",[[1,"utrecht-icon-afspraak-maken"]]],["p-0d838998",[[1,"utrecht-icon-afval"]]],["p-a67f66f5",[[1,"utrecht-icon-afval-container"]]],["p-2b94ff68",[[1,"utrecht-icon-afval-containerpas"]]],["p-6f1c8052",[[1,"utrecht-icon-afval-kalender"]]],["p-99ddf76f",[[1,"utrecht-icon-afval-pmd"]]],["p-ca65acde",[[1,"utrecht-icon-afval-scheiden"]]],["p-bd9e3f2a",[[1,"utrecht-icon-afvalkalender"]]],["p-fe81a644",[[1,"utrecht-icon-alleen"]]],["p-5bd1ea2d",[[1,"utrecht-icon-arrow"]]],["p-ff233430",[[1,"utrecht-icon-auto"]]],["p-d48cd0b0",[[1,"utrecht-icon-begroting"]]],["p-8923843e",[[1,"utrecht-icon-bestemmingsplan"]]],["p-1f014ef1",[[1,"utrecht-icon-betaaldatum"]]],["p-ff8a67c3",[[1,"utrecht-icon-bewijsstukken"]]],["p-f055f837",[[1,"utrecht-icon-bijstand"]]],["p-554584b2",[[1,"utrecht-icon-blad"]]],["p-c34b761f",[[1,"utrecht-icon-bouwproject"]]],["p-feb8bd5c",[[1,"utrecht-icon-brandgevaar"]]],["p-d456e5c1",[[1,"utrecht-icon-brief-betalen"]]],["p-151e8e23",[[1,"utrecht-icon-checkmark"]]],["p-4d365c45",[[1,"utrecht-icon-chevron-down"]]],["p-c7b3b8ee",[[1,"utrecht-icon-chevron-left"]]],["p-7137a7b3",[[1,"utrecht-icon-chevron-right"]]],["p-ff2bbfc7",[[1,"utrecht-icon-chevron-up"]]],["p-d3158740",[[1,"utrecht-icon-close"]]],["p-9574ffa6",[[1,"utrecht-icon-college-b-w"]]],["p-1a04bb4d",[[1,"utrecht-icon-container"]]],["p-0ba01786",[[1,"utrecht-icon-container-bio"]]],["p-68202ff0",[[1,"utrecht-icon-container-glas"]]],["p-e37f08d5",[[1,"utrecht-icon-container-groenafval"]]],["p-7414018b",[[1,"utrecht-icon-container-met-zak"]]],["p-73285d6c",[[1,"utrecht-icon-container-papier"]]],["p-95f38424",[[1,"utrecht-icon-container-pmd"]]],["p-37221113",[[1,"utrecht-icon-container-restafval"]]],["p-ce0a5a0a",[[1,"utrecht-icon-container-textiel"]]],["p-af4502b8",[[1,"utrecht-icon-cross"]]],["p-d0ef507d",[[1,"utrecht-icon-dakloos"]]],["p-7e2972d7",[[1,"utrecht-icon-dementie"]]],["p-79d16bb1",[[1,"utrecht-icon-documenten"]]],["p-6a12d6ee",[[1,"utrecht-icon-duurzaam"]]],["p-ca1da25d",[[1,"utrecht-icon-eenzaamheid"]]],["p-25a8b520",[[1,"utrecht-icon-eikenprocessie"]]],["p-1f1f4027",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-e212061a",[[1,"utrecht-icon-energie-vergoeding"]]],["p-0b4cf0fc",[[1,"utrecht-icon-energietransitie"]]],["p-fd586ac8",[[1,"utrecht-icon-error"]]],["p-fef31a89",[[1,"utrecht-icon-evenementen"]]],["p-735afcfe",[[1,"utrecht-icon-facebook"]]],["p-5c76fcc5",[[1,"utrecht-icon-fiets"]]],["p-2e596391",[[1,"utrecht-icon-filter"]]],["p-03e8447e",[[1,"utrecht-icon-geboorte"]]],["p-a07ae4b5",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-a07b3717",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-5254c24a",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-ffbe5fd0",[[1,"utrecht-icon-geluid"]]],["p-c77fb95e",[[1,"utrecht-icon-gemeente-locatie"]]],["p-76a7e183",[[1,"utrecht-icon-gemeenteraad"]]],["p-543d6dde",[[1,"utrecht-icon-gereedschap"]]],["p-04126622",[[1,"utrecht-icon-gezicht"]]],["p-309e0714",[[1,"utrecht-icon-gezin"]]],["p-dc1cbc1c",[[1,"utrecht-icon-glas-afval"]]],["p-08362a7e",[[1,"utrecht-icon-glijbaan"]]],["p-b2001526",[[1,"utrecht-icon-grafiek"]]],["p-79b46c46",[[1,"utrecht-icon-grofvuil"]]],["p-471fadd8",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-337c2401",[[1,"utrecht-icon-hamburger-menu"]]],["p-2f908ffb",[[1,"utrecht-icon-herdenking"]]],["p-72741eb3",[[1,"utrecht-icon-hondenbelasting"]]],["p-94d590d6",[[1,"utrecht-icon-horeca"]]],["p-67da80b8",[[1,"utrecht-icon-horecavergunning"]]],["p-d9e1d4a8",[[1,"utrecht-icon-huis"]]],["p-c72e2758",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-9ff71b37",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-ca261a36",[[1,"utrecht-icon-hulp-huishouden"]]],["p-bb65da1a",[[1,"utrecht-icon-hulp-vervoer"]]],["p-a11dc2d6",[[1,"utrecht-icon-hulp-zorg"]]],["p-f86e736e",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-3a86858a",[[1,"utrecht-icon-hulpverlening"]]],["p-2cecfbf4",[[1,"utrecht-icon-idee"]]],["p-5364d08f",[[1,"utrecht-icon-informatie"]]],["p-99e02888",[[1,"utrecht-icon-information"]]],["p-0cb5c25d",[[1,"utrecht-icon-innovatie"]]],["p-b9569fba",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-da80ad4a",[[1,"utrecht-icon-instagram"]]],["p-e30864ee",[[1,"utrecht-icon-kalender"]]],["p-d8e86332",[[1,"utrecht-icon-kennis"]]],["p-ad961da8",[[1,"utrecht-icon-kerstbomen"]]],["p-425a74e1",[[1,"utrecht-icon-klachten"]]],["p-43d055eb",[[1,"utrecht-icon-kroon"]]],["p-9fa88429",[[1,"utrecht-icon-laadpaal"]]],["p-54d32209",[[1,"utrecht-icon-language"]]],["p-07c03387",[[1,"utrecht-icon-lantaarnpaal"]]],["p-fc083116",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-e2258a65",[[1,"utrecht-icon-leren"]]],["p-40fda681",[[1,"utrecht-icon-let-op"]]],["p-79a972f2",[[1,"utrecht-icon-linkedin"]]],["p-9206de8c",[[1,"utrecht-icon-list"]]],["p-5c750130",[[1,"utrecht-icon-list-check"]]],["p-055f483a",[[1,"utrecht-icon-list-number"]]],["p-aab56a99",[[1,"utrecht-icon-loupe"]]],["p-31da1f6d",[[1,"utrecht-icon-markt"]]],["p-064d6f10",[[1,"utrecht-icon-melding"]]],["p-af0c9bfe",[[1,"utrecht-icon-melding-boom"]]],["p-9ba4e237",[[1,"utrecht-icon-melding-klacht"]]],["p-3d131a06",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-81c4fc59",[[1,"utrecht-icon-melding-verlichting"]]],["p-106ad0b8",[[1,"utrecht-icon-menselijk"]]],["p-71968e34",[[1,"utrecht-icon-menu-dot"]]],["p-a4fb59e5",[[1,"utrecht-icon-menu-dot-open"]]],["p-20d40bf6",[[1,"utrecht-icon-meterkast"]]],["p-a589e74d",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-348aae26",[[1,"utrecht-icon-milieu-zone"]]],["p-7313d65b",[[1,"utrecht-icon-minus"]]],["p-02197e46",[[1,"utrecht-icon-minus-vertical"]]],["p-204ab354",[[1,"utrecht-icon-mobiliteit"]]],["p-1e903368",[[1,"utrecht-icon-natuur"]]],["p-fe736e0b",[[1,"utrecht-icon-nieuw-huis"]]],["p-abed4ae2",[[1,"utrecht-icon-nummerbord"]]],["p-8ab3f293",[[1,"utrecht-icon-om-het-huis"]]],["p-263a3552",[[1,"utrecht-icon-omgeving"]]],["p-7703e5a6",[[1,"utrecht-icon-omgevingsvisie"]]],["p-59a1a903",[[1,"utrecht-icon-omgevingswet"]]],["p-5ad79f88",[[1,"utrecht-icon-onderhoud"]]],["p-95c57ab6",[[1,"utrecht-icon-ondernemen"]]],["p-f0ec2b74",[[1,"utrecht-icon-openingstijden"]]],["p-f8955391",[[1,"utrecht-icon-over-de-stad"]]],["p-69cc1f49",[[1,"utrecht-icon-overlijden"]]],["p-8376e955",[[1,"utrecht-icon-panden"]]],["p-c91f1815",[[1,"utrecht-icon-park"]]],["p-235e04af",[[1,"utrecht-icon-parkeerkaart"]]],["p-bd840889",[[1,"utrecht-icon-parkeervergunning"]]],["p-786ae7c0",[[1,"utrecht-icon-parken"]]],["p-50c56c47",[[1,"utrecht-icon-parkeren"]]],["p-c8d7aa98",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-527b30e4",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-e4d720c6",[[1,"utrecht-icon-parkeren-betalen"]]],["p-143717c1",[[1,"utrecht-icon-participatie-campagne"]]],["p-62733ec8",[[1,"utrecht-icon-participatie-like"]]],["p-293ab21d",[[1,"utrecht-icon-participatie-pitch"]]],["p-7ec8e4a6",[[1,"utrecht-icon-paspoort"]]],["p-86171ac3",[[1,"utrecht-icon-presentatie"]]],["p-caae9703",[[1,"utrecht-icon-prijskaartje"]]],["p-499ef080",[[1,"utrecht-icon-read-aloud"]]],["p-4bc0671d",[[1,"utrecht-icon-rijbewijs"]]],["p-29e82a47",[[1,"utrecht-icon-rioolheffing"]]],["p-71905fd9",[[1,"utrecht-icon-rolstoel"]]],["p-df0eb310",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-7089e172",[[1,"utrecht-icon-search"]]],["p-c136ab0d",[[1,"utrecht-icon-shoppen"]]],["p-d770e417",[[1,"utrecht-icon-sinterklaas"]]],["p-d24f0217",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-0c33f0aa",[[1,"utrecht-icon-sport"]]],["p-e862cfa1",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-a26f75e9",[[1,"utrecht-icon-sport-voetbal"]]],["p-22635d7c",[[1,"utrecht-icon-stookverbod"]]],["p-5e62a56a",[[1,"utrecht-icon-strand"]]],["p-bc9bb694",[[1,"utrecht-icon-strooien"]]],["p-c436b882",[[1,"utrecht-icon-subsidie"]]],["p-a1d0e8e4",[[1,"utrecht-icon-subsidie-gezin"]]],["p-dafa0b00",[[1,"utrecht-icon-t-shirt"]]],["p-c6ec10c4",[[1,"utrecht-icon-thuiswerken"]]],["p-00da917f",[[1,"utrecht-icon-toeslag"]]],["p-c195f9ea",[[1,"utrecht-icon-trein"]]],["p-ae46d507",[[1,"utrecht-icon-trouwen"]]],["p-8d9b3947",[[1,"utrecht-icon-twitter"]]],["p-572f34c3",[[1,"utrecht-icon-user"]]],["p-3831465b",[[1,"utrecht-icon-uw-wijk"]]],["p-5c6d8b4b",[[1,"utrecht-icon-vaccinatie"]]],["p-5ca4c7b0",[[1,"utrecht-icon-veilige-wijk"]]],["p-c8a9a871",[[1,"utrecht-icon-vergaderen"]]],["p-22803476",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-693adfd8",[[1,"utrecht-icon-vergoeding"]]],["p-afe1c2d8",[[1,"utrecht-icon-verhuizen"]]],["p-6fb4b95e",[[1,"utrecht-icon-verkeerslicht"]]],["p-eed24ef9",[[1,"utrecht-icon-verkiezingen"]]],["p-4f34de06",[[1,"utrecht-icon-verslaving"]]],["p-199bfb78",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-0052597a",[[1,"utrecht-icon-virus"]]],["p-9179b3cc",[[1,"utrecht-icon-vluchtelingen"]]],["p-8c4da159",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-6dcb1f0e",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-025929b8",[[1,"utrecht-icon-vuilnisbak"]]],["p-94600aec",[[1,"utrecht-icon-vuilniszak"]]],["p-55940e48",[[1,"utrecht-icon-vuurwerk"]]],["p-a4762bca",[[1,"utrecht-icon-wandelstok"]]],["p-285854c7",[[1,"utrecht-icon-warm"]]],["p-585c3978",[[1,"utrecht-icon-warning"]]],["p-25d36c0f",[[1,"utrecht-icon-werken"]]],["p-3f0803c3",[[1,"utrecht-icon-werkzaamheden"]]],["p-ab13583a",[[1,"utrecht-icon-whatsapp"]]],["p-c690d387",[[1,"utrecht-icon-wonen-kosten"]]],["p-e9c0bdbd",[[1,"utrecht-icon-woning-zoeken"]]],["p-f4c83a01",[[1,"utrecht-icon-x"]]],["p-beceeac8",[[1,"utrecht-icon-youtube"]]],["p-560f9f25",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-26dbdc20",[[1,"utrecht-icon-zoom-minus"]]],["p-96448aa6",[[1,"utrecht-icon-zoom-plus"]]],["p-d408eebd",[[1,"utrecht-icon-zoomin"]]],["p-1b61ee13",[[1,"utrecht-icon-zoomout"]]],["p-551771c9",[[1,"utrecht-icon-zorg-huis"]]],["p-0e2c63bf",[[1,"utrecht-icon-zweefpaal"]]],["p-f76597f8",[[1,"utrecht-icon-zwemmen"]]],["p-9b38ba7e",[[1,"utrecht-logo-button"]]],["p-29d7b2cc",[[1,"utrecht-map-marker"]]],["p-f4e146ac",[[1,"utrecht-multiline-data"]]],["p-1ddcb442",[[1,"utrecht-page-footer"]]],["p-29297113",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-293ac3ba",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-10072a04",[[1,"utrecht-surface"]]],["p-32879f3d",[[1,"utrecht-table"]]],["p-6e7d6863",[[1,"utrecht-table-body"]]],["p-3980f8a7",[[1,"utrecht-table-caption"]]],["p-fbc89f02",[[1,"utrecht-table-cell"]]],["p-9884f871",[[1,"utrecht-table-footer"]]],["p-81f057bd",[[1,"utrecht-table-header"]]],["p-c54d9abb",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-2d6e3137",[[1,"utrecht-table-row"]]],["p-57d9d688",[[1,"utrecht-textarea",{"disabled":[516],"invalid":[516],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"value":[1]}]]],["p-561c2d0f",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-c3ea6b3c",[[1,"utrecht-digid-logo"]]],["p-5147794b",[[1,"utrecht-form-field-checkbox",{"label":[1],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"name":[1],"value":[1]}],[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"label":[1],"name":[1],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}],[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"label":[1],"min":[1],"max":[1],"name":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}],[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-data"],[1,"utrecht-badge-list"],[1,"utrecht-badge-status",{"status":[1]}],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"form":[513,"readonly"],"formAction":[513,"formaction"],"formEnctype":[513,"formenctype"],"formMethod":[513,"formmethod"],"formNoValidate":[516,"formnovalidate"],"formTarget":[513,"formtarget"],"popoverTarget":[513,"popovertarget"],"popoverTargetAction":[513,"popovertargetaction"],"name":[1],"value":[1],"type":[1]}],[1,"utrecht-button-group"],[1,"utrecht-button-link",{"appearance":[1],"external":[4],"href":[1],"placeholder":[4]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-document"],[1,"utrecht-emphasis"],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-iban-data",{"value":[1]}],[1,"utrecht-icon"],[1,"utrecht-link",{"href":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4]}],[1,"utrecht-logo"],[1,"utrecht-logo-image"],[1,"utrecht-mark"],[1,"utrecht-number-value",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-url"],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}],[1,"utrecht-form-field-description",{"status":[513]}]]]]'),e)));
1
+ import{p as e,b as t}from"./p-9bc062fc.js";export{s as setNonce}from"./p-9bc062fc.js";const c=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};c().then((e=>t(JSON.parse('[["p-82e6166d",[[1,"utrecht-contact-card-template"]]],["p-798bd8d2",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-cc6d406f",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-843aeac3",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-ae873a2f",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-d90ac477",[[1,"utrecht-column-layout",{"rule":[516]}]]],["p-eb4c5d27",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-6547c54d",[[1,"utrecht-data-list"]]],["p-4d8b4efe",[[1,"utrecht-data-list-actions"]]],["p-fa61cf70",[[1,"utrecht-data-list-item"]]],["p-fd74e78a",[[1,"utrecht-data-list-key"]]],["p-0f600f9b",[[1,"utrecht-data-list-value"]]],["p-717c1287",[[1,"utrecht-eherkenning-logo"]]],["p-9b3282fd",[[1,"utrecht-eidas-logo"]]],["p-3b090c94",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-8656dac4",[[4,"utrecht-html-content"]]],["p-d9da60a1",[[1,"utrecht-icon-afspraak-maken"]]],["p-0d838998",[[1,"utrecht-icon-afval"]]],["p-a67f66f5",[[1,"utrecht-icon-afval-container"]]],["p-2b94ff68",[[1,"utrecht-icon-afval-containerpas"]]],["p-6f1c8052",[[1,"utrecht-icon-afval-kalender"]]],["p-99ddf76f",[[1,"utrecht-icon-afval-pmd"]]],["p-ca65acde",[[1,"utrecht-icon-afval-scheiden"]]],["p-bd9e3f2a",[[1,"utrecht-icon-afvalkalender"]]],["p-fe81a644",[[1,"utrecht-icon-alleen"]]],["p-5bd1ea2d",[[1,"utrecht-icon-arrow"]]],["p-ff233430",[[1,"utrecht-icon-auto"]]],["p-d48cd0b0",[[1,"utrecht-icon-begroting"]]],["p-8923843e",[[1,"utrecht-icon-bestemmingsplan"]]],["p-1f014ef1",[[1,"utrecht-icon-betaaldatum"]]],["p-ff8a67c3",[[1,"utrecht-icon-bewijsstukken"]]],["p-f055f837",[[1,"utrecht-icon-bijstand"]]],["p-554584b2",[[1,"utrecht-icon-blad"]]],["p-c34b761f",[[1,"utrecht-icon-bouwproject"]]],["p-feb8bd5c",[[1,"utrecht-icon-brandgevaar"]]],["p-d456e5c1",[[1,"utrecht-icon-brief-betalen"]]],["p-151e8e23",[[1,"utrecht-icon-checkmark"]]],["p-4d365c45",[[1,"utrecht-icon-chevron-down"]]],["p-c7b3b8ee",[[1,"utrecht-icon-chevron-left"]]],["p-7137a7b3",[[1,"utrecht-icon-chevron-right"]]],["p-ff2bbfc7",[[1,"utrecht-icon-chevron-up"]]],["p-d3158740",[[1,"utrecht-icon-close"]]],["p-9574ffa6",[[1,"utrecht-icon-college-b-w"]]],["p-1a04bb4d",[[1,"utrecht-icon-container"]]],["p-0ba01786",[[1,"utrecht-icon-container-bio"]]],["p-68202ff0",[[1,"utrecht-icon-container-glas"]]],["p-e37f08d5",[[1,"utrecht-icon-container-groenafval"]]],["p-7414018b",[[1,"utrecht-icon-container-met-zak"]]],["p-73285d6c",[[1,"utrecht-icon-container-papier"]]],["p-95f38424",[[1,"utrecht-icon-container-pmd"]]],["p-37221113",[[1,"utrecht-icon-container-restafval"]]],["p-ce0a5a0a",[[1,"utrecht-icon-container-textiel"]]],["p-af4502b8",[[1,"utrecht-icon-cross"]]],["p-d0ef507d",[[1,"utrecht-icon-dakloos"]]],["p-7e2972d7",[[1,"utrecht-icon-dementie"]]],["p-79d16bb1",[[1,"utrecht-icon-documenten"]]],["p-6a12d6ee",[[1,"utrecht-icon-duurzaam"]]],["p-ca1da25d",[[1,"utrecht-icon-eenzaamheid"]]],["p-25a8b520",[[1,"utrecht-icon-eikenprocessie"]]],["p-1f1f4027",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-e212061a",[[1,"utrecht-icon-energie-vergoeding"]]],["p-0b4cf0fc",[[1,"utrecht-icon-energietransitie"]]],["p-fd586ac8",[[1,"utrecht-icon-error"]]],["p-fef31a89",[[1,"utrecht-icon-evenementen"]]],["p-735afcfe",[[1,"utrecht-icon-facebook"]]],["p-5c76fcc5",[[1,"utrecht-icon-fiets"]]],["p-2e596391",[[1,"utrecht-icon-filter"]]],["p-03e8447e",[[1,"utrecht-icon-geboorte"]]],["p-a07ae4b5",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-a07b3717",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-5254c24a",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-ffbe5fd0",[[1,"utrecht-icon-geluid"]]],["p-c77fb95e",[[1,"utrecht-icon-gemeente-locatie"]]],["p-76a7e183",[[1,"utrecht-icon-gemeenteraad"]]],["p-543d6dde",[[1,"utrecht-icon-gereedschap"]]],["p-04126622",[[1,"utrecht-icon-gezicht"]]],["p-309e0714",[[1,"utrecht-icon-gezin"]]],["p-dc1cbc1c",[[1,"utrecht-icon-glas-afval"]]],["p-08362a7e",[[1,"utrecht-icon-glijbaan"]]],["p-b2001526",[[1,"utrecht-icon-grafiek"]]],["p-79b46c46",[[1,"utrecht-icon-grofvuil"]]],["p-471fadd8",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-337c2401",[[1,"utrecht-icon-hamburger-menu"]]],["p-2f908ffb",[[1,"utrecht-icon-herdenking"]]],["p-72741eb3",[[1,"utrecht-icon-hondenbelasting"]]],["p-94d590d6",[[1,"utrecht-icon-horeca"]]],["p-67da80b8",[[1,"utrecht-icon-horecavergunning"]]],["p-d9e1d4a8",[[1,"utrecht-icon-huis"]]],["p-c72e2758",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-9ff71b37",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-ca261a36",[[1,"utrecht-icon-hulp-huishouden"]]],["p-bb65da1a",[[1,"utrecht-icon-hulp-vervoer"]]],["p-a11dc2d6",[[1,"utrecht-icon-hulp-zorg"]]],["p-f86e736e",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-3a86858a",[[1,"utrecht-icon-hulpverlening"]]],["p-2cecfbf4",[[1,"utrecht-icon-idee"]]],["p-5364d08f",[[1,"utrecht-icon-informatie"]]],["p-99e02888",[[1,"utrecht-icon-information"]]],["p-0cb5c25d",[[1,"utrecht-icon-innovatie"]]],["p-b9569fba",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-da80ad4a",[[1,"utrecht-icon-instagram"]]],["p-e30864ee",[[1,"utrecht-icon-kalender"]]],["p-d8e86332",[[1,"utrecht-icon-kennis"]]],["p-ad961da8",[[1,"utrecht-icon-kerstbomen"]]],["p-425a74e1",[[1,"utrecht-icon-klachten"]]],["p-43d055eb",[[1,"utrecht-icon-kroon"]]],["p-9fa88429",[[1,"utrecht-icon-laadpaal"]]],["p-54d32209",[[1,"utrecht-icon-language"]]],["p-07c03387",[[1,"utrecht-icon-lantaarnpaal"]]],["p-fc083116",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-e2258a65",[[1,"utrecht-icon-leren"]]],["p-40fda681",[[1,"utrecht-icon-let-op"]]],["p-79a972f2",[[1,"utrecht-icon-linkedin"]]],["p-9206de8c",[[1,"utrecht-icon-list"]]],["p-5c750130",[[1,"utrecht-icon-list-check"]]],["p-055f483a",[[1,"utrecht-icon-list-number"]]],["p-aab56a99",[[1,"utrecht-icon-loupe"]]],["p-31da1f6d",[[1,"utrecht-icon-markt"]]],["p-064d6f10",[[1,"utrecht-icon-melding"]]],["p-af0c9bfe",[[1,"utrecht-icon-melding-boom"]]],["p-9ba4e237",[[1,"utrecht-icon-melding-klacht"]]],["p-3d131a06",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-81c4fc59",[[1,"utrecht-icon-melding-verlichting"]]],["p-106ad0b8",[[1,"utrecht-icon-menselijk"]]],["p-71968e34",[[1,"utrecht-icon-menu-dot"]]],["p-a4fb59e5",[[1,"utrecht-icon-menu-dot-open"]]],["p-20d40bf6",[[1,"utrecht-icon-meterkast"]]],["p-a589e74d",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-348aae26",[[1,"utrecht-icon-milieu-zone"]]],["p-7313d65b",[[1,"utrecht-icon-minus"]]],["p-02197e46",[[1,"utrecht-icon-minus-vertical"]]],["p-204ab354",[[1,"utrecht-icon-mobiliteit"]]],["p-1e903368",[[1,"utrecht-icon-natuur"]]],["p-fe736e0b",[[1,"utrecht-icon-nieuw-huis"]]],["p-abed4ae2",[[1,"utrecht-icon-nummerbord"]]],["p-8ab3f293",[[1,"utrecht-icon-om-het-huis"]]],["p-263a3552",[[1,"utrecht-icon-omgeving"]]],["p-7703e5a6",[[1,"utrecht-icon-omgevingsvisie"]]],["p-59a1a903",[[1,"utrecht-icon-omgevingswet"]]],["p-5ad79f88",[[1,"utrecht-icon-onderhoud"]]],["p-95c57ab6",[[1,"utrecht-icon-ondernemen"]]],["p-f0ec2b74",[[1,"utrecht-icon-openingstijden"]]],["p-f8955391",[[1,"utrecht-icon-over-de-stad"]]],["p-69cc1f49",[[1,"utrecht-icon-overlijden"]]],["p-8376e955",[[1,"utrecht-icon-panden"]]],["p-c91f1815",[[1,"utrecht-icon-park"]]],["p-235e04af",[[1,"utrecht-icon-parkeerkaart"]]],["p-bd840889",[[1,"utrecht-icon-parkeervergunning"]]],["p-786ae7c0",[[1,"utrecht-icon-parken"]]],["p-50c56c47",[[1,"utrecht-icon-parkeren"]]],["p-c8d7aa98",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-527b30e4",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-e4d720c6",[[1,"utrecht-icon-parkeren-betalen"]]],["p-143717c1",[[1,"utrecht-icon-participatie-campagne"]]],["p-62733ec8",[[1,"utrecht-icon-participatie-like"]]],["p-293ab21d",[[1,"utrecht-icon-participatie-pitch"]]],["p-7ec8e4a6",[[1,"utrecht-icon-paspoort"]]],["p-86171ac3",[[1,"utrecht-icon-presentatie"]]],["p-caae9703",[[1,"utrecht-icon-prijskaartje"]]],["p-499ef080",[[1,"utrecht-icon-read-aloud"]]],["p-4bc0671d",[[1,"utrecht-icon-rijbewijs"]]],["p-29e82a47",[[1,"utrecht-icon-rioolheffing"]]],["p-71905fd9",[[1,"utrecht-icon-rolstoel"]]],["p-df0eb310",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-7089e172",[[1,"utrecht-icon-search"]]],["p-c136ab0d",[[1,"utrecht-icon-shoppen"]]],["p-d770e417",[[1,"utrecht-icon-sinterklaas"]]],["p-d24f0217",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-0c33f0aa",[[1,"utrecht-icon-sport"]]],["p-e862cfa1",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-a26f75e9",[[1,"utrecht-icon-sport-voetbal"]]],["p-22635d7c",[[1,"utrecht-icon-stookverbod"]]],["p-5e62a56a",[[1,"utrecht-icon-strand"]]],["p-bc9bb694",[[1,"utrecht-icon-strooien"]]],["p-c436b882",[[1,"utrecht-icon-subsidie"]]],["p-a1d0e8e4",[[1,"utrecht-icon-subsidie-gezin"]]],["p-dafa0b00",[[1,"utrecht-icon-t-shirt"]]],["p-c6ec10c4",[[1,"utrecht-icon-thuiswerken"]]],["p-00da917f",[[1,"utrecht-icon-toeslag"]]],["p-c195f9ea",[[1,"utrecht-icon-trein"]]],["p-ae46d507",[[1,"utrecht-icon-trouwen"]]],["p-8d9b3947",[[1,"utrecht-icon-twitter"]]],["p-572f34c3",[[1,"utrecht-icon-user"]]],["p-3831465b",[[1,"utrecht-icon-uw-wijk"]]],["p-5c6d8b4b",[[1,"utrecht-icon-vaccinatie"]]],["p-5ca4c7b0",[[1,"utrecht-icon-veilige-wijk"]]],["p-c8a9a871",[[1,"utrecht-icon-vergaderen"]]],["p-22803476",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-693adfd8",[[1,"utrecht-icon-vergoeding"]]],["p-afe1c2d8",[[1,"utrecht-icon-verhuizen"]]],["p-6fb4b95e",[[1,"utrecht-icon-verkeerslicht"]]],["p-eed24ef9",[[1,"utrecht-icon-verkiezingen"]]],["p-4f34de06",[[1,"utrecht-icon-verslaving"]]],["p-199bfb78",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-0052597a",[[1,"utrecht-icon-virus"]]],["p-9179b3cc",[[1,"utrecht-icon-vluchtelingen"]]],["p-8c4da159",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-6dcb1f0e",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-025929b8",[[1,"utrecht-icon-vuilnisbak"]]],["p-94600aec",[[1,"utrecht-icon-vuilniszak"]]],["p-55940e48",[[1,"utrecht-icon-vuurwerk"]]],["p-a4762bca",[[1,"utrecht-icon-wandelstok"]]],["p-285854c7",[[1,"utrecht-icon-warm"]]],["p-585c3978",[[1,"utrecht-icon-warning"]]],["p-25d36c0f",[[1,"utrecht-icon-werken"]]],["p-3f0803c3",[[1,"utrecht-icon-werkzaamheden"]]],["p-ab13583a",[[1,"utrecht-icon-whatsapp"]]],["p-c690d387",[[1,"utrecht-icon-wonen-kosten"]]],["p-e9c0bdbd",[[1,"utrecht-icon-woning-zoeken"]]],["p-f4c83a01",[[1,"utrecht-icon-x"]]],["p-beceeac8",[[1,"utrecht-icon-youtube"]]],["p-560f9f25",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-26dbdc20",[[1,"utrecht-icon-zoom-minus"]]],["p-96448aa6",[[1,"utrecht-icon-zoom-plus"]]],["p-d408eebd",[[1,"utrecht-icon-zoomin"]]],["p-1b61ee13",[[1,"utrecht-icon-zoomout"]]],["p-551771c9",[[1,"utrecht-icon-zorg-huis"]]],["p-0e2c63bf",[[1,"utrecht-icon-zweefpaal"]]],["p-f76597f8",[[1,"utrecht-icon-zwemmen"]]],["p-9b38ba7e",[[1,"utrecht-logo-button"]]],["p-29d7b2cc",[[1,"utrecht-map-marker"]]],["p-f4e146ac",[[1,"utrecht-multiline-data"]]],["p-1ddcb442",[[1,"utrecht-page-footer"]]],["p-29297113",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-293ac3ba",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-10072a04",[[1,"utrecht-surface"]]],["p-32879f3d",[[1,"utrecht-table"]]],["p-6e7d6863",[[1,"utrecht-table-body"]]],["p-3980f8a7",[[1,"utrecht-table-caption"]]],["p-fbc89f02",[[1,"utrecht-table-cell"]]],["p-9884f871",[[1,"utrecht-table-footer"]]],["p-81f057bd",[[1,"utrecht-table-header"]]],["p-c54d9abb",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-2d6e3137",[[1,"utrecht-table-row"]]],["p-57d9d688",[[1,"utrecht-textarea",{"disabled":[516],"invalid":[516],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"value":[1]}]]],["p-561c2d0f",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-c3ea6b3c",[[1,"utrecht-digid-logo"]]],["p-5147794b",[[1,"utrecht-form-field-checkbox",{"label":[1],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"name":[1],"value":[1]}],[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"label":[1],"name":[1],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}],[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"label":[1],"min":[1],"max":[1],"name":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}],[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-data"],[1,"utrecht-badge-list"],[1,"utrecht-badge-status",{"status":[1]}],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"form":[513,"readonly"],"formAction":[513,"formaction"],"formEnctype":[513,"formenctype"],"formMethod":[513,"formmethod"],"formNoValidate":[516,"formnovalidate"],"formTarget":[513,"formtarget"],"popoverTarget":[513,"popovertarget"],"popoverTargetAction":[513,"popovertargetaction"],"name":[1],"value":[1],"type":[1]}],[1,"utrecht-button-group"],[1,"utrecht-button-link",{"appearance":[1],"external":[4],"href":[1],"placeholder":[4]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-document"],[1,"utrecht-emphasis"],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-iban-data",{"value":[1]}],[1,"utrecht-icon"],[1,"utrecht-link",{"href":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4]}],[1,"utrecht-logo"],[1,"utrecht-logo-image"],[1,"utrecht-mark"],[1,"utrecht-number-value",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-url"],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}],[1,"utrecht-form-field-description",{"status":[513]}]]]]'),e)));
2
2
  //# sourceMappingURL=utrecht.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","JSON","parse"],"sources":["../../node_modules/.pnpm/@stencil+core@3.4.2/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v3.4.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n if (BUILD.cssVarShim) {\n // shim css vars\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = \n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAmBA,MAAMA,EAAe,KAkCjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAiB3E,GAAuBF,IAAe,GAAI,CACtCE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IAGrD,CAcI,OAAOC,EAAeJ,EAAK,ECrF/BH,IAAeQ,MAAKC,GAEXC,EAAcC,KAAAC,MAAA,8gbAAuCH"}
1
+ {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","JSON","parse"],"sources":["../../node_modules/.pnpm/@stencil+core@3.4.2/node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v3.4.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n if (BUILD.cssVarShim) {\n // shim css vars\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = \n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAmBA,MAAMA,EAAe,KAkCjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAiB3E,GAAuBF,IAAe,GAAI,CACtCE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IAGrD,CAcI,OAAOC,EAAeJ,EAAK,ECrF/BH,IAAeQ,MAAKC,GAEXC,EAAcC,KAAAC,MAAA,kvbAAuCH"}
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.576",
2
+ "version": "1.0.0-alpha.577",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",
@@ -32,8 +32,8 @@
32
32
  "@stencil/vue-output-target": "0.8.6",
33
33
  "@types/jest": "29.5.4",
34
34
  "@types/node": "18.17.15",
35
- "@utrecht/components": "1.0.0-alpha.538",
36
- "@utrecht/icon": "1.0.0-alpha.465",
35
+ "@utrecht/components": "1.0.0-alpha.539",
36
+ "@utrecht/icon": "1.0.0-alpha.466",
37
37
  "chokidar-cli": "3.0.0",
38
38
  "clsx": "1.2.1",
39
39
  "node-sass-package-importer": "5.3.3",
@@ -59,5 +59,5 @@
59
59
  "watch:build": "stencil build --watch",
60
60
  "generate": "stencil generate"
61
61
  },
62
- "gitHead": "7fdaf0f100856ed33b188092dfb8c8c665f09d1f"
62
+ "gitHead": "d074041a4ec2d33dab6173dfe0d872d63db5a739"
63
63
  }