@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
package/dist/types/index.d.ts
CHANGED
|
@@ -165,6 +165,20 @@ export type StzhDatepickerChangeEvent = {
|
|
|
165
165
|
value: string;
|
|
166
166
|
valueAsDate: Date;
|
|
167
167
|
};
|
|
168
|
+
export type StzhTimepickerChangeEvent = {
|
|
169
|
+
component: "stzh-timepicker";
|
|
170
|
+
value: string;
|
|
171
|
+
};
|
|
172
|
+
export type StzhMonthyearpickerChangeEvent = {
|
|
173
|
+
component: "stzh-monthyearpicker";
|
|
174
|
+
value: string;
|
|
175
|
+
valueMonth: string;
|
|
176
|
+
valueYear: string;
|
|
177
|
+
};
|
|
178
|
+
export type StzhAmountChangeEvent = {
|
|
179
|
+
component: "stzh-amount";
|
|
180
|
+
value: string;
|
|
181
|
+
};
|
|
168
182
|
export type StzhAppointmentsChangeEvent = {
|
|
169
183
|
component: "stzh-appointments";
|
|
170
184
|
value: string;
|
|
@@ -489,6 +503,10 @@ export type StzhLangnavChangeEvent = {
|
|
|
489
503
|
component: "stzh-langnav";
|
|
490
504
|
value: string;
|
|
491
505
|
};
|
|
506
|
+
export type StzhDropdownOption = {
|
|
507
|
+
text: string;
|
|
508
|
+
value: string;
|
|
509
|
+
};
|
|
492
510
|
export type StzhDropdownChangeEvent = {
|
|
493
511
|
component: "stzh-dropdown";
|
|
494
512
|
value: string;
|
|
@@ -569,6 +587,7 @@ export type StzhUploadFileRemoveEvent = {
|
|
|
569
587
|
export type StzhUploadFileRemovedEvent = {
|
|
570
588
|
component: "stzh-upload";
|
|
571
589
|
file: StzhUploadFile;
|
|
590
|
+
force: boolean;
|
|
572
591
|
};
|
|
573
592
|
export type StzhUploadSendingEvent = {
|
|
574
593
|
component: "stzh-upload";
|
package/dist/vscode-data.json
CHANGED
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"attributes": [
|
|
243
243
|
{
|
|
244
244
|
"name": "a11y-describedby",
|
|
245
|
-
"description": "Id of the element which describes the input
|
|
245
|
+
"description": "Id of the element which describes the input"
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
"name": "clearable",
|
|
@@ -299,8 +299,20 @@
|
|
|
299
299
|
{
|
|
300
300
|
"name": "bottom"
|
|
301
301
|
},
|
|
302
|
+
{
|
|
303
|
+
"name": "bottom-center"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "bottom-end"
|
|
307
|
+
},
|
|
302
308
|
{
|
|
303
309
|
"name": "top"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "top-center"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "top-end"
|
|
304
316
|
}
|
|
305
317
|
]
|
|
306
318
|
},
|
|
@@ -1143,7 +1155,7 @@
|
|
|
1143
1155
|
},
|
|
1144
1156
|
{
|
|
1145
1157
|
"name": "show-marker",
|
|
1146
|
-
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show
|
|
1158
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
1147
1159
|
},
|
|
1148
1160
|
{
|
|
1149
1161
|
"name": "value",
|
|
@@ -1208,7 +1220,7 @@
|
|
|
1208
1220
|
},
|
|
1209
1221
|
{
|
|
1210
1222
|
"name": "show-marker",
|
|
1211
|
-
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show
|
|
1223
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
1212
1224
|
},
|
|
1213
1225
|
{
|
|
1214
1226
|
"name": "value",
|
|
@@ -1921,7 +1933,7 @@
|
|
|
1921
1933
|
},
|
|
1922
1934
|
{
|
|
1923
1935
|
"name": "show-marker",
|
|
1924
|
-
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show
|
|
1936
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
1925
1937
|
},
|
|
1926
1938
|
{
|
|
1927
1939
|
"name": "size",
|
|
@@ -2058,6 +2070,10 @@
|
|
|
2058
2070
|
"name": "icon",
|
|
2059
2071
|
"description": "Icon (use instead of icon slot)"
|
|
2060
2072
|
},
|
|
2073
|
+
{
|
|
2074
|
+
"name": "icon-angle",
|
|
2075
|
+
"description": "Angle icon"
|
|
2076
|
+
},
|
|
2061
2077
|
{
|
|
2062
2078
|
"name": "inline",
|
|
2063
2079
|
"description": "Show inline (auto width)"
|
|
@@ -2989,7 +3005,7 @@
|
|
|
2989
3005
|
},
|
|
2990
3006
|
{
|
|
2991
3007
|
"name": "show-marker",
|
|
2992
|
-
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show
|
|
3008
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
2993
3009
|
},
|
|
2994
3010
|
{
|
|
2995
3011
|
"name": "show-spin",
|
|
@@ -3514,6 +3530,159 @@
|
|
|
3514
3530
|
}
|
|
3515
3531
|
]
|
|
3516
3532
|
},
|
|
3533
|
+
{
|
|
3534
|
+
"name": "stzh-monthyearpicker",
|
|
3535
|
+
"description": {
|
|
3536
|
+
"kind": "markdown",
|
|
3537
|
+
"value": "The STZH monthyearpicker module."
|
|
3538
|
+
},
|
|
3539
|
+
"attributes": [
|
|
3540
|
+
{
|
|
3541
|
+
"name": "a11y-describedby",
|
|
3542
|
+
"description": "Id of the element which describes the month dropdown"
|
|
3543
|
+
},
|
|
3544
|
+
{
|
|
3545
|
+
"name": "a11y-describedby",
|
|
3546
|
+
"description": "Id of the element which describes the year dropdown"
|
|
3547
|
+
},
|
|
3548
|
+
{
|
|
3549
|
+
"name": "description-long-month",
|
|
3550
|
+
"description": "Long description message appearing in a popover for month"
|
|
3551
|
+
},
|
|
3552
|
+
{
|
|
3553
|
+
"name": "description-long-year",
|
|
3554
|
+
"description": "Long description message appearing in a popover for year"
|
|
3555
|
+
},
|
|
3556
|
+
{
|
|
3557
|
+
"name": "description-month",
|
|
3558
|
+
"description": "Description message for month"
|
|
3559
|
+
},
|
|
3560
|
+
{
|
|
3561
|
+
"name": "description-year",
|
|
3562
|
+
"description": "Description message for year"
|
|
3563
|
+
},
|
|
3564
|
+
{
|
|
3565
|
+
"name": "disabled",
|
|
3566
|
+
"description": "Whether the element is disabled or not"
|
|
3567
|
+
},
|
|
3568
|
+
{
|
|
3569
|
+
"name": "error-month",
|
|
3570
|
+
"description": "One or multiple error message for month"
|
|
3571
|
+
},
|
|
3572
|
+
{
|
|
3573
|
+
"name": "error-year",
|
|
3574
|
+
"description": "One or multiple error message for year"
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"name": "format",
|
|
3578
|
+
"description": "Picker format.",
|
|
3579
|
+
"values": [
|
|
3580
|
+
{
|
|
3581
|
+
"name": "creditcard"
|
|
3582
|
+
},
|
|
3583
|
+
{
|
|
3584
|
+
"name": "default"
|
|
3585
|
+
}
|
|
3586
|
+
]
|
|
3587
|
+
},
|
|
3588
|
+
{
|
|
3589
|
+
"name": "invalid-month",
|
|
3590
|
+
"description": "Invalid status for month"
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"name": "invalid-year",
|
|
3594
|
+
"description": "Invalid status for year"
|
|
3595
|
+
},
|
|
3596
|
+
{
|
|
3597
|
+
"name": "max",
|
|
3598
|
+
"description": "Maximum month and year allowed to be picked in `YYYY-MM` format.\nThis setting can be used alone or together with the `min` property."
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"name": "max-year",
|
|
3602
|
+
"description": "Maximum year (will be overwritten if `max` is used).\nThis setting can be used alone or together with the `minYear` property."
|
|
3603
|
+
},
|
|
3604
|
+
{
|
|
3605
|
+
"name": "min",
|
|
3606
|
+
"description": "Minimum month and year allowed to be picked in `YYYY-MM` format.\nThis setting can be used alone or together with the `max` property."
|
|
3607
|
+
},
|
|
3608
|
+
{
|
|
3609
|
+
"name": "min-year",
|
|
3610
|
+
"description": "Minimum year (will be overwritten if `min` is used).\nThis setting can be used alone or together with the `maxYear` property."
|
|
3611
|
+
},
|
|
3612
|
+
{
|
|
3613
|
+
"name": "month-label",
|
|
3614
|
+
"description": "Month dropdown label"
|
|
3615
|
+
},
|
|
3616
|
+
{
|
|
3617
|
+
"name": "months",
|
|
3618
|
+
"description": "Set which months to show (overwrites months from min/max)"
|
|
3619
|
+
},
|
|
3620
|
+
{
|
|
3621
|
+
"name": "name",
|
|
3622
|
+
"description": "Name of the hidden date picker input."
|
|
3623
|
+
},
|
|
3624
|
+
{
|
|
3625
|
+
"name": "popover-placement",
|
|
3626
|
+
"description": "Popover placement for the dropdown (if applicable)",
|
|
3627
|
+
"values": [
|
|
3628
|
+
{
|
|
3629
|
+
"name": "bottom"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"name": "bottom-center"
|
|
3633
|
+
},
|
|
3634
|
+
{
|
|
3635
|
+
"name": "bottom-end"
|
|
3636
|
+
},
|
|
3637
|
+
{
|
|
3638
|
+
"name": "top"
|
|
3639
|
+
},
|
|
3640
|
+
{
|
|
3641
|
+
"name": "top-center"
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"name": "top-end"
|
|
3645
|
+
}
|
|
3646
|
+
]
|
|
3647
|
+
},
|
|
3648
|
+
{
|
|
3649
|
+
"name": "readonly",
|
|
3650
|
+
"description": "Whether the element is readonly or not"
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"name": "required",
|
|
3654
|
+
"description": "Required status"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"name": "show-marker",
|
|
3658
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"name": "size",
|
|
3662
|
+
"description": "Size variant",
|
|
3663
|
+
"values": [
|
|
3664
|
+
{
|
|
3665
|
+
"name": "default"
|
|
3666
|
+
},
|
|
3667
|
+
{
|
|
3668
|
+
"name": "small"
|
|
3669
|
+
}
|
|
3670
|
+
]
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"name": "value",
|
|
3674
|
+
"description": "Value of hidden input (current selected year and month YYYY-MM)."
|
|
3675
|
+
},
|
|
3676
|
+
{
|
|
3677
|
+
"name": "year-label",
|
|
3678
|
+
"description": "Year dropdown label"
|
|
3679
|
+
},
|
|
3680
|
+
{
|
|
3681
|
+
"name": "years",
|
|
3682
|
+
"description": "Set which years to show (overwrites years from min/max)"
|
|
3683
|
+
}
|
|
3684
|
+
]
|
|
3685
|
+
},
|
|
3517
3686
|
{
|
|
3518
3687
|
"name": "stzh-olmap",
|
|
3519
3688
|
"description": {
|
|
@@ -3888,7 +4057,7 @@
|
|
|
3888
4057
|
},
|
|
3889
4058
|
{
|
|
3890
4059
|
"name": "show-marker",
|
|
3891
|
-
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show
|
|
4060
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
3892
4061
|
},
|
|
3893
4062
|
{
|
|
3894
4063
|
"name": "value",
|
|
@@ -3961,7 +4130,7 @@
|
|
|
3961
4130
|
},
|
|
3962
4131
|
{
|
|
3963
4132
|
"name": "show-marker",
|
|
3964
|
-
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show
|
|
4133
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
3965
4134
|
},
|
|
3966
4135
|
{
|
|
3967
4136
|
"name": "value",
|
|
@@ -5144,6 +5313,111 @@
|
|
|
5144
5313
|
}
|
|
5145
5314
|
]
|
|
5146
5315
|
},
|
|
5316
|
+
{
|
|
5317
|
+
"name": "stzh-timepicker",
|
|
5318
|
+
"description": {
|
|
5319
|
+
"kind": "markdown",
|
|
5320
|
+
"value": "The STZH timepicker module."
|
|
5321
|
+
},
|
|
5322
|
+
"attributes": [
|
|
5323
|
+
{
|
|
5324
|
+
"name": "a11y-describedby",
|
|
5325
|
+
"description": "Id of the element which describes the input"
|
|
5326
|
+
},
|
|
5327
|
+
{
|
|
5328
|
+
"name": "description",
|
|
5329
|
+
"description": "Description message (use description slot as alternative)"
|
|
5330
|
+
},
|
|
5331
|
+
{
|
|
5332
|
+
"name": "description-long",
|
|
5333
|
+
"description": "Long description message appearing in a popover (use description-long slot as alternative)"
|
|
5334
|
+
},
|
|
5335
|
+
{
|
|
5336
|
+
"name": "disabled",
|
|
5337
|
+
"description": "Whether the element is disabled or not"
|
|
5338
|
+
},
|
|
5339
|
+
{
|
|
5340
|
+
"name": "error",
|
|
5341
|
+
"description": "One or multiple error message (use error slot as alternative)"
|
|
5342
|
+
},
|
|
5343
|
+
{
|
|
5344
|
+
"name": "invalid",
|
|
5345
|
+
"description": "Invalid status"
|
|
5346
|
+
},
|
|
5347
|
+
{
|
|
5348
|
+
"name": "label",
|
|
5349
|
+
"description": "Label for dropdown"
|
|
5350
|
+
},
|
|
5351
|
+
{
|
|
5352
|
+
"name": "max",
|
|
5353
|
+
"description": "Maximum time allowed to be picked in minutes. Can not be higher than 1440 (24h * 60).\nThis setting can be used alone or together with the min property."
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"name": "min",
|
|
5357
|
+
"description": "Minimum time allowed to be picked in minutes. Can not be lower than 0.\nThis setting can be used alone or together with the max property."
|
|
5358
|
+
},
|
|
5359
|
+
{
|
|
5360
|
+
"name": "name",
|
|
5361
|
+
"description": "Name of the hidden date picker input."
|
|
5362
|
+
},
|
|
5363
|
+
{
|
|
5364
|
+
"name": "popover-placement",
|
|
5365
|
+
"description": "Popover placement for the dropdown (if applicable)",
|
|
5366
|
+
"values": [
|
|
5367
|
+
{
|
|
5368
|
+
"name": "bottom"
|
|
5369
|
+
},
|
|
5370
|
+
{
|
|
5371
|
+
"name": "bottom-center"
|
|
5372
|
+
},
|
|
5373
|
+
{
|
|
5374
|
+
"name": "bottom-end"
|
|
5375
|
+
},
|
|
5376
|
+
{
|
|
5377
|
+
"name": "top"
|
|
5378
|
+
},
|
|
5379
|
+
{
|
|
5380
|
+
"name": "top-center"
|
|
5381
|
+
},
|
|
5382
|
+
{
|
|
5383
|
+
"name": "top-end"
|
|
5384
|
+
}
|
|
5385
|
+
]
|
|
5386
|
+
},
|
|
5387
|
+
{
|
|
5388
|
+
"name": "readonly",
|
|
5389
|
+
"description": "Whether the element is readonly or not"
|
|
5390
|
+
},
|
|
5391
|
+
{
|
|
5392
|
+
"name": "required",
|
|
5393
|
+
"description": "Required status"
|
|
5394
|
+
},
|
|
5395
|
+
{
|
|
5396
|
+
"name": "show-marker",
|
|
5397
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"name": "size",
|
|
5401
|
+
"description": "Size variant",
|
|
5402
|
+
"values": [
|
|
5403
|
+
{
|
|
5404
|
+
"name": "default"
|
|
5405
|
+
},
|
|
5406
|
+
{
|
|
5407
|
+
"name": "small"
|
|
5408
|
+
}
|
|
5409
|
+
]
|
|
5410
|
+
},
|
|
5411
|
+
{
|
|
5412
|
+
"name": "step",
|
|
5413
|
+
"description": "Time added for each step in minutes."
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"name": "value",
|
|
5417
|
+
"description": "Value of hidden date picker input (current selected date in ISO format)."
|
|
5418
|
+
}
|
|
5419
|
+
]
|
|
5420
|
+
},
|
|
5147
5421
|
{
|
|
5148
5422
|
"name": "stzh-toggle",
|
|
5149
5423
|
"description": {
|
|
@@ -5205,7 +5479,7 @@
|
|
|
5205
5479
|
},
|
|
5206
5480
|
{
|
|
5207
5481
|
"name": "show-marker",
|
|
5208
|
-
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show
|
|
5482
|
+
"description": "Append text to label depending if field is optional/required. true -> show \"(optional)\", false -> show nothing"
|
|
5209
5483
|
},
|
|
5210
5484
|
{
|
|
5211
5485
|
"name": "value",
|