@utrecht/web-component-library-stencil 1.0.0-alpha.370 → 1.0.0-alpha.372
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.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-container-glas.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-papier.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-restafval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-container-textiel.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-glas-afval.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-t-shirt.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-verkeerslicht.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-verslaving.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-vuilnisbak.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-vuilniszak.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-icon-zweefpaal.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table.cjs.entry.js +1 -1
- package/dist/cjs/utrecht.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +9 -0
- package/dist/collection/custom-checkbox/index.css +13 -0
- package/dist/collection/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil.js +16 -0
- package/dist/collection/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-verkeerslicht/utrecht-icon-verkeerslicht.stencil.js +1 -1
- package/dist/collection/generated/utrecht-icon-verslaving/utrecht-icon-verslaving.stencil.js +1 -1
- package/dist/collection/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil.js +15 -0
- package/dist/collection/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil.js +15 -0
- package/dist/collection/html-content/index.css +5 -2
- package/dist/collection/table/table.css +1 -0
- package/dist/components/index.d.ts +9 -0
- package/dist/components/index.js +9 -0
- package/dist/components/utrecht-custom-checkbox.js +1 -1
- package/dist/components/utrecht-html-content.js +1 -1
- package/dist/components/utrecht-icon-container-glas.d.ts +11 -0
- package/dist/components/utrecht-icon-container-glas.js +33 -0
- package/dist/components/utrecht-icon-container-papier.d.ts +11 -0
- package/dist/components/utrecht-icon-container-papier.js +33 -0
- package/dist/components/utrecht-icon-container-restafval.d.ts +11 -0
- package/dist/components/utrecht-icon-container-restafval.js +33 -0
- package/dist/components/utrecht-icon-container-textiel.d.ts +11 -0
- package/dist/components/utrecht-icon-container-textiel.js +33 -0
- package/dist/components/utrecht-icon-glas-afval.d.ts +11 -0
- package/dist/components/utrecht-icon-glas-afval.js +33 -0
- package/dist/components/utrecht-icon-t-shirt.d.ts +11 -0
- package/dist/components/utrecht-icon-t-shirt.js +33 -0
- package/dist/components/utrecht-icon-verkeerslicht.js +1 -1
- package/dist/components/utrecht-icon-verslaving.js +1 -1
- package/dist/components/utrecht-icon-vuilnisbak.d.ts +11 -0
- package/dist/components/utrecht-icon-vuilnisbak.js +33 -0
- package/dist/components/utrecht-icon-vuilniszak.d.ts +11 -0
- package/dist/components/utrecht-icon-vuilniszak.js +33 -0
- package/dist/components/utrecht-icon-zweefpaal.d.ts +11 -0
- package/dist/components/utrecht-icon-zweefpaal.js +33 -0
- package/dist/components/utrecht-table.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/utrecht-custom-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-html-content.entry.js +1 -1
- package/dist/esm/utrecht-icon-container-glas.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-papier.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-restafval.entry.js +15 -0
- package/dist/esm/utrecht-icon-container-textiel.entry.js +15 -0
- package/dist/esm/utrecht-icon-glas-afval.entry.js +15 -0
- package/dist/esm/utrecht-icon-t-shirt.entry.js +15 -0
- package/dist/esm/utrecht-icon-verkeerslicht.entry.js +1 -1
- package/dist/esm/utrecht-icon-verslaving.entry.js +1 -1
- package/dist/esm/utrecht-icon-vuilnisbak.entry.js +15 -0
- package/dist/esm/utrecht-icon-vuilniszak.entry.js +15 -0
- package/dist/esm/utrecht-icon-zweefpaal.entry.js +15 -0
- package/dist/esm/utrecht-table.entry.js +1 -1
- package/dist/esm/utrecht.js +1 -1
- package/dist/types/components.d.ts +117 -0
- package/dist/types/generated/utrecht-icon-container-glas/utrecht-icon-container-glas.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-papier/utrecht-icon-container-papier.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-restafval/utrecht-icon-container-restafval.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-container-textiel/utrecht-icon-container-textiel.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-glas-afval/utrecht-icon-glas-afval.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-t-shirt/utrecht-icon-t-shirt.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-vuilnisbak/utrecht-icon-vuilnisbak.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-vuilniszak/utrecht-icon-vuilniszak.stencil.d.ts +3 -0
- package/dist/types/generated/utrecht-icon-zweefpaal/utrecht-icon-zweefpaal.stencil.d.ts +3 -0
- package/dist/utrecht/p-0b5c4e8e.entry.js +1 -0
- package/dist/utrecht/p-0d6ad809.entry.js +1 -0
- package/dist/utrecht/p-14f79a7b.entry.js +1 -0
- package/dist/utrecht/p-16c1abbf.entry.js +1 -0
- package/dist/utrecht/p-18a72347.entry.js +1 -0
- package/dist/utrecht/p-20f4784e.entry.js +1 -0
- package/dist/utrecht/p-304c60f1.entry.js +1 -0
- package/dist/utrecht/p-3dac6670.entry.js +1 -0
- package/dist/utrecht/p-789ec222.entry.js +1 -0
- package/dist/utrecht/p-97553fed.entry.js +1 -0
- package/dist/utrecht/p-c060e21b.entry.js +1 -0
- package/dist/utrecht/p-e09d251e.entry.js +1 -0
- package/dist/utrecht/p-e94f0e44.entry.js +1 -0
- package/dist/utrecht/p-ecbcde77.entry.js +1 -0
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +4 -4
- package/dist/utrecht/p-3642d84d.entry.js +0 -1
- package/dist/utrecht/p-7aa78491.entry.js +0 -1
- package/dist/utrecht/p-b0b7324a.entry.js +0 -1
- package/dist/utrecht/p-e9dcfbc0.entry.js +0 -1
- package/dist/utrecht/p-ec97a629.entry.js +0 -1
|
@@ -7,7 +7,7 @@ const UtrechtIconVerslaving = class {
|
|
|
7
7
|
registerInstance(this, hostRef);
|
|
8
8
|
}
|
|
9
9
|
render() {
|
|
10
|
-
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "
|
|
10
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "M17.79 10.66c-1.92.01-3.76 1.13-4.57 3.01L12 16.49v18.44l2.45 1.06 7.94-18.35c.82-1.88.38-3.98-.93-5.39L26 1.77 22.33.18l-4.54 10.48ZM0 16v20h10v-8H4v-9h6v-3c0-2.05-1.24-3.81-3-4.58V0H3v11.42c-1.76.77-3 2.53-3 4.58Zm27 7.12h6c1.65 0 3-1.35 3-3s-1.35-3-3-3h-6c-1.65 0-3 1.35-3 3s1.35 3 3 3Zm3-5h3c1.1 0 2 .9 2 2s-.9 2-2 2h-3v-4Zm.36 11-4.24-4.24a3 3 0 0 0-4.24 0 3 3 0 0 0 0 4.24l4.24 4.24c1.17 1.17 3.07 1.17 4.24 0s1.17-3.07 0-4.24Zm-5.66 1.41-2.12-2.12c-.78-.78-.78-2.05 0-2.83s2.05-.78 2.83 0l2.12 2.12-2.83 2.83Z" })));
|
|
11
11
|
}
|
|
12
12
|
};
|
|
13
13
|
UtrechtIconVerslaving.style = indexCss;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-ca475e47.js';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconVuilnisbak = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "M9.99 29h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-5Zm12 0h3v5c0 .55-.45 1-1 1h-1c-.55 0-1-.45-1-1v-5Zm4.25-26.28C26.1 1.73 25.25 1 24.26 1H10.72c-1 0-1.84.73-1.98 1.72L7.99 8l.9 17.1c.06 1.06.93 1.9 2 1.9h13.2c1.06 0 1.94-.83 2-1.9l.9-17.1-.75-5.28ZM23.99 7.6c0 1.33-.9 2.4-2 2.4h-9c-1.1 0-2-1.07-2-2.4V6.4c0-1.33.9-2.4 2-2.4h9c1.1 0 2 1.07 2 2.4v1.2Z" })));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
UtrechtIconVuilnisbak.style = indexCss;
|
|
14
|
+
|
|
15
|
+
export { UtrechtIconVuilnisbak as utrecht_icon_vuilnisbak };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-ca475e47.js';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconVuilniszak = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "m16 6-3-6h5v2h4l-2 4h-4Zm16 30H4l1-6v-9.78C5.68 14.61 10 8 16 8h5c1.05 0 4.57 2.06 5.37 2.74L30 15v16l2 5Z" })));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
UtrechtIconVuilniszak.style = indexCss;
|
|
14
|
+
|
|
15
|
+
export { UtrechtIconVuilniszak as utrecht_icon_vuilniszak };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { r as registerInstance, h } from './index-ca475e47.js';
|
|
2
|
+
|
|
3
|
+
const indexCss = ":host{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}";
|
|
4
|
+
|
|
5
|
+
const UtrechtIconZweefpaal = class {
|
|
6
|
+
constructor(hostRef) {
|
|
7
|
+
registerInstance(this, hostRef);
|
|
8
|
+
}
|
|
9
|
+
render() {
|
|
10
|
+
return (h("svg", { viewBox: "0 0 36 36", xmlns: "http://www.w3.org/2000/svg", fill: "CurrentColor" }, h("path", { d: "M30 32v2H6v-2h6V20h12v12h6ZM14 12h8c1.34 0 2 .9 2 2.02V18H12v-4c0-1.1.68-2 2-2Z" })));
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
UtrechtIconZweefpaal.style = indexCss;
|
|
14
|
+
|
|
15
|
+
export { UtrechtIconZweefpaal as utrecht_icon_zweefpaal };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h, H as Host } from './index-ca475e47.js';
|
|
2
2
|
|
|
3
|
-
const tableCss = ":host{border-collapse:collapse;border-color:var(--utrecht-table-border-color, 0);border-style:solid;border-width:var(--utrecht-table-border-width, 0);font-family:var(--utrecht-table-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size, inherit);margin-block-end:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-start, 0));width:100%;display:table}";
|
|
3
|
+
const tableCss = ":host{border-collapse:collapse;border-color:var(--utrecht-table-border-color, 0);border-style:solid;border-width:var(--utrecht-table-border-width, 0);font-family:var(--utrecht-table-font-family, var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size, inherit);line-height:var(--utrecht-table-line-height, inherit);margin-block-end:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0) * var(--utrecht-table-margin-block-start, 0));width:100%;display:table}";
|
|
4
4
|
|
|
5
5
|
const Table = class {
|
|
6
6
|
constructor(hostRef) {
|
package/dist/esm/utrecht.js
CHANGED
|
@@ -13,5 +13,5 @@ const patchBrowser = () => {
|
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
patchBrowser().then(options => {
|
|
16
|
-
return bootstrapLazy(JSON.parse("[[\"utrecht-contact-card-template\",[[1,\"utrecht-contact-card-template\"]]],[\"utrecht-logo-button\",[[1,\"utrecht-logo-button\",{\"type\":[1]}]]],[\"utrecht-digid-button\",[[1,\"utrecht-digid-button\",{\"type\":[1]}]]],[\"utrecht-article\",[[1,\"utrecht-article\"]]],[\"utrecht-backdrop\",[[1,\"utrecht-backdrop\",{\"viewport\":[4]}]]],[\"utrecht-badge-counter\",[[1,\"utrecht-badge-counter\",{\"value\":[2],\"max\":[2],\"locale\":[1]}]]],[\"utrecht-badge-data\",[[1,\"utrecht-badge-data\"]]],[\"utrecht-badge-status\",[[1,\"utrecht-badge-status\",{\"status\":[1]}]]],[\"utrecht-breadcrumb\",[[1,\"utrecht-breadcrumb\",{\"json\":[1],\"variant\":[1]}]]],[\"utrecht-checkbox\",[[1,\"utrecht-checkbox\",{\"disabled\":[516],\"readOnly\":[516,\"readonly\"],\"checked\":[4],\"value\":[1]}]]],[\"utrecht-custom-checkbox\",[[1,\"utrecht-custom-checkbox\",{\"disabled\":[4],\"checked\":[4],\"indeterminate\":[4],\"invalid\":[4],\"required\":[4]}]]],[\"utrecht-document\",[[1,\"utrecht-document\"]]],[\"utrecht-eherkenning-logo\",[[1,\"utrecht-eherkenning-logo\"]]],[\"utrecht-eidas-logo\",[[1,\"utrecht-eidas-logo\"]]],[\"utrecht-form-field-checkbox\",[[1,\"utrecht-form-field-checkbox\",{\"label\":[4],\"disabled\":[516],\"checked\":[516],\"invalid\":[516],\"required\":[516],\"value\":[32]}]]],[\"utrecht-form-field-description\",[[1,\"utrecht-form-field-description\",{\"status\":[513]}]]],[\"utrecht-form-field-textarea\",[[1,\"utrecht-form-field-textarea\",{\"disabled\":[516],\"invalid\":[516],\"readOnly\":[516,\"readonly\"],\"placeholder\":[1],\"required\":[516],\"value\":[1]}]]],[\"utrecht-form-field-textbox\",[[1,\"utrecht-form-field-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-form-toggle\",[[1,\"utrecht-form-toggle\",{\"disabled\":[516],\"checked\":[516]}]]],[\"utrecht-heading\",[[1,\"utrecht-heading\",{\"level\":[2]}]]],[\"utrecht-heading-1\",[[1,\"utrecht-heading-1\"]]],[\"utrecht-heading-4\",[[1,\"utrecht-heading-4\"]]],[\"utrecht-heading-5\",[[1,\"utrecht-heading-5\"]]],[\"utrecht-heading-6\",[[1,\"utrecht-heading-6\"]]],[\"utrecht-html-content\",[[4,\"utrecht-html-content\"]]],[\"utrecht-icon\",[[1,\"utrecht-icon\"]]],[\"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-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-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-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-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-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-gezicht\",[[1,\"utrecht-icon-gezicht\"]]],[\"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-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-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-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-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-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-milieu-ontheffing\",[[1,\"utrecht-icon-milieu-ontheffing\"]]],[\"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-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-rijbewijs\",[[1,\"utrecht-icon-rijbewijs\"]]],[\"utrecht-icon-rolstoel\",[[1,\"utrecht-icon-rolstoel\"]]],[\"utrecht-icon-schild-gemeente-utrecht\",[[1,\"utrecht-icon-schild-gemeente-utrecht\"]]],[\"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-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-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-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-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-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-youtube\",[[1,\"utrecht-icon-youtube\"]]],[\"utrecht-icon-zelfstandig-wonen\",[[1,\"utrecht-icon-zelfstandig-wonen\"]]],[\"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-zwemmen\",[[1,\"utrecht-icon-zwemmen\"]]],[\"utrecht-logo\",[[1,\"utrecht-logo\"]]],[\"utrecht-map-marker\",[[1,\"utrecht-map-marker\"]]],[\"utrecht-page\",[[1,\"utrecht-page\"]]],[\"utrecht-page-content\",[[1,\"utrecht-page-content\"]]],[\"utrecht-page-footer\",[[1,\"utrecht-page-footer\"]]],[\"utrecht-page-header\",[[1,\"utrecht-page-header\"]]],[\"utrecht-pagination\",[[1,\"utrecht-pagination\",{\"links\":[1],\"next\":[1],\"prev\":[1],\"currentIndex\":[2,\"current-index\"]}]]],[\"utrecht-separator\",[[1,\"utrecht-separator\"]]],[\"utrecht-sidenav\",[[1,\"utrecht-sidenav\",{\"json\":[1]}]]],[\"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-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-button\",[[1,\"utrecht-button\",{\"appearance\":[1],\"busy\":[4],\"disabled\":[4],\"type\":[1]}]]],[\"utrecht-digid-logo\",[[1,\"utrecht-digid-logo\"]]],[\"utrecht-heading-2_3\",[[1,\"utrecht-heading-2\"],[1,\"utrecht-heading-3\"],[1,\"utrecht-paragraph\",{\"lead\":[4]}]]]]"), options);
|
|
16
|
+
return bootstrapLazy(JSON.parse("[[\"utrecht-contact-card-template\",[[1,\"utrecht-contact-card-template\"]]],[\"utrecht-logo-button\",[[1,\"utrecht-logo-button\",{\"type\":[1]}]]],[\"utrecht-digid-button\",[[1,\"utrecht-digid-button\",{\"type\":[1]}]]],[\"utrecht-article\",[[1,\"utrecht-article\"]]],[\"utrecht-backdrop\",[[1,\"utrecht-backdrop\",{\"viewport\":[4]}]]],[\"utrecht-badge-counter\",[[1,\"utrecht-badge-counter\",{\"value\":[2],\"max\":[2],\"locale\":[1]}]]],[\"utrecht-badge-data\",[[1,\"utrecht-badge-data\"]]],[\"utrecht-badge-status\",[[1,\"utrecht-badge-status\",{\"status\":[1]}]]],[\"utrecht-breadcrumb\",[[1,\"utrecht-breadcrumb\",{\"json\":[1],\"variant\":[1]}]]],[\"utrecht-checkbox\",[[1,\"utrecht-checkbox\",{\"disabled\":[516],\"readOnly\":[516,\"readonly\"],\"checked\":[4],\"value\":[1]}]]],[\"utrecht-custom-checkbox\",[[1,\"utrecht-custom-checkbox\",{\"disabled\":[4],\"checked\":[4],\"indeterminate\":[4],\"invalid\":[4],\"required\":[4]}]]],[\"utrecht-document\",[[1,\"utrecht-document\"]]],[\"utrecht-eherkenning-logo\",[[1,\"utrecht-eherkenning-logo\"]]],[\"utrecht-eidas-logo\",[[1,\"utrecht-eidas-logo\"]]],[\"utrecht-form-field-checkbox\",[[1,\"utrecht-form-field-checkbox\",{\"label\":[4],\"disabled\":[516],\"checked\":[516],\"invalid\":[516],\"required\":[516],\"value\":[32]}]]],[\"utrecht-form-field-description\",[[1,\"utrecht-form-field-description\",{\"status\":[513]}]]],[\"utrecht-form-field-textarea\",[[1,\"utrecht-form-field-textarea\",{\"disabled\":[516],\"invalid\":[516],\"readOnly\":[516,\"readonly\"],\"placeholder\":[1],\"required\":[516],\"value\":[1]}]]],[\"utrecht-form-field-textbox\",[[1,\"utrecht-form-field-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-form-toggle\",[[1,\"utrecht-form-toggle\",{\"disabled\":[516],\"checked\":[516]}]]],[\"utrecht-heading\",[[1,\"utrecht-heading\",{\"level\":[2]}]]],[\"utrecht-heading-1\",[[1,\"utrecht-heading-1\"]]],[\"utrecht-heading-4\",[[1,\"utrecht-heading-4\"]]],[\"utrecht-heading-5\",[[1,\"utrecht-heading-5\"]]],[\"utrecht-heading-6\",[[1,\"utrecht-heading-6\"]]],[\"utrecht-html-content\",[[4,\"utrecht-html-content\"]]],[\"utrecht-icon\",[[1,\"utrecht-icon\"]]],[\"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-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-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-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-papier\",[[1,\"utrecht-icon-container-papier\"]]],[\"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-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-gezicht\",[[1,\"utrecht-icon-gezicht\"]]],[\"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-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-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-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-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-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-milieu-ontheffing\",[[1,\"utrecht-icon-milieu-ontheffing\"]]],[\"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-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-rijbewijs\",[[1,\"utrecht-icon-rijbewijs\"]]],[\"utrecht-icon-rolstoel\",[[1,\"utrecht-icon-rolstoel\"]]],[\"utrecht-icon-schild-gemeente-utrecht\",[[1,\"utrecht-icon-schild-gemeente-utrecht\"]]],[\"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-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-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-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-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-youtube\",[[1,\"utrecht-icon-youtube\"]]],[\"utrecht-icon-zelfstandig-wonen\",[[1,\"utrecht-icon-zelfstandig-wonen\"]]],[\"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\",[[1,\"utrecht-logo\"]]],[\"utrecht-map-marker\",[[1,\"utrecht-map-marker\"]]],[\"utrecht-page\",[[1,\"utrecht-page\"]]],[\"utrecht-page-content\",[[1,\"utrecht-page-content\"]]],[\"utrecht-page-footer\",[[1,\"utrecht-page-footer\"]]],[\"utrecht-page-header\",[[1,\"utrecht-page-header\"]]],[\"utrecht-pagination\",[[1,\"utrecht-pagination\",{\"links\":[1],\"next\":[1],\"prev\":[1],\"currentIndex\":[2,\"current-index\"]}]]],[\"utrecht-separator\",[[1,\"utrecht-separator\"]]],[\"utrecht-sidenav\",[[1,\"utrecht-sidenav\",{\"json\":[1]}]]],[\"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-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-button\",[[1,\"utrecht-button\",{\"appearance\":[1],\"busy\":[4],\"disabled\":[4],\"type\":[1]}]]],[\"utrecht-digid-logo\",[[1,\"utrecht-digid-logo\"]]],[\"utrecht-heading-2_3\",[[1,\"utrecht-heading-2\"],[1,\"utrecht-heading-3\"],[1,\"utrecht-paragraph\",{\"lead\":[4]}]]]]"), options);
|
|
17
17
|
});
|
|
@@ -156,6 +156,14 @@ export namespace Components {
|
|
|
156
156
|
}
|
|
157
157
|
interface UtrechtIconContainerBio {
|
|
158
158
|
}
|
|
159
|
+
interface UtrechtIconContainerGlas {
|
|
160
|
+
}
|
|
161
|
+
interface UtrechtIconContainerPapier {
|
|
162
|
+
}
|
|
163
|
+
interface UtrechtIconContainerRestafval {
|
|
164
|
+
}
|
|
165
|
+
interface UtrechtIconContainerTextiel {
|
|
166
|
+
}
|
|
159
167
|
interface UtrechtIconCross {
|
|
160
168
|
}
|
|
161
169
|
interface UtrechtIconDakloos {
|
|
@@ -200,6 +208,8 @@ export namespace Components {
|
|
|
200
208
|
}
|
|
201
209
|
interface UtrechtIconGezicht {
|
|
202
210
|
}
|
|
211
|
+
interface UtrechtIconGlasAfval {
|
|
212
|
+
}
|
|
203
213
|
interface UtrechtIconGlijbaan {
|
|
204
214
|
}
|
|
205
215
|
interface UtrechtIconGrafiek {
|
|
@@ -354,6 +364,8 @@ export namespace Components {
|
|
|
354
364
|
}
|
|
355
365
|
interface UtrechtIconSubsidieGezin {
|
|
356
366
|
}
|
|
367
|
+
interface UtrechtIconTShirt {
|
|
368
|
+
}
|
|
357
369
|
interface UtrechtIconToeslag {
|
|
358
370
|
}
|
|
359
371
|
interface UtrechtIconTrein {
|
|
@@ -390,6 +402,10 @@ export namespace Components {
|
|
|
390
402
|
}
|
|
391
403
|
interface UtrechtIconVrijwilligerswerk {
|
|
392
404
|
}
|
|
405
|
+
interface UtrechtIconVuilnisbak {
|
|
406
|
+
}
|
|
407
|
+
interface UtrechtIconVuilniszak {
|
|
408
|
+
}
|
|
393
409
|
interface UtrechtIconVuurwerk {
|
|
394
410
|
}
|
|
395
411
|
interface UtrechtIconWandelstok {
|
|
@@ -418,6 +434,8 @@ export namespace Components {
|
|
|
418
434
|
}
|
|
419
435
|
interface UtrechtIconZorgHuis {
|
|
420
436
|
}
|
|
437
|
+
interface UtrechtIconZweefpaal {
|
|
438
|
+
}
|
|
421
439
|
interface UtrechtIconZwemmen {
|
|
422
440
|
}
|
|
423
441
|
interface UtrechtLogo {
|
|
@@ -812,6 +830,30 @@ declare global {
|
|
|
812
830
|
prototype: HTMLUtrechtIconContainerBioElement;
|
|
813
831
|
new (): HTMLUtrechtIconContainerBioElement;
|
|
814
832
|
};
|
|
833
|
+
interface HTMLUtrechtIconContainerGlasElement extends Components.UtrechtIconContainerGlas, HTMLStencilElement {
|
|
834
|
+
}
|
|
835
|
+
var HTMLUtrechtIconContainerGlasElement: {
|
|
836
|
+
prototype: HTMLUtrechtIconContainerGlasElement;
|
|
837
|
+
new (): HTMLUtrechtIconContainerGlasElement;
|
|
838
|
+
};
|
|
839
|
+
interface HTMLUtrechtIconContainerPapierElement extends Components.UtrechtIconContainerPapier, HTMLStencilElement {
|
|
840
|
+
}
|
|
841
|
+
var HTMLUtrechtIconContainerPapierElement: {
|
|
842
|
+
prototype: HTMLUtrechtIconContainerPapierElement;
|
|
843
|
+
new (): HTMLUtrechtIconContainerPapierElement;
|
|
844
|
+
};
|
|
845
|
+
interface HTMLUtrechtIconContainerRestafvalElement extends Components.UtrechtIconContainerRestafval, HTMLStencilElement {
|
|
846
|
+
}
|
|
847
|
+
var HTMLUtrechtIconContainerRestafvalElement: {
|
|
848
|
+
prototype: HTMLUtrechtIconContainerRestafvalElement;
|
|
849
|
+
new (): HTMLUtrechtIconContainerRestafvalElement;
|
|
850
|
+
};
|
|
851
|
+
interface HTMLUtrechtIconContainerTextielElement extends Components.UtrechtIconContainerTextiel, HTMLStencilElement {
|
|
852
|
+
}
|
|
853
|
+
var HTMLUtrechtIconContainerTextielElement: {
|
|
854
|
+
prototype: HTMLUtrechtIconContainerTextielElement;
|
|
855
|
+
new (): HTMLUtrechtIconContainerTextielElement;
|
|
856
|
+
};
|
|
815
857
|
interface HTMLUtrechtIconCrossElement extends Components.UtrechtIconCross, HTMLStencilElement {
|
|
816
858
|
}
|
|
817
859
|
var HTMLUtrechtIconCrossElement: {
|
|
@@ -944,6 +986,12 @@ declare global {
|
|
|
944
986
|
prototype: HTMLUtrechtIconGezichtElement;
|
|
945
987
|
new (): HTMLUtrechtIconGezichtElement;
|
|
946
988
|
};
|
|
989
|
+
interface HTMLUtrechtIconGlasAfvalElement extends Components.UtrechtIconGlasAfval, HTMLStencilElement {
|
|
990
|
+
}
|
|
991
|
+
var HTMLUtrechtIconGlasAfvalElement: {
|
|
992
|
+
prototype: HTMLUtrechtIconGlasAfvalElement;
|
|
993
|
+
new (): HTMLUtrechtIconGlasAfvalElement;
|
|
994
|
+
};
|
|
947
995
|
interface HTMLUtrechtIconGlijbaanElement extends Components.UtrechtIconGlijbaan, HTMLStencilElement {
|
|
948
996
|
}
|
|
949
997
|
var HTMLUtrechtIconGlijbaanElement: {
|
|
@@ -1406,6 +1454,12 @@ declare global {
|
|
|
1406
1454
|
prototype: HTMLUtrechtIconSubsidieGezinElement;
|
|
1407
1455
|
new (): HTMLUtrechtIconSubsidieGezinElement;
|
|
1408
1456
|
};
|
|
1457
|
+
interface HTMLUtrechtIconTShirtElement extends Components.UtrechtIconTShirt, HTMLStencilElement {
|
|
1458
|
+
}
|
|
1459
|
+
var HTMLUtrechtIconTShirtElement: {
|
|
1460
|
+
prototype: HTMLUtrechtIconTShirtElement;
|
|
1461
|
+
new (): HTMLUtrechtIconTShirtElement;
|
|
1462
|
+
};
|
|
1409
1463
|
interface HTMLUtrechtIconToeslagElement extends Components.UtrechtIconToeslag, HTMLStencilElement {
|
|
1410
1464
|
}
|
|
1411
1465
|
var HTMLUtrechtIconToeslagElement: {
|
|
@@ -1514,6 +1568,18 @@ declare global {
|
|
|
1514
1568
|
prototype: HTMLUtrechtIconVrijwilligerswerkElement;
|
|
1515
1569
|
new (): HTMLUtrechtIconVrijwilligerswerkElement;
|
|
1516
1570
|
};
|
|
1571
|
+
interface HTMLUtrechtIconVuilnisbakElement extends Components.UtrechtIconVuilnisbak, HTMLStencilElement {
|
|
1572
|
+
}
|
|
1573
|
+
var HTMLUtrechtIconVuilnisbakElement: {
|
|
1574
|
+
prototype: HTMLUtrechtIconVuilnisbakElement;
|
|
1575
|
+
new (): HTMLUtrechtIconVuilnisbakElement;
|
|
1576
|
+
};
|
|
1577
|
+
interface HTMLUtrechtIconVuilniszakElement extends Components.UtrechtIconVuilniszak, HTMLStencilElement {
|
|
1578
|
+
}
|
|
1579
|
+
var HTMLUtrechtIconVuilniszakElement: {
|
|
1580
|
+
prototype: HTMLUtrechtIconVuilniszakElement;
|
|
1581
|
+
new (): HTMLUtrechtIconVuilniszakElement;
|
|
1582
|
+
};
|
|
1517
1583
|
interface HTMLUtrechtIconVuurwerkElement extends Components.UtrechtIconVuurwerk, HTMLStencilElement {
|
|
1518
1584
|
}
|
|
1519
1585
|
var HTMLUtrechtIconVuurwerkElement: {
|
|
@@ -1598,6 +1664,12 @@ declare global {
|
|
|
1598
1664
|
prototype: HTMLUtrechtIconZorgHuisElement;
|
|
1599
1665
|
new (): HTMLUtrechtIconZorgHuisElement;
|
|
1600
1666
|
};
|
|
1667
|
+
interface HTMLUtrechtIconZweefpaalElement extends Components.UtrechtIconZweefpaal, HTMLStencilElement {
|
|
1668
|
+
}
|
|
1669
|
+
var HTMLUtrechtIconZweefpaalElement: {
|
|
1670
|
+
prototype: HTMLUtrechtIconZweefpaalElement;
|
|
1671
|
+
new (): HTMLUtrechtIconZweefpaalElement;
|
|
1672
|
+
};
|
|
1601
1673
|
interface HTMLUtrechtIconZwemmenElement extends Components.UtrechtIconZwemmen, HTMLStencilElement {
|
|
1602
1674
|
}
|
|
1603
1675
|
var HTMLUtrechtIconZwemmenElement: {
|
|
@@ -1775,6 +1847,10 @@ declare global {
|
|
|
1775
1847
|
"utrecht-icon-college-b-w": HTMLUtrechtIconCollegeBWElement;
|
|
1776
1848
|
"utrecht-icon-container": HTMLUtrechtIconContainerElement;
|
|
1777
1849
|
"utrecht-icon-container-bio": HTMLUtrechtIconContainerBioElement;
|
|
1850
|
+
"utrecht-icon-container-glas": HTMLUtrechtIconContainerGlasElement;
|
|
1851
|
+
"utrecht-icon-container-papier": HTMLUtrechtIconContainerPapierElement;
|
|
1852
|
+
"utrecht-icon-container-restafval": HTMLUtrechtIconContainerRestafvalElement;
|
|
1853
|
+
"utrecht-icon-container-textiel": HTMLUtrechtIconContainerTextielElement;
|
|
1778
1854
|
"utrecht-icon-cross": HTMLUtrechtIconCrossElement;
|
|
1779
1855
|
"utrecht-icon-dakloos": HTMLUtrechtIconDakloosElement;
|
|
1780
1856
|
"utrecht-icon-dementie": HTMLUtrechtIconDementieElement;
|
|
@@ -1797,6 +1873,7 @@ declare global {
|
|
|
1797
1873
|
"utrecht-icon-gemeente-locatie": HTMLUtrechtIconGemeenteLocatieElement;
|
|
1798
1874
|
"utrecht-icon-gemeenteraad": HTMLUtrechtIconGemeenteraadElement;
|
|
1799
1875
|
"utrecht-icon-gezicht": HTMLUtrechtIconGezichtElement;
|
|
1876
|
+
"utrecht-icon-glas-afval": HTMLUtrechtIconGlasAfvalElement;
|
|
1800
1877
|
"utrecht-icon-glijbaan": HTMLUtrechtIconGlijbaanElement;
|
|
1801
1878
|
"utrecht-icon-grafiek": HTMLUtrechtIconGrafiekElement;
|
|
1802
1879
|
"utrecht-icon-grofvuil": HTMLUtrechtIconGrofvuilElement;
|
|
@@ -1874,6 +1951,7 @@ declare global {
|
|
|
1874
1951
|
"utrecht-icon-strooien": HTMLUtrechtIconStrooienElement;
|
|
1875
1952
|
"utrecht-icon-subsidie": HTMLUtrechtIconSubsidieElement;
|
|
1876
1953
|
"utrecht-icon-subsidie-gezin": HTMLUtrechtIconSubsidieGezinElement;
|
|
1954
|
+
"utrecht-icon-t-shirt": HTMLUtrechtIconTShirtElement;
|
|
1877
1955
|
"utrecht-icon-toeslag": HTMLUtrechtIconToeslagElement;
|
|
1878
1956
|
"utrecht-icon-trein": HTMLUtrechtIconTreinElement;
|
|
1879
1957
|
"utrecht-icon-trouwen": HTMLUtrechtIconTrouwenElement;
|
|
@@ -1892,6 +1970,8 @@ declare global {
|
|
|
1892
1970
|
"utrecht-icon-vluchtelingen": HTMLUtrechtIconVluchtelingenElement;
|
|
1893
1971
|
"utrecht-icon-voorzieningen-vervoer": HTMLUtrechtIconVoorzieningenVervoerElement;
|
|
1894
1972
|
"utrecht-icon-vrijwilligerswerk": HTMLUtrechtIconVrijwilligerswerkElement;
|
|
1973
|
+
"utrecht-icon-vuilnisbak": HTMLUtrechtIconVuilnisbakElement;
|
|
1974
|
+
"utrecht-icon-vuilniszak": HTMLUtrechtIconVuilniszakElement;
|
|
1895
1975
|
"utrecht-icon-vuurwerk": HTMLUtrechtIconVuurwerkElement;
|
|
1896
1976
|
"utrecht-icon-wandelstok": HTMLUtrechtIconWandelstokElement;
|
|
1897
1977
|
"utrecht-icon-warm": HTMLUtrechtIconWarmElement;
|
|
@@ -1906,6 +1986,7 @@ declare global {
|
|
|
1906
1986
|
"utrecht-icon-zoomin": HTMLUtrechtIconZoominElement;
|
|
1907
1987
|
"utrecht-icon-zoomout": HTMLUtrechtIconZoomoutElement;
|
|
1908
1988
|
"utrecht-icon-zorg-huis": HTMLUtrechtIconZorgHuisElement;
|
|
1989
|
+
"utrecht-icon-zweefpaal": HTMLUtrechtIconZweefpaalElement;
|
|
1909
1990
|
"utrecht-icon-zwemmen": HTMLUtrechtIconZwemmenElement;
|
|
1910
1991
|
"utrecht-logo": HTMLUtrechtLogoElement;
|
|
1911
1992
|
"utrecht-logo-button": HTMLUtrechtLogoButtonElement;
|
|
@@ -2102,6 +2183,14 @@ declare namespace LocalJSX {
|
|
|
2102
2183
|
}
|
|
2103
2184
|
interface UtrechtIconContainerBio {
|
|
2104
2185
|
}
|
|
2186
|
+
interface UtrechtIconContainerGlas {
|
|
2187
|
+
}
|
|
2188
|
+
interface UtrechtIconContainerPapier {
|
|
2189
|
+
}
|
|
2190
|
+
interface UtrechtIconContainerRestafval {
|
|
2191
|
+
}
|
|
2192
|
+
interface UtrechtIconContainerTextiel {
|
|
2193
|
+
}
|
|
2105
2194
|
interface UtrechtIconCross {
|
|
2106
2195
|
}
|
|
2107
2196
|
interface UtrechtIconDakloos {
|
|
@@ -2146,6 +2235,8 @@ declare namespace LocalJSX {
|
|
|
2146
2235
|
}
|
|
2147
2236
|
interface UtrechtIconGezicht {
|
|
2148
2237
|
}
|
|
2238
|
+
interface UtrechtIconGlasAfval {
|
|
2239
|
+
}
|
|
2149
2240
|
interface UtrechtIconGlijbaan {
|
|
2150
2241
|
}
|
|
2151
2242
|
interface UtrechtIconGrafiek {
|
|
@@ -2300,6 +2391,8 @@ declare namespace LocalJSX {
|
|
|
2300
2391
|
}
|
|
2301
2392
|
interface UtrechtIconSubsidieGezin {
|
|
2302
2393
|
}
|
|
2394
|
+
interface UtrechtIconTShirt {
|
|
2395
|
+
}
|
|
2303
2396
|
interface UtrechtIconToeslag {
|
|
2304
2397
|
}
|
|
2305
2398
|
interface UtrechtIconTrein {
|
|
@@ -2336,6 +2429,10 @@ declare namespace LocalJSX {
|
|
|
2336
2429
|
}
|
|
2337
2430
|
interface UtrechtIconVrijwilligerswerk {
|
|
2338
2431
|
}
|
|
2432
|
+
interface UtrechtIconVuilnisbak {
|
|
2433
|
+
}
|
|
2434
|
+
interface UtrechtIconVuilniszak {
|
|
2435
|
+
}
|
|
2339
2436
|
interface UtrechtIconVuurwerk {
|
|
2340
2437
|
}
|
|
2341
2438
|
interface UtrechtIconWandelstok {
|
|
@@ -2364,6 +2461,8 @@ declare namespace LocalJSX {
|
|
|
2364
2461
|
}
|
|
2365
2462
|
interface UtrechtIconZorgHuis {
|
|
2366
2463
|
}
|
|
2464
|
+
interface UtrechtIconZweefpaal {
|
|
2465
|
+
}
|
|
2367
2466
|
interface UtrechtIconZwemmen {
|
|
2368
2467
|
}
|
|
2369
2468
|
interface UtrechtLogo {
|
|
@@ -2483,6 +2582,10 @@ declare namespace LocalJSX {
|
|
|
2483
2582
|
"utrecht-icon-college-b-w": UtrechtIconCollegeBW;
|
|
2484
2583
|
"utrecht-icon-container": UtrechtIconContainer;
|
|
2485
2584
|
"utrecht-icon-container-bio": UtrechtIconContainerBio;
|
|
2585
|
+
"utrecht-icon-container-glas": UtrechtIconContainerGlas;
|
|
2586
|
+
"utrecht-icon-container-papier": UtrechtIconContainerPapier;
|
|
2587
|
+
"utrecht-icon-container-restafval": UtrechtIconContainerRestafval;
|
|
2588
|
+
"utrecht-icon-container-textiel": UtrechtIconContainerTextiel;
|
|
2486
2589
|
"utrecht-icon-cross": UtrechtIconCross;
|
|
2487
2590
|
"utrecht-icon-dakloos": UtrechtIconDakloos;
|
|
2488
2591
|
"utrecht-icon-dementie": UtrechtIconDementie;
|
|
@@ -2505,6 +2608,7 @@ declare namespace LocalJSX {
|
|
|
2505
2608
|
"utrecht-icon-gemeente-locatie": UtrechtIconGemeenteLocatie;
|
|
2506
2609
|
"utrecht-icon-gemeenteraad": UtrechtIconGemeenteraad;
|
|
2507
2610
|
"utrecht-icon-gezicht": UtrechtIconGezicht;
|
|
2611
|
+
"utrecht-icon-glas-afval": UtrechtIconGlasAfval;
|
|
2508
2612
|
"utrecht-icon-glijbaan": UtrechtIconGlijbaan;
|
|
2509
2613
|
"utrecht-icon-grafiek": UtrechtIconGrafiek;
|
|
2510
2614
|
"utrecht-icon-grofvuil": UtrechtIconGrofvuil;
|
|
@@ -2582,6 +2686,7 @@ declare namespace LocalJSX {
|
|
|
2582
2686
|
"utrecht-icon-strooien": UtrechtIconStrooien;
|
|
2583
2687
|
"utrecht-icon-subsidie": UtrechtIconSubsidie;
|
|
2584
2688
|
"utrecht-icon-subsidie-gezin": UtrechtIconSubsidieGezin;
|
|
2689
|
+
"utrecht-icon-t-shirt": UtrechtIconTShirt;
|
|
2585
2690
|
"utrecht-icon-toeslag": UtrechtIconToeslag;
|
|
2586
2691
|
"utrecht-icon-trein": UtrechtIconTrein;
|
|
2587
2692
|
"utrecht-icon-trouwen": UtrechtIconTrouwen;
|
|
@@ -2600,6 +2705,8 @@ declare namespace LocalJSX {
|
|
|
2600
2705
|
"utrecht-icon-vluchtelingen": UtrechtIconVluchtelingen;
|
|
2601
2706
|
"utrecht-icon-voorzieningen-vervoer": UtrechtIconVoorzieningenVervoer;
|
|
2602
2707
|
"utrecht-icon-vrijwilligerswerk": UtrechtIconVrijwilligerswerk;
|
|
2708
|
+
"utrecht-icon-vuilnisbak": UtrechtIconVuilnisbak;
|
|
2709
|
+
"utrecht-icon-vuilniszak": UtrechtIconVuilniszak;
|
|
2603
2710
|
"utrecht-icon-vuurwerk": UtrechtIconVuurwerk;
|
|
2604
2711
|
"utrecht-icon-wandelstok": UtrechtIconWandelstok;
|
|
2605
2712
|
"utrecht-icon-warm": UtrechtIconWarm;
|
|
@@ -2614,6 +2721,7 @@ declare namespace LocalJSX {
|
|
|
2614
2721
|
"utrecht-icon-zoomin": UtrechtIconZoomin;
|
|
2615
2722
|
"utrecht-icon-zoomout": UtrechtIconZoomout;
|
|
2616
2723
|
"utrecht-icon-zorg-huis": UtrechtIconZorgHuis;
|
|
2724
|
+
"utrecht-icon-zweefpaal": UtrechtIconZweefpaal;
|
|
2617
2725
|
"utrecht-icon-zwemmen": UtrechtIconZwemmen;
|
|
2618
2726
|
"utrecht-logo": UtrechtLogo;
|
|
2619
2727
|
"utrecht-logo-button": UtrechtLogoButton;
|
|
@@ -2691,6 +2799,10 @@ declare module "@stencil/core" {
|
|
|
2691
2799
|
"utrecht-icon-college-b-w": LocalJSX.UtrechtIconCollegeBW & JSXBase.HTMLAttributes<HTMLUtrechtIconCollegeBWElement>;
|
|
2692
2800
|
"utrecht-icon-container": LocalJSX.UtrechtIconContainer & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerElement>;
|
|
2693
2801
|
"utrecht-icon-container-bio": LocalJSX.UtrechtIconContainerBio & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerBioElement>;
|
|
2802
|
+
"utrecht-icon-container-glas": LocalJSX.UtrechtIconContainerGlas & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerGlasElement>;
|
|
2803
|
+
"utrecht-icon-container-papier": LocalJSX.UtrechtIconContainerPapier & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerPapierElement>;
|
|
2804
|
+
"utrecht-icon-container-restafval": LocalJSX.UtrechtIconContainerRestafval & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerRestafvalElement>;
|
|
2805
|
+
"utrecht-icon-container-textiel": LocalJSX.UtrechtIconContainerTextiel & JSXBase.HTMLAttributes<HTMLUtrechtIconContainerTextielElement>;
|
|
2694
2806
|
"utrecht-icon-cross": LocalJSX.UtrechtIconCross & JSXBase.HTMLAttributes<HTMLUtrechtIconCrossElement>;
|
|
2695
2807
|
"utrecht-icon-dakloos": LocalJSX.UtrechtIconDakloos & JSXBase.HTMLAttributes<HTMLUtrechtIconDakloosElement>;
|
|
2696
2808
|
"utrecht-icon-dementie": LocalJSX.UtrechtIconDementie & JSXBase.HTMLAttributes<HTMLUtrechtIconDementieElement>;
|
|
@@ -2713,6 +2825,7 @@ declare module "@stencil/core" {
|
|
|
2713
2825
|
"utrecht-icon-gemeente-locatie": LocalJSX.UtrechtIconGemeenteLocatie & JSXBase.HTMLAttributes<HTMLUtrechtIconGemeenteLocatieElement>;
|
|
2714
2826
|
"utrecht-icon-gemeenteraad": LocalJSX.UtrechtIconGemeenteraad & JSXBase.HTMLAttributes<HTMLUtrechtIconGemeenteraadElement>;
|
|
2715
2827
|
"utrecht-icon-gezicht": LocalJSX.UtrechtIconGezicht & JSXBase.HTMLAttributes<HTMLUtrechtIconGezichtElement>;
|
|
2828
|
+
"utrecht-icon-glas-afval": LocalJSX.UtrechtIconGlasAfval & JSXBase.HTMLAttributes<HTMLUtrechtIconGlasAfvalElement>;
|
|
2716
2829
|
"utrecht-icon-glijbaan": LocalJSX.UtrechtIconGlijbaan & JSXBase.HTMLAttributes<HTMLUtrechtIconGlijbaanElement>;
|
|
2717
2830
|
"utrecht-icon-grafiek": LocalJSX.UtrechtIconGrafiek & JSXBase.HTMLAttributes<HTMLUtrechtIconGrafiekElement>;
|
|
2718
2831
|
"utrecht-icon-grofvuil": LocalJSX.UtrechtIconGrofvuil & JSXBase.HTMLAttributes<HTMLUtrechtIconGrofvuilElement>;
|
|
@@ -2790,6 +2903,7 @@ declare module "@stencil/core" {
|
|
|
2790
2903
|
"utrecht-icon-strooien": LocalJSX.UtrechtIconStrooien & JSXBase.HTMLAttributes<HTMLUtrechtIconStrooienElement>;
|
|
2791
2904
|
"utrecht-icon-subsidie": LocalJSX.UtrechtIconSubsidie & JSXBase.HTMLAttributes<HTMLUtrechtIconSubsidieElement>;
|
|
2792
2905
|
"utrecht-icon-subsidie-gezin": LocalJSX.UtrechtIconSubsidieGezin & JSXBase.HTMLAttributes<HTMLUtrechtIconSubsidieGezinElement>;
|
|
2906
|
+
"utrecht-icon-t-shirt": LocalJSX.UtrechtIconTShirt & JSXBase.HTMLAttributes<HTMLUtrechtIconTShirtElement>;
|
|
2793
2907
|
"utrecht-icon-toeslag": LocalJSX.UtrechtIconToeslag & JSXBase.HTMLAttributes<HTMLUtrechtIconToeslagElement>;
|
|
2794
2908
|
"utrecht-icon-trein": LocalJSX.UtrechtIconTrein & JSXBase.HTMLAttributes<HTMLUtrechtIconTreinElement>;
|
|
2795
2909
|
"utrecht-icon-trouwen": LocalJSX.UtrechtIconTrouwen & JSXBase.HTMLAttributes<HTMLUtrechtIconTrouwenElement>;
|
|
@@ -2808,6 +2922,8 @@ declare module "@stencil/core" {
|
|
|
2808
2922
|
"utrecht-icon-vluchtelingen": LocalJSX.UtrechtIconVluchtelingen & JSXBase.HTMLAttributes<HTMLUtrechtIconVluchtelingenElement>;
|
|
2809
2923
|
"utrecht-icon-voorzieningen-vervoer": LocalJSX.UtrechtIconVoorzieningenVervoer & JSXBase.HTMLAttributes<HTMLUtrechtIconVoorzieningenVervoerElement>;
|
|
2810
2924
|
"utrecht-icon-vrijwilligerswerk": LocalJSX.UtrechtIconVrijwilligerswerk & JSXBase.HTMLAttributes<HTMLUtrechtIconVrijwilligerswerkElement>;
|
|
2925
|
+
"utrecht-icon-vuilnisbak": LocalJSX.UtrechtIconVuilnisbak & JSXBase.HTMLAttributes<HTMLUtrechtIconVuilnisbakElement>;
|
|
2926
|
+
"utrecht-icon-vuilniszak": LocalJSX.UtrechtIconVuilniszak & JSXBase.HTMLAttributes<HTMLUtrechtIconVuilniszakElement>;
|
|
2811
2927
|
"utrecht-icon-vuurwerk": LocalJSX.UtrechtIconVuurwerk & JSXBase.HTMLAttributes<HTMLUtrechtIconVuurwerkElement>;
|
|
2812
2928
|
"utrecht-icon-wandelstok": LocalJSX.UtrechtIconWandelstok & JSXBase.HTMLAttributes<HTMLUtrechtIconWandelstokElement>;
|
|
2813
2929
|
"utrecht-icon-warm": LocalJSX.UtrechtIconWarm & JSXBase.HTMLAttributes<HTMLUtrechtIconWarmElement>;
|
|
@@ -2822,6 +2938,7 @@ declare module "@stencil/core" {
|
|
|
2822
2938
|
"utrecht-icon-zoomin": LocalJSX.UtrechtIconZoomin & JSXBase.HTMLAttributes<HTMLUtrechtIconZoominElement>;
|
|
2823
2939
|
"utrecht-icon-zoomout": LocalJSX.UtrechtIconZoomout & JSXBase.HTMLAttributes<HTMLUtrechtIconZoomoutElement>;
|
|
2824
2940
|
"utrecht-icon-zorg-huis": LocalJSX.UtrechtIconZorgHuis & JSXBase.HTMLAttributes<HTMLUtrechtIconZorgHuisElement>;
|
|
2941
|
+
"utrecht-icon-zweefpaal": LocalJSX.UtrechtIconZweefpaal & JSXBase.HTMLAttributes<HTMLUtrechtIconZweefpaalElement>;
|
|
2825
2942
|
"utrecht-icon-zwemmen": LocalJSX.UtrechtIconZwemmen & JSXBase.HTMLAttributes<HTMLUtrechtIconZwemmenElement>;
|
|
2826
2943
|
"utrecht-logo": LocalJSX.UtrechtLogo & JSXBase.HTMLAttributes<HTMLUtrechtLogoElement>;
|
|
2827
2944
|
"utrecht-logo-button": LocalJSX.UtrechtLogoButton & JSXBase.HTMLAttributes<HTMLUtrechtLogoButtonElement>;
|