@oiz/stzh-components 2.6.0-beta → 2.7.0-alpha
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-b9f31c77.js → app-globals-5dfa53d1.js} +2 -2
- package/dist/cjs/{app-globals-b9f31c77.js.map → app-globals-5dfa53d1.js.map} +1 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-actions.cjs.entry.js +1 -5
- package/dist/cjs/stzh-actions.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-actionset.cjs.entry.js +2 -2
- package/dist/cjs/stzh-actionset.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-amount.cjs.entry.js +50 -69
- package/dist/cjs/stzh-amount.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js +2 -2
- package/dist/cjs/stzh-badge_3.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-checkbox.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-datepicker_3.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-dropdown.cjs.entry.js +60 -25
- package/dist/cjs/stzh-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-invert.cjs.entry.js +1 -1
- package/dist/cjs/stzh-invert.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-monthyearpicker.cjs.entry.js +191 -0
- package/dist/cjs/stzh-monthyearpicker.cjs.entry.js.map +1 -0
- package/dist/cjs/stzh-skin-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-skin-portal-mitwirken.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-timepicker.cjs.entry.js +82 -0
- package/dist/cjs/stzh-timepicker.cjs.entry.js.map +1 -0
- package/dist/cjs/stzh-toggle.cjs.entry.js.map +1 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +19 -7
- package/dist/cjs/stzh-upload.cjs.entry.js.map +1 -1
- package/dist/cjs/translation-utils-73073e44.js.map +1 -1
- package/dist/collection/assets/i18n/de.json +10 -7
- package/dist/collection/assets/i18n/en.json +8 -5
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/stzh-actions/stzh-actions.js +1 -5
- package/dist/collection/components/stzh-actions/stzh-actions.js.map +1 -1
- package/dist/collection/components/stzh-actionset/stzh-actionset.js +2 -2
- package/dist/collection/components/stzh-actionset/stzh-actionset.js.map +1 -1
- package/dist/collection/components/stzh-amount/stzh-amount.css +1 -0
- package/dist/collection/components/stzh-amount/stzh-amount.js +84 -85
- package/dist/collection/components/stzh-amount/stzh-amount.js.map +1 -1
- package/dist/collection/components/stzh-amount/stzh-amount.localization.js.map +1 -1
- package/dist/collection/components/stzh-amount/stzh-amount.stories.js +14 -0
- package/dist/collection/components/stzh-button/stzh-button.css +2 -2
- package/dist/collection/components/stzh-button/stzh-button.js +1 -1
- package/dist/collection/components/stzh-button/stzh-button.js.map +1 -1
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.js +1 -1
- package/dist/collection/components/stzh-checkbox/stzh-checkbox.js.map +1 -1
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +1 -1
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js.map +1 -1
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +2 -2
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js.map +1 -1
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.stories.js +3 -0
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +32 -20
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +40 -9
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js.map +1 -1
- package/dist/collection/components/stzh-ghettobox/stzh-ghettobox.css +4 -4
- package/dist/collection/components/stzh-input/stzh-input.js +1 -1
- package/dist/collection/components/stzh-input/stzh-input.js.map +1 -1
- package/dist/collection/components/stzh-invert/stzh-invert.css +2 -2
- package/dist/collection/components/stzh-monthyearpicker/stzh-monthyearpicker.css +123 -0
- package/dist/collection/components/stzh-monthyearpicker/stzh-monthyearpicker.js +724 -0
- package/dist/collection/components/stzh-monthyearpicker/stzh-monthyearpicker.js.map +1 -0
- package/dist/collection/components/stzh-monthyearpicker/stzh-monthyearpicker.localization.js +2 -0
- package/dist/collection/components/stzh-monthyearpicker/stzh-monthyearpicker.localization.js.map +1 -0
- package/dist/collection/components/stzh-monthyearpicker/stzh-monthyearpicker.stories.js +61 -0
- package/dist/collection/components/stzh-radio/stzh-radio.js +1 -1
- package/dist/collection/components/stzh-radio/stzh-radio.js.map +1 -1
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +1 -1
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js.map +1 -1
- package/dist/collection/components/stzh-skin-portal-mitwirken/stzh-skin-portal-mitwirken.css +1 -1
- package/dist/collection/components/stzh-timepicker/stzh-timepicker.css +109 -0
- package/dist/collection/components/stzh-timepicker/stzh-timepicker.js +438 -0
- package/dist/collection/components/stzh-timepicker/stzh-timepicker.js.map +1 -0
- package/dist/collection/components/stzh-timepicker/stzh-timepicker.localization.js +2 -0
- package/dist/collection/components/stzh-timepicker/stzh-timepicker.localization.js.map +1 -0
- package/dist/collection/components/stzh-timepicker/stzh-timepicker.stories.js +45 -0
- package/dist/collection/components/stzh-toggle/stzh-toggle.js +1 -1
- package/dist/collection/components/stzh-toggle/stzh-toggle.js.map +1 -1
- package/dist/collection/components/stzh-upload/stzh-upload.js +53 -3
- package/dist/collection/components/stzh-upload/stzh-upload.js.map +1 -1
- package/dist/collection/index.js.map +1 -1
- package/dist/collection/libraries/dropzone/dropzone-amd-module.js +11 -5
- package/dist/collection/libraries/dropzone/dropzone.js +11 -5
- package/dist/collection/libraries/dropzone/min/dropzone-amd-module.min.js +1 -1
- package/dist/collection/libraries/dropzone/min/dropzone.min.js +1 -1
- package/dist/collection/libraries/tom-select/cjs/tom-select.complete.js +47 -18
- package/dist/collection/libraries/tom-select/cjs/tom-select.js +47 -18
- package/dist/collection/libraries/tom-select/cjs/tom-select.popular.js +47 -18
- package/dist/collection/libraries/tom-select/esm/tom-select.complete.js +47 -18
- package/dist/collection/libraries/tom-select/esm/tom-select.js +47 -18
- package/dist/collection/libraries/tom-select/esm/tom-select.popular.js +47 -18
- package/dist/collection/libraries/tom-select/js/tom-select.base.js +47 -18
- package/dist/collection/libraries/tom-select/js/tom-select.base.min.js +16 -17
- package/dist/collection/libraries/tom-select/js/tom-select.complete.js +47 -18
- package/dist/collection/libraries/tom-select/js/tom-select.complete.min.js +12 -13
- package/dist/collection/libraries/tom-select/js/tom-select.popular.js +47 -18
- package/dist/collection/libraries/tom-select/js/tom-select.popular.min.js +21 -22
- package/dist/collection/utils/translation-utils.js.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/index2.js.map +1 -1
- package/dist/components/stzh-actions.js +1 -5
- package/dist/components/stzh-actions.js.map +1 -1
- package/dist/components/stzh-actionset2.js +2 -2
- package/dist/components/stzh-actionset2.js.map +1 -1
- package/dist/components/stzh-amount.js +69 -82
- package/dist/components/stzh-amount.js.map +1 -1
- package/dist/components/stzh-button2.js +2 -2
- package/dist/components/stzh-button2.js.map +1 -1
- package/dist/components/stzh-buttongroup.js +1 -31
- package/dist/components/stzh-buttongroup.js.map +1 -1
- package/dist/components/stzh-buttongroup2.js +35 -0
- package/dist/components/stzh-buttongroup2.js.map +1 -0
- package/dist/components/stzh-checkbox.js.map +1 -1
- package/dist/components/stzh-checkboxgroup.js.map +1 -1
- package/dist/components/stzh-datepicker2.js.map +1 -1
- package/dist/components/stzh-dropdown2.js +61 -25
- package/dist/components/stzh-dropdown2.js.map +1 -1
- package/dist/components/stzh-ghettobox2.js +1 -1
- package/dist/components/stzh-ghettobox2.js.map +1 -1
- package/dist/components/stzh-input2.js.map +1 -1
- package/dist/components/stzh-invert.js +1 -1
- package/dist/components/stzh-invert.js.map +1 -1
- package/dist/components/stzh-monthyearpicker.d.ts +11 -0
- package/dist/components/stzh-monthyearpicker.js +251 -0
- package/dist/components/stzh-monthyearpicker.js.map +1 -0
- package/dist/components/stzh-radio2.js.map +1 -1
- package/dist/components/stzh-radiogroup2.js.map +1 -1
- package/dist/components/stzh-skin-portal-mitwirken.js +1 -1
- package/dist/components/stzh-skin-portal-mitwirken.js.map +1 -1
- package/dist/components/stzh-timepicker.d.ts +11 -0
- package/dist/components/stzh-timepicker.js +132 -0
- package/dist/components/stzh-timepicker.js.map +1 -0
- package/dist/components/stzh-toggle.js.map +1 -1
- package/dist/components/stzh-upload.js +22 -8
- package/dist/components/stzh-upload.js.map +1 -1
- package/dist/components/translation-utils.js.map +1 -1
- package/dist/esm/{app-globals-0c7feedc.js → app-globals-862dc6d0.js} +2 -2
- package/dist/esm/{app-globals-0c7feedc.js.map → app-globals-862dc6d0.js.map} +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-actions.entry.js +1 -5
- package/dist/esm/stzh-actions.entry.js.map +1 -1
- package/dist/esm/stzh-actionset.entry.js +2 -2
- package/dist/esm/stzh-actionset.entry.js.map +1 -1
- package/dist/esm/stzh-amount.entry.js +51 -70
- package/dist/esm/stzh-amount.entry.js.map +1 -1
- package/dist/esm/stzh-badge_3.entry.js +2 -2
- package/dist/esm/stzh-badge_3.entry.js.map +1 -1
- package/dist/esm/stzh-checkbox.entry.js.map +1 -1
- package/dist/esm/stzh-checkboxgroup.entry.js.map +1 -1
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-datepicker_3.entry.js.map +1 -1
- package/dist/esm/stzh-dropdown.entry.js +60 -25
- package/dist/esm/stzh-dropdown.entry.js.map +1 -1
- package/dist/esm/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm/stzh-ghettobox_2.entry.js.map +1 -1
- package/dist/esm/stzh-input.entry.js.map +1 -1
- package/dist/esm/stzh-invert.entry.js +1 -1
- package/dist/esm/stzh-invert.entry.js.map +1 -1
- package/dist/esm/stzh-monthyearpicker.entry.js +187 -0
- package/dist/esm/stzh-monthyearpicker.entry.js.map +1 -0
- package/dist/esm/stzh-skin-portal-mitwirken.entry.js +1 -1
- package/dist/esm/stzh-skin-portal-mitwirken.entry.js.map +1 -1
- package/dist/esm/stzh-timepicker.entry.js +78 -0
- package/dist/esm/stzh-timepicker.entry.js.map +1 -0
- package/dist/esm/stzh-toggle.entry.js.map +1 -1
- package/dist/esm/stzh-upload.entry.js +19 -7
- package/dist/esm/stzh-upload.entry.js.map +1 -1
- package/dist/esm/translation-utils-2623783f.js.map +1 -1
- package/dist/esm-es5/{app-globals-0c7feedc.js → app-globals-862dc6d0.js} +2 -2
- package/dist/esm-es5/{app-globals-0c7feedc.js.map → app-globals-862dc6d0.js.map} +1 -1
- package/dist/esm-es5/index.js.map +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/loader.js.map +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js.map +1 -1
- package/dist/esm-es5/stzh-actionset.entry.js +1 -1
- package/dist/esm-es5/stzh-actionset.entry.js.map +1 -1
- package/dist/esm-es5/stzh-amount.entry.js +1 -1
- package/dist/esm-es5/stzh-amount.entry.js.map +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js.map +1 -1
- package/dist/esm-es5/stzh-checkbox.entry.js.map +1 -1
- package/dist/esm-es5/stzh-checkboxgroup.entry.js.map +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-components.js.map +1 -1
- package/dist/esm-es5/stzh-datepicker_3.entry.js.map +1 -1
- package/dist/esm-es5/stzh-dropdown.entry.js +2 -2
- package/dist/esm-es5/stzh-dropdown.entry.js.map +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js.map +1 -1
- package/dist/esm-es5/stzh-input.entry.js.map +1 -1
- package/dist/esm-es5/stzh-invert.entry.js +1 -1
- package/dist/esm-es5/stzh-invert.entry.js.map +1 -1
- package/dist/esm-es5/stzh-monthyearpicker.entry.js +2 -0
- package/dist/esm-es5/stzh-monthyearpicker.entry.js.map +1 -0
- package/dist/esm-es5/stzh-skin-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-skin-portal-mitwirken.entry.js.map +1 -1
- package/dist/esm-es5/stzh-timepicker.entry.js +2 -0
- package/dist/esm-es5/stzh-timepicker.entry.js.map +1 -0
- package/dist/esm-es5/stzh-toggle.entry.js.map +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js.map +1 -1
- package/dist/esm-es5/translation-utils-2623783f.js.map +1 -1
- package/dist/stzh-components/assets/i18n/de.json +10 -7
- package/dist/stzh-components/assets/i18n/en.json +8 -5
- package/dist/stzh-components/index.esm.js.map +1 -1
- package/dist/stzh-components/{p-8228cd4c.system.entry.js → p-09191103.system.entry.js} +2 -2
- package/dist/stzh-components/{p-8228cd4c.system.entry.js.map → p-09191103.system.entry.js.map} +1 -1
- package/dist/stzh-components/p-0f328a2d.system.entry.js +2 -0
- package/dist/stzh-components/{p-12964da2.system.entry.js.map → p-0f328a2d.system.entry.js.map} +1 -1
- package/dist/stzh-components/p-14e782cb.entry.js +2 -0
- package/dist/stzh-components/{p-85504842.entry.js.map → p-14e782cb.entry.js.map} +1 -1
- package/dist/stzh-components/p-1678e09c.system.js +2 -0
- package/dist/stzh-components/{p-8ebb6058.system.js.map → p-1678e09c.system.js.map} +1 -1
- package/dist/stzh-components/p-25a09313.js.map +1 -1
- package/dist/stzh-components/p-2615433f.system.entry.js +2 -0
- package/dist/stzh-components/p-2615433f.system.entry.js.map +1 -0
- package/dist/stzh-components/p-2907f1b5.entry.js +2 -0
- package/dist/stzh-components/{p-72da8eba.entry.js.map → p-2907f1b5.entry.js.map} +1 -1
- package/dist/stzh-components/{p-728cc738.entry.js → p-2d25bcc8.entry.js} +2 -2
- package/dist/stzh-components/p-2d25bcc8.entry.js.map +1 -0
- package/dist/stzh-components/p-2f3add2f.system.entry.js +2 -0
- package/dist/stzh-components/{p-0fa1dc9b.system.entry.js.map → p-2f3add2f.system.entry.js.map} +1 -1
- package/dist/stzh-components/p-39a4904e.system.entry.js.map +1 -1
- package/dist/stzh-components/p-3aa5623c.entry.js.map +1 -1
- package/dist/stzh-components/{p-37cfb2b2.system.js → p-3b4833a0.system.js} +2 -2
- package/dist/stzh-components/{p-37cfb2b2.system.js.map → p-3b4833a0.system.js.map} +1 -1
- package/dist/stzh-components/p-3cb43903.entry.js.map +1 -1
- package/dist/stzh-components/p-49a0420a.entry.js +2 -0
- package/dist/stzh-components/{p-8bbb27f2.entry.js.map → p-49a0420a.entry.js.map} +1 -1
- package/dist/stzh-components/p-51f1714c.system.entry.js +2 -0
- package/dist/stzh-components/p-51f1714c.system.entry.js.map +1 -0
- package/dist/stzh-components/p-5aa96b49.system.entry.js +2 -0
- package/dist/stzh-components/p-5aa96b49.system.entry.js.map +1 -0
- package/dist/stzh-components/p-5d8ad1f4.system.entry.js.map +1 -1
- package/dist/stzh-components/{p-6ee544b4.entry.js → p-62188444.entry.js} +2 -2
- package/dist/stzh-components/{p-6ee544b4.entry.js.map → p-62188444.entry.js.map} +1 -1
- package/dist/stzh-components/{p-e683abe3.system.entry.js → p-6d097e82.system.entry.js} +2 -2
- package/dist/stzh-components/p-6d097e82.system.entry.js.map +1 -0
- package/dist/stzh-components/p-82e886d4.entry.js.map +1 -1
- package/dist/stzh-components/{p-d69b11ec.system.entry.js → p-94a5e295.system.entry.js} +2 -2
- package/dist/stzh-components/p-94a5e295.system.entry.js.map +1 -0
- package/dist/stzh-components/p-9b7d4e8d.entry.js.map +1 -1
- package/dist/stzh-components/p-9d46101e.entry.js +2 -0
- package/dist/stzh-components/p-9d46101e.entry.js.map +1 -0
- package/dist/stzh-components/p-9f31cf7d.entry.js +2 -0
- package/dist/stzh-components/p-9f31cf7d.entry.js.map +1 -0
- package/dist/stzh-components/p-9fe69be8.system.entry.js +2 -0
- package/dist/stzh-components/{p-479a02fb.system.entry.js.map → p-9fe69be8.system.entry.js.map} +1 -1
- package/dist/stzh-components/p-a408bfba.system.js.map +1 -1
- package/dist/stzh-components/p-ad33db31.entry.js +2 -0
- package/dist/stzh-components/p-ad33db31.entry.js.map +1 -0
- package/dist/stzh-components/p-b05c240b.system.entry.js.map +1 -1
- package/dist/stzh-components/p-b5cda655.entry.js +2 -0
- package/dist/stzh-components/p-b5cda655.entry.js.map +1 -0
- package/dist/stzh-components/p-b8ad5f47.system.entry.js.map +1 -1
- package/dist/stzh-components/{p-a226d634.js → p-bc82ed48.js} +2 -2
- package/dist/stzh-components/{p-a226d634.js.map → p-bc82ed48.js.map} +1 -1
- package/dist/stzh-components/{p-5e09547b.entry.js → p-bcd5b20e.entry.js} +2 -2
- package/dist/stzh-components/p-bcd5b20e.entry.js.map +1 -0
- package/dist/stzh-components/p-c0f971f2.entry.js +9 -0
- package/dist/stzh-components/p-c0f971f2.entry.js.map +1 -0
- package/dist/stzh-components/p-c901fe72.system.entry.js +9 -0
- package/dist/stzh-components/p-c901fe72.system.entry.js.map +1 -0
- package/dist/stzh-components/p-cc35e963.entry.js.map +1 -1
- package/dist/stzh-components/p-e8545386.system.entry.js +2 -0
- package/dist/stzh-components/p-e8545386.system.entry.js.map +1 -0
- package/dist/stzh-components/p-eaa65f52.system.js.map +1 -1
- package/dist/stzh-components/p-f2d74491.system.entry.js.map +1 -1
- 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.esm.js.map +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components/stzh-amount/stzh-amount.localization.d.ts +0 -2
- package/dist/types/components/stzh-monthyearpicker/stzh-monthyearpicker.localization.d.ts +5 -0
- package/dist/types/components/stzh-timepicker/stzh-timepicker.localization.d.ts +2 -0
- package/dist/types/components.d.ts +454 -22
- package/dist/types/index.d.ts +19 -0
- package/dist/types/utils/translation-utils.d.ts +1 -0
- package/dist/vscode-data.json +282 -8
- package/package.json +1 -1
- package/dist/stzh-components/p-09a8bcde.system.entry.js +0 -9
- package/dist/stzh-components/p-09a8bcde.system.entry.js.map +0 -1
- package/dist/stzh-components/p-0fa1dc9b.system.entry.js +0 -2
- package/dist/stzh-components/p-12964da2.system.entry.js +0 -2
- package/dist/stzh-components/p-2ee0d173.system.entry.js +0 -2
- package/dist/stzh-components/p-2ee0d173.system.entry.js.map +0 -1
- package/dist/stzh-components/p-30e04d53.entry.js +0 -2
- package/dist/stzh-components/p-30e04d53.entry.js.map +0 -1
- package/dist/stzh-components/p-427461c5.system.entry.js +0 -2
- package/dist/stzh-components/p-427461c5.system.entry.js.map +0 -1
- package/dist/stzh-components/p-479a02fb.system.entry.js +0 -2
- package/dist/stzh-components/p-5e09547b.entry.js.map +0 -1
- package/dist/stzh-components/p-66c1942a.entry.js +0 -2
- package/dist/stzh-components/p-66c1942a.entry.js.map +0 -1
- package/dist/stzh-components/p-728cc738.entry.js.map +0 -1
- package/dist/stzh-components/p-72da8eba.entry.js +0 -2
- package/dist/stzh-components/p-85504842.entry.js +0 -2
- package/dist/stzh-components/p-8bbb27f2.entry.js +0 -2
- package/dist/stzh-components/p-8ebb6058.system.js +0 -2
- package/dist/stzh-components/p-c4503250.entry.js +0 -9
- package/dist/stzh-components/p-c4503250.entry.js.map +0 -1
- package/dist/stzh-components/p-d69b11ec.system.entry.js.map +0 -1
- package/dist/stzh-components/p-e683abe3.system.entry.js.map +0 -1
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* It contains typing information for all components that exist in this project.
|
|
6
6
|
*/
|
|
7
7
|
import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
|
|
8
|
-
import { ContactNumber, Font, Layout, OlmapLayer, ShareService, Space, StzhAccordionItemBlurEvent, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemFocusEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardClickEvent, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCarouselSlideEndEvent, StzhCarouselSlidePassedEvent, StzhCarouselSlideStartEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhClampClampEvent, StzhClampExpandEvent, StzhContactAvailabilityItem, StzhDatalistDirectionChangeEvent, StzhDatalistHideBorderChangeEvent, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLangnavChangeEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhMicrositeTeaserlistTag, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFileRemoveEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, StzhVbzMajortickerDisturbance, StzhVbzMajortickerDisturbanceFetchedEvent, VBZ } from "./index";
|
|
8
|
+
import { ContactNumber, Font, Layout, OlmapLayer, ShareService, Space, StzhAccordionItemBlurEvent, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemFocusEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAmountChangeEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardClickEvent, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCarouselSlideEndEvent, StzhCarouselSlidePassedEvent, StzhCarouselSlideStartEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhClampClampEvent, StzhClampExpandEvent, StzhContactAvailabilityItem, StzhDatalistDirectionChangeEvent, StzhDatalistHideBorderChangeEvent, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOption, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLangnavChangeEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhMicrositeTeaserlistTag, StzhMonthyearpickerChangeEvent, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhTimepickerChangeEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFileRemoveEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, StzhVbzMajortickerDisturbance, StzhVbzMajortickerDisturbanceFetchedEvent, VBZ } from "./index";
|
|
9
9
|
import { StzhActionsetLocalizedText } from "./components/stzh-actionset/stzh-actionset.localization";
|
|
10
10
|
import { Placement } from "@floating-ui/dom";
|
|
11
11
|
import { StzhAmountLocalizedText } from "./components/stzh-amount/stzh-amount.localization";
|
|
@@ -28,17 +28,19 @@ import { StzhFooterLocalizedText } from "./components/stzh-footer/stzh-footer.lo
|
|
|
28
28
|
import { StzhGhettoboxLocalizedText } from "./components/stzh-ghettobox/stzh-ghettobox.localization";
|
|
29
29
|
import { StzhMessageLocalizedText } from "./components/stzh-message/stzh-message.localization";
|
|
30
30
|
import { StzhMicrositeTeaserlistLocalizedText } from "./components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization";
|
|
31
|
+
import { StzhMonthyearpickerLocalizedText } from "./components/stzh-monthyearpicker/stzh-monthyearpicker.localization";
|
|
31
32
|
import { StzhOlmapLocalizedText } from "./components/stzh-olmap/stzh-olmap.localization";
|
|
32
33
|
import { StzhPopoverLocalizedText } from "./components/stzh-popover/stzh-popover.localization";
|
|
33
34
|
import { StzhProgressbarLocalizedText } from "./components/stzh-progressbar/stzh-progressbar.localization";
|
|
34
35
|
import { StzhSaptchaLocalizedText } from "./components/stzh-saptcha/stzh-saptcha.localization";
|
|
35
36
|
import { StzhShareLocalizedText } from "./components/stzh-share/stzh-share.localization";
|
|
36
37
|
import { StzhSortableLocalizedText } from "./components/stzh-sortable/stzh-sortable.localization";
|
|
38
|
+
import { StzhTimepickerLocalizedText } from "./components/stzh-timepicker/stzh-timepicker.localization";
|
|
37
39
|
import { StzhTooltipLocalizedText } from "./components/stzh-tooltip/stzh-tooltip.localization";
|
|
38
40
|
import { StzhUploadLocalizedText } from "./components/stzh-upload/stzh-upload.localization";
|
|
39
41
|
import { StzhVbzMajortickerLocalizedText } from "./components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization";
|
|
40
42
|
import { StzhVbzTickerLocalizedText } from "./components/stzh-vbz-ticker/stzh-vbz-ticker.localization";
|
|
41
|
-
export { ContactNumber, Font, Layout, OlmapLayer, ShareService, Space, StzhAccordionItemBlurEvent, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemFocusEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardClickEvent, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCarouselSlideEndEvent, StzhCarouselSlidePassedEvent, StzhCarouselSlideStartEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhClampClampEvent, StzhClampExpandEvent, StzhContactAvailabilityItem, StzhDatalistDirectionChangeEvent, StzhDatalistHideBorderChangeEvent, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLangnavChangeEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhMicrositeTeaserlistTag, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFileRemoveEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, StzhVbzMajortickerDisturbance, StzhVbzMajortickerDisturbanceFetchedEvent, VBZ } from "./index";
|
|
43
|
+
export { ContactNumber, Font, Layout, OlmapLayer, ShareService, Space, StzhAccordionItemBlurEvent, StzhAccordionItemClosedEvent, StzhAccordionItemCloseEvent, StzhAccordionItemFocusEvent, StzhAccordionItemOpenedEvent, StzhAccordionItemOpenEvent, StzhActionsetItem, StzhActionsetItemClickEvent, StzhAmountChangeEvent, StzhAnchornavItem, StzhAnchornavItemClickEvent, StzhAppointmentsChangeEvent, StzhAudioEndedEvent, StzhAudioEndEvent, StzhAudioErrorEvent, StzhAudioPauseEvent, StzhAudioPlayEvent, StzhAudioPlayingEvent, StzhAudioReplayEvent, StzhButtonBlurEvent, StzhButtonChangeEvent, StzhButtonFocusEvent, StzhCalendarChangeEvent, StzhCalendarDateDisabledPredicate, StzhCardClickEvent, StzhCardCollapseEvent, StzhCardHeaderAction, StzhCardHeaderActionClickEvent, StzhCardListCollapseAllEvent, StzhCardStarClickEvent, StzhCardSubtitleClickEvent, StzhCarouselSlideEndEvent, StzhCarouselSlidePassedEvent, StzhCarouselSlideStartEvent, StzhCheckboxBlurEvent, StzhCheckboxChangeEvent, StzhCheckboxFocusEvent, StzhChipBlurEvent, StzhChipClickEvent, StzhChipFocusEvent, StzhChipRemoveEvent, StzhChipSelectChangeEvent, StzhChipSelectItem, StzhClampClampEvent, StzhClampExpandEvent, StzhContactAvailabilityItem, StzhDatalistDirectionChangeEvent, StzhDatalistHideBorderChangeEvent, StzhDatalistItemActionClickEvent, StzhDatalistItemEntry, StzhDatamessagelistItemActionClickEvent, StzhDatamessagelistItemClickEvent, StzhDatamessagelistItemEntryAction, StzhDatamessagelistItemEntryLoadingStatus, StzhDatamessagelistItemEntryMeta, StzhDatamessagelistItemEntryTag, StzhDatepickerChangeEvent, StzhDialogCloseEvent, StzhDialogOpenEvent, StzhDropdowCloseEvent, StzhDropdowInitEvent, StzhDropdownBlurEvent, StzhDropdownChangeEvent, StzhDropdownFocusEvent, StzhDropdownItemAddEvent, StzhDropdownItemRemoveEvent, StzhDropdownOpenEvent, StzhDropdownOption, StzhDropdownOptionAddEvent, StzhDropdownOptionRemoveEvent, StzhGhettoboxCloseEvent, StzhGhettoboxOpenEvent, StzhInputBlurEvent, StzhInputChangeEvent, StzhInputFocusEvent, StzhLangnavChangeEvent, StzhLinkBlurEvent, StzhLinkFocusEvent, StzhMenuItemBlurEvent, StzhMenuItemFocusEvent, StzhMessageCloseEvent, StzhMessageOpenEvent, StzhMicrositeTeaserlistTag, StzhMonthyearpickerChangeEvent, StzhOlmapInitializedEvent, StzhOlmapMoveEndEvent, StzhOlmapMoveStartEvent, StzhOlmapPostRenderEvent, StzhOverlayCloseEvent, StzhOverlayOpenEvent, StzhPopoverClosedEvent, StzhPopoverCloseEvent, StzhPopoverOpenedEvent, StzhPopoverOpenEvent, StzhProgressbarDataItem, StzhProgressbarItemClickEvent, StzhProgressbarItemDottedClickEvent, StzhRadioBlurEvent, StzhRadioChangeEvent, StzhRadioFocusEvent, StzhSortableDisableEvent, StzhSortableUpdateEvent, StzhStickyStuckBottomEvent, StzhStickyStuckTopEvent, StzhTimepickerChangeEvent, StzhToggleBlurEvent, StzhToggleChangeEvent, StzhToggleFocusEvent, StzhTooltipClosedEvent, StzhTooltipCloseEvent, StzhTooltipOpenedEvent, StzhTooltipOpenEvent, StzhUploadCanceledEvent, StzhUploadCanceledMultipleEvent, StzhUploadCompleteEvent, StzhUploadCompleteMultipleEvent, StzhUploadErrorEvent, StzhUploadErrorMultipleEvent, StzhUploadFileAddedEvent, StzhUploadFileRemovedEvent, StzhUploadFileRemoveEvent, StzhUploadFilesAddedEvent, StzhUploadFilesItem, StzhUploadProcessingEvent, StzhUploadProcessingMultipleEvent, StzhUploadProgressEvent, StzhUploadProgressTotalEvent, StzhUploadSendingEvent, StzhUploadSendingMultipleEvent, StzhUploadSuccessEvent, StzhUploadSuccessMultipleEvent, StzhVbzLinechipBlurEvent, StzhVbzLinechipFocusEvent, StzhVbzMajortickerDisturbance, StzhVbzMajortickerDisturbanceFetchedEvent, VBZ } from "./index";
|
|
42
44
|
export { StzhActionsetLocalizedText } from "./components/stzh-actionset/stzh-actionset.localization";
|
|
43
45
|
export { Placement } from "@floating-ui/dom";
|
|
44
46
|
export { StzhAmountLocalizedText } from "./components/stzh-amount/stzh-amount.localization";
|
|
@@ -61,12 +63,14 @@ export { StzhFooterLocalizedText } from "./components/stzh-footer/stzh-footer.lo
|
|
|
61
63
|
export { StzhGhettoboxLocalizedText } from "./components/stzh-ghettobox/stzh-ghettobox.localization";
|
|
62
64
|
export { StzhMessageLocalizedText } from "./components/stzh-message/stzh-message.localization";
|
|
63
65
|
export { StzhMicrositeTeaserlistLocalizedText } from "./components/stzh-microsite-teaserlist/stzh-microsite-teaserlist.localization";
|
|
66
|
+
export { StzhMonthyearpickerLocalizedText } from "./components/stzh-monthyearpicker/stzh-monthyearpicker.localization";
|
|
64
67
|
export { StzhOlmapLocalizedText } from "./components/stzh-olmap/stzh-olmap.localization";
|
|
65
68
|
export { StzhPopoverLocalizedText } from "./components/stzh-popover/stzh-popover.localization";
|
|
66
69
|
export { StzhProgressbarLocalizedText } from "./components/stzh-progressbar/stzh-progressbar.localization";
|
|
67
70
|
export { StzhSaptchaLocalizedText } from "./components/stzh-saptcha/stzh-saptcha.localization";
|
|
68
71
|
export { StzhShareLocalizedText } from "./components/stzh-share/stzh-share.localization";
|
|
69
72
|
export { StzhSortableLocalizedText } from "./components/stzh-sortable/stzh-sortable.localization";
|
|
73
|
+
export { StzhTimepickerLocalizedText } from "./components/stzh-timepicker/stzh-timepicker.localization";
|
|
70
74
|
export { StzhTooltipLocalizedText } from "./components/stzh-tooltip/stzh-tooltip.localization";
|
|
71
75
|
export { StzhUploadLocalizedText } from "./components/stzh-upload/stzh-upload.localization";
|
|
72
76
|
export { StzhVbzMajortickerLocalizedText } from "./components/stzh-vbz-majorticker/stzh-vbz-majorticker.localization";
|
|
@@ -186,7 +190,7 @@ export namespace Components {
|
|
|
186
190
|
}
|
|
187
191
|
interface StzhAmount {
|
|
188
192
|
/**
|
|
189
|
-
* Id of the element which describes the input
|
|
193
|
+
* Id of the element which describes the input
|
|
190
194
|
*/
|
|
191
195
|
"a11yDescribedby": string;
|
|
192
196
|
/**
|
|
@@ -244,7 +248,7 @@ export namespace Components {
|
|
|
244
248
|
/**
|
|
245
249
|
* Popover placement for the dropdown (if applicable)
|
|
246
250
|
*/
|
|
247
|
-
"popoverPlacement": "bottom" | "top";
|
|
251
|
+
"popoverPlacement": "bottom" | "bottom-end" | "bottom-center" | "top" | "top-end" | "top-center";
|
|
248
252
|
/**
|
|
249
253
|
* Required status
|
|
250
254
|
*/
|
|
@@ -851,7 +855,7 @@ export namespace Components {
|
|
|
851
855
|
*/
|
|
852
856
|
"setFocus": () => Promise<void>;
|
|
853
857
|
/**
|
|
854
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
858
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
855
859
|
*/
|
|
856
860
|
"showMarker": boolean;
|
|
857
861
|
/**
|
|
@@ -909,7 +913,7 @@ export namespace Components {
|
|
|
909
913
|
*/
|
|
910
914
|
"preventUpdateProperties": string[] | string;
|
|
911
915
|
/**
|
|
912
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
916
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
913
917
|
*/
|
|
914
918
|
"showMarker": boolean;
|
|
915
919
|
/**
|
|
@@ -1434,7 +1438,7 @@ export namespace Components {
|
|
|
1434
1438
|
*/
|
|
1435
1439
|
"setDate": (date: Date) => Promise<void>;
|
|
1436
1440
|
/**
|
|
1437
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
1441
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
1438
1442
|
*/
|
|
1439
1443
|
"showMarker": boolean;
|
|
1440
1444
|
/**
|
|
@@ -1561,6 +1565,10 @@ export namespace Components {
|
|
|
1561
1565
|
* Icon (use instead of icon slot)
|
|
1562
1566
|
*/
|
|
1563
1567
|
"icon": string;
|
|
1568
|
+
/**
|
|
1569
|
+
* Angle icon
|
|
1570
|
+
*/
|
|
1571
|
+
"iconAngle": string;
|
|
1564
1572
|
/**
|
|
1565
1573
|
* Show inline (auto width)
|
|
1566
1574
|
*/
|
|
@@ -1656,7 +1664,7 @@ export namespace Components {
|
|
|
1656
1664
|
/**
|
|
1657
1665
|
* Available options
|
|
1658
1666
|
*/
|
|
1659
|
-
"options":
|
|
1667
|
+
"options": StzhDropdownOption[] | string;
|
|
1660
1668
|
/**
|
|
1661
1669
|
* Popover placement
|
|
1662
1670
|
*/
|
|
@@ -1988,7 +1996,7 @@ export namespace Components {
|
|
|
1988
1996
|
*/
|
|
1989
1997
|
"setFocus": () => Promise<void>;
|
|
1990
1998
|
/**
|
|
1991
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
1999
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
1992
2000
|
*/
|
|
1993
2001
|
"showMarker": boolean;
|
|
1994
2002
|
/**
|
|
@@ -2290,6 +2298,120 @@ export namespace Components {
|
|
|
2290
2298
|
*/
|
|
2291
2299
|
"tags": string | StzhMicrositeTeaserlistTag[];
|
|
2292
2300
|
}
|
|
2301
|
+
interface StzhMonthyearpicker {
|
|
2302
|
+
/**
|
|
2303
|
+
* Id of the element which describes the month dropdown
|
|
2304
|
+
*/
|
|
2305
|
+
"a11yDescribedbyMonth": string;
|
|
2306
|
+
/**
|
|
2307
|
+
* Id of the element which describes the year dropdown
|
|
2308
|
+
*/
|
|
2309
|
+
"a11yDescribedbyYear": string;
|
|
2310
|
+
/**
|
|
2311
|
+
* Long description message appearing in a popover for month
|
|
2312
|
+
*/
|
|
2313
|
+
"descriptionLongMonth": string;
|
|
2314
|
+
/**
|
|
2315
|
+
* Long description message appearing in a popover for year
|
|
2316
|
+
*/
|
|
2317
|
+
"descriptionLongYear": string;
|
|
2318
|
+
/**
|
|
2319
|
+
* Description message for month
|
|
2320
|
+
*/
|
|
2321
|
+
"descriptionMonth": string;
|
|
2322
|
+
/**
|
|
2323
|
+
* Description message for year
|
|
2324
|
+
*/
|
|
2325
|
+
"descriptionYear": string;
|
|
2326
|
+
/**
|
|
2327
|
+
* Whether the element is disabled or not
|
|
2328
|
+
*/
|
|
2329
|
+
"disabled": boolean;
|
|
2330
|
+
/**
|
|
2331
|
+
* One or multiple error message for month
|
|
2332
|
+
*/
|
|
2333
|
+
"errorMonth": string | string[];
|
|
2334
|
+
/**
|
|
2335
|
+
* One or multiple error message for year
|
|
2336
|
+
*/
|
|
2337
|
+
"errorYear": string | string[];
|
|
2338
|
+
/**
|
|
2339
|
+
* Picker format.
|
|
2340
|
+
*/
|
|
2341
|
+
"format": "default" | "creditcard";
|
|
2342
|
+
/**
|
|
2343
|
+
* Invalid status for month
|
|
2344
|
+
*/
|
|
2345
|
+
"invalidMonth": boolean;
|
|
2346
|
+
/**
|
|
2347
|
+
* Invalid status for year
|
|
2348
|
+
*/
|
|
2349
|
+
"invalidYear": boolean;
|
|
2350
|
+
/**
|
|
2351
|
+
* Translation strings.
|
|
2352
|
+
*/
|
|
2353
|
+
"localization": StzhMonthyearpickerLocalizedText;
|
|
2354
|
+
/**
|
|
2355
|
+
* Maximum month and year allowed to be picked in `YYYY-MM` format. This setting can be used alone or together with the `min` property.
|
|
2356
|
+
*/
|
|
2357
|
+
"max": string;
|
|
2358
|
+
/**
|
|
2359
|
+
* Maximum year (will be overwritten if `max` is used). This setting can be used alone or together with the `minYear` property.
|
|
2360
|
+
*/
|
|
2361
|
+
"maxYear": number;
|
|
2362
|
+
/**
|
|
2363
|
+
* Minimum month and year allowed to be picked in `YYYY-MM` format. This setting can be used alone or together with the `max` property.
|
|
2364
|
+
*/
|
|
2365
|
+
"min": string;
|
|
2366
|
+
/**
|
|
2367
|
+
* Minimum year (will be overwritten if `min` is used). This setting can be used alone or together with the `maxYear` property.
|
|
2368
|
+
*/
|
|
2369
|
+
"minYear": number;
|
|
2370
|
+
/**
|
|
2371
|
+
* Month dropdown label
|
|
2372
|
+
*/
|
|
2373
|
+
"monthLabel": string;
|
|
2374
|
+
/**
|
|
2375
|
+
* Set which months to show (overwrites months from min/max)
|
|
2376
|
+
*/
|
|
2377
|
+
"months": number[] | string;
|
|
2378
|
+
/**
|
|
2379
|
+
* Name of the hidden date picker input.
|
|
2380
|
+
*/
|
|
2381
|
+
"name": string;
|
|
2382
|
+
/**
|
|
2383
|
+
* Popover placement for the dropdown (if applicable)
|
|
2384
|
+
*/
|
|
2385
|
+
"popoverPlacement": "bottom" | "bottom-end" | "bottom-center" | "top" | "top-end" | "top-center";
|
|
2386
|
+
/**
|
|
2387
|
+
* Whether the element is readonly or not
|
|
2388
|
+
*/
|
|
2389
|
+
"readonly": boolean;
|
|
2390
|
+
/**
|
|
2391
|
+
* Required status
|
|
2392
|
+
*/
|
|
2393
|
+
"required": boolean;
|
|
2394
|
+
/**
|
|
2395
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
2396
|
+
*/
|
|
2397
|
+
"showMarker": boolean;
|
|
2398
|
+
/**
|
|
2399
|
+
* Size variant
|
|
2400
|
+
*/
|
|
2401
|
+
"size": "default" | "small";
|
|
2402
|
+
/**
|
|
2403
|
+
* Value of hidden input (current selected year and month YYYY-MM).
|
|
2404
|
+
*/
|
|
2405
|
+
"value": string;
|
|
2406
|
+
/**
|
|
2407
|
+
* Year dropdown label
|
|
2408
|
+
*/
|
|
2409
|
+
"yearLabel": string;
|
|
2410
|
+
/**
|
|
2411
|
+
* Set which years to show (overwrites years from min/max)
|
|
2412
|
+
*/
|
|
2413
|
+
"years": number[] | string;
|
|
2414
|
+
}
|
|
2293
2415
|
interface StzhOlmap {
|
|
2294
2416
|
/**
|
|
2295
2417
|
* Add a icon marker to the icon layer.
|
|
@@ -2590,7 +2712,7 @@ export namespace Components {
|
|
|
2590
2712
|
*/
|
|
2591
2713
|
"setFocus": () => Promise<void>;
|
|
2592
2714
|
/**
|
|
2593
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
2715
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
2594
2716
|
*/
|
|
2595
2717
|
"showMarker": boolean;
|
|
2596
2718
|
/**
|
|
@@ -2652,7 +2774,7 @@ export namespace Components {
|
|
|
2652
2774
|
*/
|
|
2653
2775
|
"required": boolean;
|
|
2654
2776
|
/**
|
|
2655
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
2777
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
2656
2778
|
*/
|
|
2657
2779
|
"showMarker": boolean;
|
|
2658
2780
|
/**
|
|
@@ -3019,6 +3141,80 @@ export namespace Components {
|
|
|
3019
3141
|
*/
|
|
3020
3142
|
"size": "default" | "small" | "large";
|
|
3021
3143
|
}
|
|
3144
|
+
interface StzhTimepicker {
|
|
3145
|
+
/**
|
|
3146
|
+
* Id of the element which describes the input
|
|
3147
|
+
*/
|
|
3148
|
+
"a11yDescribedby": string;
|
|
3149
|
+
/**
|
|
3150
|
+
* Description message (use description slot as alternative)
|
|
3151
|
+
*/
|
|
3152
|
+
"description": string;
|
|
3153
|
+
/**
|
|
3154
|
+
* Long description message appearing in a popover (use description-long slot as alternative)
|
|
3155
|
+
*/
|
|
3156
|
+
"descriptionLong": string;
|
|
3157
|
+
/**
|
|
3158
|
+
* Whether the element is disabled or not
|
|
3159
|
+
*/
|
|
3160
|
+
"disabled": boolean;
|
|
3161
|
+
/**
|
|
3162
|
+
* One or multiple error message (use error slot as alternative)
|
|
3163
|
+
*/
|
|
3164
|
+
"error": string | string[];
|
|
3165
|
+
/**
|
|
3166
|
+
* Invalid status
|
|
3167
|
+
*/
|
|
3168
|
+
"invalid": boolean;
|
|
3169
|
+
/**
|
|
3170
|
+
* Label for dropdown
|
|
3171
|
+
*/
|
|
3172
|
+
"label": string;
|
|
3173
|
+
/**
|
|
3174
|
+
* Translation strings.
|
|
3175
|
+
*/
|
|
3176
|
+
"localization": StzhTimepickerLocalizedText;
|
|
3177
|
+
/**
|
|
3178
|
+
* Maximum time allowed to be picked in minutes. Can not be higher than 1440 (24h * 60). This setting can be used alone or together with the min property.
|
|
3179
|
+
*/
|
|
3180
|
+
"max": number;
|
|
3181
|
+
/**
|
|
3182
|
+
* Minimum time allowed to be picked in minutes. Can not be lower than 0. This setting can be used alone or together with the max property.
|
|
3183
|
+
*/
|
|
3184
|
+
"min": number;
|
|
3185
|
+
/**
|
|
3186
|
+
* Name of the hidden date picker input.
|
|
3187
|
+
*/
|
|
3188
|
+
"name": string;
|
|
3189
|
+
/**
|
|
3190
|
+
* Popover placement for the dropdown (if applicable)
|
|
3191
|
+
*/
|
|
3192
|
+
"popoverPlacement": "bottom" | "bottom-end" | "bottom-center" | "top" | "top-end" | "top-center";
|
|
3193
|
+
/**
|
|
3194
|
+
* Whether the element is readonly or not
|
|
3195
|
+
*/
|
|
3196
|
+
"readonly": boolean;
|
|
3197
|
+
/**
|
|
3198
|
+
* Required status
|
|
3199
|
+
*/
|
|
3200
|
+
"required": boolean;
|
|
3201
|
+
/**
|
|
3202
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
3203
|
+
*/
|
|
3204
|
+
"showMarker": boolean;
|
|
3205
|
+
/**
|
|
3206
|
+
* Size variant
|
|
3207
|
+
*/
|
|
3208
|
+
"size": "default" | "small";
|
|
3209
|
+
/**
|
|
3210
|
+
* Time added for each step in minutes.
|
|
3211
|
+
*/
|
|
3212
|
+
"step": number;
|
|
3213
|
+
/**
|
|
3214
|
+
* Value of hidden date picker input (current selected date in ISO format).
|
|
3215
|
+
*/
|
|
3216
|
+
"value": string;
|
|
3217
|
+
}
|
|
3022
3218
|
interface StzhToggle {
|
|
3023
3219
|
/**
|
|
3024
3220
|
* Id for element which describes the input (this will be overwritten if description prop or slot is used)
|
|
@@ -3073,7 +3269,7 @@ export namespace Components {
|
|
|
3073
3269
|
*/
|
|
3074
3270
|
"setFocus": () => Promise<void>;
|
|
3075
3271
|
/**
|
|
3076
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
3272
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
3077
3273
|
*/
|
|
3078
3274
|
"showMarker": boolean;
|
|
3079
3275
|
/**
|
|
@@ -3238,6 +3434,8 @@ export namespace Components {
|
|
|
3238
3434
|
*/
|
|
3239
3435
|
"parallelUploads": number;
|
|
3240
3436
|
"processQueue": () => Promise<any>;
|
|
3437
|
+
"removeAllFiles": (onlyCancelCurrentlyUploadingFiles?: boolean, force?: boolean) => Promise<any>;
|
|
3438
|
+
"removeFile": (file: any, force?: boolean) => Promise<any>;
|
|
3241
3439
|
/**
|
|
3242
3440
|
* Whether a chunk should be retried if it fails.
|
|
3243
3441
|
*/
|
|
@@ -3398,6 +3596,10 @@ export interface StzhActionsetCustomEvent<T> extends CustomEvent<T> {
|
|
|
3398
3596
|
detail: T;
|
|
3399
3597
|
target: HTMLStzhActionsetElement;
|
|
3400
3598
|
}
|
|
3599
|
+
export interface StzhAmountCustomEvent<T> extends CustomEvent<T> {
|
|
3600
|
+
detail: T;
|
|
3601
|
+
target: HTMLStzhAmountElement;
|
|
3602
|
+
}
|
|
3401
3603
|
export interface StzhAnchornavCustomEvent<T> extends CustomEvent<T> {
|
|
3402
3604
|
detail: T;
|
|
3403
3605
|
target: HTMLStzhAnchornavElement;
|
|
@@ -3498,6 +3700,10 @@ export interface StzhMessageCustomEvent<T> extends CustomEvent<T> {
|
|
|
3498
3700
|
detail: T;
|
|
3499
3701
|
target: HTMLStzhMessageElement;
|
|
3500
3702
|
}
|
|
3703
|
+
export interface StzhMonthyearpickerCustomEvent<T> extends CustomEvent<T> {
|
|
3704
|
+
detail: T;
|
|
3705
|
+
target: HTMLStzhMonthyearpickerElement;
|
|
3706
|
+
}
|
|
3501
3707
|
export interface StzhOlmapCustomEvent<T> extends CustomEvent<T> {
|
|
3502
3708
|
detail: T;
|
|
3503
3709
|
target: HTMLStzhOlmapElement;
|
|
@@ -3526,6 +3732,10 @@ export interface StzhStickyCustomEvent<T> extends CustomEvent<T> {
|
|
|
3526
3732
|
detail: T;
|
|
3527
3733
|
target: HTMLStzhStickyElement;
|
|
3528
3734
|
}
|
|
3735
|
+
export interface StzhTimepickerCustomEvent<T> extends CustomEvent<T> {
|
|
3736
|
+
detail: T;
|
|
3737
|
+
target: HTMLStzhTimepickerElement;
|
|
3738
|
+
}
|
|
3529
3739
|
export interface StzhToggleCustomEvent<T> extends CustomEvent<T> {
|
|
3530
3740
|
detail: T;
|
|
3531
3741
|
target: HTMLStzhToggleElement;
|
|
@@ -3911,6 +4121,12 @@ declare global {
|
|
|
3911
4121
|
prototype: HTMLStzhMicrositeTeaserlistElement;
|
|
3912
4122
|
new (): HTMLStzhMicrositeTeaserlistElement;
|
|
3913
4123
|
};
|
|
4124
|
+
interface HTMLStzhMonthyearpickerElement extends Components.StzhMonthyearpicker, HTMLStencilElement {
|
|
4125
|
+
}
|
|
4126
|
+
var HTMLStzhMonthyearpickerElement: {
|
|
4127
|
+
prototype: HTMLStzhMonthyearpickerElement;
|
|
4128
|
+
new (): HTMLStzhMonthyearpickerElement;
|
|
4129
|
+
};
|
|
3914
4130
|
interface HTMLStzhOlmapElement extends Components.StzhOlmap, HTMLStencilElement {
|
|
3915
4131
|
}
|
|
3916
4132
|
var HTMLStzhOlmapElement: {
|
|
@@ -4099,6 +4315,12 @@ declare global {
|
|
|
4099
4315
|
prototype: HTMLStzhTextandimageElement;
|
|
4100
4316
|
new (): HTMLStzhTextandimageElement;
|
|
4101
4317
|
};
|
|
4318
|
+
interface HTMLStzhTimepickerElement extends Components.StzhTimepicker, HTMLStencilElement {
|
|
4319
|
+
}
|
|
4320
|
+
var HTMLStzhTimepickerElement: {
|
|
4321
|
+
prototype: HTMLStzhTimepickerElement;
|
|
4322
|
+
new (): HTMLStzhTimepickerElement;
|
|
4323
|
+
};
|
|
4102
4324
|
interface HTMLStzhToggleElement extends Components.StzhToggle, HTMLStencilElement {
|
|
4103
4325
|
}
|
|
4104
4326
|
var HTMLStzhToggleElement: {
|
|
@@ -4207,6 +4429,7 @@ declare global {
|
|
|
4207
4429
|
"stzh-message": HTMLStzhMessageElement;
|
|
4208
4430
|
"stzh-metanav": HTMLStzhMetanavElement;
|
|
4209
4431
|
"stzh-microsite-teaserlist": HTMLStzhMicrositeTeaserlistElement;
|
|
4432
|
+
"stzh-monthyearpicker": HTMLStzhMonthyearpickerElement;
|
|
4210
4433
|
"stzh-olmap": HTMLStzhOlmapElement;
|
|
4211
4434
|
"stzh-overlay": HTMLStzhOverlayElement;
|
|
4212
4435
|
"stzh-page-skiplinks": HTMLStzhPageSkiplinksElement;
|
|
@@ -4237,6 +4460,7 @@ declare global {
|
|
|
4237
4460
|
"stzh-table": HTMLStzhTableElement;
|
|
4238
4461
|
"stzh-text": HTMLStzhTextElement;
|
|
4239
4462
|
"stzh-textandimage": HTMLStzhTextandimageElement;
|
|
4463
|
+
"stzh-timepicker": HTMLStzhTimepickerElement;
|
|
4240
4464
|
"stzh-toggle": HTMLStzhToggleElement;
|
|
4241
4465
|
"stzh-tooltip": HTMLStzhTooltipElement;
|
|
4242
4466
|
"stzh-upload": HTMLStzhUploadElement;
|
|
@@ -4370,7 +4594,7 @@ declare namespace LocalJSX {
|
|
|
4370
4594
|
}
|
|
4371
4595
|
interface StzhAmount {
|
|
4372
4596
|
/**
|
|
4373
|
-
* Id of the element which describes the input
|
|
4597
|
+
* Id of the element which describes the input
|
|
4374
4598
|
*/
|
|
4375
4599
|
"a11yDescribedby"?: string;
|
|
4376
4600
|
/**
|
|
@@ -4425,10 +4649,14 @@ declare namespace LocalJSX {
|
|
|
4425
4649
|
* Name of the element (hidden select element in case of dropdown)
|
|
4426
4650
|
*/
|
|
4427
4651
|
"name"?: string;
|
|
4652
|
+
/**
|
|
4653
|
+
* Amount change event
|
|
4654
|
+
*/
|
|
4655
|
+
"onStzhChange"?: (event: StzhAmountCustomEvent<StzhAmountChangeEvent>) => void;
|
|
4428
4656
|
/**
|
|
4429
4657
|
* Popover placement for the dropdown (if applicable)
|
|
4430
4658
|
*/
|
|
4431
|
-
"popoverPlacement"?: "bottom" | "top";
|
|
4659
|
+
"popoverPlacement"?: "bottom" | "bottom-end" | "bottom-center" | "top" | "top-end" | "top-center";
|
|
4432
4660
|
/**
|
|
4433
4661
|
* Required status
|
|
4434
4662
|
*/
|
|
@@ -5105,7 +5333,7 @@ declare namespace LocalJSX {
|
|
|
5105
5333
|
*/
|
|
5106
5334
|
"required"?: boolean;
|
|
5107
5335
|
/**
|
|
5108
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
5336
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
5109
5337
|
*/
|
|
5110
5338
|
"showMarker"?: boolean;
|
|
5111
5339
|
/**
|
|
@@ -5163,7 +5391,7 @@ declare namespace LocalJSX {
|
|
|
5163
5391
|
*/
|
|
5164
5392
|
"preventUpdateProperties"?: string[] | string;
|
|
5165
5393
|
/**
|
|
5166
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
5394
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
5167
5395
|
*/
|
|
5168
5396
|
"showMarker"?: boolean;
|
|
5169
5397
|
/**
|
|
@@ -5723,7 +5951,7 @@ declare namespace LocalJSX {
|
|
|
5723
5951
|
*/
|
|
5724
5952
|
"required"?: boolean;
|
|
5725
5953
|
/**
|
|
5726
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
5954
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
5727
5955
|
*/
|
|
5728
5956
|
"showMarker"?: boolean;
|
|
5729
5957
|
/**
|
|
@@ -5847,6 +6075,10 @@ declare namespace LocalJSX {
|
|
|
5847
6075
|
* Icon (use instead of icon slot)
|
|
5848
6076
|
*/
|
|
5849
6077
|
"icon"?: string;
|
|
6078
|
+
/**
|
|
6079
|
+
* Angle icon
|
|
6080
|
+
*/
|
|
6081
|
+
"iconAngle"?: string;
|
|
5850
6082
|
/**
|
|
5851
6083
|
* Show inline (auto width)
|
|
5852
6084
|
*/
|
|
@@ -5978,7 +6210,7 @@ declare namespace LocalJSX {
|
|
|
5978
6210
|
/**
|
|
5979
6211
|
* Available options
|
|
5980
6212
|
*/
|
|
5981
|
-
"options"?:
|
|
6213
|
+
"options"?: StzhDropdownOption[] | string;
|
|
5982
6214
|
/**
|
|
5983
6215
|
* Popover placement
|
|
5984
6216
|
*/
|
|
@@ -6303,7 +6535,7 @@ declare namespace LocalJSX {
|
|
|
6303
6535
|
*/
|
|
6304
6536
|
"rows"?: number;
|
|
6305
6537
|
/**
|
|
6306
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
6538
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
6307
6539
|
*/
|
|
6308
6540
|
"showMarker"?: boolean;
|
|
6309
6541
|
/**
|
|
@@ -6623,6 +6855,124 @@ declare namespace LocalJSX {
|
|
|
6623
6855
|
*/
|
|
6624
6856
|
"tags"?: string | StzhMicrositeTeaserlistTag[];
|
|
6625
6857
|
}
|
|
6858
|
+
interface StzhMonthyearpicker {
|
|
6859
|
+
/**
|
|
6860
|
+
* Id of the element which describes the month dropdown
|
|
6861
|
+
*/
|
|
6862
|
+
"a11yDescribedbyMonth"?: string;
|
|
6863
|
+
/**
|
|
6864
|
+
* Id of the element which describes the year dropdown
|
|
6865
|
+
*/
|
|
6866
|
+
"a11yDescribedbyYear"?: string;
|
|
6867
|
+
/**
|
|
6868
|
+
* Long description message appearing in a popover for month
|
|
6869
|
+
*/
|
|
6870
|
+
"descriptionLongMonth"?: string;
|
|
6871
|
+
/**
|
|
6872
|
+
* Long description message appearing in a popover for year
|
|
6873
|
+
*/
|
|
6874
|
+
"descriptionLongYear"?: string;
|
|
6875
|
+
/**
|
|
6876
|
+
* Description message for month
|
|
6877
|
+
*/
|
|
6878
|
+
"descriptionMonth"?: string;
|
|
6879
|
+
/**
|
|
6880
|
+
* Description message for year
|
|
6881
|
+
*/
|
|
6882
|
+
"descriptionYear"?: string;
|
|
6883
|
+
/**
|
|
6884
|
+
* Whether the element is disabled or not
|
|
6885
|
+
*/
|
|
6886
|
+
"disabled"?: boolean;
|
|
6887
|
+
/**
|
|
6888
|
+
* One or multiple error message for month
|
|
6889
|
+
*/
|
|
6890
|
+
"errorMonth"?: string | string[];
|
|
6891
|
+
/**
|
|
6892
|
+
* One or multiple error message for year
|
|
6893
|
+
*/
|
|
6894
|
+
"errorYear"?: string | string[];
|
|
6895
|
+
/**
|
|
6896
|
+
* Picker format.
|
|
6897
|
+
*/
|
|
6898
|
+
"format"?: "default" | "creditcard";
|
|
6899
|
+
/**
|
|
6900
|
+
* Invalid status for month
|
|
6901
|
+
*/
|
|
6902
|
+
"invalidMonth"?: boolean;
|
|
6903
|
+
/**
|
|
6904
|
+
* Invalid status for year
|
|
6905
|
+
*/
|
|
6906
|
+
"invalidYear"?: boolean;
|
|
6907
|
+
/**
|
|
6908
|
+
* Translation strings.
|
|
6909
|
+
*/
|
|
6910
|
+
"localization"?: StzhMonthyearpickerLocalizedText;
|
|
6911
|
+
/**
|
|
6912
|
+
* Maximum month and year allowed to be picked in `YYYY-MM` format. This setting can be used alone or together with the `min` property.
|
|
6913
|
+
*/
|
|
6914
|
+
"max"?: string;
|
|
6915
|
+
/**
|
|
6916
|
+
* Maximum year (will be overwritten if `max` is used). This setting can be used alone or together with the `minYear` property.
|
|
6917
|
+
*/
|
|
6918
|
+
"maxYear"?: number;
|
|
6919
|
+
/**
|
|
6920
|
+
* Minimum month and year allowed to be picked in `YYYY-MM` format. This setting can be used alone or together with the `max` property.
|
|
6921
|
+
*/
|
|
6922
|
+
"min"?: string;
|
|
6923
|
+
/**
|
|
6924
|
+
* Minimum year (will be overwritten if `min` is used). This setting can be used alone or together with the `maxYear` property.
|
|
6925
|
+
*/
|
|
6926
|
+
"minYear"?: number;
|
|
6927
|
+
/**
|
|
6928
|
+
* Month dropdown label
|
|
6929
|
+
*/
|
|
6930
|
+
"monthLabel"?: string;
|
|
6931
|
+
/**
|
|
6932
|
+
* Set which months to show (overwrites months from min/max)
|
|
6933
|
+
*/
|
|
6934
|
+
"months"?: number[] | string;
|
|
6935
|
+
/**
|
|
6936
|
+
* Name of the hidden date picker input.
|
|
6937
|
+
*/
|
|
6938
|
+
"name"?: string;
|
|
6939
|
+
/**
|
|
6940
|
+
* Monthyearpicker change event
|
|
6941
|
+
*/
|
|
6942
|
+
"onStzhChange"?: (event: StzhMonthyearpickerCustomEvent<StzhMonthyearpickerChangeEvent>) => void;
|
|
6943
|
+
/**
|
|
6944
|
+
* Popover placement for the dropdown (if applicable)
|
|
6945
|
+
*/
|
|
6946
|
+
"popoverPlacement"?: "bottom" | "bottom-end" | "bottom-center" | "top" | "top-end" | "top-center";
|
|
6947
|
+
/**
|
|
6948
|
+
* Whether the element is readonly or not
|
|
6949
|
+
*/
|
|
6950
|
+
"readonly"?: boolean;
|
|
6951
|
+
/**
|
|
6952
|
+
* Required status
|
|
6953
|
+
*/
|
|
6954
|
+
"required"?: boolean;
|
|
6955
|
+
/**
|
|
6956
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
6957
|
+
*/
|
|
6958
|
+
"showMarker"?: boolean;
|
|
6959
|
+
/**
|
|
6960
|
+
* Size variant
|
|
6961
|
+
*/
|
|
6962
|
+
"size"?: "default" | "small";
|
|
6963
|
+
/**
|
|
6964
|
+
* Value of hidden input (current selected year and month YYYY-MM).
|
|
6965
|
+
*/
|
|
6966
|
+
"value"?: string;
|
|
6967
|
+
/**
|
|
6968
|
+
* Year dropdown label
|
|
6969
|
+
*/
|
|
6970
|
+
"yearLabel"?: string;
|
|
6971
|
+
/**
|
|
6972
|
+
* Set which years to show (overwrites years from min/max)
|
|
6973
|
+
*/
|
|
6974
|
+
"years"?: number[] | string;
|
|
6975
|
+
}
|
|
6626
6976
|
interface StzhOlmap {
|
|
6627
6977
|
/**
|
|
6628
6978
|
* Initial center position
|
|
@@ -6932,7 +7282,7 @@ declare namespace LocalJSX {
|
|
|
6932
7282
|
*/
|
|
6933
7283
|
"required"?: boolean;
|
|
6934
7284
|
/**
|
|
6935
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
7285
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
6936
7286
|
*/
|
|
6937
7287
|
"showMarker"?: boolean;
|
|
6938
7288
|
/**
|
|
@@ -6994,7 +7344,7 @@ declare namespace LocalJSX {
|
|
|
6994
7344
|
*/
|
|
6995
7345
|
"required"?: boolean;
|
|
6996
7346
|
/**
|
|
6997
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
7347
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
6998
7348
|
*/
|
|
6999
7349
|
"showMarker"?: boolean;
|
|
7000
7350
|
/**
|
|
@@ -7365,6 +7715,84 @@ declare namespace LocalJSX {
|
|
|
7365
7715
|
*/
|
|
7366
7716
|
"size"?: "default" | "small" | "large";
|
|
7367
7717
|
}
|
|
7718
|
+
interface StzhTimepicker {
|
|
7719
|
+
/**
|
|
7720
|
+
* Id of the element which describes the input
|
|
7721
|
+
*/
|
|
7722
|
+
"a11yDescribedby"?: string;
|
|
7723
|
+
/**
|
|
7724
|
+
* Description message (use description slot as alternative)
|
|
7725
|
+
*/
|
|
7726
|
+
"description"?: string;
|
|
7727
|
+
/**
|
|
7728
|
+
* Long description message appearing in a popover (use description-long slot as alternative)
|
|
7729
|
+
*/
|
|
7730
|
+
"descriptionLong"?: string;
|
|
7731
|
+
/**
|
|
7732
|
+
* Whether the element is disabled or not
|
|
7733
|
+
*/
|
|
7734
|
+
"disabled"?: boolean;
|
|
7735
|
+
/**
|
|
7736
|
+
* One or multiple error message (use error slot as alternative)
|
|
7737
|
+
*/
|
|
7738
|
+
"error"?: string | string[];
|
|
7739
|
+
/**
|
|
7740
|
+
* Invalid status
|
|
7741
|
+
*/
|
|
7742
|
+
"invalid"?: boolean;
|
|
7743
|
+
/**
|
|
7744
|
+
* Label for dropdown
|
|
7745
|
+
*/
|
|
7746
|
+
"label"?: string;
|
|
7747
|
+
/**
|
|
7748
|
+
* Translation strings.
|
|
7749
|
+
*/
|
|
7750
|
+
"localization"?: StzhTimepickerLocalizedText;
|
|
7751
|
+
/**
|
|
7752
|
+
* Maximum time allowed to be picked in minutes. Can not be higher than 1440 (24h * 60). This setting can be used alone or together with the min property.
|
|
7753
|
+
*/
|
|
7754
|
+
"max"?: number;
|
|
7755
|
+
/**
|
|
7756
|
+
* Minimum time allowed to be picked in minutes. Can not be lower than 0. This setting can be used alone or together with the max property.
|
|
7757
|
+
*/
|
|
7758
|
+
"min"?: number;
|
|
7759
|
+
/**
|
|
7760
|
+
* Name of the hidden date picker input.
|
|
7761
|
+
*/
|
|
7762
|
+
"name"?: string;
|
|
7763
|
+
/**
|
|
7764
|
+
* Timepicker change event
|
|
7765
|
+
*/
|
|
7766
|
+
"onStzhChange"?: (event: StzhTimepickerCustomEvent<StzhTimepickerChangeEvent>) => void;
|
|
7767
|
+
/**
|
|
7768
|
+
* Popover placement for the dropdown (if applicable)
|
|
7769
|
+
*/
|
|
7770
|
+
"popoverPlacement"?: "bottom" | "bottom-end" | "bottom-center" | "top" | "top-end" | "top-center";
|
|
7771
|
+
/**
|
|
7772
|
+
* Whether the element is readonly or not
|
|
7773
|
+
*/
|
|
7774
|
+
"readonly"?: boolean;
|
|
7775
|
+
/**
|
|
7776
|
+
* Required status
|
|
7777
|
+
*/
|
|
7778
|
+
"required"?: boolean;
|
|
7779
|
+
/**
|
|
7780
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
7781
|
+
*/
|
|
7782
|
+
"showMarker"?: boolean;
|
|
7783
|
+
/**
|
|
7784
|
+
* Size variant
|
|
7785
|
+
*/
|
|
7786
|
+
"size"?: "default" | "small";
|
|
7787
|
+
/**
|
|
7788
|
+
* Time added for each step in minutes.
|
|
7789
|
+
*/
|
|
7790
|
+
"step"?: number;
|
|
7791
|
+
/**
|
|
7792
|
+
* Value of hidden date picker input (current selected date in ISO format).
|
|
7793
|
+
*/
|
|
7794
|
+
"value"?: string;
|
|
7795
|
+
}
|
|
7368
7796
|
interface StzhToggle {
|
|
7369
7797
|
/**
|
|
7370
7798
|
* Id for element which describes the input (this will be overwritten if description prop or slot is used)
|
|
@@ -7427,7 +7855,7 @@ declare namespace LocalJSX {
|
|
|
7427
7855
|
*/
|
|
7428
7856
|
"required"?: boolean;
|
|
7429
7857
|
/**
|
|
7430
|
-
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show
|
|
7858
|
+
* Append text to label depending if field is optional/required. true -> show "(optional)", false -> show nothing
|
|
7431
7859
|
*/
|
|
7432
7860
|
"showMarker"?: boolean;
|
|
7433
7861
|
/**
|
|
@@ -7877,6 +8305,7 @@ declare namespace LocalJSX {
|
|
|
7877
8305
|
"stzh-message": StzhMessage;
|
|
7878
8306
|
"stzh-metanav": StzhMetanav;
|
|
7879
8307
|
"stzh-microsite-teaserlist": StzhMicrositeTeaserlist;
|
|
8308
|
+
"stzh-monthyearpicker": StzhMonthyearpicker;
|
|
7880
8309
|
"stzh-olmap": StzhOlmap;
|
|
7881
8310
|
"stzh-overlay": StzhOverlay;
|
|
7882
8311
|
"stzh-page-skiplinks": StzhPageSkiplinks;
|
|
@@ -7907,6 +8336,7 @@ declare namespace LocalJSX {
|
|
|
7907
8336
|
"stzh-table": StzhTable;
|
|
7908
8337
|
"stzh-text": StzhText;
|
|
7909
8338
|
"stzh-textandimage": StzhTextandimage;
|
|
8339
|
+
"stzh-timepicker": StzhTimepicker;
|
|
7910
8340
|
"stzh-toggle": StzhToggle;
|
|
7911
8341
|
"stzh-tooltip": StzhTooltip;
|
|
7912
8342
|
"stzh-upload": StzhUpload;
|
|
@@ -7990,6 +8420,7 @@ declare module "@stencil/core" {
|
|
|
7990
8420
|
* @see https://www.stadt-zuerich.ch/site/iazh/de/index.html
|
|
7991
8421
|
*/
|
|
7992
8422
|
"stzh-microsite-teaserlist": LocalJSX.StzhMicrositeTeaserlist & JSXBase.HTMLAttributes<HTMLStzhMicrositeTeaserlistElement>;
|
|
8423
|
+
"stzh-monthyearpicker": LocalJSX.StzhMonthyearpicker & JSXBase.HTMLAttributes<HTMLStzhMonthyearpickerElement>;
|
|
7993
8424
|
"stzh-olmap": LocalJSX.StzhOlmap & JSXBase.HTMLAttributes<HTMLStzhOlmapElement>;
|
|
7994
8425
|
"stzh-overlay": LocalJSX.StzhOverlay & JSXBase.HTMLAttributes<HTMLStzhOverlayElement>;
|
|
7995
8426
|
"stzh-page-skiplinks": LocalJSX.StzhPageSkiplinks & JSXBase.HTMLAttributes<HTMLStzhPageSkiplinksElement>;
|
|
@@ -8028,6 +8459,7 @@ declare module "@stencil/core" {
|
|
|
8028
8459
|
"stzh-table": LocalJSX.StzhTable & JSXBase.HTMLAttributes<HTMLStzhTableElement>;
|
|
8029
8460
|
"stzh-text": LocalJSX.StzhText & JSXBase.HTMLAttributes<HTMLStzhTextElement>;
|
|
8030
8461
|
"stzh-textandimage": LocalJSX.StzhTextandimage & JSXBase.HTMLAttributes<HTMLStzhTextandimageElement>;
|
|
8462
|
+
"stzh-timepicker": LocalJSX.StzhTimepicker & JSXBase.HTMLAttributes<HTMLStzhTimepickerElement>;
|
|
8031
8463
|
"stzh-toggle": LocalJSX.StzhToggle & JSXBase.HTMLAttributes<HTMLStzhToggleElement>;
|
|
8032
8464
|
"stzh-tooltip": LocalJSX.StzhTooltip & JSXBase.HTMLAttributes<HTMLStzhTooltipElement>;
|
|
8033
8465
|
"stzh-upload": LocalJSX.StzhUpload & JSXBase.HTMLAttributes<HTMLStzhUploadElement>;
|