@oiz/stzh-components 2.6.0 → 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-4dcdf160.js → app-globals-5dfa53d1.js} +2 -2
- package/dist/cjs/{app-globals-4dcdf160.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-amount.cjs.entry.js +30 -79
- package/dist/cjs/stzh-amount.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-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/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-amount/stzh-amount.js +32 -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 +1 -1
- package/dist/collection/components/stzh-datepicker/stzh-datepicker.js +1 -1
- 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-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-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/index.js.map +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-amount.js +40 -83
- package/dist/components/stzh-amount.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-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-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-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/translation-utils.js.map +1 -1
- package/dist/esm/{app-globals-91875913.js → app-globals-862dc6d0.js} +2 -2
- package/dist/esm/{app-globals-91875913.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-amount.entry.js +30 -79
- package/dist/esm/stzh-amount.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-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/translation-utils-2623783f.js.map +1 -1
- package/dist/esm-es5/{app-globals-91875913.js → app-globals-862dc6d0.js} +2 -2
- package/dist/esm-es5/{app-globals-91875913.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-amount.entry.js +1 -1
- package/dist/esm-es5/stzh-amount.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-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/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-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-3e10addb.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-61b66e55.system.js → p-3b4833a0.system.js} +2 -2
- package/dist/stzh-components/{p-61b66e55.system.js.map → p-3b4833a0.system.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-82e886d4.entry.js.map +1 -1
- 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-b5cda655.entry.js +2 -0
- package/dist/stzh-components/p-b5cda655.entry.js.map +1 -0
- package/dist/stzh-components/{p-362af013.js → p-bc82ed48.js} +2 -2
- package/dist/stzh-components/{p-362af013.js.map → p-bc82ed48.js.map} +1 -1
- 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-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 +428 -6
- package/dist/types/index.d.ts +14 -0
- package/dist/types/utils/translation-utils.d.ts +1 -0
- package/dist/vscode-data.json +263 -1
- package/package.json +1 -1
- package/dist/stzh-components/p-1cc48f98.entry.js +0 -9
- package/dist/stzh-components/p-1cc48f98.entry.js.map +0 -1
- package/dist/stzh-components/p-3e10addb.system.js +0 -2
- package/dist/stzh-components/p-479a02fb.system.entry.js +0 -2
- package/dist/stzh-components/p-67b11b03.system.entry.js +0 -2
- package/dist/stzh-components/p-67b11b03.system.entry.js.map +0 -1
- package/dist/stzh-components/p-6bb83b30.system.entry.js +0 -9
- package/dist/stzh-components/p-6bb83b30.system.entry.js.map +0 -1
- package/dist/stzh-components/p-85504842.entry.js +0 -2
- package/dist/stzh-components/p-c94f7331.entry.js +0 -2
- package/dist/stzh-components/p-c94f7331.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, 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, 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, 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, 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
|
/**
|
|
@@ -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
|
*/
|
|
@@ -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.
|
|
@@ -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)
|
|
@@ -3504,6 +3700,10 @@ export interface StzhMessageCustomEvent<T> extends CustomEvent<T> {
|
|
|
3504
3700
|
detail: T;
|
|
3505
3701
|
target: HTMLStzhMessageElement;
|
|
3506
3702
|
}
|
|
3703
|
+
export interface StzhMonthyearpickerCustomEvent<T> extends CustomEvent<T> {
|
|
3704
|
+
detail: T;
|
|
3705
|
+
target: HTMLStzhMonthyearpickerElement;
|
|
3706
|
+
}
|
|
3507
3707
|
export interface StzhOlmapCustomEvent<T> extends CustomEvent<T> {
|
|
3508
3708
|
detail: T;
|
|
3509
3709
|
target: HTMLStzhOlmapElement;
|
|
@@ -3532,6 +3732,10 @@ export interface StzhStickyCustomEvent<T> extends CustomEvent<T> {
|
|
|
3532
3732
|
detail: T;
|
|
3533
3733
|
target: HTMLStzhStickyElement;
|
|
3534
3734
|
}
|
|
3735
|
+
export interface StzhTimepickerCustomEvent<T> extends CustomEvent<T> {
|
|
3736
|
+
detail: T;
|
|
3737
|
+
target: HTMLStzhTimepickerElement;
|
|
3738
|
+
}
|
|
3535
3739
|
export interface StzhToggleCustomEvent<T> extends CustomEvent<T> {
|
|
3536
3740
|
detail: T;
|
|
3537
3741
|
target: HTMLStzhToggleElement;
|
|
@@ -3917,6 +4121,12 @@ declare global {
|
|
|
3917
4121
|
prototype: HTMLStzhMicrositeTeaserlistElement;
|
|
3918
4122
|
new (): HTMLStzhMicrositeTeaserlistElement;
|
|
3919
4123
|
};
|
|
4124
|
+
interface HTMLStzhMonthyearpickerElement extends Components.StzhMonthyearpicker, HTMLStencilElement {
|
|
4125
|
+
}
|
|
4126
|
+
var HTMLStzhMonthyearpickerElement: {
|
|
4127
|
+
prototype: HTMLStzhMonthyearpickerElement;
|
|
4128
|
+
new (): HTMLStzhMonthyearpickerElement;
|
|
4129
|
+
};
|
|
3920
4130
|
interface HTMLStzhOlmapElement extends Components.StzhOlmap, HTMLStencilElement {
|
|
3921
4131
|
}
|
|
3922
4132
|
var HTMLStzhOlmapElement: {
|
|
@@ -4105,6 +4315,12 @@ declare global {
|
|
|
4105
4315
|
prototype: HTMLStzhTextandimageElement;
|
|
4106
4316
|
new (): HTMLStzhTextandimageElement;
|
|
4107
4317
|
};
|
|
4318
|
+
interface HTMLStzhTimepickerElement extends Components.StzhTimepicker, HTMLStencilElement {
|
|
4319
|
+
}
|
|
4320
|
+
var HTMLStzhTimepickerElement: {
|
|
4321
|
+
prototype: HTMLStzhTimepickerElement;
|
|
4322
|
+
new (): HTMLStzhTimepickerElement;
|
|
4323
|
+
};
|
|
4108
4324
|
interface HTMLStzhToggleElement extends Components.StzhToggle, HTMLStencilElement {
|
|
4109
4325
|
}
|
|
4110
4326
|
var HTMLStzhToggleElement: {
|
|
@@ -4213,6 +4429,7 @@ declare global {
|
|
|
4213
4429
|
"stzh-message": HTMLStzhMessageElement;
|
|
4214
4430
|
"stzh-metanav": HTMLStzhMetanavElement;
|
|
4215
4431
|
"stzh-microsite-teaserlist": HTMLStzhMicrositeTeaserlistElement;
|
|
4432
|
+
"stzh-monthyearpicker": HTMLStzhMonthyearpickerElement;
|
|
4216
4433
|
"stzh-olmap": HTMLStzhOlmapElement;
|
|
4217
4434
|
"stzh-overlay": HTMLStzhOverlayElement;
|
|
4218
4435
|
"stzh-page-skiplinks": HTMLStzhPageSkiplinksElement;
|
|
@@ -4243,6 +4460,7 @@ declare global {
|
|
|
4243
4460
|
"stzh-table": HTMLStzhTableElement;
|
|
4244
4461
|
"stzh-text": HTMLStzhTextElement;
|
|
4245
4462
|
"stzh-textandimage": HTMLStzhTextandimageElement;
|
|
4463
|
+
"stzh-timepicker": HTMLStzhTimepickerElement;
|
|
4246
4464
|
"stzh-toggle": HTMLStzhToggleElement;
|
|
4247
4465
|
"stzh-tooltip": HTMLStzhTooltipElement;
|
|
4248
4466
|
"stzh-upload": HTMLStzhUploadElement;
|
|
@@ -4376,7 +4594,7 @@ declare namespace LocalJSX {
|
|
|
4376
4594
|
}
|
|
4377
4595
|
interface StzhAmount {
|
|
4378
4596
|
/**
|
|
4379
|
-
* Id of the element which describes the input
|
|
4597
|
+
* Id of the element which describes the input
|
|
4380
4598
|
*/
|
|
4381
4599
|
"a11yDescribedby"?: string;
|
|
4382
4600
|
/**
|
|
@@ -5857,6 +6075,10 @@ declare namespace LocalJSX {
|
|
|
5857
6075
|
* Icon (use instead of icon slot)
|
|
5858
6076
|
*/
|
|
5859
6077
|
"icon"?: string;
|
|
6078
|
+
/**
|
|
6079
|
+
* Angle icon
|
|
6080
|
+
*/
|
|
6081
|
+
"iconAngle"?: string;
|
|
5860
6082
|
/**
|
|
5861
6083
|
* Show inline (auto width)
|
|
5862
6084
|
*/
|
|
@@ -5988,7 +6210,7 @@ declare namespace LocalJSX {
|
|
|
5988
6210
|
/**
|
|
5989
6211
|
* Available options
|
|
5990
6212
|
*/
|
|
5991
|
-
"options"?:
|
|
6213
|
+
"options"?: StzhDropdownOption[] | string;
|
|
5992
6214
|
/**
|
|
5993
6215
|
* Popover placement
|
|
5994
6216
|
*/
|
|
@@ -6633,6 +6855,124 @@ declare namespace LocalJSX {
|
|
|
6633
6855
|
*/
|
|
6634
6856
|
"tags"?: string | StzhMicrositeTeaserlistTag[];
|
|
6635
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
|
+
}
|
|
6636
6976
|
interface StzhOlmap {
|
|
6637
6977
|
/**
|
|
6638
6978
|
* Initial center position
|
|
@@ -7375,6 +7715,84 @@ declare namespace LocalJSX {
|
|
|
7375
7715
|
*/
|
|
7376
7716
|
"size"?: "default" | "small" | "large";
|
|
7377
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
|
+
}
|
|
7378
7796
|
interface StzhToggle {
|
|
7379
7797
|
/**
|
|
7380
7798
|
* Id for element which describes the input (this will be overwritten if description prop or slot is used)
|
|
@@ -7887,6 +8305,7 @@ declare namespace LocalJSX {
|
|
|
7887
8305
|
"stzh-message": StzhMessage;
|
|
7888
8306
|
"stzh-metanav": StzhMetanav;
|
|
7889
8307
|
"stzh-microsite-teaserlist": StzhMicrositeTeaserlist;
|
|
8308
|
+
"stzh-monthyearpicker": StzhMonthyearpicker;
|
|
7890
8309
|
"stzh-olmap": StzhOlmap;
|
|
7891
8310
|
"stzh-overlay": StzhOverlay;
|
|
7892
8311
|
"stzh-page-skiplinks": StzhPageSkiplinks;
|
|
@@ -7917,6 +8336,7 @@ declare namespace LocalJSX {
|
|
|
7917
8336
|
"stzh-table": StzhTable;
|
|
7918
8337
|
"stzh-text": StzhText;
|
|
7919
8338
|
"stzh-textandimage": StzhTextandimage;
|
|
8339
|
+
"stzh-timepicker": StzhTimepicker;
|
|
7920
8340
|
"stzh-toggle": StzhToggle;
|
|
7921
8341
|
"stzh-tooltip": StzhTooltip;
|
|
7922
8342
|
"stzh-upload": StzhUpload;
|
|
@@ -8000,6 +8420,7 @@ declare module "@stencil/core" {
|
|
|
8000
8420
|
* @see https://www.stadt-zuerich.ch/site/iazh/de/index.html
|
|
8001
8421
|
*/
|
|
8002
8422
|
"stzh-microsite-teaserlist": LocalJSX.StzhMicrositeTeaserlist & JSXBase.HTMLAttributes<HTMLStzhMicrositeTeaserlistElement>;
|
|
8423
|
+
"stzh-monthyearpicker": LocalJSX.StzhMonthyearpicker & JSXBase.HTMLAttributes<HTMLStzhMonthyearpickerElement>;
|
|
8003
8424
|
"stzh-olmap": LocalJSX.StzhOlmap & JSXBase.HTMLAttributes<HTMLStzhOlmapElement>;
|
|
8004
8425
|
"stzh-overlay": LocalJSX.StzhOverlay & JSXBase.HTMLAttributes<HTMLStzhOverlayElement>;
|
|
8005
8426
|
"stzh-page-skiplinks": LocalJSX.StzhPageSkiplinks & JSXBase.HTMLAttributes<HTMLStzhPageSkiplinksElement>;
|
|
@@ -8038,6 +8459,7 @@ declare module "@stencil/core" {
|
|
|
8038
8459
|
"stzh-table": LocalJSX.StzhTable & JSXBase.HTMLAttributes<HTMLStzhTableElement>;
|
|
8039
8460
|
"stzh-text": LocalJSX.StzhText & JSXBase.HTMLAttributes<HTMLStzhTextElement>;
|
|
8040
8461
|
"stzh-textandimage": LocalJSX.StzhTextandimage & JSXBase.HTMLAttributes<HTMLStzhTextandimageElement>;
|
|
8462
|
+
"stzh-timepicker": LocalJSX.StzhTimepicker & JSXBase.HTMLAttributes<HTMLStzhTimepickerElement>;
|
|
8041
8463
|
"stzh-toggle": LocalJSX.StzhToggle & JSXBase.HTMLAttributes<HTMLStzhToggleElement>;
|
|
8042
8464
|
"stzh-tooltip": LocalJSX.StzhTooltip & JSXBase.HTMLAttributes<HTMLStzhTooltipElement>;
|
|
8043
8465
|
"stzh-upload": LocalJSX.StzhUpload & JSXBase.HTMLAttributes<HTMLStzhUploadElement>;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -165,6 +165,16 @@ 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
|
+
};
|
|
168
178
|
export type StzhAmountChangeEvent = {
|
|
169
179
|
component: "stzh-amount";
|
|
170
180
|
value: string;
|
|
@@ -493,6 +503,10 @@ export type StzhLangnavChangeEvent = {
|
|
|
493
503
|
component: "stzh-langnav";
|
|
494
504
|
value: string;
|
|
495
505
|
};
|
|
506
|
+
export type StzhDropdownOption = {
|
|
507
|
+
text: string;
|
|
508
|
+
value: string;
|
|
509
|
+
};
|
|
496
510
|
export type StzhDropdownChangeEvent = {
|
|
497
511
|
component: "stzh-dropdown";
|
|
498
512
|
value: string;
|