@utrecht/web-component-library-stencil 1.0.0-alpha.219 → 1.0.0-alpha.221
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/{index-8c6952a4.js → index-bc39ab9c.js} +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/utrecht-article.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-backdrop.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-badge-counter.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-badge-data.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-badge-status.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-breadcrumb.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-button_2.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-contact-card-template.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-custom-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-digid-button.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-document.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-eidas-logo.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-description.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-textarea.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-field-textbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-form-toggle.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-heading-1.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-heading-4.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-heading-5.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-heading-6.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-heading.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-html-content.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-afval.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-arrow.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-checkmark.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-cross.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-error.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-facebook.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-filter.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-information.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-instagram.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-linkedin.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-list.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-loupe.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-melding.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-paspoort.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-rijbewijs.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-toeslag.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-trouwen.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-twitter.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-verhuizen.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-warning.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-whatsapp.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-zoomin.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-icon-zoomout.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-logo-button.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-logo.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-page-content.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-page-footer.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-page-header.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-page.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-pagination.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-separator.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-sidenav.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-table-body.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table-caption.cjs.entry.js +20 -0
- package/dist/cjs/utrecht-table-cell.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table-footer.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table-header-cell.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table-header.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table-row.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-table.cjs.entry.js +19 -0
- package/dist/cjs/utrecht-textbox.cjs.entry.js +1 -1
- package/dist/cjs/utrecht.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +8 -0
- package/dist/collection/html-content/web-component/index.css +2 -0
- package/dist/collection/table/web-component/table-body.css +14 -0
- package/dist/collection/table/web-component/table-body.stencil.js +15 -0
- package/dist/collection/table/web-component/table-caption.css +20 -0
- package/dist/collection/table/web-component/table-caption.stencil.js +15 -0
- package/dist/collection/table/web-component/table-cell.css +22 -0
- package/dist/collection/table/web-component/table-cell.stencil.js +15 -0
- package/dist/collection/table/web-component/table-footer.css +13 -0
- package/dist/collection/table/web-component/table-footer.stencil.js +15 -0
- package/dist/collection/table/web-component/table-header-cell.css +18 -0
- package/dist/collection/table/web-component/table-header-cell.stencil.js +34 -0
- package/dist/collection/table/web-component/table-header.css +18 -0
- package/dist/collection/table/web-component/table-header.stencil.js +15 -0
- package/dist/collection/table/web-component/table-row.css +13 -0
- package/dist/collection/table/web-component/table-row.stencil.js +15 -0
- package/dist/collection/table/web-component/table.css +20 -0
- package/dist/collection/table/web-component/table.stencil.js +15 -0
- package/dist/collection/table/web-component/template.js +23 -0
- package/dist/custom-elements/index.d.ts +48 -0
- package/dist/custom-elements/index.js +131 -2
- package/dist/esm/{index-86b2856e.js → index-b6f2699c.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/utrecht-article.entry.js +1 -1
- package/dist/esm/utrecht-backdrop.entry.js +1 -1
- package/dist/esm/utrecht-badge-counter.entry.js +1 -1
- package/dist/esm/utrecht-badge-data.entry.js +1 -1
- package/dist/esm/utrecht-badge-status.entry.js +1 -1
- package/dist/esm/utrecht-breadcrumb.entry.js +1 -1
- package/dist/esm/utrecht-button_2.entry.js +1 -1
- package/dist/esm/utrecht-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-contact-card-template.entry.js +1 -1
- package/dist/esm/utrecht-custom-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-digid-button.entry.js +1 -1
- package/dist/esm/utrecht-document.entry.js +1 -1
- package/dist/esm/utrecht-eherkenning-logo.entry.js +1 -1
- package/dist/esm/utrecht-eidas-logo.entry.js +1 -1
- package/dist/esm/utrecht-form-field-checkbox.entry.js +1 -1
- package/dist/esm/utrecht-form-field-description.entry.js +1 -1
- package/dist/esm/utrecht-form-field-textarea.entry.js +1 -1
- package/dist/esm/utrecht-form-field-textbox.entry.js +1 -1
- package/dist/esm/utrecht-form-toggle.entry.js +1 -1
- package/dist/esm/utrecht-heading-1.entry.js +1 -1
- package/dist/esm/utrecht-heading-2_3.entry.js +1 -1
- package/dist/esm/utrecht-heading-4.entry.js +1 -1
- package/dist/esm/utrecht-heading-5.entry.js +1 -1
- package/dist/esm/utrecht-heading-6.entry.js +1 -1
- package/dist/esm/utrecht-heading.entry.js +1 -1
- package/dist/esm/utrecht-html-content.entry.js +1 -1
- package/dist/esm/utrecht-icon-afval.entry.js +1 -1
- package/dist/esm/utrecht-icon-arrow.entry.js +1 -1
- package/dist/esm/utrecht-icon-checkmark.entry.js +1 -1
- package/dist/esm/utrecht-icon-cross.entry.js +1 -1
- package/dist/esm/utrecht-icon-error.entry.js +1 -1
- package/dist/esm/utrecht-icon-facebook.entry.js +1 -1
- package/dist/esm/utrecht-icon-filter.entry.js +1 -1
- package/dist/esm/utrecht-icon-information.entry.js +1 -1
- package/dist/esm/utrecht-icon-instagram.entry.js +1 -1
- package/dist/esm/utrecht-icon-linkedin.entry.js +1 -1
- package/dist/esm/utrecht-icon-list.entry.js +1 -1
- package/dist/esm/utrecht-icon-loupe.entry.js +1 -1
- package/dist/esm/utrecht-icon-melding.entry.js +1 -1
- package/dist/esm/utrecht-icon-paspoort.entry.js +1 -1
- package/dist/esm/utrecht-icon-rijbewijs.entry.js +1 -1
- package/dist/esm/utrecht-icon-toeslag.entry.js +1 -1
- package/dist/esm/utrecht-icon-trouwen.entry.js +1 -1
- package/dist/esm/utrecht-icon-twitter.entry.js +1 -1
- package/dist/esm/utrecht-icon-verhuizen.entry.js +1 -1
- package/dist/esm/utrecht-icon-warning.entry.js +1 -1
- package/dist/esm/utrecht-icon-whatsapp.entry.js +1 -1
- package/dist/esm/utrecht-icon-zoomin.entry.js +1 -1
- package/dist/esm/utrecht-icon-zoomout.entry.js +1 -1
- package/dist/esm/utrecht-logo-button.entry.js +1 -1
- package/dist/esm/utrecht-logo.entry.js +1 -1
- package/dist/esm/utrecht-page-content.entry.js +1 -1
- package/dist/esm/utrecht-page-footer.entry.js +1 -1
- package/dist/esm/utrecht-page-header.entry.js +1 -1
- package/dist/esm/utrecht-page.entry.js +1 -1
- package/dist/esm/utrecht-pagination.entry.js +1 -1
- package/dist/esm/utrecht-separator.entry.js +1 -1
- package/dist/esm/utrecht-sidenav.entry.js +1 -1
- package/dist/esm/utrecht-table-body.entry.js +15 -0
- package/dist/esm/utrecht-table-caption.entry.js +16 -0
- package/dist/esm/utrecht-table-cell.entry.js +15 -0
- package/dist/esm/utrecht-table-footer.entry.js +15 -0
- package/dist/esm/utrecht-table-header-cell.entry.js +15 -0
- package/dist/esm/utrecht-table-header.entry.js +15 -0
- package/dist/esm/utrecht-table-row.entry.js +15 -0
- package/dist/esm/utrecht-table.entry.js +15 -0
- package/dist/esm/utrecht-textbox.entry.js +1 -1
- package/dist/esm/utrecht.js +2 -2
- package/dist/types/components.d.ts +106 -0
- package/dist/types/table/web-component/table-body.stencil.d.ts +3 -0
- package/dist/types/table/web-component/table-caption.stencil.d.ts +3 -0
- package/dist/types/table/web-component/table-cell.stencil.d.ts +3 -0
- package/dist/types/table/web-component/table-footer.stencil.d.ts +3 -0
- package/dist/types/table/web-component/table-header-cell.stencil.d.ts +4 -0
- package/dist/types/table/web-component/table-header.stencil.d.ts +3 -0
- package/dist/types/table/web-component/table-row.stencil.d.ts +3 -0
- package/dist/types/table/web-component/table.stencil.d.ts +3 -0
- package/dist/utrecht/{p-222ce0bc.entry.js → p-0194fa7f.entry.js} +1 -1
- package/dist/utrecht/{p-b34cf79e.entry.js → p-090e32d6.entry.js} +1 -1
- package/dist/utrecht/{p-450b6c65.entry.js → p-0f3d64b2.entry.js} +1 -1
- package/dist/utrecht/p-10f54e6f.entry.js +1 -0
- package/dist/utrecht/{p-3d9f0a68.entry.js → p-11ed0b35.entry.js} +1 -1
- package/dist/utrecht/{p-7bb345f1.entry.js → p-13b0e8b5.entry.js} +1 -1
- package/dist/utrecht/{p-4992cc17.entry.js → p-159d13d8.entry.js} +1 -1
- package/dist/utrecht/p-2cd2e42e.entry.js +1 -0
- package/dist/utrecht/{p-cc4d00a2.entry.js → p-2da9cd65.entry.js} +1 -1
- package/dist/utrecht/{p-a3ba8266.entry.js → p-2f5f82db.entry.js} +1 -1
- package/dist/utrecht/{p-f6477f7f.entry.js → p-3f594f1c.entry.js} +1 -1
- package/dist/utrecht/{p-fa00a874.entry.js → p-473f9e1c.entry.js} +1 -1
- package/dist/utrecht/{p-afd9a538.entry.js → p-48ff7293.entry.js} +1 -1
- package/dist/utrecht/{p-a5ce304e.entry.js → p-4b5cfde3.entry.js} +1 -1
- package/dist/utrecht/{p-10ed9dbc.entry.js → p-529e0370.entry.js} +1 -1
- package/dist/utrecht/{p-c91a33c5.entry.js → p-5a5cda2b.entry.js} +1 -1
- package/dist/utrecht/{p-847f24f7.entry.js → p-5d2e03f9.entry.js} +1 -1
- package/dist/utrecht/{p-8ca6b8b1.js → p-60c3ff78.js} +1 -1
- package/dist/utrecht/{p-9f71d7ad.entry.js → p-63f63190.entry.js} +1 -1
- package/dist/utrecht/{p-706f3a46.entry.js → p-6a7285d1.entry.js} +1 -1
- package/dist/utrecht/{p-45462b1b.entry.js → p-6a7c2f56.entry.js} +1 -1
- package/dist/utrecht/{p-5ec66cd3.entry.js → p-6ce11b84.entry.js} +1 -1
- package/dist/utrecht/{p-dbfb3e72.entry.js → p-6f06960a.entry.js} +1 -1
- package/dist/utrecht/{p-0babe0e1.entry.js → p-6fc42b7c.entry.js} +1 -1
- package/dist/utrecht/{p-844a51cd.entry.js → p-716709ad.entry.js} +1 -1
- package/dist/utrecht/p-76994008.entry.js +1 -0
- package/dist/utrecht/p-8480852a.entry.js +1 -0
- package/dist/utrecht/{p-e24992e2.entry.js → p-85254628.entry.js} +1 -1
- package/dist/utrecht/p-85d784ef.entry.js +1 -0
- package/dist/utrecht/{p-d7c2ff02.entry.js → p-88a4fc6a.entry.js} +1 -1
- package/dist/utrecht/{p-8d742d31.entry.js → p-8ba5d048.entry.js} +1 -1
- package/dist/utrecht/{p-d503851f.entry.js → p-8c965c8b.entry.js} +1 -1
- package/dist/utrecht/{p-9ba832d7.entry.js → p-8e7e3244.entry.js} +1 -1
- package/dist/utrecht/{p-1dc179ec.entry.js → p-8eec7ccf.entry.js} +1 -1
- package/dist/utrecht/{p-64b8a7bd.entry.js → p-9164cc4f.entry.js} +1 -1
- package/dist/utrecht/{p-edcc904a.entry.js → p-98b30c5b.entry.js} +1 -1
- package/dist/utrecht/{p-1d6f6429.entry.js → p-9fbf1c4d.entry.js} +1 -1
- package/dist/utrecht/{p-f430397a.entry.js → p-a003f4db.entry.js} +1 -1
- package/dist/utrecht/{p-dad5dcf5.entry.js → p-a57c37b2.entry.js} +1 -1
- package/dist/utrecht/{p-06370f11.entry.js → p-afb31b7c.entry.js} +1 -1
- package/dist/utrecht/{p-6c34702d.entry.js → p-b0f8c85c.entry.js} +1 -1
- package/dist/utrecht/{p-1e2310d5.entry.js → p-b667ddfb.entry.js} +1 -1
- package/dist/utrecht/{p-ea583d80.entry.js → p-bb460ad4.entry.js} +1 -1
- package/dist/utrecht/{p-78c8320a.entry.js → p-bb8b69c2.entry.js} +1 -1
- package/dist/utrecht/{p-1bc2a413.entry.js → p-bd4e712c.entry.js} +1 -1
- package/dist/utrecht/{p-a9446486.entry.js → p-be94c685.entry.js} +1 -1
- package/dist/utrecht/{p-3a5a75b9.entry.js → p-bee211d3.entry.js} +1 -1
- package/dist/utrecht/{p-f5aec0d3.entry.js → p-c659d683.entry.js} +1 -1
- package/dist/utrecht/{p-33460a3c.entry.js → p-c6642cf2.entry.js} +1 -1
- package/dist/utrecht/{p-7477ce8d.entry.js → p-c6c0edde.entry.js} +1 -1
- package/dist/utrecht/{p-b7635555.entry.js → p-c88cce3d.entry.js} +1 -1
- package/dist/utrecht/p-c971b496.entry.js +1 -0
- package/dist/utrecht/{p-22b0b0ab.entry.js → p-d14ef5a6.entry.js} +1 -1
- package/dist/utrecht/p-d26b9f66.entry.js +1 -0
- package/dist/utrecht/{p-c0b17517.entry.js → p-d3a16e55.entry.js} +1 -1
- package/dist/utrecht/{p-5a1ae611.entry.js → p-d53c80a5.entry.js} +1 -1
- package/dist/utrecht/{p-a6e74d71.entry.js → p-d9b1668c.entry.js} +1 -1
- package/dist/utrecht/{p-68cc225d.entry.js → p-de6e5fdc.entry.js} +1 -1
- package/dist/utrecht/{p-ee220630.entry.js → p-df3f83e2.entry.js} +1 -1
- package/dist/utrecht/p-e26c5ecb.entry.js +1 -0
- package/dist/utrecht/{p-b51a7258.entry.js → p-e31acdfb.entry.js} +1 -1
- package/dist/utrecht/{p-7e3395e4.entry.js → p-eb04130f.entry.js} +1 -1
- package/dist/utrecht/{p-784131ad.entry.js → p-f5398f9f.entry.js} +1 -1
- package/dist/utrecht/{p-f036fe45.entry.js → p-f8c96e57.entry.js} +1 -1
- package/dist/utrecht/{p-e94ddc39.entry.js → p-f8e1fa76.entry.js} +1 -1
- package/dist/utrecht/{p-02a37490.entry.js → p-fb116c84.entry.js} +1 -1
- package/dist/utrecht/{p-a3172e27.entry.js → p-fbb1a6a3.entry.js} +1 -1
- package/dist/utrecht/{p-aa3e8f73.entry.js → p-fd5d0a56.entry.js} +1 -1
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license EUPL-1.2
|
|
7
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
+
*/
|
|
9
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
10
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
11
|
+
:host {
|
|
12
|
+
color: var(--utrecht-table-caption-color);
|
|
13
|
+
font-family: var(--utrecht-table-caption-font-family);
|
|
14
|
+
font-size: var(--utrecht-table-caption-font-size);
|
|
15
|
+
font-weight: var(--utrecht-table-caption-font-weight);
|
|
16
|
+
line-height: var(--utrecht-table-caption-line-height);
|
|
17
|
+
margin-block-end: var(--utrecht-table-caption-margin-block-end);
|
|
18
|
+
text-align: var(--utrecht-table-caption-text-align, center);
|
|
19
|
+
display: table-caption;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h } from '@stencil/core';
|
|
2
|
+
export class TableCaption {
|
|
3
|
+
render() {
|
|
4
|
+
// TODO: Associate with parent <utrecht-table> aria-labelledby attribute
|
|
5
|
+
return h("slot", null);
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-table-caption"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["table-caption.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["table-caption.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license EUPL-1.2
|
|
7
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
+
*/
|
|
9
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
10
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
11
|
+
:host {
|
|
12
|
+
border-block-end-color: var(--utrecht-table-row-border-block-end-color, transparent);
|
|
13
|
+
border-block-end-style: solid;
|
|
14
|
+
border-block-end-width: var(--utrecht-table-row-border-block-end-width, 0);
|
|
15
|
+
line-height: var(--utrecht-table-cell-line-height, inherit);
|
|
16
|
+
padding-block-end: var(--utrecht-table-cell-padding-block-end, 0);
|
|
17
|
+
padding-block-start: var(--utrecht-table-cell-padding-block-start, 0);
|
|
18
|
+
padding-inline-end: var(--utrecht-table-cell-padding-inline-end, 0);
|
|
19
|
+
padding-inline-start: var(--utrecht-table-cell-padding-inline-start, 0);
|
|
20
|
+
text-align: start;
|
|
21
|
+
display: table-cell;
|
|
22
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h, Host } from '@stencil/core';
|
|
2
|
+
export class TableCell {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { role: "cell" },
|
|
5
|
+
h("slot", null)));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-table-cell"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["table-cell.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["table-cell.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license EUPL-1.2
|
|
7
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
+
*/
|
|
9
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
10
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
11
|
+
:host {
|
|
12
|
+
display: table-footer-group;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h, Host } from '@stencil/core';
|
|
2
|
+
export class TableFooter {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { role: "rowgroup" },
|
|
5
|
+
h("slot", null)));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-table-footer"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["table-footer.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["table-footer.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license EUPL-1.2
|
|
7
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
+
*/
|
|
9
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
10
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
11
|
+
:host {
|
|
12
|
+
color: var(--utrecht-table-header-cell-color);
|
|
13
|
+
font-size: var(--utrecht-table-header-cell-font-size);
|
|
14
|
+
font-weight: var(--utrecht-table-header-cell-font-weight);
|
|
15
|
+
text-align: start;
|
|
16
|
+
text-transform: var(--utrecht-table-header-cell-text-transform);
|
|
17
|
+
display: table-cell;
|
|
18
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { Component, h, Host, Prop } from '@stencil/core';
|
|
2
|
+
export class TableHeaderCell {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { role: this.scope === 'col' ? 'columnheader' : this.scope === 'row' ? 'rowheader' : 'cell' },
|
|
5
|
+
h("slot", null)));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-table-header-cell"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["table-header-cell.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["table-header-cell.css"]
|
|
14
|
+
}; }
|
|
15
|
+
static get properties() { return {
|
|
16
|
+
"scope": {
|
|
17
|
+
"type": "string",
|
|
18
|
+
"mutable": false,
|
|
19
|
+
"complexType": {
|
|
20
|
+
"original": "'col' | 'row'",
|
|
21
|
+
"resolved": "\"col\" | \"row\"",
|
|
22
|
+
"references": {}
|
|
23
|
+
},
|
|
24
|
+
"required": false,
|
|
25
|
+
"optional": false,
|
|
26
|
+
"docs": {
|
|
27
|
+
"tags": [],
|
|
28
|
+
"text": ""
|
|
29
|
+
},
|
|
30
|
+
"attribute": "scope",
|
|
31
|
+
"reflect": false
|
|
32
|
+
}
|
|
33
|
+
}; }
|
|
34
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license EUPL-1.2
|
|
7
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
+
*/
|
|
9
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
10
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
11
|
+
:host {
|
|
12
|
+
background-color: var(--utrecht-table-header-background-color);
|
|
13
|
+
color: var(--utrecht-table-header-color);
|
|
14
|
+
font-weight: var(--utrecht-table-header-font-weight);
|
|
15
|
+
text-transform: var(--utrecht-table-header-text-transform);
|
|
16
|
+
vertical-align: bottom;
|
|
17
|
+
display: table-header-group;
|
|
18
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h, Host } from '@stencil/core';
|
|
2
|
+
export class TableHeader {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { role: "rowgroup" },
|
|
5
|
+
h("slot", null)));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-table-header"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["table-header.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["table-header.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license EUPL-1.2
|
|
7
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
+
*/
|
|
9
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
10
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
11
|
+
:host {
|
|
12
|
+
display: table-row;
|
|
13
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h, Host } from '@stencil/core';
|
|
2
|
+
export class TableRow {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { role: "row" },
|
|
5
|
+
h("slot", null)));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-table-row"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["table-row.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["table-row.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license EUPL-1.2
|
|
3
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4
|
+
*/
|
|
5
|
+
/**
|
|
6
|
+
* @license EUPL-1.2
|
|
7
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
8
|
+
*/
|
|
9
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
10
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
11
|
+
:host {
|
|
12
|
+
border-collapse: collapse;
|
|
13
|
+
border-color: var(--utrecht-table-border-color, 0);
|
|
14
|
+
border-style: solid;
|
|
15
|
+
border-width: var(--utrecht-table-border-width, 0);
|
|
16
|
+
font-family: var(--utrecht-table-font-family, var(--utrecht-document-font-family));
|
|
17
|
+
font-size: var(--utrecht-table-font-size, inherit);
|
|
18
|
+
width: 100%;
|
|
19
|
+
display: table;
|
|
20
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { Component, h, Host } from '@stencil/core';
|
|
2
|
+
export class Table {
|
|
3
|
+
render() {
|
|
4
|
+
return (h(Host, { role: "table" },
|
|
5
|
+
h("slot", null)));
|
|
6
|
+
}
|
|
7
|
+
static get is() { return "utrecht-table"; }
|
|
8
|
+
static get encapsulation() { return "shadow"; }
|
|
9
|
+
static get originalStyleUrls() { return {
|
|
10
|
+
"$": ["table.scss"]
|
|
11
|
+
}; }
|
|
12
|
+
static get styleUrls() { return {
|
|
13
|
+
"$": ["table.css"]
|
|
14
|
+
}; }
|
|
15
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export const TableExample = () => `
|
|
2
|
+
<utrecht-table aria-labelledby="53818ecc-f9a6-4a9d-9e63-12a5ebb89e31">
|
|
3
|
+
<utrecht-table-caption id="53818ecc-f9a6-4a9d-9e63-12a5ebb89e31">Table</utrecht-table-caption>
|
|
4
|
+
<utrecht-table-header>
|
|
5
|
+
<utrecht-table-row>
|
|
6
|
+
<utrecht-table-header-cell scope="col">Column header cell 1</utrecht-table-header-cell>
|
|
7
|
+
<utrecht-table-header-cell scope="col">Column header cell 2</utrecht-table-header-cell>
|
|
8
|
+
</utrecht-table-row>
|
|
9
|
+
</utrecht-table-header>
|
|
10
|
+
<utrecht-table-footer>
|
|
11
|
+
<utrecht-table-row>
|
|
12
|
+
<utrecht-table-cell>Footer cell 1</utrecht-table-cell>
|
|
13
|
+
<utrecht-table-cell>Footer cell 2</utrecht-table-cell>
|
|
14
|
+
</utrecht-table-row>
|
|
15
|
+
</utrecht-table-footer>
|
|
16
|
+
<utrecht-table-body>
|
|
17
|
+
<utrecht-table-row>
|
|
18
|
+
<utrecht-table-header-cell scope="row">Row header cell</utrecht-table-header-cell>
|
|
19
|
+
<utrecht-table-cell>Cell</utrecht-table-cell>
|
|
20
|
+
</utrecht-table-row>
|
|
21
|
+
</utrecht-table-body>
|
|
22
|
+
</utrecht-table>
|
|
23
|
+
`;
|
|
@@ -368,6 +368,54 @@ export const UtrechtSidenav: {
|
|
|
368
368
|
new (): UtrechtSidenav;
|
|
369
369
|
};
|
|
370
370
|
|
|
371
|
+
interface UtrechtTable extends Components.UtrechtTable, HTMLElement {}
|
|
372
|
+
export const UtrechtTable: {
|
|
373
|
+
prototype: UtrechtTable;
|
|
374
|
+
new (): UtrechtTable;
|
|
375
|
+
};
|
|
376
|
+
|
|
377
|
+
interface UtrechtTableBody extends Components.UtrechtTableBody, HTMLElement {}
|
|
378
|
+
export const UtrechtTableBody: {
|
|
379
|
+
prototype: UtrechtTableBody;
|
|
380
|
+
new (): UtrechtTableBody;
|
|
381
|
+
};
|
|
382
|
+
|
|
383
|
+
interface UtrechtTableCaption extends Components.UtrechtTableCaption, HTMLElement {}
|
|
384
|
+
export const UtrechtTableCaption: {
|
|
385
|
+
prototype: UtrechtTableCaption;
|
|
386
|
+
new (): UtrechtTableCaption;
|
|
387
|
+
};
|
|
388
|
+
|
|
389
|
+
interface UtrechtTableCell extends Components.UtrechtTableCell, HTMLElement {}
|
|
390
|
+
export const UtrechtTableCell: {
|
|
391
|
+
prototype: UtrechtTableCell;
|
|
392
|
+
new (): UtrechtTableCell;
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
interface UtrechtTableFooter extends Components.UtrechtTableFooter, HTMLElement {}
|
|
396
|
+
export const UtrechtTableFooter: {
|
|
397
|
+
prototype: UtrechtTableFooter;
|
|
398
|
+
new (): UtrechtTableFooter;
|
|
399
|
+
};
|
|
400
|
+
|
|
401
|
+
interface UtrechtTableHeader extends Components.UtrechtTableHeader, HTMLElement {}
|
|
402
|
+
export const UtrechtTableHeader: {
|
|
403
|
+
prototype: UtrechtTableHeader;
|
|
404
|
+
new (): UtrechtTableHeader;
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
interface UtrechtTableHeaderCell extends Components.UtrechtTableHeaderCell, HTMLElement {}
|
|
408
|
+
export const UtrechtTableHeaderCell: {
|
|
409
|
+
prototype: UtrechtTableHeaderCell;
|
|
410
|
+
new (): UtrechtTableHeaderCell;
|
|
411
|
+
};
|
|
412
|
+
|
|
413
|
+
interface UtrechtTableRow extends Components.UtrechtTableRow, HTMLElement {}
|
|
414
|
+
export const UtrechtTableRow: {
|
|
415
|
+
prototype: UtrechtTableRow;
|
|
416
|
+
new (): UtrechtTableRow;
|
|
417
|
+
};
|
|
418
|
+
|
|
371
419
|
interface UtrechtTextbox extends Components.UtrechtTextbox, HTMLElement {}
|
|
372
420
|
export const UtrechtTextbox: {
|
|
373
421
|
prototype: UtrechtTextbox;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HTMLElement, h, createEvent, proxyCustomElement } from '@stencil/core/internal/client';
|
|
1
|
+
import { HTMLElement, h, createEvent, Host, proxyCustomElement } from '@stencil/core/internal/client';
|
|
2
2
|
export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
|
|
3
3
|
|
|
4
4
|
const indexCss$Z = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}:host{display:block}:host([hidden]){display:none !important}";
|
|
@@ -1088,6 +1088,119 @@ const Sidenav = class extends HTMLElement {
|
|
|
1088
1088
|
static get style() { return indexCss$1; }
|
|
1089
1089
|
};
|
|
1090
1090
|
|
|
1091
|
+
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);width:100%;display:table}";
|
|
1092
|
+
|
|
1093
|
+
const Table = class extends HTMLElement {
|
|
1094
|
+
constructor() {
|
|
1095
|
+
super();
|
|
1096
|
+
this.__registerHost();
|
|
1097
|
+
this.__attachShadow();
|
|
1098
|
+
}
|
|
1099
|
+
render() {
|
|
1100
|
+
return (h(Host, { role: "table" }, h("slot", null)));
|
|
1101
|
+
}
|
|
1102
|
+
static get style() { return tableCss; }
|
|
1103
|
+
};
|
|
1104
|
+
|
|
1105
|
+
const tableBodyCss = ":host{vertical-align:baseline;display:table-row-group}";
|
|
1106
|
+
|
|
1107
|
+
const TableBody = class extends HTMLElement {
|
|
1108
|
+
constructor() {
|
|
1109
|
+
super();
|
|
1110
|
+
this.__registerHost();
|
|
1111
|
+
this.__attachShadow();
|
|
1112
|
+
}
|
|
1113
|
+
render() {
|
|
1114
|
+
return (h(Host, { role: "rowgroup" }, h("slot", null)));
|
|
1115
|
+
}
|
|
1116
|
+
static get style() { return tableBodyCss; }
|
|
1117
|
+
};
|
|
1118
|
+
|
|
1119
|
+
const tableCaptionCss = ":host{color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);text-align:var(--utrecht-table-caption-text-align, center);display:table-caption}";
|
|
1120
|
+
|
|
1121
|
+
const TableCaption = class extends HTMLElement {
|
|
1122
|
+
constructor() {
|
|
1123
|
+
super();
|
|
1124
|
+
this.__registerHost();
|
|
1125
|
+
this.__attachShadow();
|
|
1126
|
+
}
|
|
1127
|
+
render() {
|
|
1128
|
+
// TODO: Associate with parent <utrecht-table> aria-labelledby attribute
|
|
1129
|
+
return h("slot", null);
|
|
1130
|
+
}
|
|
1131
|
+
static get style() { return tableCaptionCss; }
|
|
1132
|
+
};
|
|
1133
|
+
|
|
1134
|
+
const tableCellCss = ":host{border-block-end-color:var(--utrecht-table-row-border-block-end-color, transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width, 0);line-height:var(--utrecht-table-cell-line-height, inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end, 0);padding-block-start:var(--utrecht-table-cell-padding-block-start, 0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end, 0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start, 0);text-align:start;display:table-cell}";
|
|
1135
|
+
|
|
1136
|
+
const TableCell = class extends HTMLElement {
|
|
1137
|
+
constructor() {
|
|
1138
|
+
super();
|
|
1139
|
+
this.__registerHost();
|
|
1140
|
+
this.__attachShadow();
|
|
1141
|
+
}
|
|
1142
|
+
render() {
|
|
1143
|
+
return (h(Host, { role: "cell" }, h("slot", null)));
|
|
1144
|
+
}
|
|
1145
|
+
static get style() { return tableCellCss; }
|
|
1146
|
+
};
|
|
1147
|
+
|
|
1148
|
+
const tableFooterCss = ":host{display:table-footer-group}";
|
|
1149
|
+
|
|
1150
|
+
const TableFooter = class extends HTMLElement {
|
|
1151
|
+
constructor() {
|
|
1152
|
+
super();
|
|
1153
|
+
this.__registerHost();
|
|
1154
|
+
this.__attachShadow();
|
|
1155
|
+
}
|
|
1156
|
+
render() {
|
|
1157
|
+
return (h(Host, { role: "rowgroup" }, h("slot", null)));
|
|
1158
|
+
}
|
|
1159
|
+
static get style() { return tableFooterCss; }
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
const tableHeaderCss = ":host{background-color:var(--utrecht-table-header-background-color);color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);text-transform:var(--utrecht-table-header-text-transform);vertical-align:bottom;display:table-header-group}";
|
|
1163
|
+
|
|
1164
|
+
const TableHeader = class extends HTMLElement {
|
|
1165
|
+
constructor() {
|
|
1166
|
+
super();
|
|
1167
|
+
this.__registerHost();
|
|
1168
|
+
this.__attachShadow();
|
|
1169
|
+
}
|
|
1170
|
+
render() {
|
|
1171
|
+
return (h(Host, { role: "rowgroup" }, h("slot", null)));
|
|
1172
|
+
}
|
|
1173
|
+
static get style() { return tableHeaderCss; }
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1176
|
+
const tableHeaderCellCss = ":host{color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight);text-align:start;text-transform:var(--utrecht-table-header-cell-text-transform);display:table-cell}";
|
|
1177
|
+
|
|
1178
|
+
const TableHeaderCell = class extends HTMLElement {
|
|
1179
|
+
constructor() {
|
|
1180
|
+
super();
|
|
1181
|
+
this.__registerHost();
|
|
1182
|
+
this.__attachShadow();
|
|
1183
|
+
}
|
|
1184
|
+
render() {
|
|
1185
|
+
return (h(Host, { role: this.scope === 'col' ? 'columnheader' : this.scope === 'row' ? 'rowheader' : 'cell' }, h("slot", null)));
|
|
1186
|
+
}
|
|
1187
|
+
static get style() { return tableHeaderCellCss; }
|
|
1188
|
+
};
|
|
1189
|
+
|
|
1190
|
+
const tableRowCss = ":host{display:table-row}";
|
|
1191
|
+
|
|
1192
|
+
const TableRow = class extends HTMLElement {
|
|
1193
|
+
constructor() {
|
|
1194
|
+
super();
|
|
1195
|
+
this.__registerHost();
|
|
1196
|
+
this.__attachShadow();
|
|
1197
|
+
}
|
|
1198
|
+
render() {
|
|
1199
|
+
return (h(Host, { role: "row" }, h("slot", null)));
|
|
1200
|
+
}
|
|
1201
|
+
static get style() { return tableRowCss; }
|
|
1202
|
+
};
|
|
1203
|
+
|
|
1091
1204
|
const indexCss = ".utrecht-textbox{background-color:var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color));border-width:var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width));border-bottom-width:var(--utrecht-textbox-border-bottom-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width)));border-color:var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color));border-radius:var(--utrecht-textbox-border-radius, var(--utrecht-form-input-border-radius, 0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color, var(--utrecht-form-input-color));font-family:var(--utrecht-textbox-font-family, var(--utrecht-form-input-font-family));font-size:var(--utrecht-textbox-font-size, var(--utrecht-form-input-font-size, 1em));max-inline-size:var(--utrecht-textbox-max-inline-size, var(--utrecht-form-input-max-inline-size));padding-block-end:var(--utrecht-textbox-padding-block-end, var(--utrecht-form-input-padding-block-end));padding-block-start:var(--utrecht-textbox-padding-block-start, var(--utrecht-form-input-padding-block-start));padding-inline-end:var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-input-padding-inline-end));padding-inline-start:var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-input-padding-inline-start));width:100%}.utrecht-textbox--invalid{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))))}.utrecht-textbox--focus-visible{box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox__placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}.utrecht-textbox--numeric{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-textbox--password{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--url{font-variant-ligatures:none}.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color, var(--utrecht-form-input-disabled-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-disabled-border-color, var(--utrecht-form-input-disabled-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-disabled-color, var(--utrecht-form-input-disabled-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));cursor:var(--utrecht-action-disabled-cursor)}.utrecht-textbox--html-input:focus{background-color:var(--utrecht-textbox-focus-background-color, var(--utrecht-form-input-focus-background-color, var(--utrecht-textarea-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-focus-border-color, var(--utrecht-form-input-focus-border-color, var(--utrecht-textarea-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-focus-color, var(--utrecht-form-input-focus-color, var(--utrecht-textarea-color, var(--utrecht-form-input-color))));box-shadow:0 0 0 var(--utrecht-focus-box-shadow-spread-radius, 0) var(--utrecht-focus-box-shadow-color, transparent);outline-color:var(--utrecht-focus-outline-color, transparent);outline-offset:var(--utrecht-focus-outline-offset, 0);outline-style:var(--utrecht-focus-outline-style, solid);outline-width:var(--utrecht-focus-outline-width, 0)}.utrecht-textbox--html-input:focus:not(:focus-visible){box-shadow:none;outline-style:none}.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{background-color:var(--utrecht-textbox-invalid-background-color, var(--utrecht-form-input-invalid-background-color, var(--utrecht-textbox-background-color, var(--utrecht-form-input-background-color))));border-color:var(--utrecht-textbox-invalid-border-color, var(--utrecht-form-input-invalid-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));border-width:var(--utrecht-textbox-invalid-border-width, var(--utrecht-form-input-invalid-border-width, var(--utrecht-textbox-border-width, var(--utrecht-form-input-border-width))))}.utrecht-textbox--html-input:read-only{border-color:var(--utrecht-textbox-read-only-border-color, var(--utrecht-form-input-read-only-border-color, var(--utrecht-textbox-border-color, var(--utrecht-form-input-border-color))));color:var(--utrecht-textbox-read-only-color, var(--utrecht-form-input-read-only-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))))}.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color, var(--utrecht-form-input-placeholder-color, var(--utrecht-textbox-color, var(--utrecht-form-input-color))));font-style:var(--utrecht-form-input-placeholder-font-style);opacity:100%}:host{display:block}:host([hidden]){display:none !important}";
|
|
1092
1205
|
|
|
1093
1206
|
const Textbox = class extends HTMLElement {
|
|
@@ -1182,6 +1295,14 @@ const UtrechtPagination = /*@__PURE__*/proxyCustomElement(Pagination, [1,"utrech
|
|
|
1182
1295
|
const UtrechtParagraph = /*@__PURE__*/proxyCustomElement(Paragraph, [1,"utrecht-paragraph",{"lead":[4]}]);
|
|
1183
1296
|
const UtrechtSeparator = /*@__PURE__*/proxyCustomElement(Separator, [1,"utrecht-separator"]);
|
|
1184
1297
|
const UtrechtSidenav = /*@__PURE__*/proxyCustomElement(Sidenav, [1,"utrecht-sidenav",{"json":[1]}]);
|
|
1298
|
+
const UtrechtTable = /*@__PURE__*/proxyCustomElement(Table, [1,"utrecht-table"]);
|
|
1299
|
+
const UtrechtTableBody = /*@__PURE__*/proxyCustomElement(TableBody, [1,"utrecht-table-body"]);
|
|
1300
|
+
const UtrechtTableCaption = /*@__PURE__*/proxyCustomElement(TableCaption, [1,"utrecht-table-caption"]);
|
|
1301
|
+
const UtrechtTableCell = /*@__PURE__*/proxyCustomElement(TableCell, [1,"utrecht-table-cell"]);
|
|
1302
|
+
const UtrechtTableFooter = /*@__PURE__*/proxyCustomElement(TableFooter, [1,"utrecht-table-footer"]);
|
|
1303
|
+
const UtrechtTableHeader = /*@__PURE__*/proxyCustomElement(TableHeader, [1,"utrecht-table-header"]);
|
|
1304
|
+
const UtrechtTableHeaderCell = /*@__PURE__*/proxyCustomElement(TableHeaderCell, [1,"utrecht-table-header-cell",{"scope":[1]}]);
|
|
1305
|
+
const UtrechtTableRow = /*@__PURE__*/proxyCustomElement(TableRow, [1,"utrecht-table-row"]);
|
|
1185
1306
|
const UtrechtTextbox = /*@__PURE__*/proxyCustomElement(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]}]);
|
|
1186
1307
|
const defineCustomElements = (opts) => {
|
|
1187
1308
|
if (typeof customElements !== 'undefined') {
|
|
@@ -1247,6 +1368,14 @@ const defineCustomElements = (opts) => {
|
|
|
1247
1368
|
UtrechtParagraph,
|
|
1248
1369
|
UtrechtSeparator,
|
|
1249
1370
|
UtrechtSidenav,
|
|
1371
|
+
UtrechtTable,
|
|
1372
|
+
UtrechtTableBody,
|
|
1373
|
+
UtrechtTableCaption,
|
|
1374
|
+
UtrechtTableCell,
|
|
1375
|
+
UtrechtTableFooter,
|
|
1376
|
+
UtrechtTableHeader,
|
|
1377
|
+
UtrechtTableHeaderCell,
|
|
1378
|
+
UtrechtTableRow,
|
|
1250
1379
|
UtrechtTextbox
|
|
1251
1380
|
].forEach(cmp => {
|
|
1252
1381
|
if (!customElements.get(cmp.is)) {
|
|
@@ -1256,4 +1385,4 @@ const defineCustomElements = (opts) => {
|
|
|
1256
1385
|
}
|
|
1257
1386
|
};
|
|
1258
1387
|
|
|
1259
|
-
export { UtrechtArticle, UtrechtBackdrop, UtrechtBadgeCounter, UtrechtBadgeData, UtrechtBadgeStatus, UtrechtBreadcrumb, UtrechtButton, UtrechtCheckbox, UtrechtContactCardTemplate, UtrechtCustomCheckbox, UtrechtDigidButton, UtrechtDigidLogo, UtrechtDocument, UtrechtEherkenningLogo, UtrechtEidasLogo, UtrechtFormFieldCheckbox, UtrechtFormFieldDescription, UtrechtFormFieldTextarea, UtrechtFormFieldTextbox, UtrechtFormToggle, UtrechtHeading, UtrechtHeading1, UtrechtHeading2, UtrechtHeading3, UtrechtHeading4, UtrechtHeading5, UtrechtHeading6, UtrechtHtmlContent, UtrechtIconAfval, UtrechtIconArrow, UtrechtIconCheckmark, UtrechtIconCross, UtrechtIconError, UtrechtIconFacebook, UtrechtIconFilter, UtrechtIconInformation, UtrechtIconInstagram, UtrechtIconLinkedin, UtrechtIconList, UtrechtIconLoupe, UtrechtIconMelding, UtrechtIconPaspoort, UtrechtIconRijbewijs, UtrechtIconToeslag, UtrechtIconTrouwen, UtrechtIconTwitter, UtrechtIconVerhuizen, UtrechtIconWarning, UtrechtIconWhatsapp, UtrechtIconZoomin, UtrechtIconZoomout, UtrechtLogo, UtrechtLogoButton, UtrechtPage, UtrechtPageContent, UtrechtPageFooter, UtrechtPageHeader, UtrechtPagination, UtrechtParagraph, UtrechtSeparator, UtrechtSidenav, UtrechtTextbox, defineCustomElements };
|
|
1388
|
+
export { UtrechtArticle, UtrechtBackdrop, UtrechtBadgeCounter, UtrechtBadgeData, UtrechtBadgeStatus, UtrechtBreadcrumb, UtrechtButton, UtrechtCheckbox, UtrechtContactCardTemplate, UtrechtCustomCheckbox, UtrechtDigidButton, UtrechtDigidLogo, UtrechtDocument, UtrechtEherkenningLogo, UtrechtEidasLogo, UtrechtFormFieldCheckbox, UtrechtFormFieldDescription, UtrechtFormFieldTextarea, UtrechtFormFieldTextbox, UtrechtFormToggle, UtrechtHeading, UtrechtHeading1, UtrechtHeading2, UtrechtHeading3, UtrechtHeading4, UtrechtHeading5, UtrechtHeading6, UtrechtHtmlContent, UtrechtIconAfval, UtrechtIconArrow, UtrechtIconCheckmark, UtrechtIconCross, UtrechtIconError, UtrechtIconFacebook, UtrechtIconFilter, UtrechtIconInformation, UtrechtIconInstagram, UtrechtIconLinkedin, UtrechtIconList, UtrechtIconLoupe, UtrechtIconMelding, UtrechtIconPaspoort, UtrechtIconRijbewijs, UtrechtIconToeslag, UtrechtIconTrouwen, UtrechtIconTwitter, UtrechtIconVerhuizen, UtrechtIconWarning, UtrechtIconWhatsapp, UtrechtIconZoomin, UtrechtIconZoomout, UtrechtLogo, UtrechtLogoButton, UtrechtPage, UtrechtPageContent, UtrechtPageFooter, UtrechtPageHeader, UtrechtPagination, UtrechtParagraph, UtrechtSeparator, UtrechtSidenav, UtrechtTable, UtrechtTableBody, UtrechtTableCaption, UtrechtTableCell, UtrechtTableFooter, UtrechtTableHeader, UtrechtTableHeaderCell, UtrechtTableRow, UtrechtTextbox, defineCustomElements };
|
|
@@ -1557,4 +1557,4 @@ const flush = () => {
|
|
|
1557
1557
|
const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
|
|
1558
1558
|
const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
|
|
1559
1559
|
|
|
1560
|
-
export { bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r };
|
|
1560
|
+
export { Host as H, bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r };
|
package/dist/esm/loader.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-b6f2699c.js';
|
|
2
2
|
|
|
3
3
|
/*
|
|
4
4
|
Stencil Client Patch Esm v2.15.2 | MIT Licensed | https://stenciljs.com
|
|
@@ -10,7 +10,7 @@ const patchEsm = () => {
|
|
|
10
10
|
const defineCustomElements = (win, options) => {
|
|
11
11
|
if (typeof window === 'undefined') return Promise.resolve();
|
|
12
12
|
return patchEsm().then(() => {
|
|
13
|
-
return bootstrapLazy([["utrecht-contact-card-template",[[1,"utrecht-contact-card-template"]]],["utrecht-digid-button",[[1,"utrecht-digid-button",{"type":[1]}]]],["utrecht-logo-button",[[1,"utrecht-logo-button",{"type":[1]}]]],["utrecht-custom-checkbox",[[1,"utrecht-custom-checkbox",{"disabled":[516],"checked":[516],"indeterminate":[516],"invalid":[516],"required":[516]}]]],["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-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-afval",[[1,"utrecht-icon-afval"]]],["utrecht-icon-arrow",[[1,"utrecht-icon-arrow"]]],["utrecht-icon-cross",[[1,"utrecht-icon-cross"]]],["utrecht-icon-error",[[1,"utrecht-icon-error"]]],["utrecht-icon-facebook",[[1,"utrecht-icon-facebook"]]],["utrecht-icon-filter",[[1,"utrecht-icon-filter"]]],["utrecht-icon-information",[[1,"utrecht-icon-information"]]],["utrecht-icon-instagram",[[1,"utrecht-icon-instagram"]]],["utrecht-icon-linkedin",[[1,"utrecht-icon-linkedin"]]],["utrecht-icon-list",[[1,"utrecht-icon-list"]]],["utrecht-icon-loupe",[[1,"utrecht-icon-loupe"]]],["utrecht-icon-melding",[[1,"utrecht-icon-melding"]]],["utrecht-icon-paspoort",[[1,"utrecht-icon-paspoort"]]],["utrecht-icon-rijbewijs",[[1,"utrecht-icon-rijbewijs"]]],["utrecht-icon-toeslag",[[1,"utrecht-icon-toeslag"]]],["utrecht-icon-trouwen",[[1,"utrecht-icon-trouwen"]]],["utrecht-icon-twitter",[[1,"utrecht-icon-twitter"]]],["utrecht-icon-verhuizen",[[1,"utrecht-icon-verhuizen"]]],["utrecht-icon-warning",[[1,"utrecht-icon-warning"]]],["utrecht-icon-whatsapp",[[1,"utrecht-icon-whatsapp"]]],["utrecht-icon-zoomin",[[1,"utrecht-icon-zoomin"]]],["utrecht-icon-zoomout",[[1,"utrecht-icon-zoomout"]]],["utrecht-logo",[[1,"utrecht-logo"]]],["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-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-icon-checkmark",[[1,"utrecht-icon-checkmark"]]],["utrecht-heading-2_3",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]],["utrecht-button_2",[[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}],[1,"utrecht-digid-logo"]]]], options);
|
|
13
|
+
return bootstrapLazy([["utrecht-contact-card-template",[[1,"utrecht-contact-card-template"]]],["utrecht-digid-button",[[1,"utrecht-digid-button",{"type":[1]}]]],["utrecht-logo-button",[[1,"utrecht-logo-button",{"type":[1]}]]],["utrecht-custom-checkbox",[[1,"utrecht-custom-checkbox",{"disabled":[516],"checked":[516],"indeterminate":[516],"invalid":[516],"required":[516]}]]],["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-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-afval",[[1,"utrecht-icon-afval"]]],["utrecht-icon-arrow",[[1,"utrecht-icon-arrow"]]],["utrecht-icon-cross",[[1,"utrecht-icon-cross"]]],["utrecht-icon-error",[[1,"utrecht-icon-error"]]],["utrecht-icon-facebook",[[1,"utrecht-icon-facebook"]]],["utrecht-icon-filter",[[1,"utrecht-icon-filter"]]],["utrecht-icon-information",[[1,"utrecht-icon-information"]]],["utrecht-icon-instagram",[[1,"utrecht-icon-instagram"]]],["utrecht-icon-linkedin",[[1,"utrecht-icon-linkedin"]]],["utrecht-icon-list",[[1,"utrecht-icon-list"]]],["utrecht-icon-loupe",[[1,"utrecht-icon-loupe"]]],["utrecht-icon-melding",[[1,"utrecht-icon-melding"]]],["utrecht-icon-paspoort",[[1,"utrecht-icon-paspoort"]]],["utrecht-icon-rijbewijs",[[1,"utrecht-icon-rijbewijs"]]],["utrecht-icon-toeslag",[[1,"utrecht-icon-toeslag"]]],["utrecht-icon-trouwen",[[1,"utrecht-icon-trouwen"]]],["utrecht-icon-twitter",[[1,"utrecht-icon-twitter"]]],["utrecht-icon-verhuizen",[[1,"utrecht-icon-verhuizen"]]],["utrecht-icon-warning",[[1,"utrecht-icon-warning"]]],["utrecht-icon-whatsapp",[[1,"utrecht-icon-whatsapp"]]],["utrecht-icon-zoomin",[[1,"utrecht-icon-zoomin"]]],["utrecht-icon-zoomout",[[1,"utrecht-icon-zoomout"]]],["utrecht-logo",[[1,"utrecht-logo"]]],["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-icon-checkmark",[[1,"utrecht-icon-checkmark"]]],["utrecht-heading-2_3",[[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]],["utrecht-button_2",[[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}],[1,"utrecht-digid-logo"]]]], options);
|
|
14
14
|
});
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-b6f2699c.js';
|
|
2
2
|
|
|
3
3
|
const indexCss = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}:host{display:block}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-b6f2699c.js';
|
|
2
2
|
import { c as clsx } from './clsx.m-071989db.js';
|
|
3
3
|
|
|
4
4
|
const indexCss = ".utrecht-backdrop{background-color:var(--utrecht-backdrop-background-color);bottom:0;color:var(--utrecht-backdrop-color);display:block;left:0;opacity:var(--utrecht-backdrop-opacity);position:absolute;right:0;top:0;user-select:none;z-index:var(--utrecht-backdrop-z-index)}.utrecht-backdrop--viewport{position:fixed}:host{display:block}:host([hidden]){display:none !important}";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-b6f2699c.js';
|
|
2
2
|
|
|
3
3
|
const indexCss = ".utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color, var(--utrecht-badge-background-color, black));border-radius:var(--utrecht-badge-counter-border-radius, var(--utrecht-badge-border-radius, 0.5ch));color:var(--utrecht-badge-counter-color, var(--utrecht-badge-color, white));display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-style:var(--utrecht-badge-counter-font-style, normal);font-weight:var(--utrecht-badge-counter-font-weight, var(--utrecht-badge-font-weight, bold));padding-block-end:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block, var(--utrecht-badge-padding-block, 0.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline, var(--utrecht-badge-padding-inline, 0.5ch));text-decoration:none;}:host{display:inline-block}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-b6f2699c.js';
|
|
2
2
|
|
|
3
3
|
const indexCss = ".utrecht-badge-data{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:var(--utrecht-badge-font-style, normal);font-weight:var(--utrecht-badge-font-weight, bold);line-height:var(--utrecht-badge-line-height);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;letter-spacing:var(--utrecht-badge-data-letter-spacing, inherit);text-transform:var(--utrecht-badge-data-text-transform, inherit)}:host{display:inline-block}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as registerInstance, h } from './index-
|
|
1
|
+
import { r as registerInstance, h } from './index-b6f2699c.js';
|
|
2
2
|
|
|
3
3
|
const indexCss = ".utrecht-badge-status{background-color:var(--utrecht-badge-background-color, black);border-radius:var(--utrecht-badge-border-radius, 0.5ch);color:var(--utrecht-badge-color, white);display:inline-block;font-family:var(--utrecht-document-font-family, sans-serif);font-size:var(--utrecht-badge-font-size, inherit);font-style:var(--utrecht-badge-font-style, normal);font-weight:var(--utrecht-badge-font-weight, bold);line-height:var(--utrecht-badge-line-height);padding-block-end:var(--utrecht-badge-padding-block, 0.5ex);padding-block-start:var(--utrecht-badge-padding-block, 0.5ex);padding-inline-end:var(--utrecht-badge-padding-inline, 0.5ch);padding-inline-start:var(--utrecht-badge-padding-inline, 0.5ch);text-decoration:none;letter-spacing:var(--utrecht-badge-status-letter-spacing, inherit);text-transform:var(--utrecht-badge-status-text-transform, inherit)}.utrecht-badge-status--danger{background-color:var(--utrecht-feedback-danger-fill-background-color, red);color:var(--utrecht-feedback-danger-fill-color, white)}.utrecht-badge-status--warning{background-color:var(--utrecht-feedback-warning-fill-background-color, #ffa600);color:var(--utrecht-feedback-warning-fill-color, white)}.utrecht-badge-status--safe{background-color:var(--utrecht-feedback-safe-fill-background-color, green);color:var(--utrecht-feedback-safe-fill-color, white)}.utrecht-badge-status--neutral{background-color:var(--utrecht-feedback-neutral-fill-background-color, black);color:var(--utrecht-feedback-neutral-fill-color, white)}.utrecht-badge-status--valid{background-color:var(--utrecht-feedback-valid-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, red));color:var(--utrecht-feedback-valid-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--invalid{background-color:var(--utrecht-feedback-invalid-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-invalid-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--error{background-color:var(--utrecht-feedback-error-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-error-fill-color, var(--utrecht-feedback-danger-fill-color, white))}.utrecht-badge-status--success{background-color:var(--utrecht-feedback-success-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-success-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--active{background-color:var(--utrecht-feedback-active-fill-background-color, var(--utrecht-feedback-safe-fill-background-color, #ffa600));color:var(--utrecht-feedback-active-fill-color, var(--utrecht-feedback-safe-fill-color, white))}.utrecht-badge-status--inactive{background-color:var(--utrecht-feedback-inactive-fill-background-color, var(--utrecht-feedback-danger-fill-background-color, #ffa600));color:var(--utrecht-feedback-inactive-fill-color, var(--utrecht-feedback-danger-fill-color, white))}:host{display:inline-block}:host([hidden]){display:none !important}";
|
|
4
4
|
|