@oiz/stzh-components 2.0.0-beta → 2.0.0
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/{app-globals-58a084a9.js → app-globals-ec8cc33e.js} +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-accordion-item.cjs.entry.js +33 -15
- package/dist/cjs/stzh-actionset.cjs.entry.js +1 -9
- package/dist/cjs/stzh-badge_3.cjs.entry.js +17 -7
- package/dist/cjs/stzh-card-list.cjs.entry.js +19 -20
- package/dist/cjs/stzh-card.cjs.entry.js +34 -16
- package/dist/cjs/stzh-chip-select.cjs.entry.js +52 -4
- package/dist/cjs/stzh-chip.cjs.entry.js +3 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datamessagelist-item.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datatable.cjs.entry.js +1 -1
- package/dist/cjs/stzh-dialog.cjs.entry.js +1 -1
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +2 -2
- package/dist/cjs/stzh-heading.cjs.entry.js +1 -1
- package/dist/cjs/stzh-hspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-icon-sprite.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +2 -2
- package/dist/cjs/stzh-link.cjs.entry.js +8 -4
- package/dist/cjs/stzh-menu_2.cjs.entry.js +6 -2
- package/dist/cjs/stzh-message.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-saptcha.cjs.entry.js +1 -1
- package/dist/cjs/stzh-sortable.cjs.entry.js +3 -2
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +47 -4
- package/dist/cjs/stzh-vbz-ticker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-vspace.cjs.entry.js +1 -1
- package/dist/collection/assets/icons/mono/code-window.svg +3 -0
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.css +34 -8
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.js +123 -14
- package/dist/collection/components/stzh-accordion-item/stzh-accordion-item.stories.js +9 -0
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +1 -9
- package/dist/collection/components/stzh-badge/stzh-badge.css +22 -2
- package/dist/collection/components/stzh-badge/stzh-badge.js +25 -1
- package/dist/collection/components/stzh-button/stzh-button.js +45 -5
- package/dist/collection/components/stzh-card/stzh-card.css +2 -14
- package/dist/collection/components/stzh-card/stzh-card.js +37 -37
- package/dist/collection/components/stzh-card/stzh-card.stories.js +1 -4
- package/dist/collection/components/stzh-card-list/stzh-card-list.js +22 -49
- package/dist/collection/components/stzh-card-list/stzh-card-list.stories.js +2 -2
- package/dist/collection/components/stzh-chip/stzh-chip.js +38 -1
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.css +80 -0
- package/dist/collection/components/stzh-chip-select/stzh-chip-select.js +213 -3
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +87 -176
- package/dist/collection/components/stzh-datamessagelist-item/stzh-datamessagelist-item.css +3 -8
- package/dist/collection/components/stzh-datatable/stzh-datatable.css +5 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +9 -19
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +16 -16
- package/dist/collection/components/stzh-heading/stzh-heading.css +5 -15
- package/dist/collection/components/stzh-hspace/stzh-hspace.css +19 -24
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/sprite.symbol.html +45 -32
- package/dist/collection/components/stzh-icon-sprite/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/collection/components/stzh-input/stzh-input.js +2 -2
- package/dist/collection/components/stzh-link/stzh-link.js +44 -4
- package/dist/collection/components/stzh-menu-item/stzh-menu-item.js +42 -2
- package/dist/collection/components/stzh-message/stzh-message.css +5 -0
- package/dist/collection/components/stzh-pagetitle/stzh-pagetitle.css +3 -8
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +226 -337
- package/dist/collection/components/stzh-richtext/stzh-richtext.css +88 -129
- package/dist/collection/components/stzh-saptcha/stzh-saptcha.css +8 -8
- package/dist/collection/components/stzh-sortable/stzh-sortable.css +12 -6
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +2 -1
- package/dist/collection/components/stzh-table/stzh-table.css +5 -0
- package/dist/collection/components/stzh-upload/stzh-upload.css +16 -7
- package/dist/collection/components/stzh-upload/stzh-upload.js +46 -3
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +1 -1
- package/dist/collection/components/stzh-vbz-ticker/stzh-vbz-ticker.css +2 -7
- package/dist/collection/components/stzh-vspace/stzh-vspace.css +19 -24
- package/dist/collection/pages/meinkonto.stories.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/stzh-accordion-item.js +51 -16
- package/dist/components/stzh-actionset2.js +1 -9
- package/dist/components/stzh-badge2.js +10 -3
- package/dist/components/stzh-button2.js +11 -5
- package/dist/components/stzh-card-list.js +20 -22
- package/dist/components/stzh-card.js +34 -17
- package/dist/components/stzh-chip-select.js +63 -6
- package/dist/components/stzh-chip2.js +5 -1
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-datamessagelist-item.js +1 -1
- package/dist/components/stzh-datatable.js +1 -1
- package/dist/components/stzh-dialog.js +1 -1
- package/dist/components/stzh-ghettobox2.js +1 -1
- package/dist/components/stzh-heading2.js +1 -1
- package/dist/components/stzh-hspace.js +1 -1
- package/dist/components/stzh-icon-sprite.js +1 -1
- package/dist/components/stzh-input2.js +2 -2
- package/dist/components/stzh-link2.js +10 -4
- package/dist/components/stzh-menu-item2.js +8 -2
- package/dist/components/stzh-message.js +1 -1
- package/dist/components/stzh-pagetitle.js +1 -1
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-richtext2.js +1 -1
- package/dist/components/stzh-saptcha.js +1 -1
- package/dist/components/stzh-sortable2.js +3 -2
- package/dist/components/stzh-table.js +1 -1
- package/dist/components/stzh-upload.js +47 -4
- package/dist/components/stzh-vbz-ticker.js +1 -1
- package/dist/components/stzh-vspace.js +1 -1
- package/dist/esm/{app-globals-6b6ff890.js → app-globals-e66420b3.js} +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-accordion-item.entry.js +33 -15
- package/dist/esm/stzh-actionset.entry.js +1 -9
- package/dist/esm/stzh-badge_3.entry.js +17 -7
- package/dist/esm/stzh-card-list.entry.js +19 -20
- package/dist/esm/stzh-card.entry.js +34 -16
- package/dist/esm/stzh-chip-select.entry.js +52 -4
- package/dist/esm/stzh-chip.entry.js +3 -1
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-cspace.entry.js +1 -1
- package/dist/esm/stzh-datamessagelist-item.entry.js +1 -1
- package/dist/esm/stzh-datatable.entry.js +1 -1
- package/dist/esm/stzh-dialog.entry.js +1 -1
- package/dist/esm/stzh-ghettobox_2.entry.js +2 -2
- package/dist/esm/stzh-heading.entry.js +1 -1
- package/dist/esm/stzh-hspace.entry.js +1 -1
- package/dist/esm/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm/stzh-input.entry.js +2 -2
- package/dist/esm/stzh-link.entry.js +8 -4
- package/dist/esm/stzh-menu_2.entry.js +6 -2
- package/dist/esm/stzh-message.entry.js +1 -1
- package/dist/esm/stzh-pagetitle.entry.js +1 -1
- package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm/stzh-saptcha.entry.js +1 -1
- package/dist/esm/stzh-sortable.entry.js +3 -2
- package/dist/esm/stzh-table.entry.js +1 -1
- package/dist/esm/stzh-upload.entry.js +47 -4
- package/dist/esm/stzh-vbz-ticker.entry.js +1 -1
- package/dist/esm/stzh-vspace.entry.js +1 -1
- package/dist/esm-es5/app-globals-e66420b3.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/stzh-accordion-item.entry.js +1 -1
- package/dist/esm-es5/stzh-actionset.entry.js +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-card-list.entry.js +1 -1
- package/dist/esm-es5/stzh-card.entry.js +1 -1
- package/dist/esm-es5/stzh-chip-select.entry.js +1 -1
- package/dist/esm-es5/stzh-chip.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-cspace.entry.js +1 -1
- package/dist/esm-es5/stzh-datamessagelist-item.entry.js +1 -1
- package/dist/esm-es5/stzh-datatable.entry.js +1 -1
- package/dist/esm-es5/stzh-dialog.entry.js +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm-es5/stzh-heading.entry.js +1 -1
- package/dist/esm-es5/stzh-hspace.entry.js +1 -1
- package/dist/esm-es5/stzh-icon-sprite.entry.js +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
- package/dist/esm-es5/stzh-message.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-saptcha.entry.js +1 -1
- package/dist/esm-es5/stzh-sortable.entry.js +1 -1
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/stzh-vbz-ticker.entry.js +1 -1
- package/dist/esm-es5/stzh-vspace.entry.js +1 -1
- package/dist/stzh-components/assets/icons/mono/code-window.svg +3 -0
- package/dist/stzh-components/assets/svgsprites/symbol/sprite.symbol.html +45 -32
- package/dist/stzh-components/assets/svgsprites/symbol/svg/sprite.symbol.svg +1 -1
- package/dist/stzh-components/{p-332e4fd3.entry.js → p-03ea86bd.entry.js} +1 -1
- package/dist/stzh-components/p-051bc2a8.entry.js +1 -0
- package/dist/stzh-components/{p-13f44000.entry.js → p-0711e511.entry.js} +1 -1
- package/dist/stzh-components/p-073c89b1.system.entry.js +1 -0
- package/dist/stzh-components/{p-8cbc987f.system.entry.js → p-1440163c.system.entry.js} +1 -1
- package/dist/stzh-components/p-18958371.entry.js +1 -0
- package/dist/stzh-components/p-20ef4a20.system.entry.js +1 -0
- package/dist/stzh-components/{p-8a9e588e.system.entry.js → p-21566d65.system.entry.js} +1 -1
- package/dist/stzh-components/{p-5975c355.system.entry.js → p-22701389.system.entry.js} +1 -1
- package/dist/stzh-components/p-252d3178.entry.js +1 -0
- package/dist/stzh-components/p-2ca4a828.system.entry.js +1 -0
- package/dist/stzh-components/p-3042b23e.entry.js +1 -0
- package/dist/stzh-components/p-3b912468.system.entry.js +1 -0
- package/dist/stzh-components/p-3beb58d6.system.entry.js +1 -0
- package/dist/stzh-components/p-3f0363db.entry.js +1 -0
- package/dist/stzh-components/{p-b084fcbf.system.entry.js → p-530252c6.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3b27a43f.system.entry.js → p-5353ba86.system.entry.js} +2 -2
- package/dist/stzh-components/p-55cdbf79.entry.js +1 -0
- package/dist/stzh-components/p-562e6c52.entry.js +1 -0
- package/dist/stzh-components/{p-b9295dc2.entry.js → p-5f4eb46c.entry.js} +1 -1
- package/dist/stzh-components/p-62db1e59.entry.js +1 -0
- package/dist/stzh-components/{p-63d8db7b.entry.js → p-6425898c.entry.js} +1 -1
- package/dist/stzh-components/p-676fd54d.entry.js +1 -0
- package/dist/stzh-components/{p-e7a84e53.system.entry.js → p-684c345e.system.entry.js} +1 -1
- package/dist/stzh-components/{p-8f16b0ac.entry.js → p-713ae713.entry.js} +1 -1
- package/dist/stzh-components/p-764ba190.entry.js +1 -0
- package/dist/stzh-components/p-786a92d4.system.entry.js +1 -0
- package/dist/stzh-components/p-796ae62c.system.entry.js +1 -0
- package/dist/stzh-components/p-7ec2f3fd.entry.js +9 -0
- package/dist/stzh-components/p-80d70586.entry.js +1 -0
- package/dist/stzh-components/p-838df84a.system.entry.js +1 -0
- package/dist/stzh-components/p-84ab53cc.system.entry.js +1 -0
- package/dist/stzh-components/p-85161133.js +1 -0
- package/dist/stzh-components/p-864d7c50.entry.js +1 -0
- package/dist/stzh-components/p-8b6de2c0.system.entry.js +1 -0
- package/dist/stzh-components/{p-ab455116.system.entry.js → p-8c648042.system.entry.js} +1 -1
- package/dist/stzh-components/p-929dbdf1.system.entry.js +1 -0
- package/dist/stzh-components/p-9469b812.entry.js +1 -0
- package/dist/stzh-components/p-9e716229.entry.js +1 -0
- package/dist/stzh-components/p-a3fa6122.system.entry.js +1 -0
- package/dist/stzh-components/p-b391d962.system.entry.js +1 -0
- package/dist/stzh-components/p-b462a61f.entry.js +1 -0
- package/dist/stzh-components/{p-5987573e.system.entry.js → p-b5a85078.system.entry.js} +1 -1
- package/dist/stzh-components/p-b70bc70c.system.js +1 -0
- package/dist/stzh-components/{p-b9382599.entry.js → p-bb3c1249.entry.js} +1 -1
- package/dist/stzh-components/{p-b636a18a.system.entry.js → p-bbe4e3d1.system.entry.js} +1 -1
- package/dist/stzh-components/p-c4fc6433.system.entry.js +1 -0
- package/dist/stzh-components/p-cb1d4678.entry.js +1 -0
- package/dist/stzh-components/p-ccd30d73.system.entry.js +1 -0
- package/dist/stzh-components/p-cd795307.entry.js +1 -0
- package/dist/stzh-components/{p-c692e405.entry.js → p-cdc9e600.entry.js} +1 -1
- package/dist/stzh-components/p-d1552460.system.entry.js +1 -0
- package/dist/stzh-components/p-e3e3e88c.system.js +1 -0
- package/dist/stzh-components/p-eb61c369.entry.js +1 -0
- package/dist/stzh-components/p-ebeb8d7b.system.entry.js +1 -0
- package/dist/stzh-components/p-eca1732f.entry.js +1 -0
- package/dist/stzh-components/p-f24db7e8.system.entry.js +1 -0
- package/dist/stzh-components/stzh-components.css +1 -1
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components/stzh-badge/stzh-badge.d.ts +2 -0
- package/dist/types/components.d.ts +196 -28
- package/dist/types/index.d.ts +6 -1
- package/dist/vscode-data.json +180 -19
- package/package.json +1 -1
- package/dist/esm-es5/app-globals-6b6ff890.js +0 -1
- package/dist/stzh-components/p-0b8de542.system.entry.js +0 -1
- package/dist/stzh-components/p-0d5522dc.system.entry.js +0 -1
- package/dist/stzh-components/p-0efe125f.system.entry.js +0 -1
- package/dist/stzh-components/p-2818488f.entry.js +0 -1
- package/dist/stzh-components/p-373f79e8.entry.js +0 -1
- package/dist/stzh-components/p-3ac93a01.entry.js +0 -1
- package/dist/stzh-components/p-59c323ce.entry.js +0 -1
- package/dist/stzh-components/p-6354fee3.entry.js +0 -1
- package/dist/stzh-components/p-653c6bbc.entry.js +0 -1
- package/dist/stzh-components/p-67f906b1.entry.js +0 -1
- package/dist/stzh-components/p-6a81e64b.entry.js +0 -1
- package/dist/stzh-components/p-75cdc8a6.system.entry.js +0 -1
- package/dist/stzh-components/p-7ad87d98.system.entry.js +0 -1
- package/dist/stzh-components/p-7f9f9a8d.entry.js +0 -1
- package/dist/stzh-components/p-83b1e379.entry.js +0 -9
- package/dist/stzh-components/p-86bc421e.system.entry.js +0 -1
- package/dist/stzh-components/p-8aebb240.entry.js +0 -1
- package/dist/stzh-components/p-938ef748.entry.js +0 -1
- package/dist/stzh-components/p-9bda100f.system.js +0 -1
- package/dist/stzh-components/p-a99d3e97.system.entry.js +0 -1
- package/dist/stzh-components/p-af2664fc.system.entry.js +0 -1
- package/dist/stzh-components/p-b9c3f3cc.entry.js +0 -1
- package/dist/stzh-components/p-bd178c32.system.entry.js +0 -1
- package/dist/stzh-components/p-c013a00b.system.entry.js +0 -1
- package/dist/stzh-components/p-c456c04b.system.entry.js +0 -1
- package/dist/stzh-components/p-c499e04d.entry.js +0 -1
- package/dist/stzh-components/p-c83e4fec.system.entry.js +0 -1
- package/dist/stzh-components/p-ca062c11.system.js +0 -1
- package/dist/stzh-components/p-ce28428b.entry.js +0 -1
- package/dist/stzh-components/p-cfaac121.js +0 -1
- package/dist/stzh-components/p-d11a70e2.system.entry.js +0 -1
- package/dist/stzh-components/p-d1dba399.system.entry.js +0 -1
- package/dist/stzh-components/p-d2b5e066.entry.js +0 -1
- package/dist/stzh-components/p-d54f04c8.system.entry.js +0 -1
- package/dist/stzh-components/p-d645d645.entry.js +0 -1
- package/dist/stzh-components/p-da7b363e.entry.js +0 -1
- package/dist/stzh-components/p-de017b87.system.entry.js +0 -1
- package/dist/stzh-components/p-e009bfdc.entry.js +0 -1
- package/dist/stzh-components/p-f167eaa4.system.entry.js +0 -1
- package/dist/stzh-components/p-f2ee016a.entry.js +0 -1
- package/dist/stzh-components/p-ffa1e9dd.system.entry.js +0 -1
package/dist/vscode-data.json
CHANGED
|
@@ -25,6 +25,39 @@
|
|
|
25
25
|
"value": "The STZH accordion item component."
|
|
26
26
|
},
|
|
27
27
|
"attributes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "badge",
|
|
30
|
+
"description": "Badge"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "badge-empty",
|
|
34
|
+
"description": "Whether badge should be displayed empty"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "badge-type",
|
|
38
|
+
"description": "Badge type",
|
|
39
|
+
"values": [
|
|
40
|
+
{
|
|
41
|
+
"name": "default"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "error"
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"name": "info"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "success"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "warning"
|
|
54
|
+
}
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"name": "description",
|
|
59
|
+
"description": "Description"
|
|
60
|
+
},
|
|
28
61
|
{
|
|
29
62
|
"name": "disabled",
|
|
30
63
|
"description": "Whether fold disabled"
|
|
@@ -51,6 +84,10 @@
|
|
|
51
84
|
}
|
|
52
85
|
]
|
|
53
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"name": "icon",
|
|
89
|
+
"description": "Icon (use instead of icon slot)"
|
|
90
|
+
},
|
|
54
91
|
{
|
|
55
92
|
"name": "open",
|
|
56
93
|
"description": "Whether fold is open"
|
|
@@ -273,6 +310,27 @@
|
|
|
273
310
|
{
|
|
274
311
|
"name": "label",
|
|
275
312
|
"description": "Text content of the badge"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "type",
|
|
316
|
+
"description": "Type",
|
|
317
|
+
"values": [
|
|
318
|
+
{
|
|
319
|
+
"name": "default"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
"name": "error"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "info"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"name": "success"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "warning"
|
|
332
|
+
}
|
|
333
|
+
]
|
|
276
334
|
}
|
|
277
335
|
]
|
|
278
336
|
},
|
|
@@ -299,6 +357,10 @@
|
|
|
299
357
|
"name": "badge",
|
|
300
358
|
"description": "Display a badge aligned to button or icons"
|
|
301
359
|
},
|
|
360
|
+
{
|
|
361
|
+
"name": "badge-empty",
|
|
362
|
+
"description": "Whether badge should be displayed empty"
|
|
363
|
+
},
|
|
302
364
|
{
|
|
303
365
|
"name": "badge-position",
|
|
304
366
|
"description": "Badge position",
|
|
@@ -311,6 +373,27 @@
|
|
|
311
373
|
}
|
|
312
374
|
]
|
|
313
375
|
},
|
|
376
|
+
{
|
|
377
|
+
"name": "badge-type",
|
|
378
|
+
"description": "Badge type",
|
|
379
|
+
"values": [
|
|
380
|
+
{
|
|
381
|
+
"name": "default"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"name": "error"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"name": "info"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"name": "success"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"name": "warning"
|
|
394
|
+
}
|
|
395
|
+
]
|
|
396
|
+
},
|
|
314
397
|
{
|
|
315
398
|
"name": "checked",
|
|
316
399
|
"description": "Checked status (if type is radio)"
|
|
@@ -499,7 +582,7 @@
|
|
|
499
582
|
},
|
|
500
583
|
{
|
|
501
584
|
"name": "footer-actions",
|
|
502
|
-
"description": "Card footer actions"
|
|
585
|
+
"description": "Card footer actions.\nThe [`stzh-actionset`](?path=/story/components-actionset) component is used internally.\nYou can listen to clicks with the `stzhActionClick` event."
|
|
503
586
|
},
|
|
504
587
|
{
|
|
505
588
|
"name": "header-actions",
|
|
@@ -519,7 +602,7 @@
|
|
|
519
602
|
},
|
|
520
603
|
{
|
|
521
604
|
"name": "hide-movement-actions",
|
|
522
|
-
"description": "Whether movement menu items should be shown"
|
|
605
|
+
"description": "Whether movement menu items should be shown.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
523
606
|
},
|
|
524
607
|
{
|
|
525
608
|
"name": "name",
|
|
@@ -531,11 +614,11 @@
|
|
|
531
614
|
},
|
|
532
615
|
{
|
|
533
616
|
"name": "sortable-disabled",
|
|
534
|
-
"description": "Whether sorting should be disabled"
|
|
617
|
+
"description": "Whether sorting should be disabled.\nHas no effect if card is not inside a `card-list` element, which has `sortableEnabled` property set to true."
|
|
535
618
|
},
|
|
536
619
|
{
|
|
537
620
|
"name": "starrable",
|
|
538
|
-
"description": "Whether card star is displayed"
|
|
621
|
+
"description": "Whether card star is displayed (with tooltip and menu-item in mobile popover).\nThe tooltip / menu-item text can be adjusted in the translations file (`actionAdd` & `actionRemove`)."
|
|
539
622
|
},
|
|
540
623
|
{
|
|
541
624
|
"name": "starred",
|
|
@@ -549,18 +632,6 @@
|
|
|
549
632
|
"name": "subtitle-interactive",
|
|
550
633
|
"description": "Whether subtitle should be rendered as button and event `stzhSubtitleClick` executed on click"
|
|
551
634
|
},
|
|
552
|
-
{
|
|
553
|
-
"name": "type",
|
|
554
|
-
"description": "Type",
|
|
555
|
-
"values": [
|
|
556
|
-
{
|
|
557
|
-
"name": "alert"
|
|
558
|
-
},
|
|
559
|
-
{
|
|
560
|
-
"name": "default"
|
|
561
|
-
}
|
|
562
|
-
]
|
|
563
|
-
},
|
|
564
635
|
{
|
|
565
636
|
"name": "value",
|
|
566
637
|
"description": "The value of the input element (if card is selectable)"
|
|
@@ -583,8 +654,8 @@
|
|
|
583
654
|
"description": "HTML attribute that is used by the `toArray()` of sortable method"
|
|
584
655
|
},
|
|
585
656
|
{
|
|
586
|
-
"name": "sortable-
|
|
587
|
-
"description": "Whether sorting should be
|
|
657
|
+
"name": "sortable-enabled",
|
|
658
|
+
"description": "Whether sorting should be enabled"
|
|
588
659
|
}
|
|
589
660
|
]
|
|
590
661
|
},
|
|
@@ -793,6 +864,14 @@
|
|
|
793
864
|
"value": "The STZH chip component."
|
|
794
865
|
},
|
|
795
866
|
"attributes": [
|
|
867
|
+
{
|
|
868
|
+
"name": "a11y-describedby",
|
|
869
|
+
"description": "Id for element which describes the button"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"name": "a11y-label",
|
|
873
|
+
"description": "Accessible label for screen readers to replace visible text"
|
|
874
|
+
},
|
|
796
875
|
{
|
|
797
876
|
"name": "active",
|
|
798
877
|
"description": "Active"
|
|
@@ -876,14 +955,46 @@
|
|
|
876
955
|
"value": "The STZH figure component."
|
|
877
956
|
},
|
|
878
957
|
"attributes": [
|
|
958
|
+
{
|
|
959
|
+
"name": "a11y-describedby",
|
|
960
|
+
"description": "Id for element which describes the input (this will be overwritten if description prop or slot is used, used by stzh-radiogroup)"
|
|
961
|
+
},
|
|
879
962
|
{
|
|
880
963
|
"name": "data",
|
|
881
964
|
"description": "Data"
|
|
882
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"name": "description",
|
|
968
|
+
"description": "Description message (use description slot as alternative)"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"name": "description-long",
|
|
972
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "disabled",
|
|
976
|
+
"description": "Whether the element is disabled or not"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "error",
|
|
980
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "invalid",
|
|
984
|
+
"description": "Invalid status"
|
|
985
|
+
},
|
|
883
986
|
{
|
|
884
987
|
"name": "label",
|
|
885
988
|
"description": "Label"
|
|
886
989
|
},
|
|
990
|
+
{
|
|
991
|
+
"name": "name",
|
|
992
|
+
"description": "The name of the input element"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "required",
|
|
996
|
+
"description": "Required status"
|
|
997
|
+
},
|
|
887
998
|
{
|
|
888
999
|
"name": "value",
|
|
889
1000
|
"description": "Value"
|
|
@@ -2225,6 +2336,10 @@
|
|
|
2225
2336
|
"name": "badge",
|
|
2226
2337
|
"description": "Badge text"
|
|
2227
2338
|
},
|
|
2339
|
+
{
|
|
2340
|
+
"name": "badge-empty",
|
|
2341
|
+
"description": "Whether badge should be displayed empty"
|
|
2342
|
+
},
|
|
2228
2343
|
{
|
|
2229
2344
|
"name": "badge-position",
|
|
2230
2345
|
"description": "Badge position",
|
|
@@ -2237,6 +2352,27 @@
|
|
|
2237
2352
|
}
|
|
2238
2353
|
]
|
|
2239
2354
|
},
|
|
2355
|
+
{
|
|
2356
|
+
"name": "badge-type",
|
|
2357
|
+
"description": "Badge type",
|
|
2358
|
+
"values": [
|
|
2359
|
+
{
|
|
2360
|
+
"name": "default"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"name": "error"
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"name": "info"
|
|
2367
|
+
},
|
|
2368
|
+
{
|
|
2369
|
+
"name": "success"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"name": "warning"
|
|
2373
|
+
}
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
2240
2376
|
{
|
|
2241
2377
|
"name": "disabled",
|
|
2242
2378
|
"description": "Disabled status"
|
|
@@ -2430,6 +2566,31 @@
|
|
|
2430
2566
|
"name": "badge",
|
|
2431
2567
|
"description": "Badge"
|
|
2432
2568
|
},
|
|
2569
|
+
{
|
|
2570
|
+
"name": "badge-empty",
|
|
2571
|
+
"description": "Whether badge should be displayed empty"
|
|
2572
|
+
},
|
|
2573
|
+
{
|
|
2574
|
+
"name": "badge-type",
|
|
2575
|
+
"description": "Badge type",
|
|
2576
|
+
"values": [
|
|
2577
|
+
{
|
|
2578
|
+
"name": "default"
|
|
2579
|
+
},
|
|
2580
|
+
{
|
|
2581
|
+
"name": "error"
|
|
2582
|
+
},
|
|
2583
|
+
{
|
|
2584
|
+
"name": "info"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"name": "success"
|
|
2588
|
+
},
|
|
2589
|
+
{
|
|
2590
|
+
"name": "warning"
|
|
2591
|
+
}
|
|
2592
|
+
]
|
|
2593
|
+
},
|
|
2433
2594
|
{
|
|
2434
2595
|
"name": "disabled",
|
|
2435
2596
|
"description": "Whether the button is disabled"
|
|
@@ -2864,7 +3025,7 @@
|
|
|
2864
3025
|
"name": "stzh-richtext",
|
|
2865
3026
|
"description": {
|
|
2866
3027
|
"kind": "markdown",
|
|
2867
|
-
"value": "The STZH richtext component.\n\nThis component styles (colors, fonts, spacings) the slotted
|
|
3028
|
+
"value": "The STZH richtext component.\n\nThis component styles (colors, fonts, spacings) the slotted elements `hX`, `p`, `i`, `b`, `strong`, `em`, `ul`, `ol`, `blockquote`, `table` and `a` (icon are added to external links) and adds spacings to the components `stzh-text` and `stzh-heading`.\n\nThis is especially useful when the content is coming from a WYSIWYG editor within a CMS."
|
|
2868
3029
|
},
|
|
2869
3030
|
"attributes": [
|
|
2870
3031
|
{
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var name="@oiz/stzh-components";var version="2.0.0-beta";var packageName=name.substring(name.indexOf("/")+1);function applyAutofocus(){window.addEventListener("appload",(function(e){var o=document.querySelector("[autofocus]");if(o&&e.detail.namespace===packageName&&o.tagName.toLowerCase().indexOf("stzh-")===0&&"setFocus"in o){o.setFocus()}}))}function observeScrollbarWidth(){var e={threshold:1};var o=function(e){e.forEach((function(e){var o=0;if(e.intersectionRatio<1){o=window.innerWidth-document.body.clientWidth}document.documentElement.style.setProperty("--stzh-scrollbar-width",o+"px")}))};var t=new IntersectionObserver(o,e);t.observe(document.body)}function appGlobalScript(){window.stzhComponents=Object.assign({version:version,labels:"fixed",cacheTranslations:true,pathTranslations:"/",formats:{}},window.stzhComponents||{});applyAutofocus();observeScrollbarWidth()}var globalScripts=appGlobalScript;export{globalScripts as g};
|