@vonage/vivid-react 3.4.0 → 3.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VwcAccordion/package.json +1 -1
- package/VwcActionGroup/package.json +1 -1
- package/VwcBadge/package.json +1 -1
- package/VwcBanner/package.json +1 -1
- package/VwcButton/package.json +1 -1
- package/VwcButtonToggleGroup/package.json +1 -1
- package/VwcCalendar/package.json +1 -1
- package/VwcCalendarEvent/package.json +1 -1
- package/VwcCard/package.json +1 -1
- package/VwcCarousel/package.json +1 -1
- package/VwcCarouselItem/package.json +1 -1
- package/VwcCheckListItem/package.json +1 -1
- package/VwcCheckbox/package.json +1 -1
- package/VwcChip/package.json +1 -1
- package/VwcChipSet/package.json +1 -1
- package/VwcCircularProgress/package.json +1 -1
- package/VwcDataGrid/package.json +1 -1
- package/VwcDataGridColumn/package.json +1 -1
- package/VwcDatepicker/package.json +1 -1
- package/VwcDropdown/package.json +1 -1
- package/VwcElevation/package.json +1 -1
- package/VwcEmptyState/package.json +1 -1
- package/VwcExpansionPanel/package.json +1 -1
- package/VwcFab/package.json +1 -1
- package/VwcFilePicker/package.json +1 -1
- package/VwcFormfield/package.json +1 -1
- package/VwcHelperMessage/package.json +1 -1
- package/VwcIcon/package.json +1 -1
- package/VwcIconButton/package.json +1 -1
- package/VwcIconButtonToggle/package.json +1 -1
- package/VwcKeypad/package.json +1 -1
- package/VwcLayout/package.json +1 -1
- package/VwcLinearProgress/package.json +1 -1
- package/VwcList/package.json +1 -1
- package/VwcListExpansionPanel/package.json +1 -1
- package/VwcListItem/package.json +1 -1
- package/VwcMenu/package.json +1 -1
- package/VwcNotchedOutline/package.json +1 -1
- package/VwcNote/package.json +1 -1
- package/VwcPagination/package.json +1 -1
- package/VwcPopup/package.json +1 -1
- package/VwcRadio/package.json +1 -1
- package/VwcRadioListItem/package.json +1 -1
- package/VwcSchemeSelect/package.json +1 -1
- package/VwcScrubBar/package.json +1 -1
- package/VwcSelect/package.json +1 -1
- package/VwcSlider/package.json +1 -1
- package/VwcSnackbar/package.json +1 -1
- package/VwcSurface/package.json +1 -1
- package/VwcSwitch/package.json +1 -1
- package/VwcTab/package.json +1 -1
- package/VwcTabBar/package.json +1 -1
- package/VwcTag/package.json +1 -1
- package/VwcText/package.json +1 -1
- package/VwcTextarea/package.json +1 -1
- package/VwcTextfield/package.json +1 -1
- package/VwcThemeSwitch/package.json +1 -1
- package/VwcTooltip/package.json +1 -1
- package/VwcTopAppBar/package.json +1 -1
- package/VwcTopAppBarFixed/package.json +1 -1
- package/index.js +5 -5
- package/package.json +4 -3
- package/types/index.d.ts +312 -158
- package/v3/VwcAccordion/index.d.ts +5 -0
- package/v3/VwcAccordion/index.js +29 -2
- package/v3/VwcAccordion/package.json +2 -2
- package/v3/VwcAccordionItem/index.d.ts +9 -0
- package/v3/VwcAccordionItem/index.js +97 -3
- package/v3/VwcAccordionItem/package.json +2 -2
- package/v3/VwcActionGroup/index.d.ts +7 -4
- package/v3/VwcActionGroup/index.js +37 -23
- package/v3/VwcActionGroup/package.json +2 -2
- package/v3/VwcAlert/index.d.ts +7 -2
- package/v3/VwcAlert/index.js +69 -20
- package/v3/VwcAlert/package.json +2 -2
- package/v3/VwcAudioPlayer/index.d.ts +6 -1
- package/v3/VwcAudioPlayer/index.js +39 -4
- package/v3/VwcAudioPlayer/package.json +2 -2
- package/v3/VwcAvatar/index.d.ts +28 -1
- package/v3/VwcAvatar/index.js +284 -5
- package/v3/VwcAvatar/package.json +2 -2
- package/v3/VwcBadge/index.d.ts +11 -0
- package/v3/VwcBadge/index.js +105 -3
- package/v3/VwcBadge/package.json +2 -2
- package/v3/VwcBanner/index.d.ts +9 -4
- package/v3/VwcBanner/index.js +82 -33
- package/v3/VwcBanner/package.json +2 -2
- package/v3/VwcBaseProgress/index.d.ts +5 -0
- package/v3/VwcBaseProgress/index.js +33 -2
- package/v3/VwcBaseProgress/package.json +2 -2
- package/v3/VwcBreadcrumb/index.d.ts +7 -1
- package/v3/VwcBreadcrumb/index.js +47 -2
- package/v3/VwcBreadcrumb/package.json +2 -2
- package/v3/VwcBreadcrumbItem/index.d.ts +25 -0
- package/v3/VwcBreadcrumbItem/index.js +259 -2
- package/v3/VwcBreadcrumbItem/package.json +2 -2
- package/v3/VwcButton/index.d.ts +40 -20
- package/v3/VwcButton/index.js +492 -92
- package/v3/VwcButton/package.json +2 -2
- package/v3/VwcCalendar/index.d.ts +7 -0
- package/v3/VwcCalendar/index.js +52 -2
- package/v3/VwcCalendar/package.json +2 -2
- package/v3/VwcCalendarEvent/index.d.ts +7 -0
- package/v3/VwcCalendarEvent/index.js +49 -2
- package/v3/VwcCalendarEvent/package.json +2 -2
- package/v3/VwcCard/index.d.ts +27 -0
- package/v3/VwcCard/index.js +300 -2
- package/v3/VwcCard/package.json +2 -2
- package/v3/VwcCheckbox/index.d.ts +45 -15
- package/v3/VwcCheckbox/index.js +531 -41
- package/v3/VwcCheckbox/package.json +2 -2
- package/v3/VwcCombobox/index.d.ts +28 -5
- package/v3/VwcCombobox/index.js +458 -31
- package/v3/VwcCombobox/package.json +2 -2
- package/v3/VwcDataGrid/index.d.ts +6 -1
- package/v3/VwcDataGrid/index.js +31 -19
- package/v3/VwcDataGrid/package.json +2 -2
- package/v3/VwcDataGridCell/index.d.ts +9 -0
- package/v3/VwcDataGridCell/index.js +76 -19
- package/v3/VwcDataGridCell/package.json +2 -2
- package/v3/VwcDataGridRow/index.d.ts +7 -0
- package/v3/VwcDataGridRow/index.js +48 -2
- package/v3/VwcDataGridRow/package.json +2 -2
- package/v3/VwcDatePicker/index.d.ts +29 -12
- package/v3/VwcDatePicker/index.js +436 -150
- package/v3/VwcDatePicker/package.json +2 -2
- package/v3/VwcDateRangePicker/index.d.ts +29 -13
- package/v3/VwcDateRangePicker/index.js +430 -144
- package/v3/VwcDateRangePicker/package.json +2 -2
- package/v3/VwcDateTimePicker/index.d.ts +68 -0
- package/v3/VwcDateTimePicker/index.js +885 -0
- package/v3/{VwcDatePickerBase → VwcDateTimePicker}/package.json +3 -3
- package/v3/{VwcFormAssociatedSlider → VwcDelegateAriaBehavior}/index.d.ts +5 -6
- package/v3/VwcDelegateAriaBehavior/index.js +208 -0
- package/v3/{VwcDelegatesARIAButton → VwcDelegateAriaBehavior}/package.json +3 -3
- package/v3/VwcDialPad/index.d.ts +21 -0
- package/v3/VwcDialPad/index.js +73 -6
- package/v3/VwcDialPad/package.json +2 -2
- package/v3/VwcDialog/index.d.ts +9 -2
- package/v3/VwcDialog/index.js +73 -20
- package/v3/VwcDialog/package.json +2 -2
- package/v3/VwcDivider/index.d.ts +8 -1
- package/v3/VwcDivider/index.js +49 -4
- package/v3/VwcDivider/package.json +2 -2
- package/v3/VwcElevation/index.d.ts +5 -0
- package/v3/VwcElevation/index.js +29 -2
- package/v3/VwcElevation/package.json +2 -2
- package/v3/VwcEmptyState/index.d.ts +8 -1
- package/v3/VwcEmptyState/index.js +30 -5
- package/v3/VwcEmptyState/package.json +2 -2
- package/v3/VwcFab/index.d.ts +25 -3
- package/v3/VwcFab/index.js +359 -32
- package/v3/VwcFab/package.json +2 -2
- package/v3/VwcFeedbackMessage/index.d.ts +26 -0
- package/v3/VwcFeedbackMessage/index.js +122 -0
- package/v3/{VwcDelegatesARIALink → VwcFeedbackMessage}/package.json +3 -3
- package/v3/VwcFilePicker/index.d.ts +27 -2
- package/v3/VwcFilePicker/index.js +442 -7
- package/v3/VwcFilePicker/package.json +2 -2
- package/v3/VwcHeader/index.d.ts +7 -0
- package/v3/VwcHeader/index.js +48 -2
- package/v3/VwcHeader/package.json +2 -2
- package/v3/{VwcFormAssociatedSwitch → VwcHostSemanticsBehavior}/index.d.ts +5 -6
- package/v3/VwcHostSemanticsBehavior/index.js +107 -0
- package/v3/VwcHostSemanticsBehavior/package.json +11 -0
- package/v3/VwcIcon/index.d.ts +7 -0
- package/v3/VwcIcon/index.js +47 -2
- package/v3/VwcIcon/package.json +2 -2
- package/v3/VwcInlineTimePicker/index.d.ts +11 -0
- package/v3/VwcInlineTimePicker/index.js +96 -2
- package/v3/VwcInlineTimePicker/package.json +2 -2
- package/v3/VwcLayout/index.d.ts +6 -1
- package/v3/VwcLayout/index.js +31 -4
- package/v3/VwcLayout/package.json +2 -2
- package/v3/VwcListbox/index.d.ts +5 -0
- package/v3/VwcListbox/index.js +30 -2
- package/v3/VwcListbox/package.json +2 -2
- package/v3/VwcMenu/index.d.ts +9 -2
- package/v3/VwcMenu/index.js +118 -47
- package/v3/VwcMenu/package.json +2 -2
- package/v3/VwcMenuBar/index.d.ts +22 -0
- package/v3/VwcMenuBar/index.js +95 -0
- package/v3/{VwcTextAnchor → VwcMenuBar}/package.json +3 -3
- package/v3/VwcMenuItem/index.d.ts +13 -2
- package/v3/VwcMenuItem/index.js +106 -28
- package/v3/VwcMenuItem/package.json +2 -2
- package/v3/VwcNav/index.d.ts +7 -1
- package/v3/VwcNav/index.js +50 -3
- package/v3/VwcNav/package.json +2 -2
- package/v3/VwcNavDisclosure/index.d.ts +11 -2
- package/v3/VwcNavDisclosure/index.js +88 -10
- package/v3/VwcNavDisclosure/package.json +2 -2
- package/v3/VwcNavItem/index.d.ts +32 -3
- package/v3/VwcNavItem/index.js +320 -43
- package/v3/VwcNavItem/package.json +2 -2
- package/v3/VwcNote/index.d.ts +7 -0
- package/v3/VwcNote/index.js +61 -3
- package/v3/VwcNote/package.json +2 -2
- package/v3/VwcNumberField/index.d.ts +31 -2
- package/v3/VwcNumberField/index.js +500 -9
- package/v3/VwcNumberField/package.json +2 -2
- package/v3/VwcOption/index.d.ts +15 -0
- package/v3/VwcOption/index.js +143 -31
- package/v3/VwcOption/package.json +2 -2
- package/v3/VwcOptionTag/index.d.ts +7 -0
- package/v3/VwcOptionTag/index.js +48 -2
- package/v3/VwcOptionTag/package.json +2 -2
- package/v3/VwcPagination/index.d.ts +5 -0
- package/v3/VwcPagination/index.js +46 -2
- package/v3/VwcPagination/package.json +2 -2
- package/v3/VwcPickerField/index.d.ts +49 -0
- package/v3/VwcPickerField/index.js +555 -0
- package/v3/VwcPickerField/package.json +11 -0
- package/v3/VwcPopup/index.d.ts +44 -0
- package/v3/VwcPopup/index.js +380 -0
- package/v3/{VwcAnchor → VwcPopup}/package.json +3 -3
- package/v3/VwcProgress/index.d.ts +11 -6
- package/v3/VwcProgress/index.js +100 -26
- package/v3/VwcProgress/package.json +2 -2
- package/v3/VwcProgressRing/index.d.ts +10 -5
- package/v3/VwcProgressRing/index.js +91 -25
- package/v3/VwcProgressRing/package.json +2 -2
- package/v3/{VwcDelegatesARIATextbox → VwcProseMirrorFacade}/index.d.ts +4 -4
- package/v3/VwcProseMirrorFacade/index.js +231 -0
- package/v3/VwcProseMirrorFacade/package.json +11 -0
- package/v3/VwcRadio/index.d.ts +33 -6
- package/v3/VwcRadio/index.js +452 -47
- package/v3/VwcRadio/package.json +2 -2
- package/v3/VwcRadioGroup/index.d.ts +13 -1
- package/v3/VwcRadioGroup/index.js +106 -8
- package/v3/VwcRadioGroup/package.json +2 -2
- package/v3/VwcRangeSlider/index.d.ts +20 -2
- package/v3/VwcRangeSlider/index.js +306 -10
- package/v3/VwcRangeSlider/package.json +2 -2
- package/v3/VwcRichTextEditor/index.d.ts +28 -0
- package/v3/VwcRichTextEditor/index.js +254 -0
- package/v3/VwcRichTextEditor/package.json +11 -0
- package/v3/VwcSearchableSelect/index.d.ts +45 -2
- package/v3/VwcSearchableSelect/index.js +581 -15
- package/v3/VwcSearchableSelect/package.json +2 -2
- package/v3/VwcSelect/index.d.ts +46 -6
- package/v3/VwcSelect/index.js +519 -59
- package/v3/VwcSelect/package.json +2 -2
- package/v3/VwcSelectableBox/index.d.ts +8 -3
- package/v3/VwcSelectableBox/index.js +52 -21
- package/v3/VwcSelectableBox/package.json +2 -2
- package/v3/VwcSideDrawer/index.d.ts +5 -0
- package/v3/VwcSideDrawer/index.js +33 -2
- package/v3/VwcSideDrawer/package.json +2 -2
- package/v3/VwcSlider/index.d.ts +21 -9
- package/v3/VwcSlider/index.js +283 -40
- package/v3/VwcSlider/package.json +2 -2
- package/v3/VwcSplitButton/index.d.ts +9 -6
- package/v3/VwcSplitButton/index.js +74 -45
- package/v3/VwcSplitButton/package.json +2 -2
- package/v3/VwcSwitch/index.d.ts +31 -13
- package/v3/VwcSwitch/index.js +329 -33
- package/v3/VwcSwitch/package.json +2 -2
- package/v3/VwcTab/index.d.ts +12 -3
- package/v3/VwcTab/index.js +109 -17
- package/v3/VwcTab/package.json +2 -2
- package/v3/VwcTabPanel/index.d.ts +7 -1
- package/v3/VwcTabPanel/index.js +50 -3
- package/v3/VwcTabPanel/package.json +2 -2
- package/v3/VwcTabs/index.d.ts +7 -4
- package/v3/VwcTabs/index.js +110 -178
- package/v3/VwcTabs/package.json +2 -2
- package/v3/VwcTag/index.d.ts +9 -0
- package/v3/VwcTag/index.js +85 -3
- package/v3/VwcTag/package.json +2 -2
- package/v3/VwcTagGroup/index.d.ts +7 -2
- package/v3/VwcTagGroup/index.js +47 -20
- package/v3/VwcTagGroup/package.json +2 -2
- package/v3/VwcTextArea/index.d.ts +31 -4
- package/v3/VwcTextArea/index.js +495 -27
- package/v3/VwcTextArea/package.json +2 -2
- package/v3/VwcTextField/index.d.ts +42 -6
- package/v3/VwcTextField/index.js +500 -27
- package/v3/VwcTextField/package.json +2 -2
- package/v3/VwcTimePicker/index.d.ts +35 -12
- package/v3/VwcTimePicker/index.js +545 -110
- package/v3/VwcTimePicker/package.json +2 -2
- package/v3/VwcToggletip/index.d.ts +7 -1
- package/v3/VwcToggletip/index.js +102 -2
- package/v3/VwcToggletip/package.json +2 -2
- package/v3/VwcTooltip/index.d.ts +7 -1
- package/v3/VwcTooltip/index.js +101 -2
- package/v3/VwcTooltip/package.json +2 -2
- package/v3/VwcTreeItem/index.d.ts +9 -0
- package/v3/VwcTreeItem/index.js +80 -3
- package/v3/VwcTreeItem/package.json +2 -2
- package/v3/VwcTreeView/index.d.ts +7 -0
- package/v3/VwcTreeView/index.js +47 -2
- package/v3/VwcTreeView/package.json +2 -2
- package/v3/VwcVideoPlayer/index.d.ts +6 -1
- package/v3/VwcVideoPlayer/index.js +40 -5
- package/v3/VwcVideoPlayer/package.json +2 -2
- package/v3/VwcVisuallyHidden/index.d.ts +20 -0
- package/v3/VwcVisuallyHidden/index.js +61 -0
- package/v3/VwcVisuallyHidden/package.json +11 -0
- package/v3/VwcVividElement/index.d.ts +9 -1
- package/v3/VwcVividElement/index.js +72 -1
- package/v3/VwcVividElement/package.json +2 -2
- package/v3/VwcVividFoundationButton/index.d.ts +20 -2
- package/v3/VwcVividFoundationButton/index.js +274 -6
- package/v3/VwcVividFoundationButton/package.json +2 -2
- package/v3/VwcARIAGlobalStatesAndProperties/index.d.ts +0 -122
- package/v3/VwcARIAGlobalStatesAndProperties/index.js +0 -352
- package/v3/VwcARIAGlobalStatesAndProperties/package.json +0 -11
- package/v3/VwcAnchor/index.d.ts +0 -33
- package/v3/VwcAnchor/index.js +0 -173
- package/v3/VwcDatePickerBase/index.d.ts +0 -30
- package/v3/VwcDatePickerBase/index.js +0 -275
- package/v3/VwcDelegatesARIAButton/index.d.ts +0 -19
- package/v3/VwcDelegatesARIAButton/index.js +0 -63
- package/v3/VwcDelegatesARIALink/index.d.ts +0 -17
- package/v3/VwcDelegatesARIALink/index.js +0 -46
- package/v3/VwcDelegatesARIAListbox/index.d.ts +0 -23
- package/v3/VwcDelegatesARIAListbox/index.js +0 -63
- package/v3/VwcDelegatesARIAListbox/package.json +0 -11
- package/v3/VwcDelegatesARIAListboxOption/index.d.ts +0 -23
- package/v3/VwcDelegatesARIAListboxOption/index.js +0 -97
- package/v3/VwcDelegatesARIAListboxOption/package.json +0 -11
- package/v3/VwcDelegatesARIASelect/index.d.ts +0 -17
- package/v3/VwcDelegatesARIASelect/index.js +0 -70
- package/v3/VwcDelegatesARIASelect/package.json +0 -11
- package/v3/VwcDelegatesARIATextbox/index.js +0 -59
- package/v3/VwcDelegatesARIATextbox/package.json +0 -11
- package/v3/VwcFormAssociatedCheckbox/index.d.ts +0 -17
- package/v3/VwcFormAssociatedCheckbox/index.js +0 -41
- package/v3/VwcFormAssociatedCheckbox/package.json +0 -11
- package/v3/VwcFormAssociatedFilePicker/index.d.ts +0 -17
- package/v3/VwcFormAssociatedFilePicker/index.js +0 -44
- package/v3/VwcFormAssociatedFilePicker/package.json +0 -11
- package/v3/VwcFormAssociatedNumberField/index.d.ts +0 -17
- package/v3/VwcFormAssociatedNumberField/index.js +0 -41
- package/v3/VwcFormAssociatedNumberField/package.json +0 -11
- package/v3/VwcFormAssociatedRadio/index.d.ts +0 -19
- package/v3/VwcFormAssociatedRadio/index.js +0 -64
- package/v3/VwcFormAssociatedRadio/package.json +0 -11
- package/v3/VwcFormAssociatedRangeSlider/index.d.ts +0 -17
- package/v3/VwcFormAssociatedRangeSlider/index.js +0 -41
- package/v3/VwcFormAssociatedRangeSlider/package.json +0 -11
- package/v3/VwcFormAssociatedSearchableSelect/index.d.ts +0 -17
- package/v3/VwcFormAssociatedSearchableSelect/index.js +0 -41
- package/v3/VwcFormAssociatedSearchableSelect/package.json +0 -11
- package/v3/VwcFormAssociatedSelect/index.d.ts +0 -27
- package/v3/VwcFormAssociatedSelect/index.js +0 -164
- package/v3/VwcFormAssociatedSelect/package.json +0 -11
- package/v3/VwcFormAssociatedSlider/index.js +0 -41
- package/v3/VwcFormAssociatedSlider/package.json +0 -11
- package/v3/VwcFormAssociatedSwitch/index.js +0 -41
- package/v3/VwcFormAssociatedSwitch/package.json +0 -11
- package/v3/VwcFormAssociatedTextArea/index.d.ts +0 -17
- package/v3/VwcFormAssociatedTextArea/index.js +0 -41
- package/v3/VwcFormAssociatedTextArea/package.json +0 -11
- package/v3/VwcFormAssociatedTextField/index.d.ts +0 -17
- package/v3/VwcFormAssociatedTextField/index.js +0 -41
- package/v3/VwcFormAssociatedTextField/package.json +0 -11
- package/v3/VwcFormAssociatedTimePicker/index.d.ts +0 -17
- package/v3/VwcFormAssociatedTimePicker/index.js +0 -41
- package/v3/VwcFormAssociatedTimePicker/package.json +0 -11
- package/v3/VwcTextAnchor/index.d.ts +0 -21
- package/v3/VwcTextAnchor/index.js +0 -93
|
@@ -95,10 +95,6 @@ Code in this file were generated using following JSON:
|
|
|
95
95
|
"kind": "method",
|
|
96
96
|
"name": "#updateFormValue"
|
|
97
97
|
},
|
|
98
|
-
{
|
|
99
|
-
"kind": "field",
|
|
100
|
-
"name": "setFormValue"
|
|
101
|
-
},
|
|
102
98
|
{
|
|
103
99
|
"kind": "method",
|
|
104
100
|
"name": "#getVisibleRange",
|
|
@@ -110,244 +106,447 @@ Code in this file were generated using following JSON:
|
|
|
110
106
|
},
|
|
111
107
|
{
|
|
112
108
|
"kind": "field",
|
|
113
|
-
"name": "
|
|
109
|
+
"name": "min",
|
|
114
110
|
"type": {
|
|
115
111
|
"text": "string"
|
|
116
112
|
},
|
|
113
|
+
"description": "The earliest accepted date.",
|
|
114
|
+
"privacy": "public",
|
|
115
|
+
"default": "''",
|
|
117
116
|
"inheritedFrom": {
|
|
118
|
-
"name": "
|
|
119
|
-
"module": "
|
|
117
|
+
"name": "MinMaxCalendarPicker",
|
|
118
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
120
119
|
}
|
|
121
120
|
},
|
|
122
121
|
{
|
|
123
122
|
"kind": "field",
|
|
124
|
-
"name": "
|
|
123
|
+
"name": "max",
|
|
125
124
|
"type": {
|
|
126
125
|
"text": "string"
|
|
127
126
|
},
|
|
128
|
-
"description": "The
|
|
127
|
+
"description": "The latest accepted date.",
|
|
129
128
|
"privacy": "public",
|
|
130
129
|
"default": "''",
|
|
131
130
|
"inheritedFrom": {
|
|
132
|
-
"name": "
|
|
133
|
-
"module": "
|
|
131
|
+
"name": "MinMaxCalendarPicker",
|
|
132
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "method",
|
|
137
|
+
"name": "#isMonthAfterValidRange",
|
|
138
|
+
"parameters": [
|
|
139
|
+
{
|
|
140
|
+
"name": "month",
|
|
141
|
+
"type": {
|
|
142
|
+
"text": "Month"
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"inheritedFrom": {
|
|
147
|
+
"name": "CalendarPicker",
|
|
148
|
+
"module": "src/shared/picker-field/mixins/calendar-picker.ts"
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"kind": "method",
|
|
153
|
+
"name": "#isMonthBeforeValidRange",
|
|
154
|
+
"parameters": [
|
|
155
|
+
{
|
|
156
|
+
"name": "month",
|
|
157
|
+
"type": {
|
|
158
|
+
"text": "Month"
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"inheritedFrom": {
|
|
163
|
+
"name": "CalendarPicker",
|
|
164
|
+
"module": "src/shared/picker-field/mixins/calendar-picker.ts"
|
|
134
165
|
}
|
|
135
166
|
},
|
|
136
167
|
{
|
|
137
168
|
"kind": "field",
|
|
138
|
-
"name": "
|
|
169
|
+
"name": "value",
|
|
139
170
|
"type": {
|
|
140
171
|
"text": "string"
|
|
141
172
|
},
|
|
142
|
-
"description": "The
|
|
143
|
-
"privacy": "public",
|
|
173
|
+
"description": "The current value of the element.",
|
|
144
174
|
"default": "''",
|
|
145
175
|
"inheritedFrom": {
|
|
146
|
-
"name": "
|
|
147
|
-
"module": "
|
|
176
|
+
"name": "FormAssociated",
|
|
177
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
148
178
|
}
|
|
149
179
|
},
|
|
150
180
|
{
|
|
151
181
|
"kind": "field",
|
|
152
|
-
"name": "
|
|
182
|
+
"name": "readOnly",
|
|
153
183
|
"type": {
|
|
154
|
-
"text": "
|
|
184
|
+
"text": "boolean"
|
|
155
185
|
},
|
|
156
|
-
"
|
|
186
|
+
"default": "false",
|
|
187
|
+
"description": "Whether the date-picker is readonly.",
|
|
157
188
|
"privacy": "public",
|
|
158
189
|
"inheritedFrom": {
|
|
159
|
-
"name": "
|
|
160
|
-
"module": "
|
|
190
|
+
"name": "PickerField",
|
|
191
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
161
192
|
}
|
|
162
193
|
},
|
|
163
194
|
{
|
|
164
195
|
"kind": "field",
|
|
165
|
-
"name": "
|
|
196
|
+
"name": "#onFocusIn",
|
|
197
|
+
"privacy": "private",
|
|
198
|
+
"inheritedFrom": {
|
|
199
|
+
"name": "PickerField",
|
|
200
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
201
|
+
}
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"kind": "field",
|
|
205
|
+
"name": "#onFocusOut",
|
|
206
|
+
"privacy": "private",
|
|
207
|
+
"inheritedFrom": {
|
|
208
|
+
"name": "PickerField",
|
|
209
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "field",
|
|
214
|
+
"name": "#localeChangeHandler",
|
|
215
|
+
"privacy": "private",
|
|
166
216
|
"type": {
|
|
167
|
-
"text": "
|
|
217
|
+
"text": "object"
|
|
218
|
+
},
|
|
219
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
|
|
220
|
+
"inheritedFrom": {
|
|
221
|
+
"name": "PickerField",
|
|
222
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"kind": "field",
|
|
227
|
+
"name": "#localeChangeObserver",
|
|
228
|
+
"privacy": "private",
|
|
229
|
+
"type": {
|
|
230
|
+
"text": "BindingObserver"
|
|
231
|
+
},
|
|
232
|
+
"inheritedFrom": {
|
|
233
|
+
"name": "PickerField",
|
|
234
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "method",
|
|
239
|
+
"name": "#startObservingLocaleChanges",
|
|
240
|
+
"inheritedFrom": {
|
|
241
|
+
"name": "PickerField",
|
|
242
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"kind": "method",
|
|
247
|
+
"name": "#stopObservingLocaleChanges",
|
|
248
|
+
"inheritedFrom": {
|
|
249
|
+
"name": "PickerField",
|
|
250
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
251
|
+
}
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"kind": "field",
|
|
255
|
+
"name": "#dismissOnClickOutside",
|
|
256
|
+
"privacy": "private",
|
|
257
|
+
"inheritedFrom": {
|
|
258
|
+
"name": "PickerField",
|
|
259
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"kind": "method",
|
|
264
|
+
"name": "#openPopupIfPossible",
|
|
265
|
+
"inheritedFrom": {
|
|
266
|
+
"name": "PickerField",
|
|
267
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
268
|
+
}
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"kind": "field",
|
|
272
|
+
"name": "helperText",
|
|
273
|
+
"type": {
|
|
274
|
+
"text": "string | undefined"
|
|
168
275
|
},
|
|
169
|
-
"description": "
|
|
276
|
+
"description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
|
|
170
277
|
"privacy": "public",
|
|
171
278
|
"inheritedFrom": {
|
|
172
|
-
"name": "
|
|
173
|
-
"module": "
|
|
279
|
+
"name": "WithFeedback",
|
|
280
|
+
"module": "src/shared/feedback/mixins.ts"
|
|
174
281
|
}
|
|
175
282
|
},
|
|
176
283
|
{
|
|
177
284
|
"kind": "field",
|
|
178
|
-
"name": "
|
|
285
|
+
"name": "errorText",
|
|
286
|
+
"type": {
|
|
287
|
+
"text": "string | undefined"
|
|
288
|
+
},
|
|
289
|
+
"description": "Provides a custom error message. Any current error state will be overridden.",
|
|
290
|
+
"privacy": "public",
|
|
291
|
+
"inheritedFrom": {
|
|
292
|
+
"name": "WithErrorText",
|
|
293
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
294
|
+
}
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
"kind": "field",
|
|
298
|
+
"name": "#blockValidateCalls",
|
|
299
|
+
"privacy": "private",
|
|
179
300
|
"type": {
|
|
180
301
|
"text": "boolean"
|
|
181
302
|
},
|
|
182
303
|
"default": "false",
|
|
183
|
-
"description": "Whether the date-picker is readonly.",
|
|
184
|
-
"privacy": "public",
|
|
185
304
|
"inheritedFrom": {
|
|
186
|
-
"name": "
|
|
187
|
-
"module": "
|
|
305
|
+
"name": "WithErrorText",
|
|
306
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
188
307
|
}
|
|
189
308
|
},
|
|
190
309
|
{
|
|
191
|
-
"kind": "
|
|
192
|
-
"name": "
|
|
193
|
-
"privacy": "
|
|
194
|
-
"
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
"type": {
|
|
198
|
-
"text": "DateStr"
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
],
|
|
310
|
+
"kind": "field",
|
|
311
|
+
"name": "#originalValidateFn",
|
|
312
|
+
"privacy": "private",
|
|
313
|
+
"type": {
|
|
314
|
+
"text": "() => void"
|
|
315
|
+
},
|
|
202
316
|
"inheritedFrom": {
|
|
203
|
-
"name": "
|
|
204
|
-
"module": "
|
|
317
|
+
"name": "WithErrorText",
|
|
318
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
205
319
|
}
|
|
206
320
|
},
|
|
207
321
|
{
|
|
208
322
|
"kind": "method",
|
|
209
|
-
"name": "#
|
|
323
|
+
"name": "#forceCustomError",
|
|
210
324
|
"parameters": [
|
|
211
325
|
{
|
|
212
|
-
"name": "
|
|
326
|
+
"name": "errorMessage",
|
|
213
327
|
"type": {
|
|
214
|
-
"text": "
|
|
328
|
+
"text": "string"
|
|
215
329
|
}
|
|
216
330
|
}
|
|
217
331
|
],
|
|
218
332
|
"inheritedFrom": {
|
|
219
|
-
"name": "
|
|
220
|
-
"module": "
|
|
333
|
+
"name": "WithErrorText",
|
|
334
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
221
335
|
}
|
|
222
336
|
},
|
|
223
337
|
{
|
|
224
338
|
"kind": "method",
|
|
225
|
-
"name": "#
|
|
226
|
-
"parameters": [
|
|
227
|
-
{
|
|
228
|
-
"name": "month",
|
|
229
|
-
"type": {
|
|
230
|
-
"text": "Month"
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
],
|
|
339
|
+
"name": "#clearCustomErrorAndRevalidate",
|
|
234
340
|
"inheritedFrom": {
|
|
235
|
-
"name": "
|
|
236
|
-
"module": "
|
|
341
|
+
"name": "WithErrorText",
|
|
342
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
237
343
|
}
|
|
238
344
|
},
|
|
239
345
|
{
|
|
240
346
|
"kind": "field",
|
|
241
|
-
"name": "
|
|
242
|
-
"privacy": "private",
|
|
347
|
+
"name": "validate",
|
|
243
348
|
"inheritedFrom": {
|
|
244
|
-
"name": "
|
|
245
|
-
"module": "
|
|
349
|
+
"name": "WithErrorText",
|
|
350
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
246
351
|
}
|
|
247
352
|
},
|
|
248
353
|
{
|
|
249
354
|
"kind": "field",
|
|
250
|
-
"name": "
|
|
355
|
+
"name": "label",
|
|
356
|
+
"type": {
|
|
357
|
+
"text": "string | undefined"
|
|
358
|
+
},
|
|
359
|
+
"description": "The label for the form element.",
|
|
360
|
+
"inheritedFrom": {
|
|
361
|
+
"name": "FormElement",
|
|
362
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"kind": "field",
|
|
367
|
+
"name": "#handleInvalidEvent",
|
|
251
368
|
"privacy": "private",
|
|
252
369
|
"inheritedFrom": {
|
|
253
|
-
"name": "
|
|
254
|
-
"module": "
|
|
370
|
+
"name": "FormElement",
|
|
371
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
255
372
|
}
|
|
256
373
|
},
|
|
257
374
|
{
|
|
258
|
-
"kind": "
|
|
259
|
-
"name": "
|
|
260
|
-
"
|
|
261
|
-
|
|
262
|
-
"type": {
|
|
263
|
-
"text": "string | null"
|
|
264
|
-
}
|
|
375
|
+
"kind": "field",
|
|
376
|
+
"name": "validity",
|
|
377
|
+
"type": {
|
|
378
|
+
"text": "ValidityState"
|
|
265
379
|
},
|
|
380
|
+
"description": "Returns the validity state of the element",
|
|
381
|
+
"readonly": true,
|
|
266
382
|
"inheritedFrom": {
|
|
267
|
-
"name": "
|
|
268
|
-
"module": "
|
|
383
|
+
"name": "FormAssociated",
|
|
384
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
269
385
|
}
|
|
270
386
|
},
|
|
271
387
|
{
|
|
272
388
|
"kind": "field",
|
|
273
|
-
"name": "
|
|
274
|
-
"privacy": "private",
|
|
389
|
+
"name": "form",
|
|
275
390
|
"type": {
|
|
276
|
-
"text": "
|
|
391
|
+
"text": "HTMLFormElement | null"
|
|
277
392
|
},
|
|
278
|
-
"
|
|
393
|
+
"description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
|
|
394
|
+
"readonly": true,
|
|
279
395
|
"inheritedFrom": {
|
|
280
|
-
"name": "
|
|
281
|
-
"module": "
|
|
396
|
+
"name": "FormAssociated",
|
|
397
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
282
398
|
}
|
|
283
399
|
},
|
|
284
400
|
{
|
|
285
401
|
"kind": "field",
|
|
286
|
-
"name": "
|
|
287
|
-
"privacy": "private",
|
|
402
|
+
"name": "validationMessage",
|
|
288
403
|
"type": {
|
|
289
|
-
"text": "
|
|
404
|
+
"text": "string"
|
|
290
405
|
},
|
|
406
|
+
"description": "Retrieve the localized validation message,\nor custom validation message if set.",
|
|
407
|
+
"readonly": true,
|
|
291
408
|
"inheritedFrom": {
|
|
292
|
-
"name": "
|
|
293
|
-
"module": "
|
|
409
|
+
"name": "FormAssociated",
|
|
410
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
294
411
|
}
|
|
295
412
|
},
|
|
296
413
|
{
|
|
297
414
|
"kind": "field",
|
|
298
|
-
"name": "
|
|
299
|
-
"
|
|
415
|
+
"name": "willValidate",
|
|
416
|
+
"type": {
|
|
417
|
+
"text": "boolean"
|
|
418
|
+
},
|
|
419
|
+
"description": "Whether the element will be validated when the\nform is submitted",
|
|
420
|
+
"readonly": true,
|
|
300
421
|
"inheritedFrom": {
|
|
301
|
-
"name": "
|
|
302
|
-
"module": "
|
|
422
|
+
"name": "FormAssociated",
|
|
423
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
303
424
|
}
|
|
304
425
|
},
|
|
305
426
|
{
|
|
306
|
-
"kind": "
|
|
307
|
-
"name": "
|
|
427
|
+
"kind": "field",
|
|
428
|
+
"name": "labels",
|
|
429
|
+
"type": {
|
|
430
|
+
"text": "ReadonlyArray<Node>"
|
|
431
|
+
},
|
|
432
|
+
"description": "A reference to all associated label elements",
|
|
433
|
+
"readonly": true,
|
|
308
434
|
"inheritedFrom": {
|
|
309
|
-
"name": "
|
|
310
|
-
"module": "
|
|
435
|
+
"name": "FormAssociated",
|
|
436
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"kind": "field",
|
|
441
|
+
"name": "currentValue",
|
|
442
|
+
"inheritedFrom": {
|
|
443
|
+
"name": "FormAssociated",
|
|
444
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
445
|
+
}
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"kind": "field",
|
|
449
|
+
"name": "initialValue",
|
|
450
|
+
"type": {
|
|
451
|
+
"text": "string"
|
|
452
|
+
},
|
|
453
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
454
|
+
"inheritedFrom": {
|
|
455
|
+
"name": "FormAssociated",
|
|
456
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
457
|
+
}
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"kind": "field",
|
|
461
|
+
"name": "disabled",
|
|
462
|
+
"type": {
|
|
463
|
+
"text": "boolean"
|
|
464
|
+
},
|
|
465
|
+
"default": "false",
|
|
466
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
467
|
+
"inheritedFrom": {
|
|
468
|
+
"name": "FormAssociated",
|
|
469
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"kind": "field",
|
|
474
|
+
"name": "name",
|
|
475
|
+
"type": {
|
|
476
|
+
"text": "string"
|
|
477
|
+
},
|
|
478
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
479
|
+
"inheritedFrom": {
|
|
480
|
+
"name": "FormAssociated",
|
|
481
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
482
|
+
}
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"kind": "field",
|
|
486
|
+
"name": "required",
|
|
487
|
+
"type": {
|
|
488
|
+
"text": "boolean"
|
|
489
|
+
},
|
|
490
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
491
|
+
"default": "false",
|
|
492
|
+
"inheritedFrom": {
|
|
493
|
+
"name": "FormAssociated",
|
|
494
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
311
495
|
}
|
|
312
496
|
},
|
|
313
497
|
{
|
|
314
498
|
"kind": "method",
|
|
315
|
-
"name": "
|
|
316
|
-
"privacy": "protected",
|
|
499
|
+
"name": "checkValidity",
|
|
317
500
|
"return": {
|
|
318
501
|
"type": {
|
|
319
|
-
"text": "
|
|
502
|
+
"text": "boolean"
|
|
320
503
|
}
|
|
321
504
|
},
|
|
505
|
+
"description": "Return the current validity of the element.",
|
|
322
506
|
"inheritedFrom": {
|
|
323
|
-
"name": "
|
|
324
|
-
"module": "
|
|
507
|
+
"name": "FormAssociated",
|
|
508
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
325
509
|
}
|
|
326
510
|
},
|
|
327
511
|
{
|
|
328
512
|
"kind": "method",
|
|
329
|
-
"name": "
|
|
330
|
-
"privacy": "protected",
|
|
513
|
+
"name": "reportValidity",
|
|
331
514
|
"return": {
|
|
332
515
|
"type": {
|
|
333
|
-
"text": "
|
|
516
|
+
"text": "boolean"
|
|
334
517
|
}
|
|
335
518
|
},
|
|
519
|
+
"description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
|
|
336
520
|
"inheritedFrom": {
|
|
337
|
-
"name": "
|
|
338
|
-
"module": "
|
|
521
|
+
"name": "FormAssociated",
|
|
522
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
339
523
|
}
|
|
340
524
|
},
|
|
341
525
|
{
|
|
342
526
|
"kind": "field",
|
|
343
|
-
"name": "
|
|
527
|
+
"name": "VIVID_VERSION",
|
|
528
|
+
"static": true,
|
|
529
|
+
"default": "__PACKAGE_VERSION__",
|
|
530
|
+
"description": "The current version of the Vivid library, which is useful for debugging.\nIt can be accessed from any Vivid element via `<el>.constructor.VIVID_VERSION`.",
|
|
344
531
|
"type": {
|
|
345
532
|
"text": "string"
|
|
346
533
|
},
|
|
347
|
-
"default": "''",
|
|
348
534
|
"inheritedFrom": {
|
|
349
|
-
"name": "
|
|
350
|
-
"module": "
|
|
535
|
+
"name": "VividElement",
|
|
536
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"kind": "field",
|
|
541
|
+
"name": "componentName",
|
|
542
|
+
"type": {
|
|
543
|
+
"text": "string"
|
|
544
|
+
},
|
|
545
|
+
"static": true,
|
|
546
|
+
"description": "Core component name, without prefix",
|
|
547
|
+
"inheritedFrom": {
|
|
548
|
+
"name": "VividElement",
|
|
549
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
351
550
|
}
|
|
352
551
|
}
|
|
353
552
|
],
|
|
@@ -379,17 +578,6 @@ Code in this file were generated using following JSON:
|
|
|
379
578
|
},
|
|
380
579
|
"description": "Emitted when either the start or end value changes",
|
|
381
580
|
"name": "change"
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
"type": {
|
|
385
|
-
"text": "CustomEvent<undefined>"
|
|
386
|
-
},
|
|
387
|
-
"description": "Event emitted when the clear button is clicked.",
|
|
388
|
-
"name": "clear-click",
|
|
389
|
-
"inheritedFrom": {
|
|
390
|
-
"name": "DatePickerBase",
|
|
391
|
-
"module": "libs/components/src/shared/date-picker/date-picker-base.ts"
|
|
392
|
-
}
|
|
393
581
|
}
|
|
394
582
|
],
|
|
395
583
|
"attributes": [
|
|
@@ -428,15 +616,90 @@ Code in this file were generated using following JSON:
|
|
|
428
616
|
"fieldName": "currentEnd"
|
|
429
617
|
},
|
|
430
618
|
{
|
|
619
|
+
"name": "min",
|
|
431
620
|
"type": {
|
|
432
621
|
"text": "string"
|
|
433
622
|
},
|
|
434
|
-
"description": "The earliest accepted date
|
|
623
|
+
"description": "The earliest accepted date.",
|
|
435
624
|
"default": "''",
|
|
436
625
|
"fieldName": "min",
|
|
437
626
|
"inheritedFrom": {
|
|
438
|
-
"name": "
|
|
439
|
-
"module": "
|
|
627
|
+
"name": "MinMaxCalendarPicker",
|
|
628
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "max",
|
|
633
|
+
"type": {
|
|
634
|
+
"text": "string"
|
|
635
|
+
},
|
|
636
|
+
"description": "The latest accepted date.",
|
|
637
|
+
"default": "''",
|
|
638
|
+
"fieldName": "max",
|
|
639
|
+
"inheritedFrom": {
|
|
640
|
+
"name": "MinMaxCalendarPicker",
|
|
641
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "readonly",
|
|
646
|
+
"type": {
|
|
647
|
+
"text": "boolean"
|
|
648
|
+
},
|
|
649
|
+
"default": "false",
|
|
650
|
+
"description": "Whether the date-picker is readonly.",
|
|
651
|
+
"fieldName": "readOnly",
|
|
652
|
+
"inheritedFrom": {
|
|
653
|
+
"name": "PickerField",
|
|
654
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
655
|
+
}
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"name": "helper-text",
|
|
659
|
+
"type": {
|
|
660
|
+
"text": "string | undefined"
|
|
661
|
+
},
|
|
662
|
+
"description": "Provides additional information to help the user enter the correct information.\nTo add HTML to the helper text, use the helper-text slot instead.",
|
|
663
|
+
"fieldName": "helperText",
|
|
664
|
+
"inheritedFrom": {
|
|
665
|
+
"name": "WithFeedback",
|
|
666
|
+
"module": "src/shared/feedback/mixins.ts"
|
|
667
|
+
}
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"name": "error-text",
|
|
671
|
+
"type": {
|
|
672
|
+
"text": "string | undefined"
|
|
673
|
+
},
|
|
674
|
+
"description": "Provides a custom error message. Any current error state will be overridden.",
|
|
675
|
+
"fieldName": "errorText",
|
|
676
|
+
"inheritedFrom": {
|
|
677
|
+
"name": "WithErrorText",
|
|
678
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
679
|
+
}
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"name": "label",
|
|
683
|
+
"type": {
|
|
684
|
+
"text": "string | undefined"
|
|
685
|
+
},
|
|
686
|
+
"description": "The label for the form element.",
|
|
687
|
+
"fieldName": "label",
|
|
688
|
+
"inheritedFrom": {
|
|
689
|
+
"name": "FormElement",
|
|
690
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"name": "current-value",
|
|
695
|
+
"type": {
|
|
696
|
+
"text": "string"
|
|
697
|
+
},
|
|
698
|
+
"description": "The current value of the element.",
|
|
699
|
+
"fieldName": "value",
|
|
700
|
+
"inheritedFrom": {
|
|
701
|
+
"name": "FormAssociated",
|
|
702
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
440
703
|
}
|
|
441
704
|
},
|
|
442
705
|
{
|
|
@@ -444,42 +707,65 @@ Code in this file were generated using following JSON:
|
|
|
444
707
|
"type": {
|
|
445
708
|
"text": "string"
|
|
446
709
|
},
|
|
447
|
-
"description": "The
|
|
710
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
448
711
|
"fieldName": "initialValue",
|
|
449
712
|
"inheritedFrom": {
|
|
450
|
-
"name": "
|
|
451
|
-
"module": "
|
|
713
|
+
"name": "FormAssociated",
|
|
714
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
452
715
|
}
|
|
453
716
|
},
|
|
454
717
|
{
|
|
455
|
-
"name": "
|
|
718
|
+
"name": "disabled",
|
|
719
|
+
"type": {
|
|
720
|
+
"text": "boolean"
|
|
721
|
+
},
|
|
722
|
+
"default": "false",
|
|
723
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
724
|
+
"fieldName": "disabled",
|
|
725
|
+
"inheritedFrom": {
|
|
726
|
+
"name": "FormAssociated",
|
|
727
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"name": "name",
|
|
456
732
|
"type": {
|
|
457
733
|
"text": "string"
|
|
458
734
|
},
|
|
459
|
-
"description": "The
|
|
460
|
-
"fieldName": "
|
|
735
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
736
|
+
"fieldName": "name",
|
|
461
737
|
"inheritedFrom": {
|
|
462
|
-
"name": "
|
|
463
|
-
"module": "
|
|
738
|
+
"name": "FormAssociated",
|
|
739
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
464
740
|
}
|
|
465
741
|
},
|
|
466
742
|
{
|
|
467
|
-
"name": "
|
|
743
|
+
"name": "required",
|
|
468
744
|
"type": {
|
|
469
745
|
"text": "boolean"
|
|
470
746
|
},
|
|
747
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
471
748
|
"default": "false",
|
|
472
|
-
"
|
|
473
|
-
"fieldName": "readOnly",
|
|
749
|
+
"fieldName": "required",
|
|
474
750
|
"inheritedFrom": {
|
|
475
|
-
"name": "
|
|
476
|
-
"module": "
|
|
751
|
+
"name": "FormAssociated",
|
|
752
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
477
753
|
}
|
|
478
754
|
}
|
|
479
755
|
],
|
|
756
|
+
"mixins": [
|
|
757
|
+
{
|
|
758
|
+
"name": "MinMaxCalendarPicker",
|
|
759
|
+
"module": "/src/shared/picker-field/mixins/min-max-calendar-picker"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "CalendarPicker",
|
|
763
|
+
"module": "/src/shared/picker-field/mixins/calendar-picker"
|
|
764
|
+
}
|
|
765
|
+
],
|
|
480
766
|
"superclass": {
|
|
481
|
-
"name": "
|
|
482
|
-
"module": "/
|
|
767
|
+
"name": "PickerField",
|
|
768
|
+
"module": "/src/shared/picker-field/picker-field"
|
|
483
769
|
},
|
|
484
770
|
"vividComponent": {
|
|
485
771
|
"public": true,
|
|
@@ -487,19 +773,19 @@ Code in this file were generated using following JSON:
|
|
|
487
773
|
"vueModels": [
|
|
488
774
|
{
|
|
489
775
|
"name": "start",
|
|
490
|
-
"
|
|
776
|
+
"propName": "start",
|
|
491
777
|
"eventNames": [
|
|
492
778
|
"input:start"
|
|
493
779
|
],
|
|
494
|
-
"valueMapping": "
|
|
780
|
+
"valueMapping": "event.currentTarget.start"
|
|
495
781
|
},
|
|
496
782
|
{
|
|
497
783
|
"name": "end",
|
|
498
|
-
"
|
|
784
|
+
"propName": "end",
|
|
499
785
|
"eventNames": [
|
|
500
786
|
"input:end"
|
|
501
787
|
],
|
|
502
|
-
"valueMapping": "
|
|
788
|
+
"valueMapping": "event.currentTarget.end"
|
|
503
789
|
}
|
|
504
790
|
]
|
|
505
791
|
}
|
|
@@ -511,9 +797,9 @@ import { registerDateRangePicker } from '@vonage/vivid'
|
|
|
511
797
|
registerDateRangePicker('vvd3')
|
|
512
798
|
|
|
513
799
|
const VwcDateRangePicker = wrapper(`vvd3-date-range-picker`, {
|
|
514
|
-
events: [{"name":"
|
|
800
|
+
events: [{"name":"change","propName":"onChange"},{"name":"input","propName":"onInput"},{"name":"input:end","propName":"onInput:end"},{"name":"input:start","propName":"onInput:start"}],
|
|
515
801
|
attributes: [],
|
|
516
|
-
properties: ['initialStart', 'initialEnd', 'start', 'end', 'currentStart', 'currentEnd', '
|
|
802
|
+
properties: ['initialStart', 'initialEnd', 'start', 'end', 'currentStart', 'currentEnd', 'min', 'max', 'value', 'readOnly', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName']
|
|
517
803
|
})
|
|
518
804
|
|
|
519
805
|
VwcDateRangePicker.displayName = 'VwcDateRangePicker'
|