@navikt/ds-react 5.6.5 → 5.7.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/_docs.json +276 -257
- package/cjs/accordion/AccordionContent.js +2 -2
- package/cjs/accordion/AccordionHeader.js +2 -2
- package/cjs/alert/Alert.js +2 -2
- package/cjs/button/Button.js +6 -5
- package/cjs/copybutton/CopyButton.js +8 -7
- package/cjs/date/DateInput.js +6 -5
- package/cjs/date/datepicker/DatePicker.js +5 -4
- package/cjs/date/datepicker/DatePickerStandalone.js +6 -6
- package/cjs/date/datepicker/parts/Caption.js +5 -4
- package/cjs/date/datepicker/parts/DropdownCaption.js +7 -6
- package/cjs/date/datepicker/parts/WeekRow.js +1 -1
- package/cjs/date/datepicker/types.js +2 -0
- package/cjs/date/monthpicker/MonthCaption.js +5 -4
- package/cjs/date/monthpicker/MonthPicker.js +4 -3
- package/cjs/date/monthpicker/MonthSelector.js +2 -2
- package/cjs/date/monthpicker/types.js +2 -0
- package/cjs/date/utils/parse-date.js +7 -7
- package/cjs/dropdown/Dropdown.js +4 -4
- package/cjs/dropdown/Menu/GroupedList/GroupedItem.js +2 -2
- package/cjs/dropdown/Menu/List/Item.js +3 -3
- package/cjs/dropdown/Menu/index.js +2 -2
- package/cjs/dropdown/Toggle.js +3 -3
- package/cjs/dropdown/context.js +5 -0
- package/cjs/expansion-card/ExpansionCard.js +3 -7
- package/cjs/expansion-card/ExpansionCardContent.js +4 -4
- package/cjs/expansion-card/ExpansionCardDescription.js +5 -5
- package/cjs/expansion-card/ExpansionCardHeader.js +3 -3
- package/cjs/expansion-card/ExpansionCardTitle.js +1 -1
- package/cjs/expansion-card/context.js +9 -0
- package/cjs/form/ConfirmationPanel.js +8 -6
- package/cjs/form/Fieldset/Fieldset.js +11 -10
- package/cjs/form/Fieldset/context.js +5 -0
- package/cjs/form/Fieldset/index.js +2 -1
- package/cjs/form/Select.js +8 -7
- package/cjs/form/Switch.js +7 -5
- package/cjs/form/TextField.js +6 -5
- package/cjs/form/Textarea.js +8 -7
- package/cjs/form/checkbox/Checkbox.js +1 -1
- package/cjs/form/checkbox/CheckboxGroup.js +4 -4
- package/cjs/form/checkbox/types.js +2 -0
- package/cjs/form/checkbox/useCheckbox.js +2 -2
- package/cjs/form/combobox/Combobox.js +6 -5
- package/cjs/form/combobox/FilteredOptions/FilteredOptions.js +6 -5
- package/cjs/form/combobox/Input/Input.js +2 -2
- package/cjs/form/combobox/SelectedOptions/SelectedOptions.js +3 -3
- package/cjs/form/error-summary/ErrorSummary.js +3 -3
- package/cjs/form/radio/RadioGroup.js +6 -6
- package/cjs/form/radio/types.js +2 -0
- package/cjs/form/radio/useRadio.js +2 -2
- package/cjs/form/search/Search.js +10 -9
- package/cjs/form/search/SearchButton.js +5 -5
- package/cjs/form/search/context.js +5 -0
- package/cjs/form/useFormField.js +5 -5
- package/cjs/guide-panel/Illustration.js +2 -2
- package/cjs/help-text/HelpText.js +5 -4
- package/cjs/link-panel/LinkPanel.js +2 -2
- package/cjs/link-panel/LinkPanelDescription.js +2 -2
- package/cjs/list/List.js +4 -8
- package/cjs/list/ListItem.js +2 -2
- package/cjs/list/context.js +9 -0
- package/cjs/list/types.js +2 -0
- package/cjs/loader/Loader.js +4 -4
- package/cjs/modal/Modal.js +24 -22
- package/cjs/modal/types.js +2 -0
- package/cjs/pagination/Pagination.js +5 -5
- package/cjs/pagination/PaginationItem.js +2 -2
- package/cjs/popover/Popover.js +2 -3
- package/cjs/stepper/Step.js +5 -5
- package/cjs/stepper/Stepper.js +4 -4
- package/cjs/stepper/context.js +5 -0
- package/cjs/table/ColumnHeader.js +3 -3
- package/cjs/table/DataCell.js +2 -2
- package/cjs/table/ExpandableRow.js +2 -2
- package/cjs/table/Table.js +7 -7
- package/cjs/table/context.js +5 -0
- package/cjs/table/types.js +2 -0
- package/cjs/tabs/Tab.js +4 -4
- package/cjs/tabs/TabList.js +5 -5
- package/cjs/tabs/Tabs.js +3 -3
- package/cjs/tabs/context.js +5 -0
- package/cjs/tag/Tag.js +2 -2
- package/cjs/timeline/period/NonClickablePeriod.js +1 -1
- package/cjs/timeline/period/types.js +2 -0
- package/cjs/toggle-group/ToggleGroup.js +7 -6
- package/cjs/toggle-group/ToggleItem.js +4 -4
- package/cjs/toggle-group/context.js +5 -0
- package/cjs/tooltip/Tooltip.js +4 -3
- package/cjs/util/TextareaAutoSize.js +4 -4
- package/cjs/util/index.js +7 -38
- package/cjs/util/omit.js +7 -0
- package/cjs/util/useClientLayoutEffect.js +10 -0
- package/cjs/util/useEventListener.js +17 -0
- package/esm/accordion/AccordionContent.js +1 -1
- package/esm/accordion/AccordionContent.js.map +1 -1
- package/esm/accordion/AccordionHeader.js +1 -1
- package/esm/accordion/AccordionHeader.js.map +1 -1
- package/esm/alert/Alert.js +1 -1
- package/esm/alert/Alert.js.map +1 -1
- package/esm/button/Button.d.ts +1 -1
- package/esm/button/Button.js +4 -3
- package/esm/button/Button.js.map +1 -1
- package/esm/chips/Chips.d.ts +1 -1
- package/esm/chips/Toggle.d.ts +1 -1
- package/esm/copybutton/CopyButton.d.ts +7 -7
- package/esm/copybutton/CopyButton.js +7 -6
- package/esm/copybutton/CopyButton.js.map +1 -1
- package/esm/date/DateInput.js +2 -1
- package/esm/date/DateInput.js.map +1 -1
- package/esm/date/datepicker/DatePicker.d.ts +5 -105
- package/esm/date/datepicker/DatePicker.js +3 -2
- package/esm/date/datepicker/DatePicker.js.map +1 -1
- package/esm/date/datepicker/DatePickerStandalone.d.ts +1 -1
- package/esm/date/datepicker/DatePickerStandalone.js +5 -5
- package/esm/date/datepicker/DatePickerStandalone.js.map +1 -1
- package/esm/date/datepicker/parts/Caption.js +2 -1
- package/esm/date/datepicker/parts/Caption.js.map +1 -1
- package/esm/date/datepicker/parts/DropdownCaption.js +3 -2
- package/esm/date/datepicker/parts/DropdownCaption.js.map +1 -1
- package/esm/date/datepicker/parts/WeekRow.js +1 -1
- package/esm/date/datepicker/parts/WeekRow.js.map +1 -1
- package/esm/date/datepicker/types.d.ts +102 -0
- package/esm/date/datepicker/types.js +2 -0
- package/esm/date/datepicker/types.js.map +1 -0
- package/esm/date/hooks/useMonthPicker.d.ts +1 -1
- package/esm/date/index.d.ts +4 -3
- package/esm/date/index.js +1 -1
- package/esm/date/index.js.map +1 -1
- package/esm/date/monthpicker/MonthCaption.js +2 -1
- package/esm/date/monthpicker/MonthCaption.js.map +1 -1
- package/esm/date/monthpicker/MonthPicker.d.ts +5 -86
- package/esm/date/monthpicker/MonthPicker.js +2 -1
- package/esm/date/monthpicker/MonthPicker.js.map +1 -1
- package/esm/date/monthpicker/MonthPickerStandalone.d.ts +1 -1
- package/esm/date/monthpicker/MonthPickerStandalone.js.map +1 -1
- package/esm/date/monthpicker/MonthSelector.js +1 -1
- package/esm/date/monthpicker/MonthSelector.js.map +1 -1
- package/esm/date/monthpicker/types.d.ts +83 -0
- package/esm/date/monthpicker/types.js +2 -0
- package/esm/date/monthpicker/types.js.map +1 -0
- package/esm/date/utils/parse-date.js +1 -1
- package/esm/date/utils/parse-date.js.map +1 -1
- package/esm/dropdown/Dropdown.d.ts +1 -9
- package/esm/dropdown/Dropdown.js +3 -3
- package/esm/dropdown/Dropdown.js.map +1 -1
- package/esm/dropdown/Menu/GroupedList/GroupedItem.d.ts +1 -1
- package/esm/dropdown/Menu/GroupedList/GroupedItem.js +1 -1
- package/esm/dropdown/Menu/GroupedList/GroupedItem.js.map +1 -1
- package/esm/dropdown/Menu/GroupedList/index.d.ts +1 -1
- package/esm/dropdown/Menu/List/Item.d.ts +1 -1
- package/esm/dropdown/Menu/List/Item.js +2 -2
- package/esm/dropdown/Menu/List/Item.js.map +1 -1
- package/esm/dropdown/Menu/List/index.d.ts +1 -1
- package/esm/dropdown/Menu/index.js +1 -1
- package/esm/dropdown/Menu/index.js.map +1 -1
- package/esm/dropdown/Toggle.js +2 -2
- package/esm/dropdown/Toggle.js.map +1 -1
- package/esm/dropdown/context.d.ts +9 -0
- package/esm/dropdown/context.js +3 -0
- package/esm/dropdown/context.js.map +1 -0
- package/esm/expansion-card/ExpansionCard.d.ts +1 -7
- package/esm/expansion-card/ExpansionCard.js +2 -6
- package/esm/expansion-card/ExpansionCard.js.map +1 -1
- package/esm/expansion-card/ExpansionCardContent.js +2 -2
- package/esm/expansion-card/ExpansionCardContent.js.map +1 -1
- package/esm/expansion-card/ExpansionCardDescription.js +3 -3
- package/esm/expansion-card/ExpansionCardDescription.js.map +1 -1
- package/esm/expansion-card/ExpansionCardHeader.js +2 -2
- package/esm/expansion-card/ExpansionCardHeader.js.map +1 -1
- package/esm/expansion-card/ExpansionCardTitle.d.ts +1 -1
- package/esm/expansion-card/ExpansionCardTitle.js +1 -1
- package/esm/expansion-card/ExpansionCardTitle.js.map +1 -1
- package/esm/expansion-card/context.d.ts +7 -0
- package/esm/expansion-card/context.js +7 -0
- package/esm/expansion-card/context.js.map +1 -0
- package/esm/form/ConfirmationPanel.d.ts +1 -1
- package/esm/form/ConfirmationPanel.js +4 -2
- package/esm/form/ConfirmationPanel.js.map +1 -1
- package/esm/form/Fieldset/Fieldset.d.ts +0 -23
- package/esm/form/Fieldset/Fieldset.js +4 -3
- package/esm/form/Fieldset/Fieldset.js.map +1 -1
- package/esm/form/Fieldset/context.d.ts +24 -0
- package/esm/form/Fieldset/context.js +3 -0
- package/esm/form/Fieldset/context.js.map +1 -0
- package/esm/form/Fieldset/index.d.ts +2 -1
- package/esm/form/Fieldset/index.js +2 -1
- package/esm/form/Fieldset/index.js.map +1 -1
- package/esm/form/Select.js +4 -3
- package/esm/form/Select.js.map +1 -1
- package/esm/form/Switch.js +3 -1
- package/esm/form/Switch.js.map +1 -1
- package/esm/form/TextField.js +2 -1
- package/esm/form/TextField.js.map +1 -1
- package/esm/form/Textarea.js +2 -1
- package/esm/form/Textarea.js.map +1 -1
- package/esm/form/checkbox/Checkbox.d.ts +2 -34
- package/esm/form/checkbox/Checkbox.js +1 -1
- package/esm/form/checkbox/Checkbox.js.map +1 -1
- package/esm/form/checkbox/CheckboxGroup.d.ts +1 -1
- package/esm/form/checkbox/CheckboxGroup.js +2 -2
- package/esm/form/checkbox/CheckboxGroup.js.map +1 -1
- package/esm/form/checkbox/index.d.ts +2 -1
- package/esm/form/checkbox/index.js.map +1 -1
- package/esm/form/checkbox/types.d.ts +34 -0
- package/esm/form/checkbox/types.js +2 -0
- package/esm/form/checkbox/types.js.map +1 -0
- package/esm/form/checkbox/useCheckbox.d.ts +1 -1
- package/esm/form/checkbox/useCheckbox.js +1 -1
- package/esm/form/checkbox/useCheckbox.js.map +1 -1
- package/esm/form/combobox/Combobox.d.ts +1 -1
- package/esm/form/combobox/Combobox.js +2 -1
- package/esm/form/combobox/Combobox.js.map +1 -1
- package/esm/form/combobox/FilteredOptions/FilteredOptions.js +2 -1
- package/esm/form/combobox/FilteredOptions/FilteredOptions.js.map +1 -1
- package/esm/form/combobox/Input/Input.js +1 -1
- package/esm/form/combobox/Input/Input.js.map +1 -1
- package/esm/form/combobox/SelectedOptions/SelectedOptions.js +1 -1
- package/esm/form/combobox/SelectedOptions/SelectedOptions.js.map +1 -1
- package/esm/form/error-summary/ErrorSummary.js +1 -1
- package/esm/form/error-summary/ErrorSummary.js.map +1 -1
- package/esm/form/error-summary/ErrorSummaryItem.d.ts +1 -1
- package/esm/form/radio/Radio.d.ts +2 -16
- package/esm/form/radio/Radio.js.map +1 -1
- package/esm/form/radio/RadioGroup.d.ts +1 -1
- package/esm/form/radio/RadioGroup.js +3 -3
- package/esm/form/radio/RadioGroup.js.map +1 -1
- package/esm/form/radio/index.d.ts +2 -1
- package/esm/form/radio/index.js.map +1 -1
- package/esm/form/radio/types.d.ts +16 -0
- package/esm/form/radio/types.js +2 -0
- package/esm/form/radio/types.js.map +1 -0
- package/esm/form/radio/useRadio.d.ts +1 -1
- package/esm/form/radio/useRadio.js +1 -1
- package/esm/form/radio/useRadio.js.map +1 -1
- package/esm/form/search/Search.d.ts +0 -7
- package/esm/form/search/Search.js +4 -3
- package/esm/form/search/Search.js.map +1 -1
- package/esm/form/search/SearchButton.d.ts +1 -1
- package/esm/form/search/SearchButton.js +3 -3
- package/esm/form/search/SearchButton.js.map +1 -1
- package/esm/form/search/context.d.ts +8 -0
- package/esm/form/search/context.js +3 -0
- package/esm/form/search/context.js.map +1 -0
- package/esm/form/useFormField.js +3 -3
- package/esm/form/useFormField.js.map +1 -1
- package/esm/guide-panel/Illustration.js +1 -1
- package/esm/guide-panel/Illustration.js.map +1 -1
- package/esm/help-text/HelpText.d.ts +1 -1
- package/esm/help-text/HelpText.js +2 -1
- package/esm/help-text/HelpText.js.map +1 -1
- package/esm/link-panel/LinkPanel.d.ts +1 -1
- package/esm/link-panel/LinkPanel.js +1 -1
- package/esm/link-panel/LinkPanel.js.map +1 -1
- package/esm/link-panel/LinkPanelDescription.js +1 -1
- package/esm/link-panel/LinkPanelDescription.js.map +1 -1
- package/esm/list/List.d.ts +4 -35
- package/esm/list/List.js +2 -6
- package/esm/list/List.js.map +1 -1
- package/esm/list/ListItem.js +1 -1
- package/esm/list/ListItem.js.map +1 -1
- package/esm/list/context.d.ts +9 -0
- package/esm/list/context.js +7 -0
- package/esm/list/context.js.map +1 -0
- package/esm/list/index.d.ts +1 -1
- package/esm/list/types.d.ts +27 -0
- package/esm/list/types.js +2 -0
- package/esm/list/types.js.map +1 -0
- package/esm/loader/Loader.js +2 -2
- package/esm/loader/Loader.js.map +1 -1
- package/esm/modal/Modal.d.ts +2 -64
- package/esm/modal/Modal.js +8 -6
- package/esm/modal/Modal.js.map +1 -1
- package/esm/modal/ModalUtils.d.ts +1 -1
- package/esm/modal/index.d.ts +3 -2
- package/esm/modal/index.js.map +1 -1
- package/esm/modal/types.d.ts +64 -0
- package/esm/modal/types.js +2 -0
- package/esm/modal/types.js.map +1 -0
- package/esm/pagination/Pagination.js +1 -1
- package/esm/pagination/Pagination.js.map +1 -1
- package/esm/pagination/PaginationItem.d.ts +2 -1
- package/esm/pagination/PaginationItem.js +1 -1
- package/esm/pagination/PaginationItem.js.map +1 -1
- package/esm/popover/Popover.js +3 -4
- package/esm/popover/Popover.js.map +1 -1
- package/esm/stepper/Step.d.ts +1 -1
- package/esm/stepper/Step.js +2 -2
- package/esm/stepper/Step.js.map +1 -1
- package/esm/stepper/Stepper.d.ts +2 -11
- package/esm/stepper/Stepper.js +2 -2
- package/esm/stepper/Stepper.js.map +1 -1
- package/esm/stepper/context.d.ts +10 -0
- package/esm/stepper/context.js +3 -0
- package/esm/stepper/context.js.map +1 -0
- package/esm/table/ColumnHeader.js +2 -2
- package/esm/table/ColumnHeader.js.map +1 -1
- package/esm/table/DataCell.js +1 -1
- package/esm/table/DataCell.js.map +1 -1
- package/esm/table/ExpandableRow.js +1 -1
- package/esm/table/ExpandableRow.js.map +1 -1
- package/esm/table/Table.d.ts +15 -23
- package/esm/table/Table.js +5 -5
- package/esm/table/Table.js.map +1 -1
- package/esm/table/context.d.ts +7 -0
- package/esm/table/context.js +3 -0
- package/esm/table/context.js.map +1 -0
- package/esm/table/index.d.ts +2 -1
- package/esm/table/index.js.map +1 -1
- package/esm/table/types.d.ts +4 -0
- package/esm/table/types.js +2 -0
- package/esm/table/types.js.map +1 -0
- package/esm/tabs/Tab.d.ts +1 -1
- package/esm/tabs/Tab.js +2 -2
- package/esm/tabs/Tab.js.map +1 -1
- package/esm/tabs/TabList.js +2 -2
- package/esm/tabs/TabList.js.map +1 -1
- package/esm/tabs/Tabs.d.ts +0 -6
- package/esm/tabs/Tabs.js +2 -2
- package/esm/tabs/Tabs.js.map +1 -1
- package/esm/tabs/context.d.ts +8 -0
- package/esm/tabs/context.js +3 -0
- package/esm/tabs/context.js.map +1 -0
- package/esm/tabs/index.d.ts +1 -1
- package/esm/tabs/index.js.map +1 -1
- package/esm/tag/Tag.js +1 -1
- package/esm/tag/Tag.js.map +1 -1
- package/esm/timeline/period/ClickablePeriod.d.ts +1 -1
- package/esm/timeline/period/NonClickablePeriod.d.ts +1 -1
- package/esm/timeline/period/NonClickablePeriod.js +1 -1
- package/esm/timeline/period/NonClickablePeriod.js.map +1 -1
- package/esm/timeline/period/index.d.ts +0 -13
- package/esm/timeline/period/index.js.map +1 -1
- package/esm/timeline/period/types.d.ts +14 -0
- package/esm/timeline/period/types.js +2 -0
- package/esm/timeline/period/types.js.map +1 -0
- package/esm/toggle-group/ToggleGroup.d.ts +0 -4
- package/esm/toggle-group/ToggleGroup.js +4 -3
- package/esm/toggle-group/ToggleGroup.js.map +1 -1
- package/esm/toggle-group/ToggleItem.js +3 -3
- package/esm/toggle-group/ToggleItem.js.map +1 -1
- package/esm/toggle-group/context.d.ts +6 -0
- package/esm/toggle-group/context.js +3 -0
- package/esm/toggle-group/context.js.map +1 -0
- package/esm/tooltip/Tooltip.js +2 -1
- package/esm/tooltip/Tooltip.js.map +1 -1
- package/esm/util/TextareaAutoSize.js +1 -1
- package/esm/util/TextareaAutoSize.js.map +1 -1
- package/esm/util/index.d.ts +5 -11
- package/esm/util/index.js +5 -33
- package/esm/util/index.js.map +1 -1
- package/esm/util/omit.d.ts +1 -0
- package/esm/util/omit.js +4 -0
- package/esm/util/omit.js.map +1 -0
- package/esm/util/useClientLayoutEffect.d.ts +2 -0
- package/esm/util/useClientLayoutEffect.js +8 -0
- package/esm/util/useClientLayoutEffect.js.map +1 -0
- package/esm/util/useEventListener.d.ts +5 -0
- package/esm/util/useEventListener.js +14 -0
- package/esm/util/useEventListener.js.map +1 -0
- package/package.json +3 -3
- package/src/accordion/AccordionContent.tsx +1 -1
- package/src/accordion/AccordionHeader.tsx +1 -1
- package/src/alert/Alert.tsx +1 -1
- package/src/button/Button.tsx +9 -3
- package/src/chips/Chips.tsx +1 -1
- package/src/chips/Toggle.tsx +1 -1
- package/src/copybutton/CopyButton.tsx +28 -29
- package/src/copybutton/copy-button.stories.tsx +24 -22
- package/src/date/DateInput.tsx +2 -1
- package/src/date/datepicker/DatePicker.tsx +8 -124
- package/src/date/datepicker/DatePickerStandalone.tsx +9 -9
- package/src/date/datepicker/parts/Caption.tsx +3 -1
- package/src/date/datepicker/parts/DropdownCaption.tsx +3 -2
- package/src/date/datepicker/parts/WeekRow.tsx +1 -1
- package/src/date/datepicker/types.ts +109 -0
- package/src/date/hooks/useMonthPicker.tsx +1 -1
- package/src/date/index.ts +5 -7
- package/src/date/monthpicker/MonthCaption.tsx +2 -1
- package/src/date/monthpicker/MonthPicker.tsx +8 -92
- package/src/date/monthpicker/MonthPickerStandalone.tsx +1 -1
- package/src/date/monthpicker/MonthSelector.tsx +1 -1
- package/src/date/monthpicker/types.ts +83 -0
- package/src/date/utils/parse-date.ts +1 -1
- package/src/dropdown/Dropdown.tsx +3 -12
- package/src/dropdown/Menu/GroupedList/GroupedItem.tsx +2 -2
- package/src/dropdown/Menu/GroupedList/index.tsx +1 -1
- package/src/dropdown/Menu/List/Item.tsx +3 -3
- package/src/dropdown/Menu/List/index.tsx +1 -1
- package/src/dropdown/Menu/index.tsx +1 -1
- package/src/dropdown/Toggle.tsx +2 -2
- package/src/dropdown/context.ts +11 -0
- package/src/expansion-card/ExpansionCard.tsx +3 -14
- package/src/expansion-card/ExpansionCardContent.tsx +2 -2
- package/src/expansion-card/ExpansionCardDescription.tsx +3 -3
- package/src/expansion-card/ExpansionCardHeader.tsx +2 -2
- package/src/expansion-card/ExpansionCardTitle.tsx +2 -2
- package/src/expansion-card/context.ts +13 -0
- package/src/form/ConfirmationPanel.tsx +4 -2
- package/src/form/Fieldset/Fieldset.tsx +4 -29
- package/src/form/Fieldset/context.ts +26 -0
- package/src/form/Fieldset/index.ts +2 -5
- package/src/form/Select.tsx +4 -4
- package/src/form/Switch.tsx +3 -1
- package/src/form/TextField.tsx +2 -1
- package/src/form/Textarea.tsx +2 -1
- package/src/form/checkbox/Checkbox.tsx +3 -38
- package/src/form/checkbox/CheckboxGroup.tsx +2 -2
- package/src/form/checkbox/index.ts +2 -1
- package/src/form/checkbox/types.ts +37 -0
- package/src/form/checkbox/useCheckbox.ts +2 -1
- package/src/form/combobox/Combobox.tsx +2 -1
- package/src/form/combobox/FilteredOptions/FilteredOptions.tsx +2 -1
- package/src/form/combobox/Input/Input.tsx +1 -1
- package/src/form/combobox/SelectedOptions/SelectedOptions.tsx +1 -1
- package/src/form/error-summary/ErrorSummary.tsx +1 -1
- package/src/form/error-summary/ErrorSummaryItem.tsx +1 -1
- package/src/form/radio/Radio.tsx +2 -19
- package/src/form/radio/RadioGroup.tsx +3 -3
- package/src/form/radio/index.ts +2 -1
- package/src/form/radio/types.ts +19 -0
- package/src/form/radio/useRadio.ts +2 -2
- package/src/form/search/Search.tsx +5 -14
- package/src/form/search/SearchButton.tsx +3 -3
- package/src/form/search/context.ts +10 -0
- package/src/form/useFormField.ts +3 -3
- package/src/guide-panel/Illustration.tsx +1 -1
- package/src/help-text/HelpText.tsx +2 -1
- package/src/link-panel/LinkPanel.tsx +2 -1
- package/src/link-panel/LinkPanelDescription.tsx +1 -1
- package/src/list/List.tsx +8 -45
- package/src/list/ListItem.tsx +1 -1
- package/src/list/context.ts +14 -0
- package/src/list/index.ts +1 -1
- package/src/list/types.ts +26 -0
- package/src/loader/Loader.tsx +2 -2
- package/src/modal/Modal.tsx +9 -71
- package/src/modal/ModalUtils.ts +1 -1
- package/src/modal/index.ts +3 -2
- package/src/modal/types.ts +64 -0
- package/src/pagination/Pagination.tsx +1 -1
- package/src/pagination/PaginationItem.tsx +2 -1
- package/src/popover/Popover.tsx +3 -4
- package/src/stepper/Step.tsx +3 -2
- package/src/stepper/Stepper.tsx +3 -13
- package/src/stepper/context.ts +11 -0
- package/src/table/ColumnHeader.tsx +3 -3
- package/src/table/DataCell.tsx +1 -1
- package/src/table/ExpandableRow.tsx +1 -1
- package/src/table/Table.tsx +17 -27
- package/src/table/context.ts +9 -0
- package/src/table/index.ts +2 -1
- package/src/table/types.ts +4 -0
- package/src/tabs/Tab.tsx +3 -2
- package/src/tabs/TabList.tsx +2 -2
- package/src/tabs/Tabs.tsx +2 -9
- package/src/tabs/context.ts +9 -0
- package/src/tabs/index.ts +1 -1
- package/src/tag/Tag.tsx +1 -1
- package/src/timeline/period/ClickablePeriod.tsx +1 -1
- package/src/timeline/period/NonClickablePeriod.tsx +2 -2
- package/src/timeline/period/index.tsx +0 -14
- package/src/timeline/period/types.ts +13 -0
- package/src/timeline/utils/filter.ts +1 -1
- package/src/toggle-group/ToggleGroup.tsx +4 -15
- package/src/toggle-group/ToggleItem.tsx +3 -3
- package/src/toggle-group/context.ts +9 -0
- package/src/tooltip/Tooltip.tsx +2 -1
- package/src/util/TextareaAutoSize.tsx +1 -1
- package/src/util/index.ts +5 -70
- package/src/util/omit.ts +10 -0
- package/src/util/useClientLayoutEffect.ts +11 -0
- package/src/util/useEventListener.ts +32 -0
package/_docs.json
CHANGED
|
@@ -1514,7 +1514,7 @@
|
|
|
1514
1514
|
"defaultValue": {
|
|
1515
1515
|
"value": "medium"
|
|
1516
1516
|
},
|
|
1517
|
-
"description": "",
|
|
1517
|
+
"description": "'xsmall' should only be used in tables",
|
|
1518
1518
|
"name": "size",
|
|
1519
1519
|
"parent": {
|
|
1520
1520
|
"fileName": "src/copybutton/CopyButton.tsx",
|
|
@@ -1594,7 +1594,7 @@
|
|
|
1594
1594
|
"defaultValue": {
|
|
1595
1595
|
"value": "Kopiert!"
|
|
1596
1596
|
},
|
|
1597
|
-
"description": "Text shown when button is clicked
|
|
1597
|
+
"description": "Text shown when button is clicked.\nOnly set if used with `text`-prop.",
|
|
1598
1598
|
"name": "activeText",
|
|
1599
1599
|
"parent": {
|
|
1600
1600
|
"fileName": "src/copybutton/CopyButton.tsx",
|
|
@@ -1697,7 +1697,7 @@
|
|
|
1697
1697
|
"defaultValue": {
|
|
1698
1698
|
"value": "Kopier"
|
|
1699
1699
|
},
|
|
1700
|
-
"description": "
|
|
1700
|
+
"description": "Accessible label for icon (ignored if text is set)",
|
|
1701
1701
|
"name": "title",
|
|
1702
1702
|
"parent": {
|
|
1703
1703
|
"fileName": "src/copybutton/CopyButton.tsx",
|
|
@@ -1718,7 +1718,7 @@
|
|
|
1718
1718
|
"defaultValue": {
|
|
1719
1719
|
"value": "Kopiert"
|
|
1720
1720
|
},
|
|
1721
|
-
"description": "
|
|
1721
|
+
"description": "Accessible label for icon in active-state (ignored if text is set)",
|
|
1722
1722
|
"name": "activeTitle",
|
|
1723
1723
|
"parent": {
|
|
1724
1724
|
"fileName": "src/copybutton/CopyButton.tsx",
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
"defaultValue": {
|
|
1740
1740
|
"value": "left"
|
|
1741
1741
|
},
|
|
1742
|
-
"description": "Icon position in
|
|
1742
|
+
"description": "Icon position in button",
|
|
1743
1743
|
"name": "iconPosition",
|
|
1744
1744
|
"parent": {
|
|
1745
1745
|
"fileName": "src/copybutton/CopyButton.tsx",
|
|
@@ -2919,12 +2919,12 @@
|
|
|
2919
2919
|
"description": "The value of the HTML element.",
|
|
2920
2920
|
"name": "value",
|
|
2921
2921
|
"parent": {
|
|
2922
|
-
"fileName": "react/src/form/checkbox/
|
|
2922
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
2923
2923
|
"name": "CheckboxProps"
|
|
2924
2924
|
},
|
|
2925
2925
|
"declarations": [
|
|
2926
2926
|
{
|
|
2927
|
-
"fileName": "react/src/form/checkbox/
|
|
2927
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
2928
2928
|
"name": "CheckboxProps"
|
|
2929
2929
|
}
|
|
2930
2930
|
],
|
|
@@ -2976,12 +2976,12 @@
|
|
|
2976
2976
|
"description": "Adds a description to extend labling of Checkbox",
|
|
2977
2977
|
"name": "description",
|
|
2978
2978
|
"parent": {
|
|
2979
|
-
"fileName": "react/src/form/checkbox/
|
|
2979
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
2980
2980
|
"name": "CheckboxProps"
|
|
2981
2981
|
},
|
|
2982
2982
|
"declarations": [
|
|
2983
2983
|
{
|
|
2984
|
-
"fileName": "react/src/form/checkbox/
|
|
2984
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
2985
2985
|
"name": "CheckboxProps"
|
|
2986
2986
|
}
|
|
2987
2987
|
],
|
|
@@ -5333,12 +5333,12 @@
|
|
|
5333
5333
|
"description": "HTML list element to render",
|
|
5334
5334
|
"name": "as",
|
|
5335
5335
|
"parent": {
|
|
5336
|
-
"fileName": "src/list/
|
|
5336
|
+
"fileName": "react/src/list/types.ts",
|
|
5337
5337
|
"name": "ListProps"
|
|
5338
5338
|
},
|
|
5339
5339
|
"declarations": [
|
|
5340
5340
|
{
|
|
5341
|
-
"fileName": "src/list/
|
|
5341
|
+
"fileName": "react/src/list/types.ts",
|
|
5342
5342
|
"name": "ListProps"
|
|
5343
5343
|
}
|
|
5344
5344
|
],
|
|
@@ -5352,12 +5352,12 @@
|
|
|
5352
5352
|
"description": "List heading title",
|
|
5353
5353
|
"name": "title",
|
|
5354
5354
|
"parent": {
|
|
5355
|
-
"fileName": "src/list/
|
|
5355
|
+
"fileName": "react/src/list/types.ts",
|
|
5356
5356
|
"name": "ListProps"
|
|
5357
5357
|
},
|
|
5358
5358
|
"declarations": [
|
|
5359
5359
|
{
|
|
5360
|
-
"fileName": "src/list/
|
|
5360
|
+
"fileName": "react/src/list/types.ts",
|
|
5361
5361
|
"name": "ListProps"
|
|
5362
5362
|
}
|
|
5363
5363
|
],
|
|
@@ -5371,12 +5371,12 @@
|
|
|
5371
5371
|
"description": "List heading description",
|
|
5372
5372
|
"name": "description",
|
|
5373
5373
|
"parent": {
|
|
5374
|
-
"fileName": "src/list/
|
|
5374
|
+
"fileName": "react/src/list/types.ts",
|
|
5375
5375
|
"name": "ListProps"
|
|
5376
5376
|
},
|
|
5377
5377
|
"declarations": [
|
|
5378
5378
|
{
|
|
5379
|
-
"fileName": "src/list/
|
|
5379
|
+
"fileName": "react/src/list/types.ts",
|
|
5380
5380
|
"name": "ListProps"
|
|
5381
5381
|
}
|
|
5382
5382
|
],
|
|
@@ -5392,12 +5392,12 @@
|
|
|
5392
5392
|
"description": "Allows setting a different HTML h-tag",
|
|
5393
5393
|
"name": "headingTag",
|
|
5394
5394
|
"parent": {
|
|
5395
|
-
"fileName": "src/list/
|
|
5395
|
+
"fileName": "react/src/list/types.ts",
|
|
5396
5396
|
"name": "ListProps"
|
|
5397
5397
|
},
|
|
5398
5398
|
"declarations": [
|
|
5399
5399
|
{
|
|
5400
|
-
"fileName": "src/list/
|
|
5400
|
+
"fileName": "react/src/list/types.ts",
|
|
5401
5401
|
"name": "ListProps"
|
|
5402
5402
|
}
|
|
5403
5403
|
],
|
|
@@ -5413,18 +5413,18 @@
|
|
|
5413
5413
|
"description": "Changes padding, height and font-size",
|
|
5414
5414
|
"name": "size",
|
|
5415
5415
|
"parent": {
|
|
5416
|
-
"fileName": "src/list/
|
|
5416
|
+
"fileName": "react/src/list/types.ts",
|
|
5417
5417
|
"name": "ListProps"
|
|
5418
5418
|
},
|
|
5419
5419
|
"declarations": [
|
|
5420
5420
|
{
|
|
5421
|
-
"fileName": "src/list/
|
|
5421
|
+
"fileName": "react/src/list/types.ts",
|
|
5422
5422
|
"name": "ListProps"
|
|
5423
5423
|
}
|
|
5424
5424
|
],
|
|
5425
5425
|
"required": false,
|
|
5426
5426
|
"type": {
|
|
5427
|
-
"name": "\"
|
|
5427
|
+
"name": "\"small\" | \"medium\""
|
|
5428
5428
|
}
|
|
5429
5429
|
},
|
|
5430
5430
|
"className": {
|
|
@@ -5445,6 +5445,25 @@
|
|
|
5445
5445
|
"type": {
|
|
5446
5446
|
"name": "string"
|
|
5447
5447
|
}
|
|
5448
|
+
},
|
|
5449
|
+
"ref": {
|
|
5450
|
+
"defaultValue": null,
|
|
5451
|
+
"description": "Allows getting a ref to the component instance.\nOnce the component unmounts, React will set `ref.current` to `null` (or call the ref with `null` if you passed a callback ref).\n@see https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom",
|
|
5452
|
+
"name": "ref",
|
|
5453
|
+
"parent": {
|
|
5454
|
+
"fileName": "aksel/node_modules/@types/react/index.d.ts",
|
|
5455
|
+
"name": "RefAttributes"
|
|
5456
|
+
},
|
|
5457
|
+
"declarations": [
|
|
5458
|
+
{
|
|
5459
|
+
"fileName": "aksel/node_modules/@types/react/index.d.ts",
|
|
5460
|
+
"name": "RefAttributes"
|
|
5461
|
+
}
|
|
5462
|
+
],
|
|
5463
|
+
"required": false,
|
|
5464
|
+
"type": {
|
|
5465
|
+
"name": "Ref<HTMLDivElement>"
|
|
5466
|
+
}
|
|
5448
5467
|
}
|
|
5449
5468
|
}
|
|
5450
5469
|
},
|
|
@@ -5690,12 +5709,12 @@
|
|
|
5690
5709
|
"description": "Content for the header. Alteratively you can use <Modal.Header> instead for more control,\nbut then you have to set `aria-label` or `aria-labelledby` on the modal manually.",
|
|
5691
5710
|
"name": "header",
|
|
5692
5711
|
"parent": {
|
|
5693
|
-
"fileName": "src/modal/
|
|
5712
|
+
"fileName": "react/src/modal/types.ts",
|
|
5694
5713
|
"name": "ModalProps"
|
|
5695
5714
|
},
|
|
5696
5715
|
"declarations": [
|
|
5697
5716
|
{
|
|
5698
|
-
"fileName": "src/modal/
|
|
5717
|
+
"fileName": "react/src/modal/types.ts",
|
|
5699
5718
|
"name": "ModalProps"
|
|
5700
5719
|
}
|
|
5701
5720
|
],
|
|
@@ -5709,12 +5728,12 @@
|
|
|
5709
5728
|
"description": "Modal content",
|
|
5710
5729
|
"name": "children",
|
|
5711
5730
|
"parent": {
|
|
5712
|
-
"fileName": "src/modal/
|
|
5731
|
+
"fileName": "react/src/modal/types.ts",
|
|
5713
5732
|
"name": "ModalProps"
|
|
5714
5733
|
},
|
|
5715
5734
|
"declarations": [
|
|
5716
5735
|
{
|
|
5717
|
-
"fileName": "src/modal/
|
|
5736
|
+
"fileName": "react/src/modal/types.ts",
|
|
5718
5737
|
"name": "ModalProps"
|
|
5719
5738
|
}
|
|
5720
5739
|
],
|
|
@@ -5728,12 +5747,12 @@
|
|
|
5728
5747
|
"description": "Whether the modal should be visible or not.\nRemember to use the `onClose` callback to keep your local state in sync.\nYou can also use `ref.current.openModal()` and `ref.current.close()`.",
|
|
5729
5748
|
"name": "open",
|
|
5730
5749
|
"parent": {
|
|
5731
|
-
"fileName": "src/modal/
|
|
5750
|
+
"fileName": "react/src/modal/types.ts",
|
|
5732
5751
|
"name": "ModalProps"
|
|
5733
5752
|
},
|
|
5734
5753
|
"declarations": [
|
|
5735
5754
|
{
|
|
5736
|
-
"fileName": "src/modal/
|
|
5755
|
+
"fileName": "react/src/modal/types.ts",
|
|
5737
5756
|
"name": "ModalProps"
|
|
5738
5757
|
}
|
|
5739
5758
|
],
|
|
@@ -5747,12 +5766,12 @@
|
|
|
5747
5766
|
"description": "Called when the modal has been closed",
|
|
5748
5767
|
"name": "onClose",
|
|
5749
5768
|
"parent": {
|
|
5750
|
-
"fileName": "src/modal/
|
|
5769
|
+
"fileName": "react/src/modal/types.ts",
|
|
5751
5770
|
"name": "ModalProps"
|
|
5752
5771
|
},
|
|
5753
5772
|
"declarations": [
|
|
5754
5773
|
{
|
|
5755
|
-
"fileName": "src/modal/
|
|
5774
|
+
"fileName": "react/src/modal/types.ts",
|
|
5756
5775
|
"name": "ModalProps"
|
|
5757
5776
|
}
|
|
5758
5777
|
],
|
|
@@ -5766,12 +5785,12 @@
|
|
|
5766
5785
|
"description": "Called when the user wants to close the modal (clicked the close button or pressed Esc).\n@returns Whether to close the modal",
|
|
5767
5786
|
"name": "onBeforeClose",
|
|
5768
5787
|
"parent": {
|
|
5769
|
-
"fileName": "src/modal/
|
|
5788
|
+
"fileName": "react/src/modal/types.ts",
|
|
5770
5789
|
"name": "ModalProps"
|
|
5771
5790
|
},
|
|
5772
5791
|
"declarations": [
|
|
5773
5792
|
{
|
|
5774
|
-
"fileName": "src/modal/
|
|
5793
|
+
"fileName": "react/src/modal/types.ts",
|
|
5775
5794
|
"name": "ModalProps"
|
|
5776
5795
|
}
|
|
5777
5796
|
],
|
|
@@ -5785,12 +5804,12 @@
|
|
|
5785
5804
|
"description": "Called when the user presses the Esc key, unless `onBeforeClose()` returns `false`.",
|
|
5786
5805
|
"name": "onCancel",
|
|
5787
5806
|
"parent": {
|
|
5788
|
-
"fileName": "src/modal/
|
|
5807
|
+
"fileName": "react/src/modal/types.ts",
|
|
5789
5808
|
"name": "ModalProps"
|
|
5790
5809
|
},
|
|
5791
5810
|
"declarations": [
|
|
5792
5811
|
{
|
|
5793
|
-
"fileName": "src/modal/
|
|
5812
|
+
"fileName": "react/src/modal/types.ts",
|
|
5794
5813
|
"name": "ModalProps"
|
|
5795
5814
|
}
|
|
5796
5815
|
],
|
|
@@ -5806,12 +5825,12 @@
|
|
|
5806
5825
|
"description": "",
|
|
5807
5826
|
"name": "width",
|
|
5808
5827
|
"parent": {
|
|
5809
|
-
"fileName": "src/modal/
|
|
5828
|
+
"fileName": "react/src/modal/types.ts",
|
|
5810
5829
|
"name": "ModalProps"
|
|
5811
5830
|
},
|
|
5812
5831
|
"declarations": [
|
|
5813
5832
|
{
|
|
5814
|
-
"fileName": "src/modal/
|
|
5833
|
+
"fileName": "react/src/modal/types.ts",
|
|
5815
5834
|
"name": "ModalProps"
|
|
5816
5835
|
}
|
|
5817
5836
|
],
|
|
@@ -5825,12 +5844,12 @@
|
|
|
5825
5844
|
"description": "Lets you render the modal into a different part of the DOM.\nWill use `rootElement` from `Provider` if defined, otherwise `document.body`.",
|
|
5826
5845
|
"name": "portal",
|
|
5827
5846
|
"parent": {
|
|
5828
|
-
"fileName": "src/modal/
|
|
5847
|
+
"fileName": "react/src/modal/types.ts",
|
|
5829
5848
|
"name": "ModalProps"
|
|
5830
5849
|
},
|
|
5831
5850
|
"declarations": [
|
|
5832
5851
|
{
|
|
5833
|
-
"fileName": "src/modal/
|
|
5852
|
+
"fileName": "react/src/modal/types.ts",
|
|
5834
5853
|
"name": "ModalProps"
|
|
5835
5854
|
}
|
|
5836
5855
|
],
|
|
@@ -5844,12 +5863,12 @@
|
|
|
5844
5863
|
"description": "User defined classname for modal",
|
|
5845
5864
|
"name": "className",
|
|
5846
5865
|
"parent": {
|
|
5847
|
-
"fileName": "src/modal/
|
|
5866
|
+
"fileName": "react/src/modal/types.ts",
|
|
5848
5867
|
"name": "ModalProps"
|
|
5849
5868
|
},
|
|
5850
5869
|
"declarations": [
|
|
5851
5870
|
{
|
|
5852
|
-
"fileName": "src/modal/
|
|
5871
|
+
"fileName": "react/src/modal/types.ts",
|
|
5853
5872
|
"name": "ModalProps"
|
|
5854
5873
|
}
|
|
5855
5874
|
],
|
|
@@ -5863,12 +5882,12 @@
|
|
|
5863
5882
|
"description": "Sets aria-labelledby on modal.\nNo need to set this manually if the `header` prop is used. A reference to `header.heading` will be created automatically.\n@warning If not using `header`, you should set either `aria-labelledby` or `aria-label`.",
|
|
5864
5883
|
"name": "aria-labelledby",
|
|
5865
5884
|
"parent": {
|
|
5866
|
-
"fileName": "src/modal/
|
|
5885
|
+
"fileName": "react/src/modal/types.ts",
|
|
5867
5886
|
"name": "ModalProps"
|
|
5868
5887
|
},
|
|
5869
5888
|
"declarations": [
|
|
5870
5889
|
{
|
|
5871
|
-
"fileName": "src/modal/
|
|
5890
|
+
"fileName": "react/src/modal/types.ts",
|
|
5872
5891
|
"name": "ModalProps"
|
|
5873
5892
|
}
|
|
5874
5893
|
],
|
|
@@ -10942,12 +10961,12 @@
|
|
|
10942
10961
|
"description": "Element datepicker anchors to. Use <DatePicker.Input /> for built-in toggle, or make your own with the open/onClose props",
|
|
10943
10962
|
"name": "children",
|
|
10944
10963
|
"parent": {
|
|
10945
|
-
"fileName": "src/date/datepicker/
|
|
10964
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
10946
10965
|
"name": "DatePickerDefaultProps"
|
|
10947
10966
|
},
|
|
10948
10967
|
"declarations": [
|
|
10949
10968
|
{
|
|
10950
|
-
"fileName": "src/date/datepicker/
|
|
10969
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
10951
10970
|
"name": "DatePickerDefaultProps"
|
|
10952
10971
|
}
|
|
10953
10972
|
],
|
|
@@ -10961,12 +10980,12 @@
|
|
|
10961
10980
|
"description": "Classname for datepicker in popover",
|
|
10962
10981
|
"name": "className",
|
|
10963
10982
|
"parent": {
|
|
10964
|
-
"fileName": "src/date/datepicker/
|
|
10983
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
10965
10984
|
"name": "DatePickerDefaultProps"
|
|
10966
10985
|
},
|
|
10967
10986
|
"declarations": [
|
|
10968
10987
|
{
|
|
10969
|
-
"fileName": "src/date/datepicker/
|
|
10988
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
10970
10989
|
"name": "DatePickerDefaultProps"
|
|
10971
10990
|
}
|
|
10972
10991
|
],
|
|
@@ -10980,12 +10999,12 @@
|
|
|
10980
10999
|
"description": "Classname for wrapper",
|
|
10981
11000
|
"name": "wrapperClassName",
|
|
10982
11001
|
"parent": {
|
|
10983
|
-
"fileName": "src/date/datepicker/
|
|
11002
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
10984
11003
|
"name": "DatePickerDefaultProps"
|
|
10985
11004
|
},
|
|
10986
11005
|
"declarations": [
|
|
10987
11006
|
{
|
|
10988
|
-
"fileName": "src/date/datepicker/
|
|
11007
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
10989
11008
|
"name": "DatePickerDefaultProps"
|
|
10990
11009
|
}
|
|
10991
11010
|
],
|
|
@@ -11001,12 +11020,12 @@
|
|
|
11001
11020
|
"description": "Changes datepicker locale",
|
|
11002
11021
|
"name": "locale",
|
|
11003
11022
|
"parent": {
|
|
11004
|
-
"fileName": "src/date/datepicker/
|
|
11023
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11005
11024
|
"name": "DatePickerDefaultProps"
|
|
11006
11025
|
},
|
|
11007
11026
|
"declarations": [
|
|
11008
11027
|
{
|
|
11009
|
-
"fileName": "src/date/datepicker/
|
|
11028
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11010
11029
|
"name": "DatePickerDefaultProps"
|
|
11011
11030
|
}
|
|
11012
11031
|
],
|
|
@@ -11020,12 +11039,12 @@
|
|
|
11020
11039
|
"description": "The earliest day to start navigation.",
|
|
11021
11040
|
"name": "fromDate",
|
|
11022
11041
|
"parent": {
|
|
11023
|
-
"fileName": "src/date/datepicker/
|
|
11042
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11024
11043
|
"name": "DatePickerDefaultProps"
|
|
11025
11044
|
},
|
|
11026
11045
|
"declarations": [
|
|
11027
11046
|
{
|
|
11028
|
-
"fileName": "src/date/datepicker/
|
|
11047
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11029
11048
|
"name": "DatePickerDefaultProps"
|
|
11030
11049
|
}
|
|
11031
11050
|
],
|
|
@@ -11039,12 +11058,12 @@
|
|
|
11039
11058
|
"description": "The latests day to end navigation.",
|
|
11040
11059
|
"name": "toDate",
|
|
11041
11060
|
"parent": {
|
|
11042
|
-
"fileName": "src/date/datepicker/
|
|
11061
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11043
11062
|
"name": "DatePickerDefaultProps"
|
|
11044
11063
|
},
|
|
11045
11064
|
"declarations": [
|
|
11046
11065
|
{
|
|
11047
|
-
"fileName": "src/date/datepicker/
|
|
11066
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11048
11067
|
"name": "DatePickerDefaultProps"
|
|
11049
11068
|
}
|
|
11050
11069
|
],
|
|
@@ -11060,12 +11079,12 @@
|
|
|
11060
11079
|
"description": "Display dropdown for choosing the month and the year. Needs `fromDate` + `toDate` to work.",
|
|
11061
11080
|
"name": "dropdownCaption",
|
|
11062
11081
|
"parent": {
|
|
11063
|
-
"fileName": "src/date/datepicker/
|
|
11082
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11064
11083
|
"name": "DatePickerDefaultProps"
|
|
11065
11084
|
},
|
|
11066
11085
|
"declarations": [
|
|
11067
11086
|
{
|
|
11068
|
-
"fileName": "src/date/datepicker/
|
|
11087
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11069
11088
|
"name": "DatePickerDefaultProps"
|
|
11070
11089
|
}
|
|
11071
11090
|
],
|
|
@@ -11079,12 +11098,12 @@
|
|
|
11079
11098
|
"description": "Apply the disabled modifier to the matching days.\nhttps://react-day-picker.js.org/api/types/Matcher",
|
|
11080
11099
|
"name": "disabled",
|
|
11081
11100
|
"parent": {
|
|
11082
|
-
"fileName": "src/date/datepicker/
|
|
11101
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11083
11102
|
"name": "DatePickerDefaultProps"
|
|
11084
11103
|
},
|
|
11085
11104
|
"declarations": [
|
|
11086
11105
|
{
|
|
11087
|
-
"fileName": "src/date/datepicker/
|
|
11106
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11088
11107
|
"name": "DatePickerDefaultProps"
|
|
11089
11108
|
}
|
|
11090
11109
|
],
|
|
@@ -11100,12 +11119,12 @@
|
|
|
11100
11119
|
"description": "Disable saturday and sunday.",
|
|
11101
11120
|
"name": "disableWeekends",
|
|
11102
11121
|
"parent": {
|
|
11103
|
-
"fileName": "src/date/datepicker/
|
|
11122
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11104
11123
|
"name": "DatePickerDefaultProps"
|
|
11105
11124
|
},
|
|
11106
11125
|
"declarations": [
|
|
11107
11126
|
{
|
|
11108
|
-
"fileName": "src/date/datepicker/
|
|
11127
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11109
11128
|
"name": "DatePickerDefaultProps"
|
|
11110
11129
|
}
|
|
11111
11130
|
],
|
|
@@ -11121,12 +11140,12 @@
|
|
|
11121
11140
|
"description": "Shows week numbers in left-column. Use with caution, takes up valuable screenspace for small screens.",
|
|
11122
11141
|
"name": "showWeekNumber",
|
|
11123
11142
|
"parent": {
|
|
11124
|
-
"fileName": "src/date/datepicker/
|
|
11143
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11125
11144
|
"name": "DatePickerDefaultProps"
|
|
11126
11145
|
},
|
|
11127
11146
|
"declarations": [
|
|
11128
11147
|
{
|
|
11129
|
-
"fileName": "src/date/datepicker/
|
|
11148
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11130
11149
|
"name": "DatePickerDefaultProps"
|
|
11131
11150
|
}
|
|
11132
11151
|
],
|
|
@@ -11140,12 +11159,12 @@
|
|
|
11140
11159
|
"description": "Open state for user-controlled state. Component controlled by default",
|
|
11141
11160
|
"name": "open",
|
|
11142
11161
|
"parent": {
|
|
11143
|
-
"fileName": "src/date/datepicker/
|
|
11162
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11144
11163
|
"name": "DatePickerDefaultProps"
|
|
11145
11164
|
},
|
|
11146
11165
|
"declarations": [
|
|
11147
11166
|
{
|
|
11148
|
-
"fileName": "src/date/datepicker/
|
|
11167
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11149
11168
|
"name": "DatePickerDefaultProps"
|
|
11150
11169
|
}
|
|
11151
11170
|
],
|
|
@@ -11159,12 +11178,12 @@
|
|
|
11159
11178
|
"description": "onClose callback for user-controlled state",
|
|
11160
11179
|
"name": "onClose",
|
|
11161
11180
|
"parent": {
|
|
11162
|
-
"fileName": "src/date/datepicker/
|
|
11181
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11163
11182
|
"name": "DatePickerDefaultProps"
|
|
11164
11183
|
},
|
|
11165
11184
|
"declarations": [
|
|
11166
11185
|
{
|
|
11167
|
-
"fileName": "src/date/datepicker/
|
|
11186
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11168
11187
|
"name": "DatePickerDefaultProps"
|
|
11169
11188
|
}
|
|
11170
11189
|
],
|
|
@@ -11178,12 +11197,12 @@
|
|
|
11178
11197
|
"description": "onOpenToggle callback for user-controlled state. Only called if `<DatePicker.Input />` is used",
|
|
11179
11198
|
"name": "onOpenToggle",
|
|
11180
11199
|
"parent": {
|
|
11181
|
-
"fileName": "src/date/datepicker/
|
|
11200
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11182
11201
|
"name": "DatePickerDefaultProps"
|
|
11183
11202
|
},
|
|
11184
11203
|
"declarations": [
|
|
11185
11204
|
{
|
|
11186
|
-
"fileName": "src/date/datepicker/
|
|
11205
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11187
11206
|
"name": "DatePickerDefaultProps"
|
|
11188
11207
|
}
|
|
11189
11208
|
],
|
|
@@ -11199,12 +11218,12 @@
|
|
|
11199
11218
|
"description": "Avoid using if possible!\nChanges what CSS position property to use.\nYou want to use \"fixed\" if parent wrapper has position relative, but you want popover to escape",
|
|
11200
11219
|
"name": "strategy",
|
|
11201
11220
|
"parent": {
|
|
11202
|
-
"fileName": "src/date/datepicker/
|
|
11221
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11203
11222
|
"name": "DatePickerDefaultProps"
|
|
11204
11223
|
},
|
|
11205
11224
|
"declarations": [
|
|
11206
11225
|
{
|
|
11207
|
-
"fileName": "src/date/datepicker/
|
|
11226
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11208
11227
|
"name": "DatePickerDefaultProps"
|
|
11209
11228
|
}
|
|
11210
11229
|
],
|
|
@@ -11220,12 +11239,12 @@
|
|
|
11220
11239
|
"description": "Bubbles Escape keydown-event up trough DOM-tree. This is set to false by default to prevent closing components like Modal on Escape",
|
|
11221
11240
|
"name": "bubbleEscape",
|
|
11222
11241
|
"parent": {
|
|
11223
|
-
"fileName": "src/date/datepicker/
|
|
11242
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11224
11243
|
"name": "DatePickerDefaultProps"
|
|
11225
11244
|
},
|
|
11226
11245
|
"declarations": [
|
|
11227
11246
|
{
|
|
11228
|
-
"fileName": "src/date/datepicker/
|
|
11247
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11229
11248
|
"name": "DatePickerDefaultProps"
|
|
11230
11249
|
}
|
|
11231
11250
|
],
|
|
@@ -11240,21 +11259,21 @@
|
|
|
11240
11259
|
"name": "mode",
|
|
11241
11260
|
"declarations": [
|
|
11242
11261
|
{
|
|
11243
|
-
"fileName": "src/date/datepicker/
|
|
11262
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11244
11263
|
"name": "TypeLiteral"
|
|
11245
11264
|
},
|
|
11246
11265
|
{
|
|
11247
|
-
"fileName": "src/date/datepicker/
|
|
11266
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11248
11267
|
"name": "TypeLiteral"
|
|
11249
11268
|
},
|
|
11250
11269
|
{
|
|
11251
|
-
"fileName": "src/date/datepicker/
|
|
11270
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11252
11271
|
"name": "TypeLiteral"
|
|
11253
11272
|
}
|
|
11254
11273
|
],
|
|
11255
11274
|
"required": false,
|
|
11256
11275
|
"type": {
|
|
11257
|
-
"name": "\"
|
|
11276
|
+
"name": "\"multiple\" | \"single\" | \"range\""
|
|
11258
11277
|
}
|
|
11259
11278
|
},
|
|
11260
11279
|
"onSelect": {
|
|
@@ -11263,15 +11282,15 @@
|
|
|
11263
11282
|
"name": "onSelect",
|
|
11264
11283
|
"declarations": [
|
|
11265
11284
|
{
|
|
11266
|
-
"fileName": "src/date/datepicker/
|
|
11285
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11267
11286
|
"name": "TypeLiteral"
|
|
11268
11287
|
},
|
|
11269
11288
|
{
|
|
11270
|
-
"fileName": "src/date/datepicker/
|
|
11289
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11271
11290
|
"name": "TypeLiteral"
|
|
11272
11291
|
},
|
|
11273
11292
|
{
|
|
11274
|
-
"fileName": "src/date/datepicker/
|
|
11293
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11275
11294
|
"name": "TypeLiteral"
|
|
11276
11295
|
}
|
|
11277
11296
|
],
|
|
@@ -11286,15 +11305,15 @@
|
|
|
11286
11305
|
"name": "selected",
|
|
11287
11306
|
"declarations": [
|
|
11288
11307
|
{
|
|
11289
|
-
"fileName": "src/date/datepicker/
|
|
11308
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11290
11309
|
"name": "TypeLiteral"
|
|
11291
11310
|
},
|
|
11292
11311
|
{
|
|
11293
|
-
"fileName": "src/date/datepicker/
|
|
11312
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11294
11313
|
"name": "TypeLiteral"
|
|
11295
11314
|
},
|
|
11296
11315
|
{
|
|
11297
|
-
"fileName": "src/date/datepicker/
|
|
11316
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11298
11317
|
"name": "TypeLiteral"
|
|
11299
11318
|
}
|
|
11300
11319
|
],
|
|
@@ -11309,15 +11328,15 @@
|
|
|
11309
11328
|
"name": "defaultSelected",
|
|
11310
11329
|
"declarations": [
|
|
11311
11330
|
{
|
|
11312
|
-
"fileName": "src/date/datepicker/
|
|
11331
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11313
11332
|
"name": "TypeLiteral"
|
|
11314
11333
|
},
|
|
11315
11334
|
{
|
|
11316
|
-
"fileName": "src/date/datepicker/
|
|
11335
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11317
11336
|
"name": "TypeLiteral"
|
|
11318
11337
|
},
|
|
11319
11338
|
{
|
|
11320
|
-
"fileName": "src/date/datepicker/
|
|
11339
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11321
11340
|
"name": "TypeLiteral"
|
|
11322
11341
|
}
|
|
11323
11342
|
],
|
|
@@ -11332,15 +11351,15 @@
|
|
|
11332
11351
|
"name": "onWeekNumberClick",
|
|
11333
11352
|
"declarations": [
|
|
11334
11353
|
{
|
|
11335
|
-
"fileName": "src/date/datepicker/
|
|
11354
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11336
11355
|
"name": "TypeLiteral"
|
|
11337
11356
|
},
|
|
11338
11357
|
{
|
|
11339
|
-
"fileName": "src/date/datepicker/
|
|
11358
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11340
11359
|
"name": "TypeLiteral"
|
|
11341
11360
|
},
|
|
11342
11361
|
{
|
|
11343
|
-
"fileName": "src/date/datepicker/
|
|
11362
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11344
11363
|
"name": "TypeLiteral"
|
|
11345
11364
|
}
|
|
11346
11365
|
],
|
|
@@ -11355,11 +11374,11 @@
|
|
|
11355
11374
|
"name": "min",
|
|
11356
11375
|
"declarations": [
|
|
11357
11376
|
{
|
|
11358
|
-
"fileName": "src/date/datepicker/
|
|
11377
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11359
11378
|
"name": "TypeLiteral"
|
|
11360
11379
|
},
|
|
11361
11380
|
{
|
|
11362
|
-
"fileName": "src/date/datepicker/
|
|
11381
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11363
11382
|
"name": "TypeLiteral"
|
|
11364
11383
|
}
|
|
11365
11384
|
],
|
|
@@ -11374,11 +11393,11 @@
|
|
|
11374
11393
|
"name": "max",
|
|
11375
11394
|
"declarations": [
|
|
11376
11395
|
{
|
|
11377
|
-
"fileName": "src/date/datepicker/
|
|
11396
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11378
11397
|
"name": "TypeLiteral"
|
|
11379
11398
|
},
|
|
11380
11399
|
{
|
|
11381
|
-
"fileName": "src/date/datepicker/
|
|
11400
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11382
11401
|
"name": "TypeLiteral"
|
|
11383
11402
|
}
|
|
11384
11403
|
],
|
|
@@ -11438,12 +11457,12 @@
|
|
|
11438
11457
|
"description": "Element datepicker anchors to. Use <DatePicker.Input /> for built-in toggle, or make your own with the open/onClose props",
|
|
11439
11458
|
"name": "children",
|
|
11440
11459
|
"parent": {
|
|
11441
|
-
"fileName": "react/src/date/datepicker/
|
|
11460
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11442
11461
|
"name": "DatePickerDefaultProps"
|
|
11443
11462
|
},
|
|
11444
11463
|
"declarations": [
|
|
11445
11464
|
{
|
|
11446
|
-
"fileName": "react/src/date/datepicker/
|
|
11465
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11447
11466
|
"name": "DatePickerDefaultProps"
|
|
11448
11467
|
}
|
|
11449
11468
|
],
|
|
@@ -11459,12 +11478,12 @@
|
|
|
11459
11478
|
"description": "Changes datepicker locale",
|
|
11460
11479
|
"name": "locale",
|
|
11461
11480
|
"parent": {
|
|
11462
|
-
"fileName": "react/src/date/datepicker/
|
|
11481
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11463
11482
|
"name": "DatePickerDefaultProps"
|
|
11464
11483
|
},
|
|
11465
11484
|
"declarations": [
|
|
11466
11485
|
{
|
|
11467
|
-
"fileName": "react/src/date/datepicker/
|
|
11486
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11468
11487
|
"name": "DatePickerDefaultProps"
|
|
11469
11488
|
}
|
|
11470
11489
|
],
|
|
@@ -11478,12 +11497,12 @@
|
|
|
11478
11497
|
"description": "The earliest day to start navigation.",
|
|
11479
11498
|
"name": "fromDate",
|
|
11480
11499
|
"parent": {
|
|
11481
|
-
"fileName": "react/src/date/datepicker/
|
|
11500
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11482
11501
|
"name": "DatePickerDefaultProps"
|
|
11483
11502
|
},
|
|
11484
11503
|
"declarations": [
|
|
11485
11504
|
{
|
|
11486
|
-
"fileName": "react/src/date/datepicker/
|
|
11505
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11487
11506
|
"name": "DatePickerDefaultProps"
|
|
11488
11507
|
}
|
|
11489
11508
|
],
|
|
@@ -11497,12 +11516,12 @@
|
|
|
11497
11516
|
"description": "The latests day to end navigation.",
|
|
11498
11517
|
"name": "toDate",
|
|
11499
11518
|
"parent": {
|
|
11500
|
-
"fileName": "react/src/date/datepicker/
|
|
11519
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11501
11520
|
"name": "DatePickerDefaultProps"
|
|
11502
11521
|
},
|
|
11503
11522
|
"declarations": [
|
|
11504
11523
|
{
|
|
11505
|
-
"fileName": "react/src/date/datepicker/
|
|
11524
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11506
11525
|
"name": "DatePickerDefaultProps"
|
|
11507
11526
|
}
|
|
11508
11527
|
],
|
|
@@ -11518,12 +11537,12 @@
|
|
|
11518
11537
|
"description": "Display dropdown for choosing the month and the year. Needs `fromDate` + `toDate` to work.",
|
|
11519
11538
|
"name": "dropdownCaption",
|
|
11520
11539
|
"parent": {
|
|
11521
|
-
"fileName": "react/src/date/datepicker/
|
|
11540
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11522
11541
|
"name": "DatePickerDefaultProps"
|
|
11523
11542
|
},
|
|
11524
11543
|
"declarations": [
|
|
11525
11544
|
{
|
|
11526
|
-
"fileName": "react/src/date/datepicker/
|
|
11545
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11527
11546
|
"name": "DatePickerDefaultProps"
|
|
11528
11547
|
}
|
|
11529
11548
|
],
|
|
@@ -11539,12 +11558,12 @@
|
|
|
11539
11558
|
"description": "Apply the disabled modifier to the matching days.\nhttps://react-day-picker.js.org/api/types/Matcher",
|
|
11540
11559
|
"name": "disabled",
|
|
11541
11560
|
"parent": {
|
|
11542
|
-
"fileName": "react/src/date/datepicker/
|
|
11561
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11543
11562
|
"name": "DatePickerDefaultProps"
|
|
11544
11563
|
},
|
|
11545
11564
|
"declarations": [
|
|
11546
11565
|
{
|
|
11547
|
-
"fileName": "react/src/date/datepicker/
|
|
11566
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11548
11567
|
"name": "DatePickerDefaultProps"
|
|
11549
11568
|
}
|
|
11550
11569
|
],
|
|
@@ -11560,12 +11579,12 @@
|
|
|
11560
11579
|
"description": "Disable saturday and sunday.",
|
|
11561
11580
|
"name": "disableWeekends",
|
|
11562
11581
|
"parent": {
|
|
11563
|
-
"fileName": "react/src/date/datepicker/
|
|
11582
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11564
11583
|
"name": "DatePickerDefaultProps"
|
|
11565
11584
|
},
|
|
11566
11585
|
"declarations": [
|
|
11567
11586
|
{
|
|
11568
|
-
"fileName": "react/src/date/datepicker/
|
|
11587
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11569
11588
|
"name": "DatePickerDefaultProps"
|
|
11570
11589
|
}
|
|
11571
11590
|
],
|
|
@@ -11581,12 +11600,12 @@
|
|
|
11581
11600
|
"description": "Shows week numbers in left-column. Use with caution, takes up valuable screenspace for small screens.",
|
|
11582
11601
|
"name": "showWeekNumber",
|
|
11583
11602
|
"parent": {
|
|
11584
|
-
"fileName": "react/src/date/datepicker/
|
|
11603
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11585
11604
|
"name": "DatePickerDefaultProps"
|
|
11586
11605
|
},
|
|
11587
11606
|
"declarations": [
|
|
11588
11607
|
{
|
|
11589
|
-
"fileName": "react/src/date/datepicker/
|
|
11608
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11590
11609
|
"name": "DatePickerDefaultProps"
|
|
11591
11610
|
}
|
|
11592
11611
|
],
|
|
@@ -11602,12 +11621,12 @@
|
|
|
11602
11621
|
"description": "Bubbles Escape keydown-event up trough DOM-tree. This is set to false by default to prevent closing components like Modal on Escape",
|
|
11603
11622
|
"name": "bubbleEscape",
|
|
11604
11623
|
"parent": {
|
|
11605
|
-
"fileName": "react/src/date/datepicker/
|
|
11624
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11606
11625
|
"name": "DatePickerDefaultProps"
|
|
11607
11626
|
},
|
|
11608
11627
|
"declarations": [
|
|
11609
11628
|
{
|
|
11610
|
-
"fileName": "react/src/date/datepicker/
|
|
11629
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11611
11630
|
"name": "DatePickerDefaultProps"
|
|
11612
11631
|
}
|
|
11613
11632
|
],
|
|
@@ -11622,15 +11641,15 @@
|
|
|
11622
11641
|
"name": "mode",
|
|
11623
11642
|
"declarations": [
|
|
11624
11643
|
{
|
|
11625
|
-
"fileName": "react/src/date/datepicker/
|
|
11644
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11626
11645
|
"name": "TypeLiteral"
|
|
11627
11646
|
},
|
|
11628
11647
|
{
|
|
11629
|
-
"fileName": "react/src/date/datepicker/
|
|
11648
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11630
11649
|
"name": "TypeLiteral"
|
|
11631
11650
|
},
|
|
11632
11651
|
{
|
|
11633
|
-
"fileName": "react/src/date/datepicker/
|
|
11652
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11634
11653
|
"name": "TypeLiteral"
|
|
11635
11654
|
}
|
|
11636
11655
|
],
|
|
@@ -11645,15 +11664,15 @@
|
|
|
11645
11664
|
"name": "onSelect",
|
|
11646
11665
|
"declarations": [
|
|
11647
11666
|
{
|
|
11648
|
-
"fileName": "react/src/date/datepicker/
|
|
11667
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11649
11668
|
"name": "TypeLiteral"
|
|
11650
11669
|
},
|
|
11651
11670
|
{
|
|
11652
|
-
"fileName": "react/src/date/datepicker/
|
|
11671
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11653
11672
|
"name": "TypeLiteral"
|
|
11654
11673
|
},
|
|
11655
11674
|
{
|
|
11656
|
-
"fileName": "react/src/date/datepicker/
|
|
11675
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11657
11676
|
"name": "TypeLiteral"
|
|
11658
11677
|
}
|
|
11659
11678
|
],
|
|
@@ -11668,15 +11687,15 @@
|
|
|
11668
11687
|
"name": "selected",
|
|
11669
11688
|
"declarations": [
|
|
11670
11689
|
{
|
|
11671
|
-
"fileName": "react/src/date/datepicker/
|
|
11690
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11672
11691
|
"name": "TypeLiteral"
|
|
11673
11692
|
},
|
|
11674
11693
|
{
|
|
11675
|
-
"fileName": "react/src/date/datepicker/
|
|
11694
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11676
11695
|
"name": "TypeLiteral"
|
|
11677
11696
|
},
|
|
11678
11697
|
{
|
|
11679
|
-
"fileName": "react/src/date/datepicker/
|
|
11698
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11680
11699
|
"name": "TypeLiteral"
|
|
11681
11700
|
}
|
|
11682
11701
|
],
|
|
@@ -11691,15 +11710,15 @@
|
|
|
11691
11710
|
"name": "defaultSelected",
|
|
11692
11711
|
"declarations": [
|
|
11693
11712
|
{
|
|
11694
|
-
"fileName": "react/src/date/datepicker/
|
|
11713
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11695
11714
|
"name": "TypeLiteral"
|
|
11696
11715
|
},
|
|
11697
11716
|
{
|
|
11698
|
-
"fileName": "react/src/date/datepicker/
|
|
11717
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11699
11718
|
"name": "TypeLiteral"
|
|
11700
11719
|
},
|
|
11701
11720
|
{
|
|
11702
|
-
"fileName": "react/src/date/datepicker/
|
|
11721
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11703
11722
|
"name": "TypeLiteral"
|
|
11704
11723
|
}
|
|
11705
11724
|
],
|
|
@@ -11714,15 +11733,15 @@
|
|
|
11714
11733
|
"name": "onWeekNumberClick",
|
|
11715
11734
|
"declarations": [
|
|
11716
11735
|
{
|
|
11717
|
-
"fileName": "react/src/date/datepicker/
|
|
11736
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11718
11737
|
"name": "TypeLiteral"
|
|
11719
11738
|
},
|
|
11720
11739
|
{
|
|
11721
|
-
"fileName": "react/src/date/datepicker/
|
|
11740
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11722
11741
|
"name": "TypeLiteral"
|
|
11723
11742
|
},
|
|
11724
11743
|
{
|
|
11725
|
-
"fileName": "react/src/date/datepicker/
|
|
11744
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11726
11745
|
"name": "TypeLiteral"
|
|
11727
11746
|
}
|
|
11728
11747
|
],
|
|
@@ -11756,11 +11775,11 @@
|
|
|
11756
11775
|
"name": "min",
|
|
11757
11776
|
"declarations": [
|
|
11758
11777
|
{
|
|
11759
|
-
"fileName": "react/src/date/datepicker/
|
|
11778
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11760
11779
|
"name": "TypeLiteral"
|
|
11761
11780
|
},
|
|
11762
11781
|
{
|
|
11763
|
-
"fileName": "react/src/date/datepicker/
|
|
11782
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11764
11783
|
"name": "TypeLiteral"
|
|
11765
11784
|
}
|
|
11766
11785
|
],
|
|
@@ -11775,11 +11794,11 @@
|
|
|
11775
11794
|
"name": "max",
|
|
11776
11795
|
"declarations": [
|
|
11777
11796
|
{
|
|
11778
|
-
"fileName": "react/src/date/datepicker/
|
|
11797
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11779
11798
|
"name": "TypeLiteral"
|
|
11780
11799
|
},
|
|
11781
11800
|
{
|
|
11782
|
-
"fileName": "react/src/date/datepicker/
|
|
11801
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11783
11802
|
"name": "TypeLiteral"
|
|
11784
11803
|
}
|
|
11785
11804
|
],
|
|
@@ -11959,12 +11978,12 @@
|
|
|
11959
11978
|
"description": "Changes datepicker locale",
|
|
11960
11979
|
"name": "locale",
|
|
11961
11980
|
"parent": {
|
|
11962
|
-
"fileName": "react/src/date/datepicker/
|
|
11981
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11963
11982
|
"name": "DatePickerDefaultProps"
|
|
11964
11983
|
},
|
|
11965
11984
|
"declarations": [
|
|
11966
11985
|
{
|
|
11967
|
-
"fileName": "react/src/date/datepicker/
|
|
11986
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11968
11987
|
"name": "DatePickerDefaultProps"
|
|
11969
11988
|
}
|
|
11970
11989
|
],
|
|
@@ -11978,12 +11997,12 @@
|
|
|
11978
11997
|
"description": "The earliest day to start navigation.",
|
|
11979
11998
|
"name": "fromDate",
|
|
11980
11999
|
"parent": {
|
|
11981
|
-
"fileName": "react/src/date/datepicker/
|
|
12000
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11982
12001
|
"name": "DatePickerDefaultProps"
|
|
11983
12002
|
},
|
|
11984
12003
|
"declarations": [
|
|
11985
12004
|
{
|
|
11986
|
-
"fileName": "react/src/date/datepicker/
|
|
12005
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
11987
12006
|
"name": "DatePickerDefaultProps"
|
|
11988
12007
|
}
|
|
11989
12008
|
],
|
|
@@ -11997,12 +12016,12 @@
|
|
|
11997
12016
|
"description": "The latests day to end navigation.",
|
|
11998
12017
|
"name": "toDate",
|
|
11999
12018
|
"parent": {
|
|
12000
|
-
"fileName": "react/src/date/datepicker/
|
|
12019
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12001
12020
|
"name": "DatePickerDefaultProps"
|
|
12002
12021
|
},
|
|
12003
12022
|
"declarations": [
|
|
12004
12023
|
{
|
|
12005
|
-
"fileName": "react/src/date/datepicker/
|
|
12024
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12006
12025
|
"name": "DatePickerDefaultProps"
|
|
12007
12026
|
}
|
|
12008
12027
|
],
|
|
@@ -12016,12 +12035,12 @@
|
|
|
12016
12035
|
"description": "Apply the disabled modifier to the matching days.\nhttps://react-day-picker.js.org/api/types/Matcher",
|
|
12017
12036
|
"name": "disabled",
|
|
12018
12037
|
"parent": {
|
|
12019
|
-
"fileName": "react/src/date/datepicker/
|
|
12038
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12020
12039
|
"name": "DatePickerDefaultProps"
|
|
12021
12040
|
},
|
|
12022
12041
|
"declarations": [
|
|
12023
12042
|
{
|
|
12024
|
-
"fileName": "react/src/date/datepicker/
|
|
12043
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12025
12044
|
"name": "DatePickerDefaultProps"
|
|
12026
12045
|
}
|
|
12027
12046
|
],
|
|
@@ -12037,12 +12056,12 @@
|
|
|
12037
12056
|
"description": "Disable saturday and sunday.",
|
|
12038
12057
|
"name": "disableWeekends",
|
|
12039
12058
|
"parent": {
|
|
12040
|
-
"fileName": "react/src/date/datepicker/
|
|
12059
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12041
12060
|
"name": "DatePickerDefaultProps"
|
|
12042
12061
|
},
|
|
12043
12062
|
"declarations": [
|
|
12044
12063
|
{
|
|
12045
|
-
"fileName": "react/src/date/datepicker/
|
|
12064
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12046
12065
|
"name": "DatePickerDefaultProps"
|
|
12047
12066
|
}
|
|
12048
12067
|
],
|
|
@@ -12203,12 +12222,12 @@
|
|
|
12203
12222
|
"description": "Changes monthpicker locale",
|
|
12204
12223
|
"name": "locale",
|
|
12205
12224
|
"parent": {
|
|
12206
|
-
"fileName": "react/src/date/monthpicker/
|
|
12225
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12207
12226
|
"name": "MonthPickerProps"
|
|
12208
12227
|
},
|
|
12209
12228
|
"declarations": [
|
|
12210
12229
|
{
|
|
12211
|
-
"fileName": "react/src/date/monthpicker/
|
|
12230
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12212
12231
|
"name": "MonthPickerProps"
|
|
12213
12232
|
}
|
|
12214
12233
|
],
|
|
@@ -12222,12 +12241,12 @@
|
|
|
12222
12241
|
"description": "The earliest month to start navigation.",
|
|
12223
12242
|
"name": "fromDate",
|
|
12224
12243
|
"parent": {
|
|
12225
|
-
"fileName": "react/src/date/monthpicker/
|
|
12244
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12226
12245
|
"name": "MonthPickerProps"
|
|
12227
12246
|
},
|
|
12228
12247
|
"declarations": [
|
|
12229
12248
|
{
|
|
12230
|
-
"fileName": "react/src/date/monthpicker/
|
|
12249
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12231
12250
|
"name": "MonthPickerProps"
|
|
12232
12251
|
}
|
|
12233
12252
|
],
|
|
@@ -12241,12 +12260,12 @@
|
|
|
12241
12260
|
"description": "The latest day to end navigation.",
|
|
12242
12261
|
"name": "toDate",
|
|
12243
12262
|
"parent": {
|
|
12244
|
-
"fileName": "react/src/date/monthpicker/
|
|
12263
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12245
12264
|
"name": "MonthPickerProps"
|
|
12246
12265
|
},
|
|
12247
12266
|
"declarations": [
|
|
12248
12267
|
{
|
|
12249
|
-
"fileName": "react/src/date/monthpicker/
|
|
12268
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12250
12269
|
"name": "MonthPickerProps"
|
|
12251
12270
|
}
|
|
12252
12271
|
],
|
|
@@ -12260,12 +12279,12 @@
|
|
|
12260
12279
|
"description": "Apply the disabled modifier to the matching months. Uses a subset of React Day Picker Matcher type. https://react-day-picker.js.org/api/types/Matcher",
|
|
12261
12280
|
"name": "disabled",
|
|
12262
12281
|
"parent": {
|
|
12263
|
-
"fileName": "react/src/date/monthpicker/
|
|
12282
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12264
12283
|
"name": "MonthPickerProps"
|
|
12265
12284
|
},
|
|
12266
12285
|
"declarations": [
|
|
12267
12286
|
{
|
|
12268
|
-
"fileName": "react/src/date/monthpicker/
|
|
12287
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12269
12288
|
"name": "MonthPickerProps"
|
|
12270
12289
|
}
|
|
12271
12290
|
],
|
|
@@ -12279,12 +12298,12 @@
|
|
|
12279
12298
|
"description": "Default selected month.",
|
|
12280
12299
|
"name": "defaultSelected",
|
|
12281
12300
|
"parent": {
|
|
12282
|
-
"fileName": "react/src/date/monthpicker/
|
|
12301
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12283
12302
|
"name": "MonthPickerProps"
|
|
12284
12303
|
},
|
|
12285
12304
|
"declarations": [
|
|
12286
12305
|
{
|
|
12287
|
-
"fileName": "react/src/date/monthpicker/
|
|
12306
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12288
12307
|
"name": "MonthPickerProps"
|
|
12289
12308
|
}
|
|
12290
12309
|
],
|
|
@@ -12363,12 +12382,12 @@
|
|
|
12363
12382
|
"description": "Changes datepicker locale",
|
|
12364
12383
|
"name": "locale",
|
|
12365
12384
|
"parent": {
|
|
12366
|
-
"fileName": "react/src/date/datepicker/
|
|
12385
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12367
12386
|
"name": "DatePickerDefaultProps"
|
|
12368
12387
|
},
|
|
12369
12388
|
"declarations": [
|
|
12370
12389
|
{
|
|
12371
|
-
"fileName": "react/src/date/datepicker/
|
|
12390
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12372
12391
|
"name": "DatePickerDefaultProps"
|
|
12373
12392
|
}
|
|
12374
12393
|
],
|
|
@@ -12382,12 +12401,12 @@
|
|
|
12382
12401
|
"description": "The earliest day to start navigation.",
|
|
12383
12402
|
"name": "fromDate",
|
|
12384
12403
|
"parent": {
|
|
12385
|
-
"fileName": "react/src/date/datepicker/
|
|
12404
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12386
12405
|
"name": "DatePickerDefaultProps"
|
|
12387
12406
|
},
|
|
12388
12407
|
"declarations": [
|
|
12389
12408
|
{
|
|
12390
|
-
"fileName": "react/src/date/datepicker/
|
|
12409
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12391
12410
|
"name": "DatePickerDefaultProps"
|
|
12392
12411
|
}
|
|
12393
12412
|
],
|
|
@@ -12401,12 +12420,12 @@
|
|
|
12401
12420
|
"description": "The latests day to end navigation.",
|
|
12402
12421
|
"name": "toDate",
|
|
12403
12422
|
"parent": {
|
|
12404
|
-
"fileName": "react/src/date/datepicker/
|
|
12423
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12405
12424
|
"name": "DatePickerDefaultProps"
|
|
12406
12425
|
},
|
|
12407
12426
|
"declarations": [
|
|
12408
12427
|
{
|
|
12409
|
-
"fileName": "react/src/date/datepicker/
|
|
12428
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12410
12429
|
"name": "DatePickerDefaultProps"
|
|
12411
12430
|
}
|
|
12412
12431
|
],
|
|
@@ -12420,12 +12439,12 @@
|
|
|
12420
12439
|
"description": "Apply the disabled modifier to the matching days.\nhttps://react-day-picker.js.org/api/types/Matcher",
|
|
12421
12440
|
"name": "disabled",
|
|
12422
12441
|
"parent": {
|
|
12423
|
-
"fileName": "react/src/date/datepicker/
|
|
12442
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12424
12443
|
"name": "DatePickerDefaultProps"
|
|
12425
12444
|
},
|
|
12426
12445
|
"declarations": [
|
|
12427
12446
|
{
|
|
12428
|
-
"fileName": "react/src/date/datepicker/
|
|
12447
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12429
12448
|
"name": "DatePickerDefaultProps"
|
|
12430
12449
|
}
|
|
12431
12450
|
],
|
|
@@ -12441,12 +12460,12 @@
|
|
|
12441
12460
|
"description": "Disable saturday and sunday.",
|
|
12442
12461
|
"name": "disableWeekends",
|
|
12443
12462
|
"parent": {
|
|
12444
|
-
"fileName": "react/src/date/datepicker/
|
|
12463
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12445
12464
|
"name": "DatePickerDefaultProps"
|
|
12446
12465
|
},
|
|
12447
12466
|
"declarations": [
|
|
12448
12467
|
{
|
|
12449
|
-
"fileName": "react/src/date/datepicker/
|
|
12468
|
+
"fileName": "react/src/date/datepicker/types.ts",
|
|
12450
12469
|
"name": "DatePickerDefaultProps"
|
|
12451
12470
|
}
|
|
12452
12471
|
],
|
|
@@ -12687,12 +12706,12 @@
|
|
|
12687
12706
|
"description": "Element monthpicker anchors to. Use <MonthPicker.Input /> for built-in toggle,\nor make your own with the open/onClose props",
|
|
12688
12707
|
"name": "children",
|
|
12689
12708
|
"parent": {
|
|
12690
|
-
"fileName": "src/date/monthpicker/
|
|
12709
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12691
12710
|
"name": "MonthPickerProps"
|
|
12692
12711
|
},
|
|
12693
12712
|
"declarations": [
|
|
12694
12713
|
{
|
|
12695
|
-
"fileName": "src/date/monthpicker/
|
|
12714
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12696
12715
|
"name": "MonthPickerProps"
|
|
12697
12716
|
}
|
|
12698
12717
|
],
|
|
@@ -12706,12 +12725,12 @@
|
|
|
12706
12725
|
"description": "Classname for datepicker in popover",
|
|
12707
12726
|
"name": "className",
|
|
12708
12727
|
"parent": {
|
|
12709
|
-
"fileName": "src/date/monthpicker/
|
|
12728
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12710
12729
|
"name": "MonthPickerProps"
|
|
12711
12730
|
},
|
|
12712
12731
|
"declarations": [
|
|
12713
12732
|
{
|
|
12714
|
-
"fileName": "src/date/monthpicker/
|
|
12733
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12715
12734
|
"name": "MonthPickerProps"
|
|
12716
12735
|
}
|
|
12717
12736
|
],
|
|
@@ -12725,12 +12744,12 @@
|
|
|
12725
12744
|
"description": "Classname for wrapper",
|
|
12726
12745
|
"name": "wrapperClassName",
|
|
12727
12746
|
"parent": {
|
|
12728
|
-
"fileName": "src/date/monthpicker/
|
|
12747
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12729
12748
|
"name": "MonthPickerProps"
|
|
12730
12749
|
},
|
|
12731
12750
|
"declarations": [
|
|
12732
12751
|
{
|
|
12733
|
-
"fileName": "src/date/monthpicker/
|
|
12752
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12734
12753
|
"name": "MonthPickerProps"
|
|
12735
12754
|
}
|
|
12736
12755
|
],
|
|
@@ -12744,12 +12763,12 @@
|
|
|
12744
12763
|
"description": "The earliest month to start navigation.",
|
|
12745
12764
|
"name": "fromDate",
|
|
12746
12765
|
"parent": {
|
|
12747
|
-
"fileName": "src/date/monthpicker/
|
|
12766
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12748
12767
|
"name": "MonthPickerProps"
|
|
12749
12768
|
},
|
|
12750
12769
|
"declarations": [
|
|
12751
12770
|
{
|
|
12752
|
-
"fileName": "src/date/monthpicker/
|
|
12771
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12753
12772
|
"name": "MonthPickerProps"
|
|
12754
12773
|
}
|
|
12755
12774
|
],
|
|
@@ -12763,12 +12782,12 @@
|
|
|
12763
12782
|
"description": "The latest day to end navigation.",
|
|
12764
12783
|
"name": "toDate",
|
|
12765
12784
|
"parent": {
|
|
12766
|
-
"fileName": "src/date/monthpicker/
|
|
12785
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12767
12786
|
"name": "MonthPickerProps"
|
|
12768
12787
|
},
|
|
12769
12788
|
"declarations": [
|
|
12770
12789
|
{
|
|
12771
|
-
"fileName": "src/date/monthpicker/
|
|
12790
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12772
12791
|
"name": "MonthPickerProps"
|
|
12773
12792
|
}
|
|
12774
12793
|
],
|
|
@@ -12784,12 +12803,12 @@
|
|
|
12784
12803
|
"description": "Changes monthpicker locale",
|
|
12785
12804
|
"name": "locale",
|
|
12786
12805
|
"parent": {
|
|
12787
|
-
"fileName": "src/date/monthpicker/
|
|
12806
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12788
12807
|
"name": "MonthPickerProps"
|
|
12789
12808
|
},
|
|
12790
12809
|
"declarations": [
|
|
12791
12810
|
{
|
|
12792
|
-
"fileName": "src/date/monthpicker/
|
|
12811
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12793
12812
|
"name": "MonthPickerProps"
|
|
12794
12813
|
}
|
|
12795
12814
|
],
|
|
@@ -12805,12 +12824,12 @@
|
|
|
12805
12824
|
"description": "Display dropdown for choosing year. Needs `fromDate` + `toDate` to work.",
|
|
12806
12825
|
"name": "dropdownCaption",
|
|
12807
12826
|
"parent": {
|
|
12808
|
-
"fileName": "src/date/monthpicker/
|
|
12827
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12809
12828
|
"name": "MonthPickerProps"
|
|
12810
12829
|
},
|
|
12811
12830
|
"declarations": [
|
|
12812
12831
|
{
|
|
12813
|
-
"fileName": "src/date/monthpicker/
|
|
12832
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12814
12833
|
"name": "MonthPickerProps"
|
|
12815
12834
|
}
|
|
12816
12835
|
],
|
|
@@ -12824,12 +12843,12 @@
|
|
|
12824
12843
|
"description": "Apply the disabled modifier to the matching months. Uses a subset of React Day Picker Matcher type. https://react-day-picker.js.org/api/types/Matcher",
|
|
12825
12844
|
"name": "disabled",
|
|
12826
12845
|
"parent": {
|
|
12827
|
-
"fileName": "src/date/monthpicker/
|
|
12846
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12828
12847
|
"name": "MonthPickerProps"
|
|
12829
12848
|
},
|
|
12830
12849
|
"declarations": [
|
|
12831
12850
|
{
|
|
12832
|
-
"fileName": "src/date/monthpicker/
|
|
12851
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12833
12852
|
"name": "MonthPickerProps"
|
|
12834
12853
|
}
|
|
12835
12854
|
],
|
|
@@ -12843,12 +12862,12 @@
|
|
|
12843
12862
|
"description": "Controlled selected-month",
|
|
12844
12863
|
"name": "selected",
|
|
12845
12864
|
"parent": {
|
|
12846
|
-
"fileName": "src/date/monthpicker/
|
|
12865
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12847
12866
|
"name": "MonthPickerProps"
|
|
12848
12867
|
},
|
|
12849
12868
|
"declarations": [
|
|
12850
12869
|
{
|
|
12851
|
-
"fileName": "src/date/monthpicker/
|
|
12870
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12852
12871
|
"name": "MonthPickerProps"
|
|
12853
12872
|
}
|
|
12854
12873
|
],
|
|
@@ -12862,12 +12881,12 @@
|
|
|
12862
12881
|
"description": "Default selected month.",
|
|
12863
12882
|
"name": "defaultSelected",
|
|
12864
12883
|
"parent": {
|
|
12865
|
-
"fileName": "src/date/monthpicker/
|
|
12884
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12866
12885
|
"name": "MonthPickerProps"
|
|
12867
12886
|
},
|
|
12868
12887
|
"declarations": [
|
|
12869
12888
|
{
|
|
12870
|
-
"fileName": "src/date/monthpicker/
|
|
12889
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12871
12890
|
"name": "MonthPickerProps"
|
|
12872
12891
|
}
|
|
12873
12892
|
],
|
|
@@ -12881,12 +12900,12 @@
|
|
|
12881
12900
|
"description": "Open state for user-controlled state. Component controlled by default",
|
|
12882
12901
|
"name": "open",
|
|
12883
12902
|
"parent": {
|
|
12884
|
-
"fileName": "src/date/monthpicker/
|
|
12903
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12885
12904
|
"name": "MonthPickerProps"
|
|
12886
12905
|
},
|
|
12887
12906
|
"declarations": [
|
|
12888
12907
|
{
|
|
12889
|
-
"fileName": "src/date/monthpicker/
|
|
12908
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12890
12909
|
"name": "MonthPickerProps"
|
|
12891
12910
|
}
|
|
12892
12911
|
],
|
|
@@ -12900,12 +12919,12 @@
|
|
|
12900
12919
|
"description": "onClose callback for user-controlled state",
|
|
12901
12920
|
"name": "onClose",
|
|
12902
12921
|
"parent": {
|
|
12903
|
-
"fileName": "src/date/monthpicker/
|
|
12922
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12904
12923
|
"name": "MonthPickerProps"
|
|
12905
12924
|
},
|
|
12906
12925
|
"declarations": [
|
|
12907
12926
|
{
|
|
12908
|
-
"fileName": "src/date/monthpicker/
|
|
12927
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12909
12928
|
"name": "MonthPickerProps"
|
|
12910
12929
|
}
|
|
12911
12930
|
],
|
|
@@ -12919,12 +12938,12 @@
|
|
|
12919
12938
|
"description": "onOpenToggle callback for user-controlled-state. Only called if `<MonthPicker.Input />` is used",
|
|
12920
12939
|
"name": "onOpenToggle",
|
|
12921
12940
|
"parent": {
|
|
12922
|
-
"fileName": "src/date/monthpicker/
|
|
12941
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12923
12942
|
"name": "MonthPickerProps"
|
|
12924
12943
|
},
|
|
12925
12944
|
"declarations": [
|
|
12926
12945
|
{
|
|
12927
|
-
"fileName": "src/date/monthpicker/
|
|
12946
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12928
12947
|
"name": "MonthPickerProps"
|
|
12929
12948
|
}
|
|
12930
12949
|
],
|
|
@@ -12938,12 +12957,12 @@
|
|
|
12938
12957
|
"description": "Callback for user-controlled state",
|
|
12939
12958
|
"name": "onMonthSelect",
|
|
12940
12959
|
"parent": {
|
|
12941
|
-
"fileName": "src/date/monthpicker/
|
|
12960
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12942
12961
|
"name": "MonthPickerProps"
|
|
12943
12962
|
},
|
|
12944
12963
|
"declarations": [
|
|
12945
12964
|
{
|
|
12946
|
-
"fileName": "src/date/monthpicker/
|
|
12965
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12947
12966
|
"name": "MonthPickerProps"
|
|
12948
12967
|
}
|
|
12949
12968
|
],
|
|
@@ -12957,12 +12976,12 @@
|
|
|
12957
12976
|
"description": "Used to set visible year programmatically. Component controlled by default",
|
|
12958
12977
|
"name": "year",
|
|
12959
12978
|
"parent": {
|
|
12960
|
-
"fileName": "src/date/monthpicker/
|
|
12979
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12961
12980
|
"name": "MonthPickerProps"
|
|
12962
12981
|
},
|
|
12963
12982
|
"declarations": [
|
|
12964
12983
|
{
|
|
12965
|
-
"fileName": "src/date/monthpicker/
|
|
12984
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12966
12985
|
"name": "MonthPickerProps"
|
|
12967
12986
|
}
|
|
12968
12987
|
],
|
|
@@ -12976,12 +12995,12 @@
|
|
|
12976
12995
|
"description": "Event fired when the user navigates between years.",
|
|
12977
12996
|
"name": "onYearChange",
|
|
12978
12997
|
"parent": {
|
|
12979
|
-
"fileName": "src/date/monthpicker/
|
|
12998
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12980
12999
|
"name": "MonthPickerProps"
|
|
12981
13000
|
},
|
|
12982
13001
|
"declarations": [
|
|
12983
13002
|
{
|
|
12984
|
-
"fileName": "src/date/monthpicker/
|
|
13003
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
12985
13004
|
"name": "MonthPickerProps"
|
|
12986
13005
|
}
|
|
12987
13006
|
],
|
|
@@ -12997,12 +13016,12 @@
|
|
|
12997
13016
|
"description": "Avoid using if possible!\nChanges what CSS position property to use\nYou want to use \"fixed\" if parent wrapper has position relative, but you want popover to escape",
|
|
12998
13017
|
"name": "strategy",
|
|
12999
13018
|
"parent": {
|
|
13000
|
-
"fileName": "src/date/monthpicker/
|
|
13019
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13001
13020
|
"name": "MonthPickerProps"
|
|
13002
13021
|
},
|
|
13003
13022
|
"declarations": [
|
|
13004
13023
|
{
|
|
13005
|
-
"fileName": "src/date/monthpicker/
|
|
13024
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13006
13025
|
"name": "MonthPickerProps"
|
|
13007
13026
|
}
|
|
13008
13027
|
],
|
|
@@ -13018,12 +13037,12 @@
|
|
|
13018
13037
|
"description": "Bubbles Escape keydown-event up trough DOM-tree. This is set to false by default to prevent closing components like Modal on Escape",
|
|
13019
13038
|
"name": "bubbleEscape",
|
|
13020
13039
|
"parent": {
|
|
13021
|
-
"fileName": "src/date/monthpicker/
|
|
13040
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13022
13041
|
"name": "MonthPickerProps"
|
|
13023
13042
|
},
|
|
13024
13043
|
"declarations": [
|
|
13025
13044
|
{
|
|
13026
|
-
"fileName": "src/date/monthpicker/
|
|
13045
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13027
13046
|
"name": "MonthPickerProps"
|
|
13028
13047
|
}
|
|
13029
13048
|
],
|
|
@@ -13064,12 +13083,12 @@
|
|
|
13064
13083
|
"description": "Display dropdown for choosing year. Needs `fromDate` + `toDate` to work.",
|
|
13065
13084
|
"name": "dropdownCaption",
|
|
13066
13085
|
"parent": {
|
|
13067
|
-
"fileName": "react/src/date/monthpicker/
|
|
13086
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13068
13087
|
"name": "MonthPickerProps"
|
|
13069
13088
|
},
|
|
13070
13089
|
"declarations": [
|
|
13071
13090
|
{
|
|
13072
|
-
"fileName": "react/src/date/monthpicker/
|
|
13091
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13073
13092
|
"name": "MonthPickerProps"
|
|
13074
13093
|
}
|
|
13075
13094
|
],
|
|
@@ -13083,12 +13102,12 @@
|
|
|
13083
13102
|
"description": "Element monthpicker anchors to. Use <MonthPicker.Input /> for built-in toggle,\nor make your own with the open/onClose props",
|
|
13084
13103
|
"name": "children",
|
|
13085
13104
|
"parent": {
|
|
13086
|
-
"fileName": "react/src/date/monthpicker/
|
|
13105
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13087
13106
|
"name": "MonthPickerProps"
|
|
13088
13107
|
},
|
|
13089
13108
|
"declarations": [
|
|
13090
13109
|
{
|
|
13091
|
-
"fileName": "react/src/date/monthpicker/
|
|
13110
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13092
13111
|
"name": "MonthPickerProps"
|
|
13093
13112
|
}
|
|
13094
13113
|
],
|
|
@@ -13102,12 +13121,12 @@
|
|
|
13102
13121
|
"description": "The earliest month to start navigation.",
|
|
13103
13122
|
"name": "fromDate",
|
|
13104
13123
|
"parent": {
|
|
13105
|
-
"fileName": "react/src/date/monthpicker/
|
|
13124
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13106
13125
|
"name": "MonthPickerProps"
|
|
13107
13126
|
},
|
|
13108
13127
|
"declarations": [
|
|
13109
13128
|
{
|
|
13110
|
-
"fileName": "react/src/date/monthpicker/
|
|
13129
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13111
13130
|
"name": "MonthPickerProps"
|
|
13112
13131
|
}
|
|
13113
13132
|
],
|
|
@@ -13121,12 +13140,12 @@
|
|
|
13121
13140
|
"description": "The latest day to end navigation.",
|
|
13122
13141
|
"name": "toDate",
|
|
13123
13142
|
"parent": {
|
|
13124
|
-
"fileName": "react/src/date/monthpicker/
|
|
13143
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13125
13144
|
"name": "MonthPickerProps"
|
|
13126
13145
|
},
|
|
13127
13146
|
"declarations": [
|
|
13128
13147
|
{
|
|
13129
|
-
"fileName": "react/src/date/monthpicker/
|
|
13148
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13130
13149
|
"name": "MonthPickerProps"
|
|
13131
13150
|
}
|
|
13132
13151
|
],
|
|
@@ -13142,12 +13161,12 @@
|
|
|
13142
13161
|
"description": "Changes monthpicker locale",
|
|
13143
13162
|
"name": "locale",
|
|
13144
13163
|
"parent": {
|
|
13145
|
-
"fileName": "react/src/date/monthpicker/
|
|
13164
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13146
13165
|
"name": "MonthPickerProps"
|
|
13147
13166
|
},
|
|
13148
13167
|
"declarations": [
|
|
13149
13168
|
{
|
|
13150
|
-
"fileName": "react/src/date/monthpicker/
|
|
13169
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13151
13170
|
"name": "MonthPickerProps"
|
|
13152
13171
|
}
|
|
13153
13172
|
],
|
|
@@ -13163,12 +13182,12 @@
|
|
|
13163
13182
|
"description": "Apply the disabled modifier to the matching months. Uses a subset of React Day Picker Matcher type. https://react-day-picker.js.org/api/types/Matcher",
|
|
13164
13183
|
"name": "disabled",
|
|
13165
13184
|
"parent": {
|
|
13166
|
-
"fileName": "react/src/date/monthpicker/
|
|
13185
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13167
13186
|
"name": "MonthPickerProps"
|
|
13168
13187
|
},
|
|
13169
13188
|
"declarations": [
|
|
13170
13189
|
{
|
|
13171
|
-
"fileName": "react/src/date/monthpicker/
|
|
13190
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13172
13191
|
"name": "MonthPickerProps"
|
|
13173
13192
|
}
|
|
13174
13193
|
],
|
|
@@ -13182,12 +13201,12 @@
|
|
|
13182
13201
|
"description": "Controlled selected-month",
|
|
13183
13202
|
"name": "selected",
|
|
13184
13203
|
"parent": {
|
|
13185
|
-
"fileName": "react/src/date/monthpicker/
|
|
13204
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13186
13205
|
"name": "MonthPickerProps"
|
|
13187
13206
|
},
|
|
13188
13207
|
"declarations": [
|
|
13189
13208
|
{
|
|
13190
|
-
"fileName": "react/src/date/monthpicker/
|
|
13209
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13191
13210
|
"name": "MonthPickerProps"
|
|
13192
13211
|
}
|
|
13193
13212
|
],
|
|
@@ -13201,12 +13220,12 @@
|
|
|
13201
13220
|
"description": "Default selected month.",
|
|
13202
13221
|
"name": "defaultSelected",
|
|
13203
13222
|
"parent": {
|
|
13204
|
-
"fileName": "react/src/date/monthpicker/
|
|
13223
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13205
13224
|
"name": "MonthPickerProps"
|
|
13206
13225
|
},
|
|
13207
13226
|
"declarations": [
|
|
13208
13227
|
{
|
|
13209
|
-
"fileName": "react/src/date/monthpicker/
|
|
13228
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13210
13229
|
"name": "MonthPickerProps"
|
|
13211
13230
|
}
|
|
13212
13231
|
],
|
|
@@ -13220,12 +13239,12 @@
|
|
|
13220
13239
|
"description": "Callback for user-controlled state",
|
|
13221
13240
|
"name": "onMonthSelect",
|
|
13222
13241
|
"parent": {
|
|
13223
|
-
"fileName": "react/src/date/monthpicker/
|
|
13242
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13224
13243
|
"name": "MonthPickerProps"
|
|
13225
13244
|
},
|
|
13226
13245
|
"declarations": [
|
|
13227
13246
|
{
|
|
13228
|
-
"fileName": "react/src/date/monthpicker/
|
|
13247
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13229
13248
|
"name": "MonthPickerProps"
|
|
13230
13249
|
}
|
|
13231
13250
|
],
|
|
@@ -13239,12 +13258,12 @@
|
|
|
13239
13258
|
"description": "Used to set visible year programmatically. Component controlled by default",
|
|
13240
13259
|
"name": "year",
|
|
13241
13260
|
"parent": {
|
|
13242
|
-
"fileName": "react/src/date/monthpicker/
|
|
13261
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13243
13262
|
"name": "MonthPickerProps"
|
|
13244
13263
|
},
|
|
13245
13264
|
"declarations": [
|
|
13246
13265
|
{
|
|
13247
|
-
"fileName": "react/src/date/monthpicker/
|
|
13266
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13248
13267
|
"name": "MonthPickerProps"
|
|
13249
13268
|
}
|
|
13250
13269
|
],
|
|
@@ -13258,12 +13277,12 @@
|
|
|
13258
13277
|
"description": "Event fired when the user navigates between years.",
|
|
13259
13278
|
"name": "onYearChange",
|
|
13260
13279
|
"parent": {
|
|
13261
|
-
"fileName": "react/src/date/monthpicker/
|
|
13280
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13262
13281
|
"name": "MonthPickerProps"
|
|
13263
13282
|
},
|
|
13264
13283
|
"declarations": [
|
|
13265
13284
|
{
|
|
13266
|
-
"fileName": "react/src/date/monthpicker/
|
|
13285
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13267
13286
|
"name": "MonthPickerProps"
|
|
13268
13287
|
}
|
|
13269
13288
|
],
|
|
@@ -13279,12 +13298,12 @@
|
|
|
13279
13298
|
"description": "Bubbles Escape keydown-event up trough DOM-tree. This is set to false by default to prevent closing components like Modal on Escape",
|
|
13280
13299
|
"name": "bubbleEscape",
|
|
13281
13300
|
"parent": {
|
|
13282
|
-
"fileName": "react/src/date/monthpicker/
|
|
13301
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13283
13302
|
"name": "MonthPickerProps"
|
|
13284
13303
|
},
|
|
13285
13304
|
"declarations": [
|
|
13286
13305
|
{
|
|
13287
|
-
"fileName": "react/src/date/monthpicker/
|
|
13306
|
+
"fileName": "react/src/date/monthpicker/types.ts",
|
|
13288
13307
|
"name": "MonthPickerProps"
|
|
13289
13308
|
}
|
|
13290
13309
|
],
|
|
@@ -13765,12 +13784,12 @@
|
|
|
13765
13784
|
"description": "Adds error indication on checkbox",
|
|
13766
13785
|
"name": "error",
|
|
13767
13786
|
"parent": {
|
|
13768
|
-
"fileName": "src/form/checkbox/
|
|
13787
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13769
13788
|
"name": "CheckboxProps"
|
|
13770
13789
|
},
|
|
13771
13790
|
"declarations": [
|
|
13772
13791
|
{
|
|
13773
|
-
"fileName": "src/form/checkbox/
|
|
13792
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13774
13793
|
"name": "CheckboxProps"
|
|
13775
13794
|
}
|
|
13776
13795
|
],
|
|
@@ -13784,12 +13803,12 @@
|
|
|
13784
13803
|
"description": "Id for error resulting in checkbox having error",
|
|
13785
13804
|
"name": "errorId",
|
|
13786
13805
|
"parent": {
|
|
13787
|
-
"fileName": "src/form/checkbox/
|
|
13806
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13788
13807
|
"name": "CheckboxProps"
|
|
13789
13808
|
},
|
|
13790
13809
|
"declarations": [
|
|
13791
13810
|
{
|
|
13792
|
-
"fileName": "src/form/checkbox/
|
|
13811
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13793
13812
|
"name": "CheckboxProps"
|
|
13794
13813
|
}
|
|
13795
13814
|
],
|
|
@@ -13803,12 +13822,12 @@
|
|
|
13803
13822
|
"description": "Checkbox label",
|
|
13804
13823
|
"name": "children",
|
|
13805
13824
|
"parent": {
|
|
13806
|
-
"fileName": "src/form/checkbox/
|
|
13825
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13807
13826
|
"name": "CheckboxProps"
|
|
13808
13827
|
},
|
|
13809
13828
|
"declarations": [
|
|
13810
13829
|
{
|
|
13811
|
-
"fileName": "src/form/checkbox/
|
|
13830
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13812
13831
|
"name": "CheckboxProps"
|
|
13813
13832
|
}
|
|
13814
13833
|
],
|
|
@@ -13822,12 +13841,12 @@
|
|
|
13822
13841
|
"description": "Hides label and makes it viewable for screen-readers only.",
|
|
13823
13842
|
"name": "hideLabel",
|
|
13824
13843
|
"parent": {
|
|
13825
|
-
"fileName": "src/form/checkbox/
|
|
13844
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13826
13845
|
"name": "CheckboxProps"
|
|
13827
13846
|
},
|
|
13828
13847
|
"declarations": [
|
|
13829
13848
|
{
|
|
13830
|
-
"fileName": "src/form/checkbox/
|
|
13849
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13831
13850
|
"name": "CheckboxProps"
|
|
13832
13851
|
}
|
|
13833
13852
|
],
|
|
@@ -13841,12 +13860,12 @@
|
|
|
13841
13860
|
"description": "The value of the HTML element.",
|
|
13842
13861
|
"name": "value",
|
|
13843
13862
|
"parent": {
|
|
13844
|
-
"fileName": "src/form/checkbox/
|
|
13863
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13845
13864
|
"name": "CheckboxProps"
|
|
13846
13865
|
},
|
|
13847
13866
|
"declarations": [
|
|
13848
13867
|
{
|
|
13849
|
-
"fileName": "src/form/checkbox/
|
|
13868
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13850
13869
|
"name": "CheckboxProps"
|
|
13851
13870
|
}
|
|
13852
13871
|
],
|
|
@@ -13862,12 +13881,12 @@
|
|
|
13862
13881
|
"description": "Specify whether the Checkbox is in an indeterminate state",
|
|
13863
13882
|
"name": "indeterminate",
|
|
13864
13883
|
"parent": {
|
|
13865
|
-
"fileName": "src/form/checkbox/
|
|
13884
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13866
13885
|
"name": "CheckboxProps"
|
|
13867
13886
|
},
|
|
13868
13887
|
"declarations": [
|
|
13869
13888
|
{
|
|
13870
|
-
"fileName": "src/form/checkbox/
|
|
13889
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13871
13890
|
"name": "CheckboxProps"
|
|
13872
13891
|
}
|
|
13873
13892
|
],
|
|
@@ -13881,12 +13900,12 @@
|
|
|
13881
13900
|
"description": "Adds a description to extend labling of Checkbox",
|
|
13882
13901
|
"name": "description",
|
|
13883
13902
|
"parent": {
|
|
13884
|
-
"fileName": "src/form/checkbox/
|
|
13903
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13885
13904
|
"name": "CheckboxProps"
|
|
13886
13905
|
},
|
|
13887
13906
|
"declarations": [
|
|
13888
13907
|
{
|
|
13889
|
-
"fileName": "src/form/checkbox/
|
|
13908
|
+
"fileName": "react/src/form/checkbox/types.ts",
|
|
13890
13909
|
"name": "CheckboxProps"
|
|
13891
13910
|
}
|
|
13892
13911
|
],
|
|
@@ -15785,12 +15804,12 @@
|
|
|
15785
15804
|
"description": "Radio label",
|
|
15786
15805
|
"name": "children",
|
|
15787
15806
|
"parent": {
|
|
15788
|
-
"fileName": "src/form/radio/
|
|
15807
|
+
"fileName": "react/src/form/radio/types.ts",
|
|
15789
15808
|
"name": "RadioProps"
|
|
15790
15809
|
},
|
|
15791
15810
|
"declarations": [
|
|
15792
15811
|
{
|
|
15793
|
-
"fileName": "src/form/radio/
|
|
15812
|
+
"fileName": "react/src/form/radio/types.ts",
|
|
15794
15813
|
"name": "RadioProps"
|
|
15795
15814
|
}
|
|
15796
15815
|
],
|
|
@@ -15804,12 +15823,12 @@
|
|
|
15804
15823
|
"description": "The value of the HTML element",
|
|
15805
15824
|
"name": "value",
|
|
15806
15825
|
"parent": {
|
|
15807
|
-
"fileName": "src/form/radio/
|
|
15826
|
+
"fileName": "react/src/form/radio/types.ts",
|
|
15808
15827
|
"name": "RadioProps"
|
|
15809
15828
|
},
|
|
15810
15829
|
"declarations": [
|
|
15811
15830
|
{
|
|
15812
|
-
"fileName": "src/form/radio/
|
|
15831
|
+
"fileName": "react/src/form/radio/types.ts",
|
|
15813
15832
|
"name": "RadioProps"
|
|
15814
15833
|
}
|
|
15815
15834
|
],
|
|
@@ -15823,12 +15842,12 @@
|
|
|
15823
15842
|
"description": "Adds a description to extend labling of Radio",
|
|
15824
15843
|
"name": "description",
|
|
15825
15844
|
"parent": {
|
|
15826
|
-
"fileName": "src/form/radio/
|
|
15845
|
+
"fileName": "react/src/form/radio/types.ts",
|
|
15827
15846
|
"name": "RadioProps"
|
|
15828
15847
|
},
|
|
15829
15848
|
"declarations": [
|
|
15830
15849
|
{
|
|
15831
|
-
"fileName": "src/form/radio/
|
|
15850
|
+
"fileName": "react/src/form/radio/types.ts",
|
|
15832
15851
|
"name": "RadioProps"
|
|
15833
15852
|
}
|
|
15834
15853
|
],
|
|
@@ -17890,12 +17909,12 @@
|
|
|
17890
17909
|
"description": "",
|
|
17891
17910
|
"name": "start",
|
|
17892
17911
|
"parent": {
|
|
17893
|
-
"fileName": "react/src/timeline/period/
|
|
17912
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17894
17913
|
"name": "PeriodProps"
|
|
17895
17914
|
},
|
|
17896
17915
|
"declarations": [
|
|
17897
17916
|
{
|
|
17898
|
-
"fileName": "react/src/timeline/period/
|
|
17917
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17899
17918
|
"name": "PeriodProps"
|
|
17900
17919
|
}
|
|
17901
17920
|
],
|
|
@@ -17909,12 +17928,12 @@
|
|
|
17909
17928
|
"description": "",
|
|
17910
17929
|
"name": "end",
|
|
17911
17930
|
"parent": {
|
|
17912
|
-
"fileName": "react/src/timeline/period/
|
|
17931
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17913
17932
|
"name": "PeriodProps"
|
|
17914
17933
|
},
|
|
17915
17934
|
"declarations": [
|
|
17916
17935
|
{
|
|
17917
|
-
"fileName": "react/src/timeline/period/
|
|
17936
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17918
17937
|
"name": "PeriodProps"
|
|
17919
17938
|
}
|
|
17920
17939
|
],
|
|
@@ -17928,12 +17947,12 @@
|
|
|
17928
17947
|
"description": "",
|
|
17929
17948
|
"name": "status",
|
|
17930
17949
|
"parent": {
|
|
17931
|
-
"fileName": "react/src/timeline/period/
|
|
17950
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17932
17951
|
"name": "PeriodProps"
|
|
17933
17952
|
},
|
|
17934
17953
|
"declarations": [
|
|
17935
17954
|
{
|
|
17936
|
-
"fileName": "react/src/timeline/period/
|
|
17955
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17937
17956
|
"name": "PeriodProps"
|
|
17938
17957
|
}
|
|
17939
17958
|
],
|
|
@@ -17947,12 +17966,12 @@
|
|
|
17947
17966
|
"description": "",
|
|
17948
17967
|
"name": "cropped",
|
|
17949
17968
|
"parent": {
|
|
17950
|
-
"fileName": "react/src/timeline/period/
|
|
17969
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17951
17970
|
"name": "PeriodProps"
|
|
17952
17971
|
},
|
|
17953
17972
|
"declarations": [
|
|
17954
17973
|
{
|
|
17955
|
-
"fileName": "react/src/timeline/period/
|
|
17974
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17956
17975
|
"name": "PeriodProps"
|
|
17957
17976
|
}
|
|
17958
17977
|
],
|
|
@@ -17966,12 +17985,12 @@
|
|
|
17966
17985
|
"description": "",
|
|
17967
17986
|
"name": "direction",
|
|
17968
17987
|
"parent": {
|
|
17969
|
-
"fileName": "react/src/timeline/period/
|
|
17988
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17970
17989
|
"name": "PeriodProps"
|
|
17971
17990
|
},
|
|
17972
17991
|
"declarations": [
|
|
17973
17992
|
{
|
|
17974
|
-
"fileName": "react/src/timeline/period/
|
|
17993
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17975
17994
|
"name": "PeriodProps"
|
|
17976
17995
|
}
|
|
17977
17996
|
],
|
|
@@ -17985,12 +18004,12 @@
|
|
|
17985
18004
|
"description": "",
|
|
17986
18005
|
"name": "width",
|
|
17987
18006
|
"parent": {
|
|
17988
|
-
"fileName": "react/src/timeline/period/
|
|
18007
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17989
18008
|
"name": "PeriodProps"
|
|
17990
18009
|
},
|
|
17991
18010
|
"declarations": [
|
|
17992
18011
|
{
|
|
17993
|
-
"fileName": "react/src/timeline/period/
|
|
18012
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
17994
18013
|
"name": "PeriodProps"
|
|
17995
18014
|
}
|
|
17996
18015
|
],
|
|
@@ -18004,12 +18023,12 @@
|
|
|
18004
18023
|
"description": "",
|
|
18005
18024
|
"name": "left",
|
|
18006
18025
|
"parent": {
|
|
18007
|
-
"fileName": "react/src/timeline/period/
|
|
18026
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18008
18027
|
"name": "PeriodProps"
|
|
18009
18028
|
},
|
|
18010
18029
|
"declarations": [
|
|
18011
18030
|
{
|
|
18012
|
-
"fileName": "react/src/timeline/period/
|
|
18031
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18013
18032
|
"name": "PeriodProps"
|
|
18014
18033
|
}
|
|
18015
18034
|
],
|
|
@@ -18023,12 +18042,12 @@
|
|
|
18023
18042
|
"description": "",
|
|
18024
18043
|
"name": "icon",
|
|
18025
18044
|
"parent": {
|
|
18026
|
-
"fileName": "react/src/timeline/period/
|
|
18045
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18027
18046
|
"name": "PeriodProps"
|
|
18028
18047
|
},
|
|
18029
18048
|
"declarations": [
|
|
18030
18049
|
{
|
|
18031
|
-
"fileName": "react/src/timeline/period/
|
|
18050
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18032
18051
|
"name": "PeriodProps"
|
|
18033
18052
|
}
|
|
18034
18053
|
],
|
|
@@ -18042,12 +18061,12 @@
|
|
|
18042
18061
|
"description": "",
|
|
18043
18062
|
"name": "statusLabel",
|
|
18044
18063
|
"parent": {
|
|
18045
|
-
"fileName": "react/src/timeline/period/
|
|
18064
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18046
18065
|
"name": "PeriodProps"
|
|
18047
18066
|
},
|
|
18048
18067
|
"declarations": [
|
|
18049
18068
|
{
|
|
18050
|
-
"fileName": "react/src/timeline/period/
|
|
18069
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18051
18070
|
"name": "PeriodProps"
|
|
18052
18071
|
}
|
|
18053
18072
|
],
|
|
@@ -18061,12 +18080,12 @@
|
|
|
18061
18080
|
"description": "",
|
|
18062
18081
|
"name": "restProps",
|
|
18063
18082
|
"parent": {
|
|
18064
|
-
"fileName": "react/src/timeline/period/
|
|
18083
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18065
18084
|
"name": "PeriodProps"
|
|
18066
18085
|
},
|
|
18067
18086
|
"declarations": [
|
|
18068
18087
|
{
|
|
18069
|
-
"fileName": "react/src/timeline/period/
|
|
18088
|
+
"fileName": "react/src/timeline/period/types.ts",
|
|
18070
18089
|
"name": "PeriodProps"
|
|
18071
18090
|
}
|
|
18072
18091
|
],
|