@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
|
@@ -14,266 +14,457 @@ Code in this file were generated using following JSON:
|
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
16
|
"members": [
|
|
17
|
+
{
|
|
18
|
+
"kind": "field",
|
|
19
|
+
"name": "type",
|
|
20
|
+
"type": {
|
|
21
|
+
"text": "string"
|
|
22
|
+
},
|
|
23
|
+
"default": "'date'"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"kind": "field",
|
|
27
|
+
"name": "min",
|
|
28
|
+
"type": {
|
|
29
|
+
"text": "string"
|
|
30
|
+
},
|
|
31
|
+
"description": "The earliest accepted date.",
|
|
32
|
+
"privacy": "public",
|
|
33
|
+
"default": "''",
|
|
34
|
+
"inheritedFrom": {
|
|
35
|
+
"name": "MinMaxCalendarPicker",
|
|
36
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
37
|
+
}
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"kind": "field",
|
|
41
|
+
"name": "max",
|
|
42
|
+
"type": {
|
|
43
|
+
"text": "string"
|
|
44
|
+
},
|
|
45
|
+
"description": "The latest accepted date.",
|
|
46
|
+
"privacy": "public",
|
|
47
|
+
"default": "''",
|
|
48
|
+
"inheritedFrom": {
|
|
49
|
+
"name": "MinMaxCalendarPicker",
|
|
50
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
51
|
+
}
|
|
52
|
+
},
|
|
17
53
|
{
|
|
18
54
|
"kind": "method",
|
|
19
|
-
"name": "
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
55
|
+
"name": "#isMonthAfterValidRange",
|
|
56
|
+
"parameters": [
|
|
57
|
+
{
|
|
58
|
+
"name": "month",
|
|
59
|
+
"type": {
|
|
60
|
+
"text": "Month"
|
|
61
|
+
}
|
|
24
62
|
}
|
|
25
|
-
|
|
63
|
+
],
|
|
26
64
|
"inheritedFrom": {
|
|
27
|
-
"name": "
|
|
28
|
-
"module": "
|
|
65
|
+
"name": "CalendarPicker",
|
|
66
|
+
"module": "src/shared/picker-field/mixins/calendar-picker.ts"
|
|
29
67
|
}
|
|
30
68
|
},
|
|
31
69
|
{
|
|
32
70
|
"kind": "method",
|
|
33
|
-
"name": "#
|
|
71
|
+
"name": "#isMonthBeforeValidRange",
|
|
34
72
|
"parameters": [
|
|
35
73
|
{
|
|
36
|
-
"name": "
|
|
74
|
+
"name": "month",
|
|
37
75
|
"type": {
|
|
38
|
-
"text": "
|
|
76
|
+
"text": "Month"
|
|
39
77
|
}
|
|
40
78
|
}
|
|
41
|
-
]
|
|
79
|
+
],
|
|
80
|
+
"inheritedFrom": {
|
|
81
|
+
"name": "CalendarPicker",
|
|
82
|
+
"module": "src/shared/picker-field/mixins/calendar-picker.ts"
|
|
83
|
+
}
|
|
42
84
|
},
|
|
43
85
|
{
|
|
44
86
|
"kind": "field",
|
|
45
|
-
"name": "
|
|
87
|
+
"name": "value",
|
|
46
88
|
"type": {
|
|
47
89
|
"text": "string"
|
|
48
90
|
},
|
|
49
|
-
"
|
|
91
|
+
"description": "The current value of the element.",
|
|
92
|
+
"default": "''",
|
|
93
|
+
"inheritedFrom": {
|
|
94
|
+
"name": "FormAssociated",
|
|
95
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
96
|
+
}
|
|
50
97
|
},
|
|
51
98
|
{
|
|
52
99
|
"kind": "field",
|
|
53
|
-
"name": "
|
|
100
|
+
"name": "readOnly",
|
|
54
101
|
"type": {
|
|
55
|
-
"text": "
|
|
102
|
+
"text": "boolean"
|
|
56
103
|
},
|
|
104
|
+
"default": "false",
|
|
105
|
+
"description": "Whether the date-picker is readonly.",
|
|
106
|
+
"privacy": "public",
|
|
57
107
|
"inheritedFrom": {
|
|
58
|
-
"name": "
|
|
59
|
-
"module": "
|
|
108
|
+
"name": "PickerField",
|
|
109
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
60
110
|
}
|
|
61
111
|
},
|
|
62
112
|
{
|
|
63
113
|
"kind": "field",
|
|
64
|
-
"name": "
|
|
114
|
+
"name": "#onFocusIn",
|
|
115
|
+
"privacy": "private",
|
|
116
|
+
"inheritedFrom": {
|
|
117
|
+
"name": "PickerField",
|
|
118
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"kind": "field",
|
|
123
|
+
"name": "#onFocusOut",
|
|
124
|
+
"privacy": "private",
|
|
125
|
+
"inheritedFrom": {
|
|
126
|
+
"name": "PickerField",
|
|
127
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
128
|
+
}
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"kind": "field",
|
|
132
|
+
"name": "#localeChangeHandler",
|
|
133
|
+
"privacy": "private",
|
|
65
134
|
"type": {
|
|
66
|
-
"text": "
|
|
135
|
+
"text": "object"
|
|
67
136
|
},
|
|
68
|
-
"
|
|
69
|
-
"privacy": "public",
|
|
70
|
-
"default": "''",
|
|
137
|
+
"default": "{\n\t\thandleChange: () => {\n\t\t\tthis._updatePresentationValue();\n\t\t},\n\t}",
|
|
71
138
|
"inheritedFrom": {
|
|
72
|
-
"name": "
|
|
73
|
-
"module": "
|
|
139
|
+
"name": "PickerField",
|
|
140
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
74
141
|
}
|
|
75
142
|
},
|
|
76
143
|
{
|
|
77
144
|
"kind": "field",
|
|
78
|
-
"name": "
|
|
145
|
+
"name": "#localeChangeObserver",
|
|
146
|
+
"privacy": "private",
|
|
79
147
|
"type": {
|
|
80
|
-
"text": "
|
|
148
|
+
"text": "BindingObserver"
|
|
81
149
|
},
|
|
82
|
-
"description": "The latest accepted date of the date-picker.",
|
|
83
|
-
"privacy": "public",
|
|
84
|
-
"default": "''",
|
|
85
150
|
"inheritedFrom": {
|
|
86
|
-
"name": "
|
|
87
|
-
"module": "
|
|
151
|
+
"name": "PickerField",
|
|
152
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"kind": "method",
|
|
157
|
+
"name": "#startObservingLocaleChanges",
|
|
158
|
+
"inheritedFrom": {
|
|
159
|
+
"name": "PickerField",
|
|
160
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"kind": "method",
|
|
165
|
+
"name": "#stopObservingLocaleChanges",
|
|
166
|
+
"inheritedFrom": {
|
|
167
|
+
"name": "PickerField",
|
|
168
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
88
169
|
}
|
|
89
170
|
},
|
|
90
171
|
{
|
|
91
172
|
"kind": "field",
|
|
92
|
-
"name": "
|
|
173
|
+
"name": "#dismissOnClickOutside",
|
|
174
|
+
"privacy": "private",
|
|
175
|
+
"inheritedFrom": {
|
|
176
|
+
"name": "PickerField",
|
|
177
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"kind": "method",
|
|
182
|
+
"name": "#openPopupIfPossible",
|
|
183
|
+
"inheritedFrom": {
|
|
184
|
+
"name": "PickerField",
|
|
185
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
186
|
+
}
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"kind": "field",
|
|
190
|
+
"name": "helperText",
|
|
93
191
|
"type": {
|
|
94
|
-
"text": "string"
|
|
192
|
+
"text": "string | undefined"
|
|
95
193
|
},
|
|
96
|
-
"description": "
|
|
194
|
+
"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.",
|
|
97
195
|
"privacy": "public",
|
|
98
196
|
"inheritedFrom": {
|
|
99
|
-
"name": "
|
|
100
|
-
"module": "
|
|
197
|
+
"name": "WithFeedback",
|
|
198
|
+
"module": "src/shared/feedback/mixins.ts"
|
|
101
199
|
}
|
|
102
200
|
},
|
|
103
201
|
{
|
|
104
202
|
"kind": "field",
|
|
105
|
-
"name": "
|
|
203
|
+
"name": "errorText",
|
|
106
204
|
"type": {
|
|
107
|
-
"text": "string"
|
|
205
|
+
"text": "string | undefined"
|
|
108
206
|
},
|
|
109
|
-
"description": "
|
|
207
|
+
"description": "Provides a custom error message. Any current error state will be overridden.",
|
|
110
208
|
"privacy": "public",
|
|
111
209
|
"inheritedFrom": {
|
|
112
|
-
"name": "
|
|
113
|
-
"module": "
|
|
210
|
+
"name": "WithErrorText",
|
|
211
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
114
212
|
}
|
|
115
213
|
},
|
|
116
214
|
{
|
|
117
215
|
"kind": "field",
|
|
118
|
-
"name": "
|
|
216
|
+
"name": "#blockValidateCalls",
|
|
217
|
+
"privacy": "private",
|
|
119
218
|
"type": {
|
|
120
219
|
"text": "boolean"
|
|
121
220
|
},
|
|
122
221
|
"default": "false",
|
|
123
|
-
"description": "Whether the date-picker is readonly.",
|
|
124
|
-
"privacy": "public",
|
|
125
222
|
"inheritedFrom": {
|
|
126
|
-
"name": "
|
|
127
|
-
"module": "
|
|
223
|
+
"name": "WithErrorText",
|
|
224
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
128
225
|
}
|
|
129
226
|
},
|
|
130
227
|
{
|
|
131
|
-
"kind": "
|
|
132
|
-
"name": "
|
|
133
|
-
"privacy": "
|
|
134
|
-
"
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
"type": {
|
|
138
|
-
"text": "DateStr"
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
],
|
|
228
|
+
"kind": "field",
|
|
229
|
+
"name": "#originalValidateFn",
|
|
230
|
+
"privacy": "private",
|
|
231
|
+
"type": {
|
|
232
|
+
"text": "() => void"
|
|
233
|
+
},
|
|
142
234
|
"inheritedFrom": {
|
|
143
|
-
"name": "
|
|
144
|
-
"module": "
|
|
235
|
+
"name": "WithErrorText",
|
|
236
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
145
237
|
}
|
|
146
238
|
},
|
|
147
239
|
{
|
|
148
240
|
"kind": "method",
|
|
149
|
-
"name": "#
|
|
241
|
+
"name": "#forceCustomError",
|
|
150
242
|
"parameters": [
|
|
151
243
|
{
|
|
152
|
-
"name": "
|
|
244
|
+
"name": "errorMessage",
|
|
153
245
|
"type": {
|
|
154
|
-
"text": "
|
|
246
|
+
"text": "string"
|
|
155
247
|
}
|
|
156
248
|
}
|
|
157
249
|
],
|
|
158
250
|
"inheritedFrom": {
|
|
159
|
-
"name": "
|
|
160
|
-
"module": "
|
|
251
|
+
"name": "WithErrorText",
|
|
252
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
161
253
|
}
|
|
162
254
|
},
|
|
163
255
|
{
|
|
164
256
|
"kind": "method",
|
|
165
|
-
"name": "#
|
|
166
|
-
"parameters": [
|
|
167
|
-
{
|
|
168
|
-
"name": "month",
|
|
169
|
-
"type": {
|
|
170
|
-
"text": "Month"
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
],
|
|
257
|
+
"name": "#clearCustomErrorAndRevalidate",
|
|
174
258
|
"inheritedFrom": {
|
|
175
|
-
"name": "
|
|
176
|
-
"module": "
|
|
259
|
+
"name": "WithErrorText",
|
|
260
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
177
261
|
}
|
|
178
262
|
},
|
|
179
263
|
{
|
|
180
264
|
"kind": "field",
|
|
181
|
-
"name": "
|
|
182
|
-
"privacy": "private",
|
|
265
|
+
"name": "validate",
|
|
183
266
|
"inheritedFrom": {
|
|
184
|
-
"name": "
|
|
185
|
-
"module": "
|
|
267
|
+
"name": "WithErrorText",
|
|
268
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
186
269
|
}
|
|
187
270
|
},
|
|
188
271
|
{
|
|
189
272
|
"kind": "field",
|
|
190
|
-
"name": "
|
|
273
|
+
"name": "label",
|
|
274
|
+
"type": {
|
|
275
|
+
"text": "string | undefined"
|
|
276
|
+
},
|
|
277
|
+
"description": "The label for the form element.",
|
|
278
|
+
"inheritedFrom": {
|
|
279
|
+
"name": "FormElement",
|
|
280
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
281
|
+
}
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"kind": "field",
|
|
285
|
+
"name": "#handleInvalidEvent",
|
|
191
286
|
"privacy": "private",
|
|
192
287
|
"inheritedFrom": {
|
|
193
|
-
"name": "
|
|
194
|
-
"module": "
|
|
288
|
+
"name": "FormElement",
|
|
289
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
195
290
|
}
|
|
196
291
|
},
|
|
197
292
|
{
|
|
198
|
-
"kind": "
|
|
199
|
-
"name": "
|
|
200
|
-
"
|
|
201
|
-
|
|
202
|
-
"type": {
|
|
203
|
-
"text": "string | null"
|
|
204
|
-
}
|
|
293
|
+
"kind": "field",
|
|
294
|
+
"name": "validity",
|
|
295
|
+
"type": {
|
|
296
|
+
"text": "ValidityState"
|
|
205
297
|
},
|
|
298
|
+
"description": "Returns the validity state of the element",
|
|
299
|
+
"readonly": true,
|
|
206
300
|
"inheritedFrom": {
|
|
207
|
-
"name": "
|
|
208
|
-
"module": "
|
|
301
|
+
"name": "FormAssociated",
|
|
302
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
209
303
|
}
|
|
210
304
|
},
|
|
211
305
|
{
|
|
212
306
|
"kind": "field",
|
|
213
|
-
"name": "
|
|
214
|
-
"privacy": "private",
|
|
307
|
+
"name": "form",
|
|
215
308
|
"type": {
|
|
216
|
-
"text": "
|
|
309
|
+
"text": "HTMLFormElement | null"
|
|
217
310
|
},
|
|
218
|
-
"
|
|
311
|
+
"description": "Retrieve a reference to the associated form.\nReturns null if not associated to any form.",
|
|
312
|
+
"readonly": true,
|
|
219
313
|
"inheritedFrom": {
|
|
220
|
-
"name": "
|
|
221
|
-
"module": "
|
|
314
|
+
"name": "FormAssociated",
|
|
315
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
222
316
|
}
|
|
223
317
|
},
|
|
224
318
|
{
|
|
225
319
|
"kind": "field",
|
|
226
|
-
"name": "
|
|
227
|
-
"privacy": "private",
|
|
320
|
+
"name": "validationMessage",
|
|
228
321
|
"type": {
|
|
229
|
-
"text": "
|
|
322
|
+
"text": "string"
|
|
230
323
|
},
|
|
324
|
+
"description": "Retrieve the localized validation message,\nor custom validation message if set.",
|
|
325
|
+
"readonly": true,
|
|
231
326
|
"inheritedFrom": {
|
|
232
|
-
"name": "
|
|
233
|
-
"module": "
|
|
327
|
+
"name": "FormAssociated",
|
|
328
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
234
329
|
}
|
|
235
330
|
},
|
|
236
331
|
{
|
|
237
332
|
"kind": "field",
|
|
238
|
-
"name": "
|
|
239
|
-
"
|
|
333
|
+
"name": "willValidate",
|
|
334
|
+
"type": {
|
|
335
|
+
"text": "boolean"
|
|
336
|
+
},
|
|
337
|
+
"description": "Whether the element will be validated when the\nform is submitted",
|
|
338
|
+
"readonly": true,
|
|
240
339
|
"inheritedFrom": {
|
|
241
|
-
"name": "
|
|
242
|
-
"module": "
|
|
340
|
+
"name": "FormAssociated",
|
|
341
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"kind": "field",
|
|
346
|
+
"name": "labels",
|
|
347
|
+
"type": {
|
|
348
|
+
"text": "ReadonlyArray<Node>"
|
|
349
|
+
},
|
|
350
|
+
"description": "A reference to all associated label elements",
|
|
351
|
+
"readonly": true,
|
|
352
|
+
"inheritedFrom": {
|
|
353
|
+
"name": "FormAssociated",
|
|
354
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"kind": "field",
|
|
359
|
+
"name": "currentValue",
|
|
360
|
+
"inheritedFrom": {
|
|
361
|
+
"name": "FormAssociated",
|
|
362
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
363
|
+
}
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"kind": "field",
|
|
367
|
+
"name": "initialValue",
|
|
368
|
+
"type": {
|
|
369
|
+
"text": "string"
|
|
370
|
+
},
|
|
371
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
372
|
+
"inheritedFrom": {
|
|
373
|
+
"name": "FormAssociated",
|
|
374
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
375
|
+
}
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"kind": "field",
|
|
379
|
+
"name": "disabled",
|
|
380
|
+
"type": {
|
|
381
|
+
"text": "boolean"
|
|
382
|
+
},
|
|
383
|
+
"default": "false",
|
|
384
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
385
|
+
"inheritedFrom": {
|
|
386
|
+
"name": "FormAssociated",
|
|
387
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"kind": "field",
|
|
392
|
+
"name": "name",
|
|
393
|
+
"type": {
|
|
394
|
+
"text": "string"
|
|
395
|
+
},
|
|
396
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
397
|
+
"inheritedFrom": {
|
|
398
|
+
"name": "FormAssociated",
|
|
399
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
400
|
+
}
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"kind": "field",
|
|
404
|
+
"name": "required",
|
|
405
|
+
"type": {
|
|
406
|
+
"text": "boolean"
|
|
407
|
+
},
|
|
408
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
409
|
+
"default": "false",
|
|
410
|
+
"inheritedFrom": {
|
|
411
|
+
"name": "FormAssociated",
|
|
412
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
243
413
|
}
|
|
244
414
|
},
|
|
245
415
|
{
|
|
246
416
|
"kind": "method",
|
|
247
|
-
"name": "
|
|
417
|
+
"name": "checkValidity",
|
|
418
|
+
"return": {
|
|
419
|
+
"type": {
|
|
420
|
+
"text": "boolean"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"description": "Return the current validity of the element.",
|
|
248
424
|
"inheritedFrom": {
|
|
249
|
-
"name": "
|
|
250
|
-
"module": "
|
|
425
|
+
"name": "FormAssociated",
|
|
426
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
251
427
|
}
|
|
252
428
|
},
|
|
253
429
|
{
|
|
254
430
|
"kind": "method",
|
|
255
|
-
"name": "
|
|
256
|
-
"privacy": "protected",
|
|
431
|
+
"name": "reportValidity",
|
|
257
432
|
"return": {
|
|
258
433
|
"type": {
|
|
259
|
-
"text": "
|
|
434
|
+
"text": "boolean"
|
|
260
435
|
}
|
|
261
436
|
},
|
|
437
|
+
"description": "Return the current validity of the element.\nIf false, fires an invalid event at the element.",
|
|
262
438
|
"inheritedFrom": {
|
|
263
|
-
"name": "
|
|
264
|
-
"module": "
|
|
439
|
+
"name": "FormAssociated",
|
|
440
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
265
441
|
}
|
|
266
442
|
},
|
|
267
443
|
{
|
|
268
444
|
"kind": "field",
|
|
269
|
-
"name": "
|
|
445
|
+
"name": "VIVID_VERSION",
|
|
446
|
+
"static": true,
|
|
447
|
+
"default": "__PACKAGE_VERSION__",
|
|
448
|
+
"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`.",
|
|
270
449
|
"type": {
|
|
271
450
|
"text": "string"
|
|
272
451
|
},
|
|
273
|
-
"default": "''",
|
|
274
452
|
"inheritedFrom": {
|
|
275
|
-
"name": "
|
|
276
|
-
"module": "
|
|
453
|
+
"name": "VividElement",
|
|
454
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"kind": "field",
|
|
459
|
+
"name": "componentName",
|
|
460
|
+
"type": {
|
|
461
|
+
"text": "string"
|
|
462
|
+
},
|
|
463
|
+
"static": true,
|
|
464
|
+
"description": "Core component name, without prefix",
|
|
465
|
+
"inheritedFrom": {
|
|
466
|
+
"name": "VividElement",
|
|
467
|
+
"module": "src/shared/foundation/vivid-element/vivid-element.ts"
|
|
277
468
|
}
|
|
278
469
|
}
|
|
279
470
|
],
|
|
@@ -291,22 +482,29 @@ Code in this file were generated using following JSON:
|
|
|
291
482
|
},
|
|
292
483
|
"description": "Emitted when the date is changed by the user.",
|
|
293
484
|
"name": "change"
|
|
485
|
+
}
|
|
486
|
+
],
|
|
487
|
+
"mixins": [
|
|
488
|
+
{
|
|
489
|
+
"name": "SingleDatePickerMixin",
|
|
490
|
+
"module": "/src/shared/picker-field/mixins/single-date-picker"
|
|
294
491
|
},
|
|
295
492
|
{
|
|
296
|
-
"
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
"name": "
|
|
301
|
-
"
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
493
|
+
"name": "SingleValuePicker",
|
|
494
|
+
"module": "/src/shared/picker-field/mixins/single-value-picker"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"name": "MinMaxCalendarPicker",
|
|
498
|
+
"module": "/src/shared/picker-field/mixins/min-max-calendar-picker"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "CalendarPicker",
|
|
502
|
+
"module": "/src/shared/picker-field/mixins/calendar-picker"
|
|
305
503
|
}
|
|
306
504
|
],
|
|
307
505
|
"superclass": {
|
|
308
|
-
"name": "
|
|
309
|
-
"module": "/
|
|
506
|
+
"name": "PickerField",
|
|
507
|
+
"module": "/src/shared/picker-field/picker-field"
|
|
310
508
|
},
|
|
311
509
|
"vividComponent": {
|
|
312
510
|
"public": true,
|
|
@@ -314,25 +512,100 @@ Code in this file were generated using following JSON:
|
|
|
314
512
|
"vueModels": [
|
|
315
513
|
{
|
|
316
514
|
"name": "modelValue",
|
|
317
|
-
"
|
|
515
|
+
"propName": "value",
|
|
318
516
|
"eventNames": [
|
|
319
517
|
"input"
|
|
320
518
|
],
|
|
321
|
-
"valueMapping": "
|
|
519
|
+
"valueMapping": "event.currentTarget.value"
|
|
322
520
|
}
|
|
323
521
|
]
|
|
324
522
|
},
|
|
325
523
|
"attributes": [
|
|
326
524
|
{
|
|
525
|
+
"name": "min",
|
|
327
526
|
"type": {
|
|
328
527
|
"text": "string"
|
|
329
528
|
},
|
|
330
|
-
"description": "The earliest accepted date
|
|
529
|
+
"description": "The earliest accepted date.",
|
|
331
530
|
"default": "''",
|
|
332
531
|
"fieldName": "min",
|
|
333
532
|
"inheritedFrom": {
|
|
334
|
-
"name": "
|
|
335
|
-
"module": "
|
|
533
|
+
"name": "MinMaxCalendarPicker",
|
|
534
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
535
|
+
}
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
"name": "max",
|
|
539
|
+
"type": {
|
|
540
|
+
"text": "string"
|
|
541
|
+
},
|
|
542
|
+
"description": "The latest accepted date.",
|
|
543
|
+
"default": "''",
|
|
544
|
+
"fieldName": "max",
|
|
545
|
+
"inheritedFrom": {
|
|
546
|
+
"name": "MinMaxCalendarPicker",
|
|
547
|
+
"module": "src/shared/picker-field/mixins/min-max-calendar-picker.ts"
|
|
548
|
+
}
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"name": "readonly",
|
|
552
|
+
"type": {
|
|
553
|
+
"text": "boolean"
|
|
554
|
+
},
|
|
555
|
+
"default": "false",
|
|
556
|
+
"description": "Whether the date-picker is readonly.",
|
|
557
|
+
"fieldName": "readOnly",
|
|
558
|
+
"inheritedFrom": {
|
|
559
|
+
"name": "PickerField",
|
|
560
|
+
"module": "src/shared/picker-field/picker-field.ts"
|
|
561
|
+
}
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
"name": "helper-text",
|
|
565
|
+
"type": {
|
|
566
|
+
"text": "string | undefined"
|
|
567
|
+
},
|
|
568
|
+
"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.",
|
|
569
|
+
"fieldName": "helperText",
|
|
570
|
+
"inheritedFrom": {
|
|
571
|
+
"name": "WithFeedback",
|
|
572
|
+
"module": "src/shared/feedback/mixins.ts"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"name": "error-text",
|
|
577
|
+
"type": {
|
|
578
|
+
"text": "string | undefined"
|
|
579
|
+
},
|
|
580
|
+
"description": "Provides a custom error message. Any current error state will be overridden.",
|
|
581
|
+
"fieldName": "errorText",
|
|
582
|
+
"inheritedFrom": {
|
|
583
|
+
"name": "WithErrorText",
|
|
584
|
+
"module": "src/shared/patterns/form-elements/with-error-text.ts"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "label",
|
|
589
|
+
"type": {
|
|
590
|
+
"text": "string | undefined"
|
|
591
|
+
},
|
|
592
|
+
"description": "The label for the form element.",
|
|
593
|
+
"fieldName": "label",
|
|
594
|
+
"inheritedFrom": {
|
|
595
|
+
"name": "FormElement",
|
|
596
|
+
"module": "src/shared/patterns/form-elements/form-element.ts"
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"name": "current-value",
|
|
601
|
+
"type": {
|
|
602
|
+
"text": "string"
|
|
603
|
+
},
|
|
604
|
+
"description": "The current value of the element.",
|
|
605
|
+
"fieldName": "value",
|
|
606
|
+
"inheritedFrom": {
|
|
607
|
+
"name": "FormAssociated",
|
|
608
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
336
609
|
}
|
|
337
610
|
},
|
|
338
611
|
{
|
|
@@ -340,36 +613,49 @@ Code in this file were generated using following JSON:
|
|
|
340
613
|
"type": {
|
|
341
614
|
"text": "string"
|
|
342
615
|
},
|
|
343
|
-
"description": "The
|
|
616
|
+
"description": "The default value of the element. This value sets the `value` property\nonly when the `value` property has not been explicitly set.",
|
|
344
617
|
"fieldName": "initialValue",
|
|
345
618
|
"inheritedFrom": {
|
|
346
|
-
"name": "
|
|
347
|
-
"module": "
|
|
619
|
+
"name": "FormAssociated",
|
|
620
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
348
621
|
}
|
|
349
622
|
},
|
|
350
623
|
{
|
|
351
|
-
"name": "
|
|
624
|
+
"name": "disabled",
|
|
625
|
+
"type": {
|
|
626
|
+
"text": "boolean"
|
|
627
|
+
},
|
|
628
|
+
"default": "false",
|
|
629
|
+
"description": "Sets the element's disabled state. A disabled element will not be included during form submission.",
|
|
630
|
+
"fieldName": "disabled",
|
|
631
|
+
"inheritedFrom": {
|
|
632
|
+
"name": "FormAssociated",
|
|
633
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
634
|
+
}
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"name": "name",
|
|
352
638
|
"type": {
|
|
353
639
|
"text": "string"
|
|
354
640
|
},
|
|
355
|
-
"description": "The
|
|
356
|
-
"fieldName": "
|
|
641
|
+
"description": "The name of the element. This element's value will be surfaced during form submission under the provided name.",
|
|
642
|
+
"fieldName": "name",
|
|
357
643
|
"inheritedFrom": {
|
|
358
|
-
"name": "
|
|
359
|
-
"module": "
|
|
644
|
+
"name": "FormAssociated",
|
|
645
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
360
646
|
}
|
|
361
647
|
},
|
|
362
648
|
{
|
|
363
|
-
"name": "
|
|
649
|
+
"name": "required",
|
|
364
650
|
"type": {
|
|
365
651
|
"text": "boolean"
|
|
366
652
|
},
|
|
653
|
+
"description": "Require the field to be completed prior to form submission.",
|
|
367
654
|
"default": "false",
|
|
368
|
-
"
|
|
369
|
-
"fieldName": "readOnly",
|
|
655
|
+
"fieldName": "required",
|
|
370
656
|
"inheritedFrom": {
|
|
371
|
-
"name": "
|
|
372
|
-
"module": "
|
|
657
|
+
"name": "FormAssociated",
|
|
658
|
+
"module": "src/shared/foundation/form-associated/form-associated.ts"
|
|
373
659
|
}
|
|
374
660
|
}
|
|
375
661
|
]
|
|
@@ -381,9 +667,9 @@ import { registerDatePicker } from '@vonage/vivid'
|
|
|
381
667
|
registerDatePicker('vvd3')
|
|
382
668
|
|
|
383
669
|
const VwcDatePicker = wrapper(`vvd3-date-picker`, {
|
|
384
|
-
events: [{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}
|
|
670
|
+
events: [{"name":"input","propName":"onInput"},{"name":"change","propName":"onChange"}],
|
|
385
671
|
attributes: [],
|
|
386
|
-
properties: ['type', '
|
|
672
|
+
properties: ['type', 'min', 'max', 'value', 'readOnly', 'helperText', 'errorText', 'validate', 'label', 'currentValue', 'initialValue', 'disabled', 'name', 'required', 'VIVID_VERSION', 'componentName', 'errorText']
|
|
387
673
|
})
|
|
388
674
|
|
|
389
675
|
VwcDatePicker.displayName = 'VwcDatePicker'
|