@1money/component-ui 0.0.42-alpha.9 → 0.0.43
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/README.md +19 -24
- package/es/components/Accordion/Accordion.js +1 -1
- package/es/components/Accordion/constants.js +1 -1
- package/es/components/Accordion/index.js +1 -1
- package/es/components/Accordion/interface.js +1 -1
- package/es/components/Accordion/style/css.js +1 -1
- package/es/components/Accordion/style/index.js +1 -1
- package/es/components/Alert/Alert.js +1 -1
- package/es/components/Alert/index.js +1 -1
- package/es/components/Alert/interface.js +1 -1
- package/es/components/Alert/style/css.js +1 -1
- package/es/components/Alert/style/index.js +1 -1
- package/es/components/Button/Button.js +1 -1
- package/es/components/Button/constants.js +1 -1
- package/es/components/Button/index.js +1 -1
- package/es/components/Button/interface.js +1 -1
- package/es/components/Button/style/css.js +1 -1
- package/es/components/Button/style/index.js +1 -1
- package/es/components/Calendar/Calendar.js +1 -1
- package/es/components/Calendar/index.js +1 -1
- package/es/components/Calendar/interface.js +1 -1
- package/es/components/Calendar/style/css.js +1 -1
- package/es/components/Calendar/style/index.js +1 -1
- package/es/components/Carousel/Carousel.js +1 -1
- package/es/components/Carousel/index.js +1 -1
- package/es/components/Carousel/interface.js +1 -1
- package/es/components/Carousel/style/css.js +1 -1
- package/es/components/Carousel/style/index.js +1 -1
- package/es/components/Cell/Cell.js +1 -1
- package/es/components/Cell/index.js +1 -1
- package/es/components/Cell/interface.js +1 -1
- package/es/components/Cell/style/css.js +1 -1
- package/es/components/Cell/style/index.js +1 -1
- package/es/components/Checkbox/BaseCheckbox.js +1 -1
- package/es/components/Checkbox/Checkbox.js +1 -1
- package/es/components/Checkbox/CheckboxGroup.js +1 -1
- package/es/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/es/components/Checkbox/constants.js +1 -1
- package/es/components/Checkbox/index.js +1 -1
- package/es/components/Checkbox/interface.js +1 -1
- package/es/components/Checkbox/style/css.js +1 -1
- package/es/components/Checkbox/style/index.js +1 -1
- package/es/components/CoachMark/CoachMark.js +1 -1
- package/es/components/CoachMark/index.js +1 -1
- package/es/components/CoachMark/interface.js +1 -1
- package/es/components/CoachMark/style/css.js +1 -1
- package/es/components/CoachMark/style/index.js +1 -1
- package/es/components/Copy/Clipboard.js +1 -1
- package/es/components/Copy/Copy.js +1 -1
- package/es/components/Copy/index.js +1 -1
- package/es/components/Copy/interface.js +1 -1
- package/es/components/Copy/style/css.js +1 -1
- package/es/components/Copy/style/index.js +1 -1
- package/es/components/Dialog/Dialog.js +1 -1
- package/es/components/Dialog/constants.js +1 -1
- package/es/components/Dialog/index.js +1 -1
- package/es/components/Dialog/interface.js +1 -1
- package/es/components/Dialog/style/css.js +1 -1
- package/es/components/Dialog/style/index.js +1 -1
- package/es/components/Divider/Divider.js +1 -1
- package/es/components/Divider/constants.js +1 -1
- package/es/components/Divider/index.js +1 -1
- package/es/components/Divider/interface.js +1 -1
- package/es/components/Divider/style/css.js +1 -1
- package/es/components/Divider/style/index.js +1 -1
- package/es/components/Drawer/Drawer.js +1 -1
- package/es/components/Drawer/constants.js +1 -1
- package/es/components/Drawer/hooks/index.js +1 -1
- package/es/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/es/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/es/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/es/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/es/components/Drawer/index.js +1 -1
- package/es/components/Drawer/interface.js +1 -1
- package/es/components/Drawer/style/css.js +1 -1
- package/es/components/Drawer/style/index.js +1 -1
- package/es/components/Dropdown/Dropdown.js +3 -11
- package/es/components/Dropdown/index.js +1 -1
- package/es/components/Dropdown/interface.js +1 -1
- package/es/components/Dropdown/style/css.js +1 -1
- package/es/components/Dropdown/style/index.js +1 -1
- package/es/components/Empty/Empty.js +1 -1
- package/es/components/Empty/index.js +1 -1
- package/es/components/Empty/interface.js +1 -1
- package/es/components/Empty/style/css.js +1 -1
- package/es/components/Empty/style/index.js +1 -1
- package/es/components/Flex/Flex.js +1 -1
- package/es/components/Flex/constants.js +1 -1
- package/es/components/Flex/index.js +1 -1
- package/es/components/Flex/interface.js +1 -1
- package/es/components/Flex/style/css.js +1 -1
- package/es/components/Flex/style/index.js +1 -1
- package/es/components/Grid/Col.js +1 -1
- package/es/components/Grid/Grid.js +1 -1
- package/es/components/Grid/Row.js +1 -1
- package/es/components/Grid/constants.js +1 -1
- package/es/components/Grid/helper.js +1 -1
- package/es/components/Grid/index.js +1 -1
- package/es/components/Grid/interface.js +1 -1
- package/es/components/Grid/style/css.js +1 -1
- package/es/components/Grid/style/index.js +1 -1
- package/es/components/Icons/Icons.js +1 -1
- package/es/components/Icons/Illustrations.js +1 -1
- package/es/components/Icons/Logo.js +1 -1
- package/es/components/Icons/SVGs.js +1 -1
- package/es/components/Icons/Wrapper.js +1 -1
- package/es/components/Icons/index.js +1 -1
- package/es/components/Icons/interface.d.ts +3 -0
- package/es/components/Icons/interface.js +1 -1
- package/es/components/Icons/style/css.js +1 -1
- package/es/components/Icons/style/index.js +1 -1
- package/es/components/Input/Amount/Amount.js +1 -1
- package/es/components/Input/Amount/helper.js +1 -1
- package/es/components/Input/Amount/index.js +1 -1
- package/es/components/Input/Amount/style/css.js +1 -1
- package/es/components/Input/Amount/style/index.js +1 -1
- package/es/components/Input/FieldShell/FieldShell.js +1 -1
- package/es/components/Input/FieldShell/index.js +1 -1
- package/es/components/Input/Input/Input.js +1 -1
- package/es/components/Input/Input/index.js +1 -1
- package/es/components/Input/Mask/Mask.js +1 -1
- package/es/components/Input/Mask/index.js +1 -1
- package/es/components/Input/OTP/OTP.js +1 -1
- package/es/components/Input/OTP/index.js +1 -1
- package/es/components/Input/Password/Password.js +1 -1
- package/es/components/Input/Password/index.js +1 -1
- package/es/components/Input/Search/Search.js +1 -1
- package/es/components/Input/Search/index.js +1 -1
- package/es/components/Input/TextArea/TextArea.js +1 -1
- package/es/components/Input/TextArea/index.js +1 -1
- package/es/components/Input/Trade/Trade.js +1 -1
- package/es/components/Input/Trade/index.js +1 -1
- package/es/components/Input/constants.js +1 -1
- package/es/components/Input/index.js +1 -1
- package/es/components/Input/interface.js +1 -1
- package/es/components/Input/style/css.js +1 -1
- package/es/components/Input/style/index.js +1 -1
- package/es/components/Input/useAmountInput.js +1 -1
- package/es/components/Input/useSyncRef.js +1 -1
- package/es/components/Link/Link.js +1 -1
- package/es/components/Link/constants.js +1 -1
- package/es/components/Link/index.js +1 -1
- package/es/components/Link/interface.js +1 -1
- package/es/components/Link/style/css.js +1 -1
- package/es/components/Link/style/index.js +1 -1
- package/es/components/Navigation/Nav.js +1 -1
- package/es/components/Navigation/Navigation.js +1 -1
- package/es/components/Navigation/NavigationLogo.js +1 -1
- package/es/components/Navigation/NavigationStepper.js +1 -1
- package/es/components/Navigation/index.js +1 -1
- package/es/components/Navigation/interface.js +1 -1
- package/es/components/Navigation/style/css.js +1 -1
- package/es/components/Navigation/style/index.js +1 -1
- package/es/components/Notification/Notification.js +1 -1
- package/es/components/Notification/NotificationStatic.js +1 -1
- package/es/components/Notification/constants.js +1 -1
- package/es/components/Notification/index.js +1 -1
- package/es/components/Notification/interface.js +1 -1
- package/es/components/Notification/style/css.js +1 -1
- package/es/components/Notification/style/index.js +1 -1
- package/es/components/Pagination/Pagination.js +1 -1
- package/es/components/Pagination/constants.js +1 -1
- package/es/components/Pagination/index.js +1 -1
- package/es/components/Pagination/interface.js +1 -1
- package/es/components/Pagination/style/css.js +1 -1
- package/es/components/Pagination/style/index.js +1 -1
- package/es/components/Pagination/usePagination.js +1 -1
- package/es/components/Popconfirm/Popconfirm.js +1 -1
- package/es/components/Popconfirm/constants.js +1 -1
- package/es/components/Popconfirm/index.js +1 -1
- package/es/components/Popconfirm/interface.js +1 -1
- package/es/components/Popconfirm/style/css.js +1 -1
- package/es/components/Popconfirm/style/index.js +1 -1
- package/es/components/Portal/Portal.js +1 -1
- package/es/components/Portal/index.js +1 -1
- package/es/components/Portal/interface.js +1 -1
- package/es/components/ProForm/ProForm.js +1 -1
- package/es/components/ProForm/ProFormDependency.js +1 -1
- package/es/components/ProForm/ProFormGroup.js +1 -1
- package/es/components/ProForm/ProFormItem.js +1 -1
- package/es/components/ProForm/ProFormList.js +1 -1
- package/es/components/ProForm/Submitter.js +1 -1
- package/es/components/ProForm/constants.js +1 -1
- package/es/components/ProForm/context.js +1 -1
- package/es/components/ProForm/core/constants.js +1 -1
- package/es/components/ProForm/core/hooks/useForm.js +1 -1
- package/es/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/es/components/ProForm/core/index.js +1 -1
- package/es/components/ProForm/core/interface.js +1 -1
- package/es/components/ProForm/core/useFormItem.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/es/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/es/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/es/components/ProForm/fields/ProFormPassword.js +1 -1
- package/es/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/es/components/ProForm/fields/ProFormSelect.js +1 -1
- package/es/components/ProForm/fields/ProFormSlider.js +1 -1
- package/es/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/es/components/ProForm/fields/ProFormText.js +1 -1
- package/es/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/es/components/ProForm/fields/ProFormUpload.js +1 -1
- package/es/components/ProForm/fields/createProFormField.js +1 -1
- package/es/components/ProForm/fields/index.js +1 -1
- package/es/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/es/components/ProForm/index.js +1 -1
- package/es/components/ProForm/interface.js +1 -1
- package/es/components/ProForm/layouts/DialogForm.js +1 -1
- package/es/components/ProForm/layouts/DrawerForm.js +1 -1
- package/es/components/ProForm/layouts/QueryFilter.js +1 -1
- package/es/components/ProForm/layouts/index.js +1 -1
- package/es/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/es/components/ProForm/style/css.js +1 -1
- package/es/components/ProForm/style/index.js +1 -1
- package/es/components/ProForm/utils.js +1 -1
- package/es/components/Progress/Progress.js +1 -1
- package/es/components/Progress/constants.js +1 -1
- package/es/components/Progress/index.js +1 -1
- package/es/components/Progress/interface.js +1 -1
- package/es/components/Progress/style/css.js +1 -1
- package/es/components/Progress/style/index.js +1 -1
- package/es/components/Radio/BaseRadio.js +1 -1
- package/es/components/Radio/Radio.js +1 -1
- package/es/components/Radio/RadioGroup.js +1 -1
- package/es/components/Radio/RadioGroupContext.js +1 -1
- package/es/components/Radio/constants.js +1 -1
- package/es/components/Radio/index.js +1 -1
- package/es/components/Radio/interface.js +1 -1
- package/es/components/Radio/style/css.js +1 -1
- package/es/components/Radio/style/index.js +1 -1
- package/es/components/ResizeObserver/Collection.js +1 -1
- package/es/components/ResizeObserver/ResizeObserver.js +1 -1
- package/es/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/es/components/ResizeObserver/index.js +1 -1
- package/es/components/ResizeObserver/interface.js +1 -1
- package/es/components/ResizeObserver/useResizeObserver.js +1 -1
- package/es/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/es/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/es/components/Segment/Segment.js +1 -1
- package/es/components/Segment/index.js +1 -1
- package/es/components/Segment/interface.js +1 -1
- package/es/components/Segment/style/css.js +1 -1
- package/es/components/Segment/style/index.js +1 -1
- package/es/components/Select/Select.js +59 -64
- package/es/components/Select/SelectFieldShell.d.ts +0 -1
- package/es/components/Select/SelectFieldShell.js +3 -9
- package/es/components/Select/SelectOptionContent.js +1 -1
- package/es/components/Select/SelectSearchControl.d.ts +0 -2
- package/es/components/Select/SelectSearchControl.js +4 -7
- package/es/components/Select/SelectValueContent.js +1 -1
- package/es/components/Select/constants.js +1 -1
- package/es/components/Select/index.d.ts +0 -1
- package/es/components/Select/index.js +1 -2
- package/es/components/Select/interface.d.ts +0 -116
- package/es/components/Select/interface.js +1 -1
- package/es/components/Select/style/Select.css +1 -1
- package/es/components/Select/style/css.js +1 -1
- package/es/components/Select/style/index.js +1 -1
- package/es/components/Select/utils.js +1 -1
- package/es/components/Skeleton/Skeleton.js +1 -1
- package/es/components/Skeleton/index.js +1 -1
- package/es/components/Skeleton/interface.js +1 -1
- package/es/components/Skeleton/style/css.js +1 -1
- package/es/components/Skeleton/style/index.js +1 -1
- package/es/components/Slider/Slider.js +1 -1
- package/es/components/Slider/index.js +1 -1
- package/es/components/Slider/interface.js +1 -1
- package/es/components/Slider/style/css.js +1 -1
- package/es/components/Slider/style/index.js +1 -1
- package/es/components/Space/Space.js +1 -1
- package/es/components/Space/constants.js +1 -1
- package/es/components/Space/index.js +1 -1
- package/es/components/Space/interface.js +1 -1
- package/es/components/Space/style/css.js +1 -1
- package/es/components/Space/style/index.js +1 -1
- package/es/components/Spinner/Spinner.js +1 -1
- package/es/components/Spinner/index.js +1 -1
- package/es/components/Spinner/interface.js +1 -1
- package/es/components/Spinner/style/css.js +1 -1
- package/es/components/Spinner/style/index.js +1 -1
- package/es/components/Step/Step.js +1 -1
- package/es/components/Step/constants.js +1 -1
- package/es/components/Step/index.js +1 -1
- package/es/components/Step/interface.js +1 -1
- package/es/components/Step/style/css.js +1 -1
- package/es/components/Step/style/index.js +1 -1
- package/es/components/Switch/Switch.js +1 -1
- package/es/components/Switch/constants.js +1 -1
- package/es/components/Switch/index.js +1 -1
- package/es/components/Switch/interface.js +1 -1
- package/es/components/Switch/style/css.js +1 -1
- package/es/components/Switch/style/index.js +1 -1
- package/es/components/Table/Table.js +1 -1
- package/es/components/Table/VirtualTable.js +1 -1
- package/es/components/Table/constants.js +1 -1
- package/es/components/Table/core/useTableColumns.js +1 -1
- package/es/components/Table/core/useTableDataPipeline.js +1 -1
- package/es/components/Table/core/useTableExpand.js +1 -1
- package/es/components/Table/core/useTableSelection.js +1 -1
- package/es/components/Table/features/ExpandTrigger.js +1 -1
- package/es/components/Table/features/SelectionColumn.js +1 -1
- package/es/components/Table/features/SortTrigger.js +1 -1
- package/es/components/Table/index.js +1 -1
- package/es/components/Table/interface.js +1 -1
- package/es/components/Table/internal/index.js +1 -1
- package/es/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/es/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/es/components/Table/internal/kernel/Body/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/index.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/es/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/es/components/Table/internal/kernel/ColGroup.js +1 -1
- package/es/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/es/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/es/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/es/components/Table/internal/kernel/Footer/index.js +1 -1
- package/es/components/Table/internal/kernel/Header/Header.js +1 -1
- package/es/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/es/components/Table/internal/kernel/Panel/index.js +1 -1
- package/es/components/Table/internal/kernel/Table.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/es/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/es/components/Table/internal/kernel/constant.js +1 -1
- package/es/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/es/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/es/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/es/components/Table/internal/kernel/index.js +1 -1
- package/es/components/Table/internal/kernel/interface.js +1 -1
- package/es/components/Table/internal/kernel/namePathType.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/es/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/es/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/es/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/es/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/es/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/es/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/get.js +1 -1
- package/es/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/es/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/es/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/es/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/es/components/Table/internal/kernel/utils/warning.js +1 -1
- package/es/components/Table/renderers/BodyCell.js +1 -1
- package/es/components/Table/renderers/CellContent.js +1 -1
- package/es/components/Table/renderers/EmptyState.js +1 -1
- package/es/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/es/components/Table/renderers/HeaderCell.js +1 -1
- package/es/components/Table/style/css.js +1 -1
- package/es/components/Table/style/index.js +1 -1
- package/es/components/Tabs/Tabs.js +1 -1
- package/es/components/Tabs/index.js +1 -1
- package/es/components/Tabs/interface.js +1 -1
- package/es/components/Tabs/style/css.js +1 -1
- package/es/components/Tabs/style/index.js +1 -1
- package/es/components/Tag/Tag.js +1 -1
- package/es/components/Tag/constants.js +1 -1
- package/es/components/Tag/index.js +1 -1
- package/es/components/Tag/interface.js +1 -1
- package/es/components/Tag/style/css.js +1 -1
- package/es/components/Tag/style/index.js +1 -1
- package/es/components/Tooltip/Tooltip.js +1 -1
- package/es/components/Tooltip/index.js +1 -1
- package/es/components/Tooltip/interface.js +1 -1
- package/es/components/Tooltip/style/css.js +1 -1
- package/es/components/Tooltip/style/index.js +1 -1
- package/es/components/Tour/Tour.js +1 -1
- package/es/components/Tour/index.js +1 -1
- package/es/components/Tour/interface.js +1 -1
- package/es/components/Trigger/Trigger.js +8 -33
- package/es/components/Trigger/index.js +1 -1
- package/es/components/Trigger/interface.d.ts +2 -25
- package/es/components/Trigger/interface.js +1 -1
- package/es/components/Trigger/style/css.js +1 -1
- package/es/components/Trigger/style/index.js +1 -1
- package/es/components/Typography/Typography.js +1 -1
- package/es/components/Typography/constants.js +1 -1
- package/es/components/Typography/index.js +1 -1
- package/es/components/Typography/interface.js +1 -1
- package/es/components/Typography/render.js +1 -1
- package/es/components/Typography/style/css.js +1 -1
- package/es/components/Typography/style/index.js +1 -1
- package/es/components/Typography/useTypographyEnhancements.js +1 -1
- package/es/components/Typography/utils.js +1 -1
- package/es/components/Upload/Upload.js +1 -1
- package/es/components/Upload/UploadFileBar.js +1 -1
- package/es/components/Upload/index.js +1 -1
- package/es/components/Upload/interface.d.ts +2 -0
- package/es/components/Upload/interface.js +1 -1
- package/es/components/Upload/style/css.js +1 -1
- package/es/components/Upload/style/index.js +1 -1
- package/es/components/VirtualList/Filler.js +1 -1
- package/es/components/VirtualList/Item.js +1 -1
- package/es/components/VirtualList/ScrollBar.js +1 -1
- package/es/components/VirtualList/VirtualList.js +1 -1
- package/es/components/VirtualList/constants.js +1 -1
- package/es/components/VirtualList/hooks/useChildren.js +1 -1
- package/es/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/es/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/es/components/VirtualList/hooks/useGetSize.js +1 -1
- package/es/components/VirtualList/hooks/useHeights.js +1 -1
- package/es/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/es/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/es/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/es/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/es/components/VirtualList/index.js +1 -1
- package/es/components/VirtualList/interface.js +1 -1
- package/es/components/VirtualList/style/css.js +1 -1
- package/es/components/VirtualList/style/index.js +1 -1
- package/es/components/VirtualList/utils/CacheMap.js +1 -1
- package/es/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/es/components/VirtualList/utils/isFirefox.js +1 -1
- package/es/components/VirtualList/utils/raf.js +1 -1
- package/es/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/es/index.css +1 -1
- package/es/index.d.ts +3 -3
- package/es/index.js +2 -2
- package/es/stories/docs/ComponentDocsPage.js +2 -2
- package/es/stories/docs/componentDocMeta.js +1 -4
- package/es/stories/docs/storybook-docs.css +1 -323
- package/es/utils/classnames.js +1 -1
- package/es/utils/clipboard.js +1 -1
- package/es/utils/ref.js +1 -1
- package/es/utils/uuid.js +1 -1
- package/lib/components/Accordion/Accordion.js +1 -1
- package/lib/components/Accordion/constants.js +1 -1
- package/lib/components/Accordion/index.js +1 -1
- package/lib/components/Accordion/interface.js +1 -1
- package/lib/components/Accordion/style/css.js +1 -1
- package/lib/components/Accordion/style/index.js +1 -1
- package/lib/components/Alert/Alert.js +1 -1
- package/lib/components/Alert/index.js +1 -1
- package/lib/components/Alert/interface.js +1 -1
- package/lib/components/Alert/style/css.js +1 -1
- package/lib/components/Alert/style/index.js +1 -1
- package/lib/components/Button/Button.js +1 -1
- package/lib/components/Button/constants.js +1 -1
- package/lib/components/Button/index.js +1 -1
- package/lib/components/Button/interface.js +1 -1
- package/lib/components/Button/style/css.js +1 -1
- package/lib/components/Button/style/index.js +1 -1
- package/lib/components/Calendar/Calendar.js +1 -1
- package/lib/components/Calendar/index.js +1 -1
- package/lib/components/Calendar/interface.js +1 -1
- package/lib/components/Calendar/style/css.js +1 -1
- package/lib/components/Calendar/style/index.js +1 -1
- package/lib/components/Carousel/Carousel.js +1 -1
- package/lib/components/Carousel/index.js +1 -1
- package/lib/components/Carousel/interface.js +1 -1
- package/lib/components/Carousel/style/css.js +1 -1
- package/lib/components/Carousel/style/index.js +1 -1
- package/lib/components/Cell/Cell.js +1 -1
- package/lib/components/Cell/index.js +1 -1
- package/lib/components/Cell/interface.js +1 -1
- package/lib/components/Cell/style/css.js +1 -1
- package/lib/components/Cell/style/index.js +1 -1
- package/lib/components/Checkbox/BaseCheckbox.js +1 -1
- package/lib/components/Checkbox/Checkbox.js +1 -1
- package/lib/components/Checkbox/CheckboxGroup.js +1 -1
- package/lib/components/Checkbox/CheckboxGroupContext.js +1 -1
- package/lib/components/Checkbox/constants.js +1 -1
- package/lib/components/Checkbox/index.js +1 -1
- package/lib/components/Checkbox/interface.js +1 -1
- package/lib/components/Checkbox/style/css.js +1 -1
- package/lib/components/Checkbox/style/index.js +1 -1
- package/lib/components/CoachMark/CoachMark.js +1 -1
- package/lib/components/CoachMark/index.js +1 -1
- package/lib/components/CoachMark/interface.js +1 -1
- package/lib/components/CoachMark/style/css.js +1 -1
- package/lib/components/CoachMark/style/index.js +1 -1
- package/lib/components/Copy/Clipboard.js +1 -1
- package/lib/components/Copy/Copy.js +1 -1
- package/lib/components/Copy/index.js +1 -1
- package/lib/components/Copy/interface.js +1 -1
- package/lib/components/Copy/style/css.js +1 -1
- package/lib/components/Copy/style/index.js +1 -1
- package/lib/components/Dialog/Dialog.js +1 -1
- package/lib/components/Dialog/constants.js +1 -1
- package/lib/components/Dialog/index.js +1 -1
- package/lib/components/Dialog/interface.js +1 -1
- package/lib/components/Dialog/style/css.js +1 -1
- package/lib/components/Dialog/style/index.js +1 -1
- package/lib/components/Divider/Divider.js +1 -1
- package/lib/components/Divider/constants.js +1 -1
- package/lib/components/Divider/index.js +1 -1
- package/lib/components/Divider/interface.js +1 -1
- package/lib/components/Divider/style/css.js +1 -1
- package/lib/components/Divider/style/index.js +1 -1
- package/lib/components/Drawer/Drawer.js +1 -1
- package/lib/components/Drawer/constants.js +1 -1
- package/lib/components/Drawer/hooks/index.js +1 -1
- package/lib/components/Drawer/hooks/useBodyScrollLock.js +1 -1
- package/lib/components/Drawer/hooks/useDialogFocus.js +1 -1
- package/lib/components/Drawer/hooks/useDrawerTransition.js +1 -1
- package/lib/components/Drawer/hooks/useEscapeClose.js +1 -1
- package/lib/components/Drawer/index.js +1 -1
- package/lib/components/Drawer/interface.js +1 -1
- package/lib/components/Drawer/style/css.js +1 -1
- package/lib/components/Drawer/style/index.js +1 -1
- package/lib/components/Dropdown/Dropdown.js +3 -11
- package/lib/components/Dropdown/index.js +1 -1
- package/lib/components/Dropdown/interface.js +1 -1
- package/lib/components/Dropdown/style/css.js +1 -1
- package/lib/components/Dropdown/style/index.js +1 -1
- package/lib/components/Empty/Empty.js +1 -1
- package/lib/components/Empty/index.js +1 -1
- package/lib/components/Empty/interface.js +1 -1
- package/lib/components/Empty/style/css.js +1 -1
- package/lib/components/Empty/style/index.js +1 -1
- package/lib/components/Flex/Flex.js +1 -1
- package/lib/components/Flex/constants.js +1 -1
- package/lib/components/Flex/index.js +1 -1
- package/lib/components/Flex/interface.js +1 -1
- package/lib/components/Flex/style/css.js +1 -1
- package/lib/components/Flex/style/index.js +1 -1
- package/lib/components/Grid/Col.js +1 -1
- package/lib/components/Grid/Grid.js +1 -1
- package/lib/components/Grid/Row.js +1 -1
- package/lib/components/Grid/constants.js +1 -1
- package/lib/components/Grid/helper.js +1 -1
- package/lib/components/Grid/index.js +1 -1
- package/lib/components/Grid/interface.js +1 -1
- package/lib/components/Grid/style/css.js +1 -1
- package/lib/components/Grid/style/index.js +1 -1
- package/lib/components/Icons/Icons.js +1 -1
- package/lib/components/Icons/Illustrations.js +1 -1
- package/lib/components/Icons/Logo.js +1 -1
- package/lib/components/Icons/SVGs.js +1 -1
- package/lib/components/Icons/Wrapper.js +1 -1
- package/lib/components/Icons/index.js +1 -1
- package/lib/components/Icons/interface.d.ts +3 -0
- package/lib/components/Icons/interface.js +1 -1
- package/lib/components/Icons/style/css.js +1 -1
- package/lib/components/Icons/style/index.js +1 -1
- package/lib/components/Input/Amount/Amount.js +1 -1
- package/lib/components/Input/Amount/helper.js +1 -1
- package/lib/components/Input/Amount/index.js +1 -1
- package/lib/components/Input/Amount/style/css.js +1 -1
- package/lib/components/Input/Amount/style/index.js +1 -1
- package/lib/components/Input/FieldShell/FieldShell.js +1 -1
- package/lib/components/Input/FieldShell/index.js +1 -1
- package/lib/components/Input/Input/Input.js +1 -1
- package/lib/components/Input/Input/index.js +1 -1
- package/lib/components/Input/Mask/Mask.js +1 -1
- package/lib/components/Input/Mask/index.js +1 -1
- package/lib/components/Input/OTP/OTP.js +1 -1
- package/lib/components/Input/OTP/index.js +1 -1
- package/lib/components/Input/Password/Password.js +1 -1
- package/lib/components/Input/Password/index.js +1 -1
- package/lib/components/Input/Search/Search.js +1 -1
- package/lib/components/Input/Search/index.js +1 -1
- package/lib/components/Input/TextArea/TextArea.js +1 -1
- package/lib/components/Input/TextArea/index.js +1 -1
- package/lib/components/Input/Trade/Trade.js +1 -1
- package/lib/components/Input/Trade/index.js +1 -1
- package/lib/components/Input/constants.js +1 -1
- package/lib/components/Input/index.js +1 -1
- package/lib/components/Input/interface.js +1 -1
- package/lib/components/Input/style/css.js +1 -1
- package/lib/components/Input/style/index.js +1 -1
- package/lib/components/Input/useAmountInput.js +1 -1
- package/lib/components/Input/useSyncRef.js +1 -1
- package/lib/components/Link/Link.js +1 -1
- package/lib/components/Link/constants.js +1 -1
- package/lib/components/Link/index.js +1 -1
- package/lib/components/Link/interface.js +1 -1
- package/lib/components/Link/style/css.js +1 -1
- package/lib/components/Link/style/index.js +1 -1
- package/lib/components/Navigation/Nav.js +1 -1
- package/lib/components/Navigation/Navigation.js +1 -1
- package/lib/components/Navigation/NavigationLogo.js +1 -1
- package/lib/components/Navigation/NavigationStepper.js +1 -1
- package/lib/components/Navigation/index.js +1 -1
- package/lib/components/Navigation/interface.js +1 -1
- package/lib/components/Navigation/style/css.js +1 -1
- package/lib/components/Navigation/style/index.js +1 -1
- package/lib/components/Notification/Notification.js +1 -1
- package/lib/components/Notification/NotificationStatic.js +1 -1
- package/lib/components/Notification/constants.js +1 -1
- package/lib/components/Notification/index.js +1 -1
- package/lib/components/Notification/interface.js +1 -1
- package/lib/components/Notification/style/css.js +1 -1
- package/lib/components/Notification/style/index.js +1 -1
- package/lib/components/Pagination/Pagination.js +1 -1
- package/lib/components/Pagination/constants.js +1 -1
- package/lib/components/Pagination/index.js +1 -1
- package/lib/components/Pagination/interface.js +1 -1
- package/lib/components/Pagination/style/css.js +1 -1
- package/lib/components/Pagination/style/index.js +1 -1
- package/lib/components/Pagination/usePagination.js +1 -1
- package/lib/components/Popconfirm/Popconfirm.js +1 -1
- package/lib/components/Popconfirm/constants.js +1 -1
- package/lib/components/Popconfirm/index.js +1 -1
- package/lib/components/Popconfirm/interface.js +1 -1
- package/lib/components/Popconfirm/style/css.js +1 -1
- package/lib/components/Popconfirm/style/index.js +1 -1
- package/lib/components/Portal/Portal.js +1 -1
- package/lib/components/Portal/index.js +1 -1
- package/lib/components/Portal/interface.js +1 -1
- package/lib/components/ProForm/ProForm.js +1 -1
- package/lib/components/ProForm/ProFormDependency.js +1 -1
- package/lib/components/ProForm/ProFormGroup.js +1 -1
- package/lib/components/ProForm/ProFormItem.js +1 -1
- package/lib/components/ProForm/ProFormList.js +1 -1
- package/lib/components/ProForm/Submitter.js +1 -1
- package/lib/components/ProForm/constants.js +1 -1
- package/lib/components/ProForm/context.js +1 -1
- package/lib/components/ProForm/core/constants.js +1 -1
- package/lib/components/ProForm/core/hooks/useForm.js +1 -1
- package/lib/components/ProForm/core/hooks/useFormCore.js +1 -1
- package/lib/components/ProForm/core/index.js +1 -1
- package/lib/components/ProForm/core/interface.js +1 -1
- package/lib/components/ProForm/core/useFormItem.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckbox.js +1 -1
- package/lib/components/ProForm/fields/ProFormCheckboxGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormDatePicker.js +1 -1
- package/lib/components/ProForm/fields/ProFormFieldSet.js +1 -1
- package/lib/components/ProForm/fields/ProFormPassword.js +1 -1
- package/lib/components/ProForm/fields/ProFormRadioGroup.js +1 -1
- package/lib/components/ProForm/fields/ProFormSelect.js +1 -1
- package/lib/components/ProForm/fields/ProFormSlider.js +1 -1
- package/lib/components/ProForm/fields/ProFormSwitch.js +1 -1
- package/lib/components/ProForm/fields/ProFormText.js +1 -1
- package/lib/components/ProForm/fields/ProFormTextArea.js +1 -1
- package/lib/components/ProForm/fields/ProFormUpload.js +1 -1
- package/lib/components/ProForm/fields/createProFormField.js +1 -1
- package/lib/components/ProForm/fields/index.js +1 -1
- package/lib/components/ProForm/hooks/useFieldRequest.js +1 -1
- package/lib/components/ProForm/index.js +1 -1
- package/lib/components/ProForm/interface.js +1 -1
- package/lib/components/ProForm/layouts/DialogForm.js +1 -1
- package/lib/components/ProForm/layouts/DrawerForm.js +1 -1
- package/lib/components/ProForm/layouts/QueryFilter.js +1 -1
- package/lib/components/ProForm/layouts/index.js +1 -1
- package/lib/components/ProForm/layouts/useOverlayForm.js +1 -1
- package/lib/components/ProForm/style/css.js +1 -1
- package/lib/components/ProForm/style/index.js +1 -1
- package/lib/components/ProForm/utils.js +1 -1
- package/lib/components/Progress/Progress.js +1 -1
- package/lib/components/Progress/constants.js +1 -1
- package/lib/components/Progress/index.js +1 -1
- package/lib/components/Progress/interface.js +1 -1
- package/lib/components/Progress/style/css.js +1 -1
- package/lib/components/Progress/style/index.js +1 -1
- package/lib/components/Radio/BaseRadio.js +1 -1
- package/lib/components/Radio/Radio.js +1 -1
- package/lib/components/Radio/RadioGroup.js +1 -1
- package/lib/components/Radio/RadioGroupContext.js +1 -1
- package/lib/components/Radio/constants.js +1 -1
- package/lib/components/Radio/index.js +1 -1
- package/lib/components/Radio/interface.js +1 -1
- package/lib/components/Radio/style/css.js +1 -1
- package/lib/components/Radio/style/index.js +1 -1
- package/lib/components/ResizeObserver/Collection.js +1 -1
- package/lib/components/ResizeObserver/ResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/SingleObserver/index.js +1 -1
- package/lib/components/ResizeObserver/index.js +1 -1
- package/lib/components/ResizeObserver/interface.js +1 -1
- package/lib/components/ResizeObserver/useResizeObserver.js +1 -1
- package/lib/components/ResizeObserver/utils/observerUtil.js +1 -1
- package/lib/components/ResizeObserver/utils/reactUtil.js +1 -1
- package/lib/components/Segment/Segment.js +1 -1
- package/lib/components/Segment/index.js +1 -1
- package/lib/components/Segment/interface.js +1 -1
- package/lib/components/Segment/style/css.js +1 -1
- package/lib/components/Segment/style/index.js +1 -1
- package/lib/components/Select/Select.js +58 -63
- package/lib/components/Select/SelectFieldShell.d.ts +0 -1
- package/lib/components/Select/SelectFieldShell.js +3 -9
- package/lib/components/Select/SelectOptionContent.js +1 -1
- package/lib/components/Select/SelectSearchControl.d.ts +0 -2
- package/lib/components/Select/SelectSearchControl.js +4 -7
- package/lib/components/Select/SelectValueContent.js +1 -1
- package/lib/components/Select/constants.js +1 -1
- package/lib/components/Select/index.d.ts +0 -1
- package/lib/components/Select/index.js +2 -11
- package/lib/components/Select/interface.d.ts +0 -116
- package/lib/components/Select/interface.js +1 -1
- package/lib/components/Select/style/Select.css +1 -1
- package/lib/components/Select/style/css.js +1 -1
- package/lib/components/Select/style/index.js +1 -1
- package/lib/components/Select/utils.js +1 -1
- package/lib/components/Skeleton/Skeleton.js +1 -1
- package/lib/components/Skeleton/index.js +1 -1
- package/lib/components/Skeleton/interface.js +1 -1
- package/lib/components/Skeleton/style/css.js +1 -1
- package/lib/components/Skeleton/style/index.js +1 -1
- package/lib/components/Slider/Slider.js +1 -1
- package/lib/components/Slider/index.js +1 -1
- package/lib/components/Slider/interface.js +1 -1
- package/lib/components/Slider/style/css.js +1 -1
- package/lib/components/Slider/style/index.js +1 -1
- package/lib/components/Space/Space.js +1 -1
- package/lib/components/Space/constants.js +1 -1
- package/lib/components/Space/index.js +1 -1
- package/lib/components/Space/interface.js +1 -1
- package/lib/components/Space/style/css.js +1 -1
- package/lib/components/Space/style/index.js +1 -1
- package/lib/components/Spinner/Spinner.js +1 -1
- package/lib/components/Spinner/index.js +1 -1
- package/lib/components/Spinner/interface.js +1 -1
- package/lib/components/Spinner/style/css.js +1 -1
- package/lib/components/Spinner/style/index.js +1 -1
- package/lib/components/Step/Step.js +1 -1
- package/lib/components/Step/constants.js +1 -1
- package/lib/components/Step/index.js +1 -1
- package/lib/components/Step/interface.js +1 -1
- package/lib/components/Step/style/css.js +1 -1
- package/lib/components/Step/style/index.js +1 -1
- package/lib/components/Switch/Switch.js +1 -1
- package/lib/components/Switch/constants.js +1 -1
- package/lib/components/Switch/index.js +1 -1
- package/lib/components/Switch/interface.js +1 -1
- package/lib/components/Switch/style/css.js +1 -1
- package/lib/components/Switch/style/index.js +1 -1
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/VirtualTable.js +1 -1
- package/lib/components/Table/constants.js +1 -1
- package/lib/components/Table/core/useTableColumns.js +1 -1
- package/lib/components/Table/core/useTableDataPipeline.js +1 -1
- package/lib/components/Table/core/useTableExpand.js +1 -1
- package/lib/components/Table/core/useTableSelection.js +1 -1
- package/lib/components/Table/features/ExpandTrigger.js +1 -1
- package/lib/components/Table/features/SelectionColumn.js +1 -1
- package/lib/components/Table/features/SortTrigger.js +1 -1
- package/lib/components/Table/index.js +1 -1
- package/lib/components/Table/interface.js +1 -1
- package/lib/components/Table/internal/index.js +1 -1
- package/lib/components/Table/internal/kernel/Body/BodyRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/ExpandedRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureCell.js +1 -1
- package/lib/components/Table/internal/kernel/Body/MeasureRow.js +1 -1
- package/lib/components/Table/internal/kernel/Body/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/index.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useCellRender.js +1 -1
- package/lib/components/Table/internal/kernel/Cell/useHoverState.js +1 -1
- package/lib/components/Table/internal/kernel/ColGroup.js +1 -1
- package/lib/components/Table/internal/kernel/FixedHolder/index.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Cell.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Row.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/Summary.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/SummaryContext.js +1 -1
- package/lib/components/Table/internal/kernel/Footer/index.js +1 -1
- package/lib/components/Table/internal/kernel/Header/Header.js +1 -1
- package/lib/components/Table/internal/kernel/Header/HeaderRow.js +1 -1
- package/lib/components/Table/internal/kernel/Panel/index.js +1 -1
- package/lib/components/Table/internal/kernel/Table.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyGrid.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/BodyLine.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/VirtualCell.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/context.js +1 -1
- package/lib/components/Table/internal/kernel/VirtualTable/index.js +1 -1
- package/lib/components/Table/internal/kernel/constant.js +1 -1
- package/lib/components/Table/internal/kernel/context/PerfContext.js +1 -1
- package/lib/components/Table/internal/kernel/context/TableContext.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/index.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useColumns/useWidthColumns.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useExpand.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFixedInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFlattenRecords.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useFrame.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useHover.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRenderTimes.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useRowInfo.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useSticky.js +1 -1
- package/lib/components/Table/internal/kernel/hooks/useStickyOffsets.js +1 -1
- package/lib/components/Table/internal/kernel/index.js +1 -1
- package/lib/components/Table/internal/kernel/interface.js +1 -1
- package/lib/components/Table/internal/kernel/namePathType.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/Immutable.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/context.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/index.js +1 -1
- package/lib/components/Table/internal/kernel/selector-context/isEqual.js +1 -1
- package/lib/components/Table/internal/kernel/stickyScrollBar.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/Column.js +1 -1
- package/lib/components/Table/internal/kernel/sugar/ColumnGroup.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/canUseDom.js +1 -1
- package/lib/components/Table/internal/kernel/utils/dom/isVisible.js +1 -1
- package/lib/components/Table/internal/kernel/utils/expandUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/fixUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/get.js +1 -1
- package/lib/components/Table/internal/kernel/utils/getScrollBarSize.js +1 -1
- package/lib/components/Table/internal/kernel/utils/legacyUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/offsetUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/pickAttrs.js +1 -1
- package/lib/components/Table/internal/kernel/utils/useMemo.js +1 -1
- package/lib/components/Table/internal/kernel/utils/valueUtil.js +1 -1
- package/lib/components/Table/internal/kernel/utils/warning.js +1 -1
- package/lib/components/Table/renderers/BodyCell.js +1 -1
- package/lib/components/Table/renderers/CellContent.js +1 -1
- package/lib/components/Table/renderers/EmptyState.js +1 -1
- package/lib/components/Table/renderers/ExpandedRowContainer.js +1 -1
- package/lib/components/Table/renderers/HeaderCell.js +1 -1
- package/lib/components/Table/style/css.js +1 -1
- package/lib/components/Table/style/index.js +1 -1
- package/lib/components/Tabs/Tabs.js +1 -1
- package/lib/components/Tabs/index.js +1 -1
- package/lib/components/Tabs/interface.js +1 -1
- package/lib/components/Tabs/style/css.js +1 -1
- package/lib/components/Tabs/style/index.js +1 -1
- package/lib/components/Tag/Tag.js +1 -1
- package/lib/components/Tag/constants.js +1 -1
- package/lib/components/Tag/index.js +1 -1
- package/lib/components/Tag/interface.js +1 -1
- package/lib/components/Tag/style/css.js +1 -1
- package/lib/components/Tag/style/index.js +1 -1
- package/lib/components/Tooltip/Tooltip.js +1 -1
- package/lib/components/Tooltip/index.js +1 -1
- package/lib/components/Tooltip/interface.js +1 -1
- package/lib/components/Tooltip/style/css.js +1 -1
- package/lib/components/Tooltip/style/index.js +1 -1
- package/lib/components/Tour/Tour.js +1 -1
- package/lib/components/Tour/index.js +1 -1
- package/lib/components/Tour/interface.js +1 -1
- package/lib/components/Trigger/Trigger.js +7 -32
- package/lib/components/Trigger/index.js +1 -1
- package/lib/components/Trigger/interface.d.ts +2 -25
- package/lib/components/Trigger/interface.js +1 -1
- package/lib/components/Trigger/style/css.js +1 -1
- package/lib/components/Trigger/style/index.js +1 -1
- package/lib/components/Typography/Typography.js +1 -1
- package/lib/components/Typography/constants.js +1 -1
- package/lib/components/Typography/index.js +1 -1
- package/lib/components/Typography/interface.js +1 -1
- package/lib/components/Typography/render.js +1 -1
- package/lib/components/Typography/style/css.js +1 -1
- package/lib/components/Typography/style/index.js +1 -1
- package/lib/components/Typography/useTypographyEnhancements.js +1 -1
- package/lib/components/Typography/utils.js +1 -1
- package/lib/components/Upload/Upload.js +1 -1
- package/lib/components/Upload/UploadFileBar.js +1 -1
- package/lib/components/Upload/index.js +1 -1
- package/lib/components/Upload/interface.d.ts +2 -0
- package/lib/components/Upload/interface.js +1 -1
- package/lib/components/Upload/style/css.js +1 -1
- package/lib/components/Upload/style/index.js +1 -1
- package/lib/components/VirtualList/Filler.js +1 -1
- package/lib/components/VirtualList/Item.js +1 -1
- package/lib/components/VirtualList/ScrollBar.js +1 -1
- package/lib/components/VirtualList/VirtualList.js +1 -1
- package/lib/components/VirtualList/constants.js +1 -1
- package/lib/components/VirtualList/hooks/useChildren.js +1 -1
- package/lib/components/VirtualList/hooks/useDiffItem.js +1 -1
- package/lib/components/VirtualList/hooks/useFrameWheel.js +1 -1
- package/lib/components/VirtualList/hooks/useGetSize.js +1 -1
- package/lib/components/VirtualList/hooks/useHeights.js +1 -1
- package/lib/components/VirtualList/hooks/useMobileTouchMove.js +1 -1
- package/lib/components/VirtualList/hooks/useOriginScroll.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollDrag.js +1 -1
- package/lib/components/VirtualList/hooks/useScrollTo.js +1 -1
- package/lib/components/VirtualList/index.js +1 -1
- package/lib/components/VirtualList/interface.js +1 -1
- package/lib/components/VirtualList/style/css.js +1 -1
- package/lib/components/VirtualList/style/index.js +1 -1
- package/lib/components/VirtualList/utils/CacheMap.js +1 -1
- package/lib/components/VirtualList/utils/algorithmUtil.js +1 -1
- package/lib/components/VirtualList/utils/isFirefox.js +1 -1
- package/lib/components/VirtualList/utils/raf.js +1 -1
- package/lib/components/VirtualList/utils/scrollbarUtil.js +1 -1
- package/lib/index.css +1 -1
- package/lib/index.d.ts +3 -3
- package/lib/index.js +1 -7
- package/lib/stories/docs/ComponentDocsPage.js +2 -2
- package/lib/stories/docs/componentDocMeta.js +1 -4
- package/lib/stories/docs/storybook-docs.css +1 -323
- package/lib/utils/classnames.js +1 -1
- package/lib/utils/clipboard.js +1 -1
- package/lib/utils/ref.js +1 -1
- package/lib/utils/uuid.js +1 -1
- package/package.json +1 -1
- package/scripts/mcp-server/examples.generated.json +504 -534
- package/scripts/mcp-server/index.generated.json +636 -813
- package/es/components/Select/SelectCustom.d.ts +0 -6
- package/es/components/Select/SelectCustom.js +0 -225
- package/es/components/Select/useSelectShell.d.ts +0 -33
- package/es/components/Select/useSelectShell.js +0 -103
- package/es/hooks/index.d.ts +0 -2
- package/es/hooks/index.js +0 -2
- package/es/hooks/useFloatingAnimation.d.ts +0 -24
- package/es/hooks/useFloatingAnimation.js +0 -45
- package/lib/components/Select/SelectCustom.d.ts +0 -6
- package/lib/components/Select/SelectCustom.js +0 -235
- package/lib/components/Select/useSelectShell.d.ts +0 -33
- package/lib/components/Select/useSelectShell.js +0 -111
- package/lib/hooks/index.d.ts +0 -2
- package/lib/hooks/index.js +0 -13
- package/lib/hooks/useFloatingAnimation.d.ts +0 -24
- package/lib/hooks/useFloatingAnimation.js +0 -51
|
@@ -86,14 +86,14 @@
|
|
|
86
86
|
"accordion",
|
|
87
87
|
"collapse"
|
|
88
88
|
],
|
|
89
|
-
"canonicalUsage": "import { Accordion } from '@1money/
|
|
89
|
+
"canonicalUsage": "import { Accordion } from '@1money/component-ui';\n// or\nimport { Accordion } from '@1money/component-ui/Accordion';",
|
|
90
90
|
"examples": [
|
|
91
91
|
{
|
|
92
|
-
"hash": "
|
|
92
|
+
"hash": "b618a5ec89d3703e8bf3f9b88fa9987155c51787adb5c7b017064afc3b3fdb0b",
|
|
93
93
|
"source": "canonical"
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
|
-
"hash": "
|
|
96
|
+
"hash": "dc46329177b98e36ae4cf9980b57021028eb5648f1e6420be16ea3d209de6d10",
|
|
97
97
|
"source": "readme"
|
|
98
98
|
},
|
|
99
99
|
{
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
],
|
|
119
119
|
"searchTags": [],
|
|
120
120
|
"typeText": "interface AccordionItem { ... }",
|
|
121
|
-
"canonicalUsage": "import { Accordion } from '@1money/
|
|
121
|
+
"canonicalUsage": "import { Accordion } from '@1money/component-ui';\n// or\nimport { Accordion } from '@1money/component-ui/Accordion';",
|
|
122
122
|
"examples": [
|
|
123
123
|
{
|
|
124
|
-
"hash": "
|
|
124
|
+
"hash": "b618a5ec89d3703e8bf3f9b88fa9987155c51787adb5c7b017064afc3b3fdb0b",
|
|
125
125
|
"source": "canonical"
|
|
126
126
|
}
|
|
127
127
|
]
|
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
],
|
|
143
143
|
"searchTags": [],
|
|
144
144
|
"typeText": "interface AccordionProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> { ... }",
|
|
145
|
-
"canonicalUsage": "import { Accordion } from '@1money/
|
|
145
|
+
"canonicalUsage": "import { Accordion } from '@1money/component-ui';\n// or\nimport { Accordion } from '@1money/component-ui/Accordion';",
|
|
146
146
|
"examples": [
|
|
147
147
|
{
|
|
148
|
-
"hash": "
|
|
148
|
+
"hash": "b618a5ec89d3703e8bf3f9b88fa9987155c51787adb5c7b017064afc3b3fdb0b",
|
|
149
149
|
"source": "canonical"
|
|
150
150
|
}
|
|
151
151
|
]
|
|
@@ -259,14 +259,14 @@
|
|
|
259
259
|
"searchTags": [
|
|
260
260
|
"alert"
|
|
261
261
|
],
|
|
262
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
262
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
263
263
|
"examples": [
|
|
264
264
|
{
|
|
265
|
-
"hash": "
|
|
265
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
266
266
|
"source": "canonical"
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
|
-
"hash": "
|
|
269
|
+
"hash": "af88d73f705cf2f7bb20f21e3b6bf5469ae3683b129dc3b5e6b59966449452b9",
|
|
270
270
|
"source": "readme"
|
|
271
271
|
},
|
|
272
272
|
{
|
|
@@ -312,10 +312,10 @@
|
|
|
312
312
|
],
|
|
313
313
|
"searchTags": [],
|
|
314
314
|
"typeText": "interface AlertLinkConfig { ... }",
|
|
315
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
315
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
316
316
|
"examples": [
|
|
317
317
|
{
|
|
318
|
-
"hash": "
|
|
318
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
319
319
|
"source": "canonical"
|
|
320
320
|
}
|
|
321
321
|
]
|
|
@@ -337,10 +337,10 @@
|
|
|
337
337
|
],
|
|
338
338
|
"searchTags": [],
|
|
339
339
|
"typeText": "interface AlertProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
340
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
340
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
341
341
|
"examples": [
|
|
342
342
|
{
|
|
343
|
-
"hash": "
|
|
343
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
344
344
|
"source": "canonical"
|
|
345
345
|
}
|
|
346
346
|
]
|
|
@@ -362,10 +362,10 @@
|
|
|
362
362
|
],
|
|
363
363
|
"searchTags": [],
|
|
364
364
|
"typeText": "(typeof ALERT_STATUSES)[number]",
|
|
365
|
-
"canonicalUsage": "import { Alert } from '@1money/
|
|
365
|
+
"canonicalUsage": "import { Alert } from '@1money/component-ui';\n// or\nimport { Alert } from '@1money/component-ui/Alert';",
|
|
366
366
|
"examples": [
|
|
367
367
|
{
|
|
368
|
-
"hash": "
|
|
368
|
+
"hash": "059d700d7a0e1ac3f3128b3461d9f1e718e140448690ccb50db0915c49cd7461",
|
|
369
369
|
"source": "canonical"
|
|
370
370
|
}
|
|
371
371
|
]
|
|
@@ -461,14 +461,14 @@
|
|
|
461
461
|
"searchTags": [
|
|
462
462
|
"button"
|
|
463
463
|
],
|
|
464
|
-
"canonicalUsage": "import { Button } from '@1money/
|
|
464
|
+
"canonicalUsage": "import { Button, Icons } from '@1money/component-ui';\n// or\nimport { Button } from '@1money/component-ui/Button';\nimport { Icons } from '@1money/component-ui/Icons';",
|
|
465
465
|
"examples": [
|
|
466
466
|
{
|
|
467
|
-
"hash": "
|
|
467
|
+
"hash": "a2e7aabc10ff9cc33437fbe0878251394c4112f7a174a23577d895a7249bba3b",
|
|
468
468
|
"source": "canonical"
|
|
469
469
|
},
|
|
470
470
|
{
|
|
471
|
-
"hash": "
|
|
471
|
+
"hash": "7d415c46958e4b98092da361ef3a5b5a788b71628f8dfaa3a8ee1021b6871cee",
|
|
472
472
|
"source": "readme"
|
|
473
473
|
},
|
|
474
474
|
{
|
|
@@ -524,10 +524,10 @@
|
|
|
524
524
|
],
|
|
525
525
|
"searchTags": [],
|
|
526
526
|
"typeText": "interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'color' | 'size'> { ... }",
|
|
527
|
-
"canonicalUsage": "import { Button } from '@1money/
|
|
527
|
+
"canonicalUsage": "import { Button, Icons } from '@1money/component-ui';\n// or\nimport { Button } from '@1money/component-ui/Button';\nimport { Icons } from '@1money/component-ui/Icons';",
|
|
528
528
|
"examples": [
|
|
529
529
|
{
|
|
530
|
-
"hash": "
|
|
530
|
+
"hash": "a2e7aabc10ff9cc33437fbe0878251394c4112f7a174a23577d895a7249bba3b",
|
|
531
531
|
"source": "canonical"
|
|
532
532
|
}
|
|
533
533
|
]
|
|
@@ -648,14 +648,14 @@
|
|
|
648
648
|
"date input",
|
|
649
649
|
"date picker"
|
|
650
650
|
],
|
|
651
|
-
"canonicalUsage": "import { Calendar } from '@1money/
|
|
651
|
+
"canonicalUsage": "import { Calendar } from '@1money/component-ui';\n// or\nimport { Calendar } from '@1money/component-ui/Calendar';",
|
|
652
652
|
"examples": [
|
|
653
653
|
{
|
|
654
|
-
"hash": "
|
|
654
|
+
"hash": "79ba9feac95c34ef9c471c31ca2e8d612dd9da173b384f413f52916a485d6065",
|
|
655
655
|
"source": "canonical"
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
|
-
"hash": "
|
|
658
|
+
"hash": "08616eb7b07c701d8cd3872fb1e802eac207a2cf2a3a802b28360fc7112d1ca8",
|
|
659
659
|
"source": "readme"
|
|
660
660
|
},
|
|
661
661
|
{
|
|
@@ -687,10 +687,10 @@
|
|
|
687
687
|
],
|
|
688
688
|
"searchTags": [],
|
|
689
689
|
"typeText": "interface CalendarProps extends PrimeCalendarProps<CalendarSelectionMode> { ... }",
|
|
690
|
-
"canonicalUsage": "import { Calendar } from '@1money/
|
|
690
|
+
"canonicalUsage": "import { Calendar } from '@1money/component-ui';\n// or\nimport { Calendar } from '@1money/component-ui/Calendar';",
|
|
691
691
|
"examples": [
|
|
692
692
|
{
|
|
693
|
-
"hash": "
|
|
693
|
+
"hash": "79ba9feac95c34ef9c471c31ca2e8d612dd9da173b384f413f52916a485d6065",
|
|
694
694
|
"source": "canonical"
|
|
695
695
|
}
|
|
696
696
|
]
|
|
@@ -766,14 +766,14 @@
|
|
|
766
766
|
"CarouselProps"
|
|
767
767
|
],
|
|
768
768
|
"searchTags": [],
|
|
769
|
-
"canonicalUsage": "import { Carousel } from '@1money/
|
|
769
|
+
"canonicalUsage": "import { Carousel } from '@1money/component-ui';\n// or\nimport { Carousel } from '@1money/component-ui/Carousel';",
|
|
770
770
|
"examples": [
|
|
771
771
|
{
|
|
772
|
-
"hash": "
|
|
772
|
+
"hash": "611d0250c7741a20c80e73d193b80a1b7ef07db189ce51a592525843432117af",
|
|
773
773
|
"source": "canonical"
|
|
774
774
|
},
|
|
775
775
|
{
|
|
776
|
-
"hash": "
|
|
776
|
+
"hash": "ad2d08fce81c4f209ec3c8897be49561183e09a4a4a0c1d763fa85e0837255db",
|
|
777
777
|
"source": "readme"
|
|
778
778
|
},
|
|
779
779
|
{
|
|
@@ -797,10 +797,10 @@
|
|
|
797
797
|
],
|
|
798
798
|
"searchTags": [],
|
|
799
799
|
"typeText": "interface CarouselProps { ... }",
|
|
800
|
-
"canonicalUsage": "import { Carousel } from '@1money/
|
|
800
|
+
"canonicalUsage": "import { Carousel } from '@1money/component-ui';\n// or\nimport { Carousel } from '@1money/component-ui/Carousel';",
|
|
801
801
|
"examples": [
|
|
802
802
|
{
|
|
803
|
-
"hash": "
|
|
803
|
+
"hash": "611d0250c7741a20c80e73d193b80a1b7ef07db189ce51a592525843432117af",
|
|
804
804
|
"source": "canonical"
|
|
805
805
|
}
|
|
806
806
|
]
|
|
@@ -888,14 +888,14 @@
|
|
|
888
888
|
"searchTags": [
|
|
889
889
|
"card"
|
|
890
890
|
],
|
|
891
|
-
"canonicalUsage": "import { Cell } from '@1money/
|
|
891
|
+
"canonicalUsage": "import { Cell } from '@1money/component-ui';\n// or\nimport { Cell } from '@1money/component-ui/Cell';",
|
|
892
892
|
"examples": [
|
|
893
893
|
{
|
|
894
|
-
"hash": "
|
|
894
|
+
"hash": "a5ae14150d1724de4984c10921713734e86d15771efe397f3015a01c77d13676",
|
|
895
895
|
"source": "canonical"
|
|
896
896
|
},
|
|
897
897
|
{
|
|
898
|
-
"hash": "
|
|
898
|
+
"hash": "2cca976a647db275dfb45ce8bb53bc85d304e49c3d91f76e5987d11e95b604c1",
|
|
899
899
|
"source": "readme"
|
|
900
900
|
},
|
|
901
901
|
{
|
|
@@ -931,10 +931,10 @@
|
|
|
931
931
|
],
|
|
932
932
|
"searchTags": [],
|
|
933
933
|
"typeText": "interface CellProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'children'> { ... }",
|
|
934
|
-
"canonicalUsage": "import { Cell } from '@1money/
|
|
934
|
+
"canonicalUsage": "import { Cell } from '@1money/component-ui';\n// or\nimport { Cell } from '@1money/component-ui/Cell';",
|
|
935
935
|
"examples": [
|
|
936
936
|
{
|
|
937
|
-
"hash": "
|
|
937
|
+
"hash": "a5ae14150d1724de4984c10921713734e86d15771efe397f3015a01c77d13676",
|
|
938
938
|
"source": "canonical"
|
|
939
939
|
}
|
|
940
940
|
]
|
|
@@ -1115,14 +1115,14 @@
|
|
|
1115
1115
|
"searchTags": [
|
|
1116
1116
|
"checkbox"
|
|
1117
1117
|
],
|
|
1118
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1118
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1119
1119
|
"examples": [
|
|
1120
1120
|
{
|
|
1121
|
-
"hash": "
|
|
1121
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1122
1122
|
"source": "canonical"
|
|
1123
1123
|
},
|
|
1124
1124
|
{
|
|
1125
|
-
"hash": "
|
|
1125
|
+
"hash": "4f8d5b3c517bceedb0df6dc7f1b762de0f1625cd80d3cd006b7cd6725c693561",
|
|
1126
1126
|
"source": "readme"
|
|
1127
1127
|
},
|
|
1128
1128
|
{
|
|
@@ -1130,7 +1130,7 @@
|
|
|
1130
1130
|
"source": "readme"
|
|
1131
1131
|
},
|
|
1132
1132
|
{
|
|
1133
|
-
"hash": "
|
|
1133
|
+
"hash": "9971f4d638cacc647af1a34ef98beb3f2aaf11c08d3a3f8f21fd0fd5bdef0dde",
|
|
1134
1134
|
"source": "readme"
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
@@ -1159,10 +1159,10 @@
|
|
|
1159
1159
|
],
|
|
1160
1160
|
"searchTags": [],
|
|
1161
1161
|
"typeText": "interface CheckboxChangeEvent { ... }",
|
|
1162
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1162
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1163
1163
|
"examples": [
|
|
1164
1164
|
{
|
|
1165
|
-
"hash": "
|
|
1165
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1166
1166
|
"source": "canonical"
|
|
1167
1167
|
}
|
|
1168
1168
|
]
|
|
@@ -1301,10 +1301,10 @@
|
|
|
1301
1301
|
"searchTags": [
|
|
1302
1302
|
"checkbox"
|
|
1303
1303
|
],
|
|
1304
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1304
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1305
1305
|
"examples": [
|
|
1306
1306
|
{
|
|
1307
|
-
"hash": "
|
|
1307
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1308
1308
|
"source": "canonical"
|
|
1309
1309
|
}
|
|
1310
1310
|
]
|
|
@@ -1329,10 +1329,10 @@
|
|
|
1329
1329
|
],
|
|
1330
1330
|
"searchTags": [],
|
|
1331
1331
|
"typeText": "interface CheckboxGroupOption { ... }",
|
|
1332
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1332
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1333
1333
|
"examples": [
|
|
1334
1334
|
{
|
|
1335
|
-
"hash": "
|
|
1335
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1336
1336
|
"source": "canonical"
|
|
1337
1337
|
}
|
|
1338
1338
|
]
|
|
@@ -1357,10 +1357,10 @@
|
|
|
1357
1357
|
],
|
|
1358
1358
|
"searchTags": [],
|
|
1359
1359
|
"typeText": "interface CheckboxGroupProps { ... }",
|
|
1360
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1360
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1361
1361
|
"examples": [
|
|
1362
1362
|
{
|
|
1363
|
-
"hash": "
|
|
1363
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1364
1364
|
"source": "canonical"
|
|
1365
1365
|
}
|
|
1366
1366
|
]
|
|
@@ -1385,10 +1385,10 @@
|
|
|
1385
1385
|
],
|
|
1386
1386
|
"searchTags": [],
|
|
1387
1387
|
"typeText": "interface CheckboxProps extends NativeCheckboxInputProps { ... }",
|
|
1388
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1388
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1389
1389
|
"examples": [
|
|
1390
1390
|
{
|
|
1391
|
-
"hash": "
|
|
1391
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1392
1392
|
"source": "canonical"
|
|
1393
1393
|
}
|
|
1394
1394
|
]
|
|
@@ -1413,10 +1413,10 @@
|
|
|
1413
1413
|
],
|
|
1414
1414
|
"searchTags": [],
|
|
1415
1415
|
"typeText": "string | number",
|
|
1416
|
-
"canonicalUsage": "import { Checkbox } from '@1money/
|
|
1416
|
+
"canonicalUsage": "import { Checkbox } from '@1money/component-ui';\n// or\nimport { Checkbox } from '@1money/component-ui/Checkbox';",
|
|
1417
1417
|
"examples": [
|
|
1418
1418
|
{
|
|
1419
|
-
"hash": "
|
|
1419
|
+
"hash": "c44b0833c259afe028af9e6fd0d572e5cdf883c9fe8f8701cc2f2199f6fa82a0",
|
|
1420
1420
|
"source": "canonical"
|
|
1421
1421
|
}
|
|
1422
1422
|
]
|
|
@@ -1500,10 +1500,10 @@
|
|
|
1500
1500
|
"copyable field",
|
|
1501
1501
|
"secret field"
|
|
1502
1502
|
],
|
|
1503
|
-
"canonicalUsage": "import { Clipboard } from '@1money/
|
|
1503
|
+
"canonicalUsage": "import { Clipboard } from '@1money/component-ui';\n\n<Clipboard\n label=\"Setup Key\"\n content=\"GWKLDLVE25dfLIJOHUD578JPIHD24JLJGHGOUH27HLIHOUGOLIKHJ547HOU\"\n onSuccess={(v) => console.log(v)}\n/>",
|
|
1504
1504
|
"examples": [
|
|
1505
1505
|
{
|
|
1506
|
-
"hash": "
|
|
1506
|
+
"hash": "5e00edd3637d6c6dc07726e8869358c272f4f3f102f4e7323b4dc71d74647a93",
|
|
1507
1507
|
"source": "canonical"
|
|
1508
1508
|
}
|
|
1509
1509
|
]
|
|
@@ -1525,10 +1525,10 @@
|
|
|
1525
1525
|
],
|
|
1526
1526
|
"searchTags": [],
|
|
1527
1527
|
"typeText": "interface ClipboardProps { ... }",
|
|
1528
|
-
"canonicalUsage": "import { Copy } from '@1money/
|
|
1528
|
+
"canonicalUsage": "import { Copy } from '@1money/component-ui';\n// or\nimport { Copy } from '@1money/component-ui/Copy';",
|
|
1529
1529
|
"examples": [
|
|
1530
1530
|
{
|
|
1531
|
-
"hash": "
|
|
1531
|
+
"hash": "85a8f18e9db777e582613af812e91ae876d4cb2d7b0ce8feef546c53672a32e8",
|
|
1532
1532
|
"source": "canonical"
|
|
1533
1533
|
}
|
|
1534
1534
|
]
|
|
@@ -1658,18 +1658,18 @@
|
|
|
1658
1658
|
"tour",
|
|
1659
1659
|
"walkthrough"
|
|
1660
1660
|
],
|
|
1661
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1661
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1662
1662
|
"examples": [
|
|
1663
1663
|
{
|
|
1664
|
-
"hash": "
|
|
1664
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1665
1665
|
"source": "canonical"
|
|
1666
1666
|
},
|
|
1667
1667
|
{
|
|
1668
|
-
"hash": "
|
|
1668
|
+
"hash": "ae246cd51ebca22cef4c68e015452c7db50311c6425bddfe634ace9ce667fe11",
|
|
1669
1669
|
"source": "readme"
|
|
1670
1670
|
},
|
|
1671
1671
|
{
|
|
1672
|
-
"hash": "
|
|
1672
|
+
"hash": "7a25185c2f84fe20e85c2806cd7c4a624a5062225c528477beb49e950592f87c",
|
|
1673
1673
|
"source": "readme"
|
|
1674
1674
|
},
|
|
1675
1675
|
{
|
|
@@ -1696,10 +1696,10 @@
|
|
|
1696
1696
|
],
|
|
1697
1697
|
"searchTags": [],
|
|
1698
1698
|
"typeText": "interface CoachMarkLabels { ... }",
|
|
1699
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1699
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1700
1700
|
"examples": [
|
|
1701
1701
|
{
|
|
1702
|
-
"hash": "
|
|
1702
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1703
1703
|
"source": "canonical"
|
|
1704
1704
|
}
|
|
1705
1705
|
]
|
|
@@ -1722,10 +1722,10 @@
|
|
|
1722
1722
|
],
|
|
1723
1723
|
"searchTags": [],
|
|
1724
1724
|
"typeText": "(typeof COACH_MARK_PLACEMENTS)[number]",
|
|
1725
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1725
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1726
1726
|
"examples": [
|
|
1727
1727
|
{
|
|
1728
|
-
"hash": "
|
|
1728
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1729
1729
|
"source": "canonical"
|
|
1730
1730
|
}
|
|
1731
1731
|
]
|
|
@@ -1748,10 +1748,10 @@
|
|
|
1748
1748
|
],
|
|
1749
1749
|
"searchTags": [],
|
|
1750
1750
|
"typeText": "interface CoachMarkProps { ... }",
|
|
1751
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1751
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1752
1752
|
"examples": [
|
|
1753
1753
|
{
|
|
1754
|
-
"hash": "
|
|
1754
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1755
1755
|
"source": "canonical"
|
|
1756
1756
|
}
|
|
1757
1757
|
]
|
|
@@ -1774,10 +1774,10 @@
|
|
|
1774
1774
|
],
|
|
1775
1775
|
"searchTags": [],
|
|
1776
1776
|
"typeText": "interface CoachMarkStep { ... }",
|
|
1777
|
-
"canonicalUsage": "import { CoachMark } from '@1money/
|
|
1777
|
+
"canonicalUsage": "import { CoachMark } from '@1money/component-ui';\n// or\nimport { CoachMark } from '@1money/component-ui/CoachMark';",
|
|
1778
1778
|
"examples": [
|
|
1779
1779
|
{
|
|
1780
|
-
"hash": "
|
|
1780
|
+
"hash": "23592116b9596d1493aa1b0ad242483fc2358a83e24e126eb5db3a4265391b98",
|
|
1781
1781
|
"source": "canonical"
|
|
1782
1782
|
}
|
|
1783
1783
|
]
|
|
@@ -1799,10 +1799,10 @@
|
|
|
1799
1799
|
"Row"
|
|
1800
1800
|
],
|
|
1801
1801
|
"searchTags": [],
|
|
1802
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
1802
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
1803
1803
|
"examples": [
|
|
1804
1804
|
{
|
|
1805
|
-
"hash": "
|
|
1805
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
1806
1806
|
"source": "canonical"
|
|
1807
1807
|
}
|
|
1808
1808
|
]
|
|
@@ -1908,14 +1908,14 @@
|
|
|
1908
1908
|
"copy",
|
|
1909
1909
|
"copy to clipboard"
|
|
1910
1910
|
],
|
|
1911
|
-
"canonicalUsage": "import { Copy } from '@1money/
|
|
1911
|
+
"canonicalUsage": "import { Copy } from '@1money/component-ui';\n// or\nimport { Copy } from '@1money/component-ui/Copy';",
|
|
1912
1912
|
"examples": [
|
|
1913
1913
|
{
|
|
1914
|
-
"hash": "
|
|
1914
|
+
"hash": "85a8f18e9db777e582613af812e91ae876d4cb2d7b0ce8feef546c53672a32e8",
|
|
1915
1915
|
"source": "canonical"
|
|
1916
1916
|
},
|
|
1917
1917
|
{
|
|
1918
|
-
"hash": "
|
|
1918
|
+
"hash": "a93b112762fa56f6d4b7725a0370a6f2c175f1458d13fc08c07ee10a2ca4ab6c",
|
|
1919
1919
|
"source": "readme"
|
|
1920
1920
|
},
|
|
1921
1921
|
{
|
|
@@ -1923,7 +1923,7 @@
|
|
|
1923
1923
|
"source": "readme"
|
|
1924
1924
|
},
|
|
1925
1925
|
{
|
|
1926
|
-
"hash": "
|
|
1926
|
+
"hash": "339afc4bf7df571a14ddee5065e32a46b5493ab19978ace33f336a5c7a504234",
|
|
1927
1927
|
"source": "readme"
|
|
1928
1928
|
},
|
|
1929
1929
|
{
|
|
@@ -1957,10 +1957,10 @@
|
|
|
1957
1957
|
],
|
|
1958
1958
|
"searchTags": [],
|
|
1959
1959
|
"typeText": "interface CopyProps { ... }",
|
|
1960
|
-
"canonicalUsage": "import { Copy } from '@1money/
|
|
1960
|
+
"canonicalUsage": "import { Copy } from '@1money/component-ui';\n// or\nimport { Copy } from '@1money/component-ui/Copy';",
|
|
1961
1961
|
"examples": [
|
|
1962
1962
|
{
|
|
1963
|
-
"hash": "
|
|
1963
|
+
"hash": "85a8f18e9db777e582613af812e91ae876d4cb2d7b0ce8feef546c53672a32e8",
|
|
1964
1964
|
"source": "canonical"
|
|
1965
1965
|
}
|
|
1966
1966
|
]
|
|
@@ -2029,10 +2029,10 @@
|
|
|
2029
2029
|
],
|
|
2030
2030
|
"searchTags": [],
|
|
2031
2031
|
"typeText": "interface CreateProFormFieldConfig { ... }",
|
|
2032
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
2032
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
2033
2033
|
"examples": [
|
|
2034
2034
|
{
|
|
2035
|
-
"hash": "
|
|
2035
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
2036
2036
|
"source": "canonical"
|
|
2037
2037
|
}
|
|
2038
2038
|
]
|
|
@@ -2275,14 +2275,14 @@
|
|
|
2275
2275
|
"dialog",
|
|
2276
2276
|
"modal"
|
|
2277
2277
|
],
|
|
2278
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2278
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2279
2279
|
"examples": [
|
|
2280
2280
|
{
|
|
2281
|
-
"hash": "
|
|
2281
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2282
2282
|
"source": "canonical"
|
|
2283
2283
|
},
|
|
2284
2284
|
{
|
|
2285
|
-
"hash": "
|
|
2285
|
+
"hash": "0af966e9349f745d71c776d3f6e0547aecbbb0d12fb0a9964b1ec02d8a61baae",
|
|
2286
2286
|
"source": "readme"
|
|
2287
2287
|
},
|
|
2288
2288
|
{
|
|
@@ -2312,10 +2312,10 @@
|
|
|
2312
2312
|
],
|
|
2313
2313
|
"searchTags": [],
|
|
2314
2314
|
"typeText": "(\n cancelButton: ReactNode,\n okButton: ReactNode,\n) => ReactNode",
|
|
2315
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2315
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2316
2316
|
"examples": [
|
|
2317
2317
|
{
|
|
2318
|
-
"hash": "
|
|
2318
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2319
2319
|
"source": "canonical"
|
|
2320
2320
|
}
|
|
2321
2321
|
]
|
|
@@ -2458,10 +2458,10 @@
|
|
|
2458
2458
|
"createProFormField"
|
|
2459
2459
|
],
|
|
2460
2460
|
"searchTags": [],
|
|
2461
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
2461
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
2462
2462
|
"examples": [
|
|
2463
2463
|
{
|
|
2464
|
-
"hash": "
|
|
2464
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
2465
2465
|
"source": "canonical"
|
|
2466
2466
|
}
|
|
2467
2467
|
]
|
|
@@ -2530,10 +2530,10 @@
|
|
|
2530
2530
|
],
|
|
2531
2531
|
"searchTags": [],
|
|
2532
2532
|
"typeText": "interface DialogFormProps extends Omit<ProFormProps, 'title'> { ... }",
|
|
2533
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
2533
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
2534
2534
|
"examples": [
|
|
2535
2535
|
{
|
|
2536
|
-
"hash": "
|
|
2536
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
2537
2537
|
"source": "canonical"
|
|
2538
2538
|
}
|
|
2539
2539
|
]
|
|
@@ -2555,10 +2555,10 @@
|
|
|
2555
2555
|
],
|
|
2556
2556
|
"searchTags": [],
|
|
2557
2557
|
"typeText": "interface DialogProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'title' | 'onCancel'> { ... }",
|
|
2558
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2558
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2559
2559
|
"examples": [
|
|
2560
2560
|
{
|
|
2561
|
-
"hash": "
|
|
2561
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2562
2562
|
"source": "canonical"
|
|
2563
2563
|
}
|
|
2564
2564
|
]
|
|
@@ -2580,10 +2580,10 @@
|
|
|
2580
2580
|
],
|
|
2581
2581
|
"searchTags": [],
|
|
2582
2582
|
"typeText": "(typeof DIALOG_SIZES)[number]",
|
|
2583
|
-
"canonicalUsage": "import { Dialog } from '@1money/
|
|
2583
|
+
"canonicalUsage": "import { Dialog } from '@1money/component-ui';\n// or\nimport { Dialog } from '@1money/component-ui/Dialog';",
|
|
2584
2584
|
"examples": [
|
|
2585
2585
|
{
|
|
2586
|
-
"hash": "
|
|
2586
|
+
"hash": "87093dabc20e5f57b2b6778e44b86a15161814292c77dcf8ff8ee67b5416b71b",
|
|
2587
2587
|
"source": "canonical"
|
|
2588
2588
|
}
|
|
2589
2589
|
]
|
|
@@ -2673,7 +2673,7 @@
|
|
|
2673
2673
|
"source": "canonical"
|
|
2674
2674
|
},
|
|
2675
2675
|
{
|
|
2676
|
-
"hash": "
|
|
2676
|
+
"hash": "badf3cdf64f8d773268d54275bd790f16a3357210a7bd056f4637100b7746845",
|
|
2677
2677
|
"source": "readme"
|
|
2678
2678
|
},
|
|
2679
2679
|
{
|
|
@@ -2685,7 +2685,7 @@
|
|
|
2685
2685
|
"source": "readme"
|
|
2686
2686
|
},
|
|
2687
2687
|
{
|
|
2688
|
-
"hash": "
|
|
2688
|
+
"hash": "8a5806fc588c223301f3b8050939aef03b37dac957c426887998aa3f4423697e",
|
|
2689
2689
|
"source": "readme"
|
|
2690
2690
|
},
|
|
2691
2691
|
{
|
|
@@ -3007,18 +3007,18 @@
|
|
|
3007
3007
|
"drawer",
|
|
3008
3008
|
"side panel"
|
|
3009
3009
|
],
|
|
3010
|
-
"canonicalUsage": "import { Drawer } from '@1money/
|
|
3010
|
+
"canonicalUsage": "import { Drawer } from '@1money/component-ui';\n// or\nimport { Drawer } from '@1money/component-ui/Drawer';",
|
|
3011
3011
|
"examples": [
|
|
3012
3012
|
{
|
|
3013
|
-
"hash": "
|
|
3013
|
+
"hash": "c2c42c200e9bad53b274260619d36029e7257a5f80b73408ffe619abdf14a9d9",
|
|
3014
3014
|
"source": "canonical"
|
|
3015
3015
|
},
|
|
3016
3016
|
{
|
|
3017
|
-
"hash": "
|
|
3017
|
+
"hash": "ba4d7fb2d83dc29cedcc36d923e7baf16aa5872c15a1e5b5a369f188cd1c1bd8",
|
|
3018
3018
|
"source": "readme"
|
|
3019
3019
|
},
|
|
3020
3020
|
{
|
|
3021
|
-
"hash": "
|
|
3021
|
+
"hash": "eb82f96d176ca1891ecf083e5f43c42256d422f023133b2171ab354f12705fdd",
|
|
3022
3022
|
"source": "readme"
|
|
3023
3023
|
},
|
|
3024
3024
|
{
|
|
@@ -3177,10 +3177,10 @@
|
|
|
3177
3177
|
"createProFormField"
|
|
3178
3178
|
],
|
|
3179
3179
|
"searchTags": [],
|
|
3180
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3180
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3181
3181
|
"examples": [
|
|
3182
3182
|
{
|
|
3183
|
-
"hash": "
|
|
3183
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3184
3184
|
"source": "canonical"
|
|
3185
3185
|
}
|
|
3186
3186
|
]
|
|
@@ -3249,10 +3249,10 @@
|
|
|
3249
3249
|
],
|
|
3250
3250
|
"searchTags": [],
|
|
3251
3251
|
"typeText": "interface DrawerFormProps extends Omit<ProFormProps, 'title'> { ... }",
|
|
3252
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3252
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3253
3253
|
"examples": [
|
|
3254
3254
|
{
|
|
3255
|
-
"hash": "
|
|
3255
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3256
3256
|
"source": "canonical"
|
|
3257
3257
|
}
|
|
3258
3258
|
]
|
|
@@ -3273,10 +3273,10 @@
|
|
|
3273
3273
|
],
|
|
3274
3274
|
"searchTags": [],
|
|
3275
3275
|
"typeText": "(typeof DRAWER_PLACEMENTS)[number]",
|
|
3276
|
-
"canonicalUsage": "import { Drawer } from '@1money/
|
|
3276
|
+
"canonicalUsage": "import { Drawer } from '@1money/component-ui';\n// or\nimport { Drawer } from '@1money/component-ui/Drawer';",
|
|
3277
3277
|
"examples": [
|
|
3278
3278
|
{
|
|
3279
|
-
"hash": "
|
|
3279
|
+
"hash": "c2c42c200e9bad53b274260619d36029e7257a5f80b73408ffe619abdf14a9d9",
|
|
3280
3280
|
"source": "canonical"
|
|
3281
3281
|
}
|
|
3282
3282
|
]
|
|
@@ -3297,10 +3297,10 @@
|
|
|
3297
3297
|
],
|
|
3298
3298
|
"searchTags": [],
|
|
3299
3299
|
"typeText": "interface DrawerProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'title'> { ... }",
|
|
3300
|
-
"canonicalUsage": "import { Drawer } from '@1money/
|
|
3300
|
+
"canonicalUsage": "import { Drawer } from '@1money/component-ui';\n// or\nimport { Drawer } from '@1money/component-ui/Drawer';",
|
|
3301
3301
|
"examples": [
|
|
3302
3302
|
{
|
|
3303
|
-
"hash": "
|
|
3303
|
+
"hash": "c2c42c200e9bad53b274260619d36029e7257a5f80b73408ffe619abdf14a9d9",
|
|
3304
3304
|
"source": "canonical"
|
|
3305
3305
|
}
|
|
3306
3306
|
]
|
|
@@ -3337,18 +3337,18 @@
|
|
|
3337
3337
|
"dropdown menu",
|
|
3338
3338
|
"menu"
|
|
3339
3339
|
],
|
|
3340
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3340
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3341
3341
|
"examples": [
|
|
3342
3342
|
{
|
|
3343
|
-
"hash": "
|
|
3343
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3344
3344
|
"source": "canonical"
|
|
3345
3345
|
},
|
|
3346
3346
|
{
|
|
3347
|
-
"hash": "
|
|
3347
|
+
"hash": "972760bf5ab84d11fe02c95be34c823bc9ee3d6e0009ebd7bee036df4a721356",
|
|
3348
3348
|
"source": "readme"
|
|
3349
3349
|
},
|
|
3350
3350
|
{
|
|
3351
|
-
"hash": "
|
|
3351
|
+
"hash": "1f2928ec0a947db2a5fec3cc4241fef3b241c19c1d121bfc46c37aec0af0edbe",
|
|
3352
3352
|
"source": "readme"
|
|
3353
3353
|
},
|
|
3354
3354
|
{
|
|
@@ -3431,10 +3431,10 @@
|
|
|
3431
3431
|
],
|
|
3432
3432
|
"searchTags": [],
|
|
3433
3433
|
"typeText": "TriggerProps['content']",
|
|
3434
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3434
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3435
3435
|
"examples": [
|
|
3436
3436
|
{
|
|
3437
|
-
"hash": "
|
|
3437
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3438
3438
|
"source": "canonical"
|
|
3439
3439
|
}
|
|
3440
3440
|
]
|
|
@@ -3457,10 +3457,10 @@
|
|
|
3457
3457
|
],
|
|
3458
3458
|
"searchTags": [],
|
|
3459
3459
|
"typeText": "TriggerContentContext",
|
|
3460
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3460
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3461
3461
|
"examples": [
|
|
3462
3462
|
{
|
|
3463
|
-
"hash": "
|
|
3463
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3464
3464
|
"source": "canonical"
|
|
3465
3465
|
}
|
|
3466
3466
|
]
|
|
@@ -3483,10 +3483,10 @@
|
|
|
3483
3483
|
],
|
|
3484
3484
|
"searchTags": [],
|
|
3485
3485
|
"typeText": "interface DropdownProps extends Omit<TriggerProps, 'trigger'> { ... }",
|
|
3486
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3486
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3487
3487
|
"examples": [
|
|
3488
3488
|
{
|
|
3489
|
-
"hash": "
|
|
3489
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3490
3490
|
"source": "canonical"
|
|
3491
3491
|
}
|
|
3492
3492
|
]
|
|
@@ -3509,10 +3509,10 @@
|
|
|
3509
3509
|
],
|
|
3510
3510
|
"searchTags": [],
|
|
3511
3511
|
"typeText": "'click' | 'hover'",
|
|
3512
|
-
"canonicalUsage": "import { Dropdown } from '@1money/
|
|
3512
|
+
"canonicalUsage": "import { Dropdown } from '@1money/component-ui';\n// or\nimport { Dropdown } from '@1money/component-ui/Dropdown';",
|
|
3513
3513
|
"examples": [
|
|
3514
3514
|
{
|
|
3515
|
-
"hash": "
|
|
3515
|
+
"hash": "07987ce3193833ae5e02466d3b7ea1e51372a52d41cdafaa11450f4bab575130",
|
|
3516
3516
|
"source": "canonical"
|
|
3517
3517
|
}
|
|
3518
3518
|
]
|
|
@@ -3592,18 +3592,18 @@
|
|
|
3592
3592
|
"searchTags": [
|
|
3593
3593
|
"empty"
|
|
3594
3594
|
],
|
|
3595
|
-
"canonicalUsage": "import { Empty } from '@1money/
|
|
3595
|
+
"canonicalUsage": "import { Empty } from '@1money/component-ui';\n// or\nimport { Empty } from '@1money/component-ui/Empty';",
|
|
3596
3596
|
"examples": [
|
|
3597
3597
|
{
|
|
3598
|
-
"hash": "
|
|
3598
|
+
"hash": "6bf195e98d5a455cd0e5d43c58373b8311a4178b49a2f00f1f029af3e4b24447",
|
|
3599
3599
|
"source": "canonical"
|
|
3600
3600
|
},
|
|
3601
3601
|
{
|
|
3602
|
-
"hash": "
|
|
3602
|
+
"hash": "a3c2924a769ad563b93cde498367ce69f6fe286064bae9dd22799a8733aebea6",
|
|
3603
3603
|
"source": "readme"
|
|
3604
3604
|
},
|
|
3605
3605
|
{
|
|
3606
|
-
"hash": "
|
|
3606
|
+
"hash": "fca8a95a331c2fbb0cd85959d30ecafff517a78cf35c1389a810dcaa08d6e5e6",
|
|
3607
3607
|
"source": "readme"
|
|
3608
3608
|
},
|
|
3609
3609
|
{
|
|
@@ -3627,10 +3627,10 @@
|
|
|
3627
3627
|
],
|
|
3628
3628
|
"searchTags": [],
|
|
3629
3629
|
"typeText": "interface EmptyProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
3630
|
-
"canonicalUsage": "import { Empty } from '@1money/
|
|
3630
|
+
"canonicalUsage": "import { Empty } from '@1money/component-ui';\n// or\nimport { Empty } from '@1money/component-ui/Empty';",
|
|
3631
3631
|
"examples": [
|
|
3632
3632
|
{
|
|
3633
|
-
"hash": "
|
|
3633
|
+
"hash": "6bf195e98d5a455cd0e5d43c58373b8311a4178b49a2f00f1f029af3e4b24447",
|
|
3634
3634
|
"source": "canonical"
|
|
3635
3635
|
}
|
|
3636
3636
|
]
|
|
@@ -3700,18 +3700,18 @@
|
|
|
3700
3700
|
"FlexProps"
|
|
3701
3701
|
],
|
|
3702
3702
|
"searchTags": [],
|
|
3703
|
-
"canonicalUsage": "import { Flex } from '@1money/
|
|
3703
|
+
"canonicalUsage": "import { Flex } from '@1money/component-ui';\n// or\nimport { Flex } from '@1money/component-ui/Flex';\nimport { FLEX_ALIGN, FLEX_GAP, FLEX_JUSTIFY, FLEX_WRAP } from '@1money/component-ui/Flex';",
|
|
3704
3704
|
"examples": [
|
|
3705
3705
|
{
|
|
3706
|
-
"hash": "
|
|
3706
|
+
"hash": "a273142732c4077af48c520b0e9fbec1fcae48b0f012545bcb951e9554b1e0ef",
|
|
3707
3707
|
"source": "canonical"
|
|
3708
3708
|
},
|
|
3709
3709
|
{
|
|
3710
|
-
"hash": "
|
|
3710
|
+
"hash": "57e6a47e5312d937d88aebeb098d4786684b38e5e6953da1f4dbcb0bee035b70",
|
|
3711
3711
|
"source": "readme"
|
|
3712
3712
|
},
|
|
3713
3713
|
{
|
|
3714
|
-
"hash": "
|
|
3714
|
+
"hash": "83a40b3d42ffa56ab725f6babf7cfa8029b002fa72a6a9debc106e51292cd840",
|
|
3715
3715
|
"source": "readme"
|
|
3716
3716
|
},
|
|
3717
3717
|
{
|
|
@@ -3759,10 +3759,10 @@
|
|
|
3759
3759
|
],
|
|
3760
3760
|
"searchTags": [],
|
|
3761
3761
|
"typeText": "interface FlexProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
3762
|
-
"canonicalUsage": "import { Flex } from '@1money/
|
|
3762
|
+
"canonicalUsage": "import { Flex } from '@1money/component-ui';\n// or\nimport { Flex } from '@1money/component-ui/Flex';\nimport { FLEX_ALIGN, FLEX_GAP, FLEX_JUSTIFY, FLEX_WRAP } from '@1money/component-ui/Flex';",
|
|
3763
3763
|
"examples": [
|
|
3764
3764
|
{
|
|
3765
|
-
"hash": "
|
|
3765
|
+
"hash": "a273142732c4077af48c520b0e9fbec1fcae48b0f012545bcb951e9554b1e0ef",
|
|
3766
3766
|
"source": "canonical"
|
|
3767
3767
|
}
|
|
3768
3768
|
]
|
|
@@ -3831,10 +3831,10 @@
|
|
|
3831
3831
|
],
|
|
3832
3832
|
"searchTags": [],
|
|
3833
3833
|
"typeText": "interface FormCoreInstance { ... }",
|
|
3834
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3834
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3835
3835
|
"examples": [
|
|
3836
3836
|
{
|
|
3837
|
-
"hash": "
|
|
3837
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3838
3838
|
"source": "canonical"
|
|
3839
3839
|
}
|
|
3840
3840
|
]
|
|
@@ -3903,10 +3903,10 @@
|
|
|
3903
3903
|
],
|
|
3904
3904
|
"searchTags": [],
|
|
3905
3905
|
"typeText": "interface FormInstance { ... }",
|
|
3906
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3906
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3907
3907
|
"examples": [
|
|
3908
3908
|
{
|
|
3909
|
-
"hash": "
|
|
3909
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3910
3910
|
"source": "canonical"
|
|
3911
3911
|
}
|
|
3912
3912
|
]
|
|
@@ -3975,10 +3975,10 @@
|
|
|
3975
3975
|
],
|
|
3976
3976
|
"searchTags": [],
|
|
3977
3977
|
"typeText": "(typeof FORM_LAYOUTS)[number]",
|
|
3978
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
3978
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
3979
3979
|
"examples": [
|
|
3980
3980
|
{
|
|
3981
|
-
"hash": "
|
|
3981
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
3982
3982
|
"source": "canonical"
|
|
3983
3983
|
}
|
|
3984
3984
|
]
|
|
@@ -4047,10 +4047,10 @@
|
|
|
4047
4047
|
],
|
|
4048
4048
|
"searchTags": [],
|
|
4049
4049
|
"typeText": "(typeof FORM_SIZES)[number]",
|
|
4050
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
4050
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
4051
4051
|
"examples": [
|
|
4052
4052
|
{
|
|
4053
|
-
"hash": "
|
|
4053
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
4054
4054
|
"source": "canonical"
|
|
4055
4055
|
}
|
|
4056
4056
|
]
|
|
@@ -4074,22 +4074,22 @@
|
|
|
4074
4074
|
"searchTags": [
|
|
4075
4075
|
"grid"
|
|
4076
4076
|
],
|
|
4077
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
4077
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
4078
4078
|
"examples": [
|
|
4079
4079
|
{
|
|
4080
|
-
"hash": "
|
|
4080
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
4081
4081
|
"source": "canonical"
|
|
4082
4082
|
},
|
|
4083
4083
|
{
|
|
4084
|
-
"hash": "
|
|
4084
|
+
"hash": "231cba24b4a9f1ba3a3ac60ae9526c919f6067a6a5e5147a00bec11fd9e57067",
|
|
4085
4085
|
"source": "readme"
|
|
4086
4086
|
},
|
|
4087
4087
|
{
|
|
4088
|
-
"hash": "
|
|
4088
|
+
"hash": "1673418288f034d6e46db906f3b2fb8a2079625c30f15ed4c7c35c0e4568f940",
|
|
4089
4089
|
"source": "readme"
|
|
4090
4090
|
},
|
|
4091
4091
|
{
|
|
4092
|
-
"hash": "
|
|
4092
|
+
"hash": "0cda435f1e77eae5e9d6a2c883f7b45f34643b77a9a4f8ca3d23ea33a09b9a01",
|
|
4093
4093
|
"source": "readme"
|
|
4094
4094
|
},
|
|
4095
4095
|
{
|
|
@@ -4136,10 +4136,10 @@
|
|
|
4136
4136
|
],
|
|
4137
4137
|
"searchTags": [],
|
|
4138
4138
|
"typeText": "interface GridColProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
4139
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
4139
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
4140
4140
|
"examples": [
|
|
4141
4141
|
{
|
|
4142
|
-
"hash": "
|
|
4142
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
4143
4143
|
"source": "canonical"
|
|
4144
4144
|
}
|
|
4145
4145
|
]
|
|
@@ -4162,10 +4162,10 @@
|
|
|
4162
4162
|
],
|
|
4163
4163
|
"searchTags": [],
|
|
4164
4164
|
"typeText": "interface GridRowProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
4165
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
4165
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
4166
4166
|
"examples": [
|
|
4167
4167
|
{
|
|
4168
|
-
"hash": "
|
|
4168
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
4169
4169
|
"source": "canonical"
|
|
4170
4170
|
}
|
|
4171
4171
|
]
|
|
@@ -4213,13 +4213,14 @@
|
|
|
4213
4213
|
"IconWrapper",
|
|
4214
4214
|
"IconWrapperProps",
|
|
4215
4215
|
"Icons",
|
|
4216
|
-
"IconsProps"
|
|
4216
|
+
"IconsProps",
|
|
4217
|
+
"SortIconStatus"
|
|
4217
4218
|
],
|
|
4218
4219
|
"searchTags": [],
|
|
4219
|
-
"canonicalUsage": "
|
|
4220
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4220
4221
|
"examples": [
|
|
4221
4222
|
{
|
|
4222
|
-
"hash": "
|
|
4223
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4223
4224
|
"source": "canonical"
|
|
4224
4225
|
}
|
|
4225
4226
|
]
|
|
@@ -4240,14 +4241,15 @@
|
|
|
4240
4241
|
"IconWrapper",
|
|
4241
4242
|
"IconWrapperProps",
|
|
4242
4243
|
"Icons",
|
|
4243
|
-
"IconsProps"
|
|
4244
|
+
"IconsProps",
|
|
4245
|
+
"SortIconStatus"
|
|
4244
4246
|
],
|
|
4245
4247
|
"searchTags": [],
|
|
4246
4248
|
"typeText": "interface IconHoverProps extends Omit<HTMLAttributes<HTMLDivElement>, 'prefix'> { ... }",
|
|
4247
|
-
"canonicalUsage": "import type {
|
|
4249
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4248
4250
|
"examples": [
|
|
4249
4251
|
{
|
|
4250
|
-
"hash": "
|
|
4252
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4251
4253
|
"source": "canonical"
|
|
4252
4254
|
}
|
|
4253
4255
|
]
|
|
@@ -4268,14 +4270,15 @@
|
|
|
4268
4270
|
"IconWrapper",
|
|
4269
4271
|
"IconWrapperProps",
|
|
4270
4272
|
"Icons",
|
|
4271
|
-
"IconsProps"
|
|
4273
|
+
"IconsProps",
|
|
4274
|
+
"SortIconStatus"
|
|
4272
4275
|
],
|
|
4273
4276
|
"searchTags": [],
|
|
4274
4277
|
"typeText": "keyof typeof IconList",
|
|
4275
|
-
"canonicalUsage": "import type { IconName } from '@1money/component-ui';",
|
|
4278
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4276
4279
|
"examples": [
|
|
4277
4280
|
{
|
|
4278
|
-
"hash": "
|
|
4281
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4279
4282
|
"source": "canonical"
|
|
4280
4283
|
}
|
|
4281
4284
|
]
|
|
@@ -4425,13 +4428,14 @@
|
|
|
4425
4428
|
"IconName",
|
|
4426
4429
|
"IconWrapperProps",
|
|
4427
4430
|
"Icons",
|
|
4428
|
-
"IconsProps"
|
|
4431
|
+
"IconsProps",
|
|
4432
|
+
"SortIconStatus"
|
|
4429
4433
|
],
|
|
4430
4434
|
"searchTags": [],
|
|
4431
|
-
"canonicalUsage": "
|
|
4435
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4432
4436
|
"examples": [
|
|
4433
4437
|
{
|
|
4434
|
-
"hash": "
|
|
4438
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4435
4439
|
"source": "canonical"
|
|
4436
4440
|
}
|
|
4437
4441
|
]
|
|
@@ -4452,14 +4456,15 @@
|
|
|
4452
4456
|
"IconName",
|
|
4453
4457
|
"IconWrapper",
|
|
4454
4458
|
"Icons",
|
|
4455
|
-
"IconsProps"
|
|
4459
|
+
"IconsProps",
|
|
4460
|
+
"SortIconStatus"
|
|
4456
4461
|
],
|
|
4457
4462
|
"searchTags": [],
|
|
4458
4463
|
"typeText": "interface IconWrapperProps { ... }",
|
|
4459
|
-
"canonicalUsage": "import type {
|
|
4464
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4460
4465
|
"examples": [
|
|
4461
4466
|
{
|
|
4462
|
-
"hash": "
|
|
4467
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4463
4468
|
"source": "canonical"
|
|
4464
4469
|
}
|
|
4465
4470
|
]
|
|
@@ -4472,7 +4477,16 @@
|
|
|
4472
4477
|
"importPath": "@1money/component-ui",
|
|
4473
4478
|
"subpathImport": "@1money/component-ui/Icons",
|
|
4474
4479
|
"sourceFile": "src/components/Icons/Icons.tsx",
|
|
4475
|
-
"props": [
|
|
4480
|
+
"props": [
|
|
4481
|
+
{
|
|
4482
|
+
"name": "name",
|
|
4483
|
+
"type": "IconName",
|
|
4484
|
+
"optional": false,
|
|
4485
|
+
"default": null,
|
|
4486
|
+
"description": "Icon name from the available icon set",
|
|
4487
|
+
"inheritedFrom": null
|
|
4488
|
+
}
|
|
4489
|
+
],
|
|
4476
4490
|
"extends": [
|
|
4477
4491
|
"IconWrapperProps"
|
|
4478
4492
|
],
|
|
@@ -4482,15 +4496,21 @@
|
|
|
4482
4496
|
"IconName",
|
|
4483
4497
|
"IconWrapper",
|
|
4484
4498
|
"IconWrapperProps",
|
|
4485
|
-
"IconsProps"
|
|
4499
|
+
"IconsProps",
|
|
4500
|
+
"SortIconStatus"
|
|
4486
4501
|
],
|
|
4487
4502
|
"searchTags": [
|
|
4488
4503
|
"icon"
|
|
4489
4504
|
],
|
|
4490
4505
|
"memberMap": {},
|
|
4506
|
+
"canonicalUsage": "import { Icons } from '@1money/component-ui';\n\n<Icons name=\"arrowRight\" size={24} />",
|
|
4491
4507
|
"examples": [
|
|
4492
4508
|
{
|
|
4493
|
-
"hash": "
|
|
4509
|
+
"hash": "8f3224780dc7035f24c1a9a5e7915be84f23695cd953df669bb6e54afce4ff90",
|
|
4510
|
+
"source": "canonical"
|
|
4511
|
+
},
|
|
4512
|
+
{
|
|
4513
|
+
"hash": "3c96cd1309b8343e68775a3eb2807b574c01d500cd61c0aefff0e9007f042175",
|
|
4494
4514
|
"source": "readme"
|
|
4495
4515
|
},
|
|
4496
4516
|
{
|
|
@@ -4535,14 +4555,15 @@
|
|
|
4535
4555
|
"IconName",
|
|
4536
4556
|
"IconWrapper",
|
|
4537
4557
|
"IconWrapperProps",
|
|
4538
|
-
"Icons"
|
|
4558
|
+
"Icons",
|
|
4559
|
+
"SortIconStatus"
|
|
4539
4560
|
],
|
|
4540
4561
|
"searchTags": [],
|
|
4541
4562
|
"typeText": "interface IconsProps extends IconWrapperProps { ... }",
|
|
4542
|
-
"canonicalUsage": "import type {
|
|
4563
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
4543
4564
|
"examples": [
|
|
4544
4565
|
{
|
|
4545
|
-
"hash": "
|
|
4566
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
4546
4567
|
"source": "canonical"
|
|
4547
4568
|
}
|
|
4548
4569
|
]
|
|
@@ -4664,9 +4685,14 @@
|
|
|
4664
4685
|
"Amount": "$local:InputAmount",
|
|
4665
4686
|
"Mask": "$local:InputMask"
|
|
4666
4687
|
},
|
|
4688
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n\n<Input label=\"Amount\" placeholder=\"Value\" />",
|
|
4667
4689
|
"examples": [
|
|
4668
4690
|
{
|
|
4669
|
-
"hash": "
|
|
4691
|
+
"hash": "985b12a88fa482e6b7ff9230128c385166aa202ba56916e9d048bcb83046081b",
|
|
4692
|
+
"source": "canonical"
|
|
4693
|
+
},
|
|
4694
|
+
{
|
|
4695
|
+
"hash": "b642ec44c242139bb5d0c19cff727d2e2c036e30ec3c4597eebd7e533c3252ed",
|
|
4670
4696
|
"source": "readme"
|
|
4671
4697
|
},
|
|
4672
4698
|
{
|
|
@@ -4734,10 +4760,10 @@
|
|
|
4734
4760
|
],
|
|
4735
4761
|
"searchTags": [],
|
|
4736
4762
|
"typeText": "interface InputAmountProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'size' | 'onChange' | 'min' | 'max'>, Omit<InputBaseProps, 'allowClear'> { ... }",
|
|
4737
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4763
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4738
4764
|
"examples": [
|
|
4739
4765
|
{
|
|
4740
|
-
"hash": "
|
|
4766
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4741
4767
|
"source": "canonical"
|
|
4742
4768
|
}
|
|
4743
4769
|
]
|
|
@@ -4765,10 +4791,10 @@
|
|
|
4765
4791
|
],
|
|
4766
4792
|
"searchTags": [],
|
|
4767
4793
|
"typeText": "interface InputOTPProps extends Omit<InputBaseProps, 'allowClear' | 'prefix' | 'suffix'> { ... }",
|
|
4768
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4794
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4769
4795
|
"examples": [
|
|
4770
4796
|
{
|
|
4771
|
-
"hash": "
|
|
4797
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4772
4798
|
"source": "canonical"
|
|
4773
4799
|
}
|
|
4774
4800
|
]
|
|
@@ -4796,10 +4822,10 @@
|
|
|
4796
4822
|
],
|
|
4797
4823
|
"searchTags": [],
|
|
4798
4824
|
"typeText": "interface InputPasswordProps extends Omit<InputProps, 'type' | 'allowClear'> { ... }",
|
|
4799
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4825
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4800
4826
|
"examples": [
|
|
4801
4827
|
{
|
|
4802
|
-
"hash": "
|
|
4828
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4803
4829
|
"source": "canonical"
|
|
4804
4830
|
}
|
|
4805
4831
|
]
|
|
@@ -4827,10 +4853,10 @@
|
|
|
4827
4853
|
],
|
|
4828
4854
|
"searchTags": [],
|
|
4829
4855
|
"typeText": "interface InputProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'size' | 'onChange'>, InputBaseProps { ... }",
|
|
4830
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4856
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4831
4857
|
"examples": [
|
|
4832
4858
|
{
|
|
4833
|
-
"hash": "
|
|
4859
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4834
4860
|
"source": "canonical"
|
|
4835
4861
|
}
|
|
4836
4862
|
]
|
|
@@ -4858,10 +4884,10 @@
|
|
|
4858
4884
|
],
|
|
4859
4885
|
"searchTags": [],
|
|
4860
4886
|
"typeText": "interface InputSearchProps extends InputProps { ... }",
|
|
4861
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4887
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4862
4888
|
"examples": [
|
|
4863
4889
|
{
|
|
4864
|
-
"hash": "
|
|
4890
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4865
4891
|
"source": "canonical"
|
|
4866
4892
|
}
|
|
4867
4893
|
]
|
|
@@ -4889,10 +4915,10 @@
|
|
|
4889
4915
|
],
|
|
4890
4916
|
"searchTags": [],
|
|
4891
4917
|
"typeText": "(typeof INPUT_SIZES)[number]",
|
|
4892
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4918
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4893
4919
|
"examples": [
|
|
4894
4920
|
{
|
|
4895
|
-
"hash": "
|
|
4921
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4896
4922
|
"source": "canonical"
|
|
4897
4923
|
}
|
|
4898
4924
|
]
|
|
@@ -4920,10 +4946,10 @@
|
|
|
4920
4946
|
],
|
|
4921
4947
|
"searchTags": [],
|
|
4922
4948
|
"typeText": "(typeof INPUT_STATUSES)[number]",
|
|
4923
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4949
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4924
4950
|
"examples": [
|
|
4925
4951
|
{
|
|
4926
|
-
"hash": "
|
|
4952
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4927
4953
|
"source": "canonical"
|
|
4928
4954
|
}
|
|
4929
4955
|
]
|
|
@@ -4951,10 +4977,10 @@
|
|
|
4951
4977
|
],
|
|
4952
4978
|
"searchTags": [],
|
|
4953
4979
|
"typeText": "interface InputTextAreaProps extends Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'onChange' | 'prefix'>, Omit<InputBaseProps, 'allowClear' | 'prefix' | 'suffix'> { ... }",
|
|
4954
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
4980
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4955
4981
|
"examples": [
|
|
4956
4982
|
{
|
|
4957
|
-
"hash": "
|
|
4983
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4958
4984
|
"source": "canonical"
|
|
4959
4985
|
}
|
|
4960
4986
|
]
|
|
@@ -4982,10 +5008,10 @@
|
|
|
4982
5008
|
],
|
|
4983
5009
|
"searchTags": [],
|
|
4984
5010
|
"typeText": "interface InputTradeProps { ... }",
|
|
4985
|
-
"canonicalUsage": "import { Input } from '@1money/
|
|
5011
|
+
"canonicalUsage": "import { Input } from '@1money/component-ui';\n// or\nimport { Input } from '@1money/component-ui/Input';",
|
|
4986
5012
|
"examples": [
|
|
4987
5013
|
{
|
|
4988
|
-
"hash": "
|
|
5014
|
+
"hash": "1f1b7a95b5907a8f4904dcc20ae03f7dd509d1e5ea1570f9fd663a0d8baf1f2a",
|
|
4989
5015
|
"source": "canonical"
|
|
4990
5016
|
}
|
|
4991
5017
|
]
|
|
@@ -5054,10 +5080,10 @@
|
|
|
5054
5080
|
],
|
|
5055
5081
|
"searchTags": [],
|
|
5056
5082
|
"typeText": "(typeof LABEL_ALIGNS)[number]",
|
|
5057
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
5083
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
5058
5084
|
"examples": [
|
|
5059
5085
|
{
|
|
5060
|
-
"hash": "
|
|
5086
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
5061
5087
|
"source": "canonical"
|
|
5062
5088
|
}
|
|
5063
5089
|
]
|
|
@@ -5139,14 +5165,14 @@
|
|
|
5139
5165
|
"searchTags": [
|
|
5140
5166
|
"link"
|
|
5141
5167
|
],
|
|
5142
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5168
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5143
5169
|
"examples": [
|
|
5144
5170
|
{
|
|
5145
|
-
"hash": "
|
|
5171
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5146
5172
|
"source": "canonical"
|
|
5147
5173
|
},
|
|
5148
5174
|
{
|
|
5149
|
-
"hash": "
|
|
5175
|
+
"hash": "b5122ab00632d0b9f9f205345094b8cc87d3de0e265bfa06f77f8c0538a72a4a",
|
|
5150
5176
|
"source": "readme"
|
|
5151
5177
|
},
|
|
5152
5178
|
{
|
|
@@ -5192,10 +5218,10 @@
|
|
|
5192
5218
|
],
|
|
5193
5219
|
"searchTags": [],
|
|
5194
5220
|
"typeText": "(typeof LINK_COLORS)[number]",
|
|
5195
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5221
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5196
5222
|
"examples": [
|
|
5197
5223
|
{
|
|
5198
|
-
"hash": "
|
|
5224
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5199
5225
|
"source": "canonical"
|
|
5200
5226
|
}
|
|
5201
5227
|
]
|
|
@@ -5217,10 +5243,10 @@
|
|
|
5217
5243
|
],
|
|
5218
5244
|
"searchTags": [],
|
|
5219
5245
|
"typeText": "interface LinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'color'> { ... }",
|
|
5220
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5246
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5221
5247
|
"examples": [
|
|
5222
5248
|
{
|
|
5223
|
-
"hash": "
|
|
5249
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5224
5250
|
"source": "canonical"
|
|
5225
5251
|
}
|
|
5226
5252
|
]
|
|
@@ -5242,10 +5268,10 @@
|
|
|
5242
5268
|
],
|
|
5243
5269
|
"searchTags": [],
|
|
5244
5270
|
"typeText": "(typeof LINK_SIZES)[number]",
|
|
5245
|
-
"canonicalUsage": "import { Link } from '@1money/
|
|
5271
|
+
"canonicalUsage": "import { Link } from '@1money/component-ui';\n// or\nimport { Link } from '@1money/component-ui/Link';",
|
|
5246
5272
|
"examples": [
|
|
5247
5273
|
{
|
|
5248
|
-
"hash": "
|
|
5274
|
+
"hash": "b5cf05bb6a8f45cfcd470fe1172b358fbd92178d3eece19d966999aa3f077105",
|
|
5249
5275
|
"source": "canonical"
|
|
5250
5276
|
}
|
|
5251
5277
|
]
|
|
@@ -5314,10 +5340,10 @@
|
|
|
5314
5340
|
"NavigationStepperStepStatus"
|
|
5315
5341
|
],
|
|
5316
5342
|
"searchTags": [],
|
|
5317
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5343
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5318
5344
|
"examples": [
|
|
5319
5345
|
{
|
|
5320
|
-
"hash": "
|
|
5346
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5321
5347
|
"source": "canonical"
|
|
5322
5348
|
}
|
|
5323
5349
|
]
|
|
@@ -5346,10 +5372,10 @@
|
|
|
5346
5372
|
],
|
|
5347
5373
|
"searchTags": [],
|
|
5348
5374
|
"typeText": "interface NavItem { ... }",
|
|
5349
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5375
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5350
5376
|
"examples": [
|
|
5351
5377
|
{
|
|
5352
|
-
"hash": "
|
|
5378
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5353
5379
|
"source": "canonical"
|
|
5354
5380
|
}
|
|
5355
5381
|
]
|
|
@@ -5378,10 +5404,10 @@
|
|
|
5378
5404
|
],
|
|
5379
5405
|
"searchTags": [],
|
|
5380
5406
|
"typeText": "interface NavProps { ... }",
|
|
5381
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5407
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5382
5408
|
"examples": [
|
|
5383
5409
|
{
|
|
5384
|
-
"hash": "
|
|
5410
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5385
5411
|
"source": "canonical"
|
|
5386
5412
|
}
|
|
5387
5413
|
]
|
|
@@ -5508,18 +5534,18 @@
|
|
|
5508
5534
|
"searchTags": [
|
|
5509
5535
|
"menu"
|
|
5510
5536
|
],
|
|
5511
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5537
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5512
5538
|
"examples": [
|
|
5513
5539
|
{
|
|
5514
|
-
"hash": "
|
|
5540
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5515
5541
|
"source": "canonical"
|
|
5516
5542
|
},
|
|
5517
5543
|
{
|
|
5518
|
-
"hash": "
|
|
5544
|
+
"hash": "93d92a4c2994ad24677ef5800318b556bdd570a6f6547fe359586b7898bbffa0",
|
|
5519
5545
|
"source": "readme"
|
|
5520
5546
|
},
|
|
5521
5547
|
{
|
|
5522
|
-
"hash": "
|
|
5548
|
+
"hash": "63391782d107e1289c88ced32f63afa3f0c14adfed71d7eec78de19097260755",
|
|
5523
5549
|
"source": "readme"
|
|
5524
5550
|
},
|
|
5525
5551
|
{
|
|
@@ -5556,10 +5582,10 @@
|
|
|
5556
5582
|
],
|
|
5557
5583
|
"searchTags": [],
|
|
5558
5584
|
"typeText": "interface NavigationHandlers { ... }",
|
|
5559
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5585
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5560
5586
|
"examples": [
|
|
5561
5587
|
{
|
|
5562
|
-
"hash": "
|
|
5588
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5563
5589
|
"source": "canonical"
|
|
5564
5590
|
}
|
|
5565
5591
|
]
|
|
@@ -5588,10 +5614,10 @@
|
|
|
5588
5614
|
],
|
|
5589
5615
|
"searchTags": [],
|
|
5590
5616
|
"typeText": "interface NavigationItem { ... }",
|
|
5591
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5617
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5592
5618
|
"examples": [
|
|
5593
5619
|
{
|
|
5594
|
-
"hash": "
|
|
5620
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5595
5621
|
"source": "canonical"
|
|
5596
5622
|
}
|
|
5597
5623
|
]
|
|
@@ -5620,10 +5646,10 @@
|
|
|
5620
5646
|
],
|
|
5621
5647
|
"searchTags": [],
|
|
5622
5648
|
"typeText": "interface NavigationProps { ... }",
|
|
5623
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5649
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5624
5650
|
"examples": [
|
|
5625
5651
|
{
|
|
5626
|
-
"hash": "
|
|
5652
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5627
5653
|
"source": "canonical"
|
|
5628
5654
|
}
|
|
5629
5655
|
]
|
|
@@ -5740,10 +5766,10 @@
|
|
|
5740
5766
|
"NavigationStepperStepStatus"
|
|
5741
5767
|
],
|
|
5742
5768
|
"searchTags": [],
|
|
5743
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5769
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5744
5770
|
"examples": [
|
|
5745
5771
|
{
|
|
5746
|
-
"hash": "
|
|
5772
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5747
5773
|
"source": "canonical"
|
|
5748
5774
|
}
|
|
5749
5775
|
]
|
|
@@ -5772,10 +5798,10 @@
|
|
|
5772
5798
|
],
|
|
5773
5799
|
"searchTags": [],
|
|
5774
5800
|
"typeText": "interface NavigationStepperProps { ... }",
|
|
5775
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5801
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5776
5802
|
"examples": [
|
|
5777
5803
|
{
|
|
5778
|
-
"hash": "
|
|
5804
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5779
5805
|
"source": "canonical"
|
|
5780
5806
|
}
|
|
5781
5807
|
]
|
|
@@ -5804,10 +5830,10 @@
|
|
|
5804
5830
|
],
|
|
5805
5831
|
"searchTags": [],
|
|
5806
5832
|
"typeText": "interface NavigationStepperStep { ... }",
|
|
5807
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5833
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5808
5834
|
"examples": [
|
|
5809
5835
|
{
|
|
5810
|
-
"hash": "
|
|
5836
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5811
5837
|
"source": "canonical"
|
|
5812
5838
|
}
|
|
5813
5839
|
]
|
|
@@ -5836,10 +5862,10 @@
|
|
|
5836
5862
|
],
|
|
5837
5863
|
"searchTags": [],
|
|
5838
5864
|
"typeText": "'todo' | 'active' | 'done' | 'done-active'",
|
|
5839
|
-
"canonicalUsage": "import { Navigation, Nav } from '@1money/
|
|
5865
|
+
"canonicalUsage": "import { Navigation, Nav, NavigationStepper } from '@1money/component-ui';\n// or\nimport { Navigation, Nav, NavigationStepper } from '@1money/component-ui/Navigation';",
|
|
5840
5866
|
"examples": [
|
|
5841
5867
|
{
|
|
5842
|
-
"hash": "
|
|
5868
|
+
"hash": "6100fc2a8e5223e9cb058946bfa868735653b13a46dbde6901ba88436958f7b9",
|
|
5843
5869
|
"source": "canonical"
|
|
5844
5870
|
}
|
|
5845
5871
|
]
|
|
@@ -5865,10 +5891,10 @@
|
|
|
5865
5891
|
],
|
|
5866
5892
|
"searchTags": [],
|
|
5867
5893
|
"typeText": "string | number",
|
|
5868
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5894
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5869
5895
|
"examples": [
|
|
5870
5896
|
{
|
|
5871
|
-
"hash": "
|
|
5897
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5872
5898
|
"source": "canonical"
|
|
5873
5899
|
}
|
|
5874
5900
|
]
|
|
@@ -5894,10 +5920,10 @@
|
|
|
5894
5920
|
],
|
|
5895
5921
|
"searchTags": [],
|
|
5896
5922
|
"typeText": "interface NotificationLinkConfig { ... }",
|
|
5897
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5923
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5898
5924
|
"examples": [
|
|
5899
5925
|
{
|
|
5900
|
-
"hash": "
|
|
5926
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5901
5927
|
"source": "canonical"
|
|
5902
5928
|
}
|
|
5903
5929
|
]
|
|
@@ -5923,10 +5949,10 @@
|
|
|
5923
5949
|
],
|
|
5924
5950
|
"searchTags": [],
|
|
5925
5951
|
"typeText": "interface NotificationOpenConfig extends Omit<NotificationProps, 'prefixCls' | 'ref' | 'onClose'> { ... }",
|
|
5926
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5952
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5927
5953
|
"examples": [
|
|
5928
5954
|
{
|
|
5929
|
-
"hash": "
|
|
5955
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5930
5956
|
"source": "canonical"
|
|
5931
5957
|
}
|
|
5932
5958
|
]
|
|
@@ -5952,10 +5978,10 @@
|
|
|
5952
5978
|
],
|
|
5953
5979
|
"searchTags": [],
|
|
5954
5980
|
"typeText": "(typeof NOTIFICATION_PLACEMENTS)[number]",
|
|
5955
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
5981
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5956
5982
|
"examples": [
|
|
5957
5983
|
{
|
|
5958
|
-
"hash": "
|
|
5984
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5959
5985
|
"source": "canonical"
|
|
5960
5986
|
}
|
|
5961
5987
|
]
|
|
@@ -5981,10 +6007,10 @@
|
|
|
5981
6007
|
],
|
|
5982
6008
|
"searchTags": [],
|
|
5983
6009
|
"typeText": "interface NotificationStaticApi { ... }",
|
|
5984
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
6010
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
5985
6011
|
"examples": [
|
|
5986
6012
|
{
|
|
5987
|
-
"hash": "
|
|
6013
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
5988
6014
|
"source": "canonical"
|
|
5989
6015
|
}
|
|
5990
6016
|
]
|
|
@@ -6010,10 +6036,10 @@
|
|
|
6010
6036
|
],
|
|
6011
6037
|
"searchTags": [],
|
|
6012
6038
|
"typeText": "interface NotificationStaticConfig { ... }",
|
|
6013
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
6039
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
6014
6040
|
"examples": [
|
|
6015
6041
|
{
|
|
6016
|
-
"hash": "
|
|
6042
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
6017
6043
|
"source": "canonical"
|
|
6018
6044
|
}
|
|
6019
6045
|
]
|
|
@@ -6039,10 +6065,10 @@
|
|
|
6039
6065
|
],
|
|
6040
6066
|
"searchTags": [],
|
|
6041
6067
|
"typeText": "(typeof NOTIFICATION_STATUSES)[number]",
|
|
6042
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
6068
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
6043
6069
|
"examples": [
|
|
6044
6070
|
{
|
|
6045
|
-
"hash": "
|
|
6071
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
6046
6072
|
"source": "canonical"
|
|
6047
6073
|
}
|
|
6048
6074
|
]
|
|
@@ -6091,14 +6117,14 @@
|
|
|
6091
6117
|
"pager",
|
|
6092
6118
|
"pagination"
|
|
6093
6119
|
],
|
|
6094
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6120
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6095
6121
|
"examples": [
|
|
6096
6122
|
{
|
|
6097
|
-
"hash": "
|
|
6123
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6098
6124
|
"source": "canonical"
|
|
6099
6125
|
},
|
|
6100
6126
|
{
|
|
6101
|
-
"hash": "
|
|
6127
|
+
"hash": "fae5c24c6bab10e5462b6f5a8c5ca33714a0b121dc2cf3c44ca989ff33b3d36c",
|
|
6102
6128
|
"source": "readme"
|
|
6103
6129
|
},
|
|
6104
6130
|
{
|
|
@@ -6129,10 +6155,10 @@
|
|
|
6129
6155
|
],
|
|
6130
6156
|
"searchTags": [],
|
|
6131
6157
|
"typeText": "interface PaginationControlItem extends PaginationItemBase { ... }",
|
|
6132
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6158
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6133
6159
|
"examples": [
|
|
6134
6160
|
{
|
|
6135
|
-
"hash": "
|
|
6161
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6136
6162
|
"source": "canonical"
|
|
6137
6163
|
}
|
|
6138
6164
|
]
|
|
@@ -6159,10 +6185,10 @@
|
|
|
6159
6185
|
],
|
|
6160
6186
|
"searchTags": [],
|
|
6161
6187
|
"typeText": "interface PaginationEllipsisItem extends PaginationItemBase { ... }",
|
|
6162
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6188
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6163
6189
|
"examples": [
|
|
6164
6190
|
{
|
|
6165
|
-
"hash": "
|
|
6191
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6166
6192
|
"source": "canonical"
|
|
6167
6193
|
}
|
|
6168
6194
|
]
|
|
@@ -6189,10 +6215,10 @@
|
|
|
6189
6215
|
],
|
|
6190
6216
|
"searchTags": [],
|
|
6191
6217
|
"typeText": "| PaginationPageItem\n | PaginationControlItem\n | PaginationEllipsisItem",
|
|
6192
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6218
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6193
6219
|
"examples": [
|
|
6194
6220
|
{
|
|
6195
|
-
"hash": "
|
|
6221
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6196
6222
|
"source": "canonical"
|
|
6197
6223
|
}
|
|
6198
6224
|
]
|
|
@@ -6219,10 +6245,10 @@
|
|
|
6219
6245
|
],
|
|
6220
6246
|
"searchTags": [],
|
|
6221
6247
|
"typeText": "interface PaginationPageItem extends PaginationItemBase { ... }",
|
|
6222
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6248
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6223
6249
|
"examples": [
|
|
6224
6250
|
{
|
|
6225
|
-
"hash": "
|
|
6251
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6226
6252
|
"source": "canonical"
|
|
6227
6253
|
}
|
|
6228
6254
|
]
|
|
@@ -6249,10 +6275,10 @@
|
|
|
6249
6275
|
],
|
|
6250
6276
|
"searchTags": [],
|
|
6251
6277
|
"typeText": "interface PaginationProps extends Omit<HTMLAttributes<HTMLElement>, 'onChange'>, UsePaginationOptions { ... }",
|
|
6252
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
6278
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
6253
6279
|
"examples": [
|
|
6254
6280
|
{
|
|
6255
|
-
"hash": "
|
|
6281
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
6256
6282
|
"source": "canonical"
|
|
6257
6283
|
}
|
|
6258
6284
|
]
|
|
@@ -6406,11 +6432,11 @@
|
|
|
6406
6432
|
"source": "canonical"
|
|
6407
6433
|
},
|
|
6408
6434
|
{
|
|
6409
|
-
"hash": "
|
|
6435
|
+
"hash": "31040a7ff19f27a25e9ba2a3b39168650944f1c7a3f0056e5b2b51ee4581d1af",
|
|
6410
6436
|
"source": "readme"
|
|
6411
6437
|
},
|
|
6412
6438
|
{
|
|
6413
|
-
"hash": "
|
|
6439
|
+
"hash": "a5e7bfca00eae7d485a875832679ab34d67e3c8ef781d04913386ca1185eb822",
|
|
6414
6440
|
"source": "readme"
|
|
6415
6441
|
},
|
|
6416
6442
|
{
|
|
@@ -6575,14 +6601,14 @@
|
|
|
6575
6601
|
"PortalProps"
|
|
6576
6602
|
],
|
|
6577
6603
|
"searchTags": [],
|
|
6578
|
-
"canonicalUsage": "import { Portal } from '@1money/
|
|
6604
|
+
"canonicalUsage": "import { Portal } from '@1money/component-ui';\n// or\nimport { Portal } from '@1money/component-ui/Portal';",
|
|
6579
6605
|
"examples": [
|
|
6580
6606
|
{
|
|
6581
|
-
"hash": "
|
|
6607
|
+
"hash": "8cc002e0e73f335fa1d9b738bc68bc5e35dc521d869efddbfd4aac0399ee81b8",
|
|
6582
6608
|
"source": "canonical"
|
|
6583
6609
|
},
|
|
6584
6610
|
{
|
|
6585
|
-
"hash": "
|
|
6611
|
+
"hash": "1b3e0014243a3c2fc49f18ec95bf7915a97bf89be93ea39221e905dc26aa7035",
|
|
6586
6612
|
"source": "readme"
|
|
6587
6613
|
},
|
|
6588
6614
|
{
|
|
@@ -6607,10 +6633,10 @@
|
|
|
6607
6633
|
],
|
|
6608
6634
|
"searchTags": [],
|
|
6609
6635
|
"typeText": "Element | (() => Element | null) | null",
|
|
6610
|
-
"canonicalUsage": "import { Portal } from '@1money/
|
|
6636
|
+
"canonicalUsage": "import { Portal } from '@1money/component-ui';\n// or\nimport { Portal } from '@1money/component-ui/Portal';",
|
|
6611
6637
|
"examples": [
|
|
6612
6638
|
{
|
|
6613
|
-
"hash": "
|
|
6639
|
+
"hash": "8cc002e0e73f335fa1d9b738bc68bc5e35dc521d869efddbfd4aac0399ee81b8",
|
|
6614
6640
|
"source": "canonical"
|
|
6615
6641
|
}
|
|
6616
6642
|
]
|
|
@@ -6631,10 +6657,10 @@
|
|
|
6631
6657
|
],
|
|
6632
6658
|
"searchTags": [],
|
|
6633
6659
|
"typeText": "interface PortalProps { ... }",
|
|
6634
|
-
"canonicalUsage": "import { Portal } from '@1money/
|
|
6660
|
+
"canonicalUsage": "import { Portal } from '@1money/component-ui';\n// or\nimport { Portal } from '@1money/component-ui/Portal';",
|
|
6635
6661
|
"examples": [
|
|
6636
6662
|
{
|
|
6637
|
-
"hash": "
|
|
6663
|
+
"hash": "8cc002e0e73f335fa1d9b738bc68bc5e35dc521d869efddbfd4aac0399ee81b8",
|
|
6638
6664
|
"source": "canonical"
|
|
6639
6665
|
}
|
|
6640
6666
|
]
|
|
@@ -6929,9 +6955,14 @@
|
|
|
6929
6955
|
"DatePicker": "ProFormDatePicker",
|
|
6930
6956
|
"Upload": "ProFormUpload"
|
|
6931
6957
|
},
|
|
6958
|
+
"canonicalUsage": "import { ProForm } from '@1money/component-ui';\n\n<ProForm onFinish={(values) => console.log(values)}>\n <ProForm.Text name=\"name\" label=\"Name\" />\n</ProForm>",
|
|
6932
6959
|
"examples": [
|
|
6933
6960
|
{
|
|
6934
|
-
"hash": "
|
|
6961
|
+
"hash": "6fdf08048e1bed84d748f8d5d2fb86efe525926a026aaa4917f514fc855777b2",
|
|
6962
|
+
"source": "canonical"
|
|
6963
|
+
},
|
|
6964
|
+
{
|
|
6965
|
+
"hash": "07cacb15e560cfbe8f05e93459b5f0d51faf5fd0a01b0995368a360610e18d30",
|
|
6935
6966
|
"source": "readme"
|
|
6936
6967
|
},
|
|
6937
6968
|
{
|
|
@@ -7151,10 +7182,10 @@
|
|
|
7151
7182
|
"createProFormField"
|
|
7152
7183
|
],
|
|
7153
7184
|
"searchTags": [],
|
|
7154
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7185
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7155
7186
|
"examples": [
|
|
7156
7187
|
{
|
|
7157
|
-
"hash": "
|
|
7188
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7158
7189
|
"source": "canonical"
|
|
7159
7190
|
}
|
|
7160
7191
|
]
|
|
@@ -7222,10 +7253,10 @@
|
|
|
7222
7253
|
"createProFormField"
|
|
7223
7254
|
],
|
|
7224
7255
|
"searchTags": [],
|
|
7225
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7256
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7226
7257
|
"examples": [
|
|
7227
7258
|
{
|
|
7228
|
-
"hash": "
|
|
7259
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7229
7260
|
"source": "canonical"
|
|
7230
7261
|
}
|
|
7231
7262
|
]
|
|
@@ -7294,10 +7325,10 @@
|
|
|
7294
7325
|
],
|
|
7295
7326
|
"searchTags": [],
|
|
7296
7327
|
"typeText": "interface ProFormColProps { ... }",
|
|
7297
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7328
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7298
7329
|
"examples": [
|
|
7299
7330
|
{
|
|
7300
|
-
"hash": "
|
|
7331
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7301
7332
|
"source": "canonical"
|
|
7302
7333
|
}
|
|
7303
7334
|
]
|
|
@@ -7366,10 +7397,10 @@
|
|
|
7366
7397
|
],
|
|
7367
7398
|
"searchTags": [],
|
|
7368
7399
|
"typeText": "interface ProFormContextValue { ... }",
|
|
7369
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7400
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7370
7401
|
"examples": [
|
|
7371
7402
|
{
|
|
7372
|
-
"hash": "
|
|
7403
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7373
7404
|
"source": "canonical"
|
|
7374
7405
|
}
|
|
7375
7406
|
]
|
|
@@ -7440,10 +7471,10 @@
|
|
|
7440
7471
|
"date input",
|
|
7441
7472
|
"date picker"
|
|
7442
7473
|
],
|
|
7443
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7474
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7444
7475
|
"examples": [
|
|
7445
7476
|
{
|
|
7446
|
-
"hash": "
|
|
7477
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7447
7478
|
"source": "canonical"
|
|
7448
7479
|
}
|
|
7449
7480
|
]
|
|
@@ -7536,10 +7567,10 @@
|
|
|
7536
7567
|
"createProFormField"
|
|
7537
7568
|
],
|
|
7538
7569
|
"searchTags": [],
|
|
7539
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7570
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7540
7571
|
"examples": [
|
|
7541
7572
|
{
|
|
7542
|
-
"hash": "
|
|
7573
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7543
7574
|
"source": "canonical"
|
|
7544
7575
|
}
|
|
7545
7576
|
]
|
|
@@ -7608,10 +7639,10 @@
|
|
|
7608
7639
|
],
|
|
7609
7640
|
"searchTags": [],
|
|
7610
7641
|
"typeText": "interface ProFormDependencyProps { ... }",
|
|
7611
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7642
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7612
7643
|
"examples": [
|
|
7613
7644
|
{
|
|
7614
|
-
"hash": "
|
|
7645
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7615
7646
|
"source": "canonical"
|
|
7616
7647
|
}
|
|
7617
7648
|
]
|
|
@@ -7680,10 +7711,10 @@
|
|
|
7680
7711
|
],
|
|
7681
7712
|
"searchTags": [],
|
|
7682
7713
|
"typeText": "(\n value: unknown,\n name: string,\n) => unknown",
|
|
7683
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7714
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7684
7715
|
"examples": [
|
|
7685
7716
|
{
|
|
7686
|
-
"hash": "
|
|
7717
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7687
7718
|
"source": "canonical"
|
|
7688
7719
|
}
|
|
7689
7720
|
]
|
|
@@ -7752,10 +7783,10 @@
|
|
|
7752
7783
|
],
|
|
7753
7784
|
"searchTags": [],
|
|
7754
7785
|
"typeText": "interface ProFormFieldProps { ... }",
|
|
7755
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7786
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7756
7787
|
"examples": [
|
|
7757
7788
|
{
|
|
7758
|
-
"hash": "
|
|
7789
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7759
7790
|
"source": "canonical"
|
|
7760
7791
|
}
|
|
7761
7792
|
]
|
|
@@ -7896,10 +7927,10 @@
|
|
|
7896
7927
|
"createProFormField"
|
|
7897
7928
|
],
|
|
7898
7929
|
"searchTags": [],
|
|
7899
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
7930
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7900
7931
|
"examples": [
|
|
7901
7932
|
{
|
|
7902
|
-
"hash": "
|
|
7933
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7903
7934
|
"source": "canonical"
|
|
7904
7935
|
}
|
|
7905
7936
|
]
|
|
@@ -7968,10 +7999,10 @@
|
|
|
7968
7999
|
],
|
|
7969
8000
|
"searchTags": [],
|
|
7970
8001
|
"typeText": "interface ProFormFieldSetProps { ... }",
|
|
7971
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8002
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
7972
8003
|
"examples": [
|
|
7973
8004
|
{
|
|
7974
|
-
"hash": "
|
|
8005
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
7975
8006
|
"source": "canonical"
|
|
7976
8007
|
}
|
|
7977
8008
|
]
|
|
@@ -8040,10 +8071,10 @@
|
|
|
8040
8071
|
],
|
|
8041
8072
|
"searchTags": [],
|
|
8042
8073
|
"typeText": "(\n value: unknown,\n name: string,\n allValues: Record<string, unknown>,\n) => unknown",
|
|
8043
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8074
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8044
8075
|
"examples": [
|
|
8045
8076
|
{
|
|
8046
|
-
"hash": "
|
|
8077
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8047
8078
|
"source": "canonical"
|
|
8048
8079
|
}
|
|
8049
8080
|
]
|
|
@@ -8112,10 +8143,10 @@
|
|
|
8112
8143
|
],
|
|
8113
8144
|
"searchTags": [],
|
|
8114
8145
|
"typeText": "interface ProFormFormInstance extends FormInstance { ... }",
|
|
8115
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8146
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8116
8147
|
"examples": [
|
|
8117
8148
|
{
|
|
8118
|
-
"hash": "
|
|
8149
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8119
8150
|
"source": "canonical"
|
|
8120
8151
|
}
|
|
8121
8152
|
]
|
|
@@ -8248,10 +8279,10 @@
|
|
|
8248
8279
|
"createProFormField"
|
|
8249
8280
|
],
|
|
8250
8281
|
"searchTags": [],
|
|
8251
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8282
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8252
8283
|
"examples": [
|
|
8253
8284
|
{
|
|
8254
|
-
"hash": "
|
|
8285
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8255
8286
|
"source": "canonical"
|
|
8256
8287
|
}
|
|
8257
8288
|
]
|
|
@@ -8320,10 +8351,10 @@
|
|
|
8320
8351
|
],
|
|
8321
8352
|
"searchTags": [],
|
|
8322
8353
|
"typeText": "interface ProFormGroupProps { ... }",
|
|
8323
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8354
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8324
8355
|
"examples": [
|
|
8325
8356
|
{
|
|
8326
|
-
"hash": "
|
|
8357
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8327
8358
|
"source": "canonical"
|
|
8328
8359
|
}
|
|
8329
8360
|
]
|
|
@@ -8560,10 +8591,10 @@
|
|
|
8560
8591
|
"createProFormField"
|
|
8561
8592
|
],
|
|
8562
8593
|
"searchTags": [],
|
|
8563
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8594
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8564
8595
|
"examples": [
|
|
8565
8596
|
{
|
|
8566
|
-
"hash": "
|
|
8597
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8567
8598
|
"source": "canonical"
|
|
8568
8599
|
}
|
|
8569
8600
|
]
|
|
@@ -8632,10 +8663,10 @@
|
|
|
8632
8663
|
],
|
|
8633
8664
|
"searchTags": [],
|
|
8634
8665
|
"typeText": "interface ProFormItemProps { ... }",
|
|
8635
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8666
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8636
8667
|
"examples": [
|
|
8637
8668
|
{
|
|
8638
|
-
"hash": "
|
|
8669
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8639
8670
|
"source": "canonical"
|
|
8640
8671
|
}
|
|
8641
8672
|
]
|
|
@@ -8824,10 +8855,10 @@
|
|
|
8824
8855
|
"createProFormField"
|
|
8825
8856
|
],
|
|
8826
8857
|
"searchTags": [],
|
|
8827
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8858
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8828
8859
|
"examples": [
|
|
8829
8860
|
{
|
|
8830
|
-
"hash": "
|
|
8861
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8831
8862
|
"source": "canonical"
|
|
8832
8863
|
}
|
|
8833
8864
|
]
|
|
@@ -8896,10 +8927,10 @@
|
|
|
8896
8927
|
],
|
|
8897
8928
|
"searchTags": [],
|
|
8898
8929
|
"typeText": "interface ProFormListAction { ... }",
|
|
8899
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
8930
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8900
8931
|
"examples": [
|
|
8901
8932
|
{
|
|
8902
|
-
"hash": "
|
|
8933
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8903
8934
|
"source": "canonical"
|
|
8904
8935
|
}
|
|
8905
8936
|
]
|
|
@@ -8968,10 +8999,10 @@
|
|
|
8968
8999
|
],
|
|
8969
9000
|
"searchTags": [],
|
|
8970
9001
|
"typeText": "interface ProFormListProps { ... }",
|
|
8971
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9002
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
8972
9003
|
"examples": [
|
|
8973
9004
|
{
|
|
8974
|
-
"hash": "
|
|
9005
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
8975
9006
|
"source": "canonical"
|
|
8976
9007
|
}
|
|
8977
9008
|
]
|
|
@@ -9040,10 +9071,10 @@
|
|
|
9040
9071
|
],
|
|
9041
9072
|
"searchTags": [],
|
|
9042
9073
|
"typeText": "(typeof PROFORM_MODES)[number]",
|
|
9043
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9074
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9044
9075
|
"examples": [
|
|
9045
9076
|
{
|
|
9046
|
-
"hash": "
|
|
9077
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9047
9078
|
"source": "canonical"
|
|
9048
9079
|
}
|
|
9049
9080
|
]
|
|
@@ -9111,10 +9142,10 @@
|
|
|
9111
9142
|
"createProFormField"
|
|
9112
9143
|
],
|
|
9113
9144
|
"searchTags": [],
|
|
9114
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9145
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9115
9146
|
"examples": [
|
|
9116
9147
|
{
|
|
9117
|
-
"hash": "
|
|
9148
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9118
9149
|
"source": "canonical"
|
|
9119
9150
|
}
|
|
9120
9151
|
]
|
|
@@ -9183,10 +9214,10 @@
|
|
|
9183
9214
|
],
|
|
9184
9215
|
"searchTags": [],
|
|
9185
9216
|
"typeText": "interface ProFormProps extends Omit<FormHTMLAttributes<HTMLFormElement>, 'onSubmit' | 'onReset'> { ... }",
|
|
9186
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9217
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9187
9218
|
"examples": [
|
|
9188
9219
|
{
|
|
9189
|
-
"hash": "
|
|
9220
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9190
9221
|
"source": "canonical"
|
|
9191
9222
|
}
|
|
9192
9223
|
]
|
|
@@ -9254,10 +9285,10 @@
|
|
|
9254
9285
|
"createProFormField"
|
|
9255
9286
|
],
|
|
9256
9287
|
"searchTags": [],
|
|
9257
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9288
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9258
9289
|
"examples": [
|
|
9259
9290
|
{
|
|
9260
|
-
"hash": "
|
|
9291
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9261
9292
|
"source": "canonical"
|
|
9262
9293
|
}
|
|
9263
9294
|
]
|
|
@@ -9326,10 +9357,10 @@
|
|
|
9326
9357
|
],
|
|
9327
9358
|
"searchTags": [],
|
|
9328
9359
|
"typeText": "interface ProFormRequestOption { ... }",
|
|
9329
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9360
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9330
9361
|
"examples": [
|
|
9331
9362
|
{
|
|
9332
|
-
"hash": "
|
|
9363
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9333
9364
|
"source": "canonical"
|
|
9334
9365
|
}
|
|
9335
9366
|
]
|
|
@@ -9397,10 +9428,10 @@
|
|
|
9397
9428
|
"createProFormField"
|
|
9398
9429
|
],
|
|
9399
9430
|
"searchTags": [],
|
|
9400
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9431
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9401
9432
|
"examples": [
|
|
9402
9433
|
{
|
|
9403
|
-
"hash": "
|
|
9434
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9404
9435
|
"source": "canonical"
|
|
9405
9436
|
}
|
|
9406
9437
|
]
|
|
@@ -9468,10 +9499,10 @@
|
|
|
9468
9499
|
"createProFormField"
|
|
9469
9500
|
],
|
|
9470
9501
|
"searchTags": [],
|
|
9471
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9502
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9472
9503
|
"examples": [
|
|
9473
9504
|
{
|
|
9474
|
-
"hash": "
|
|
9505
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9475
9506
|
"source": "canonical"
|
|
9476
9507
|
}
|
|
9477
9508
|
]
|
|
@@ -9539,10 +9570,10 @@
|
|
|
9539
9570
|
"createProFormField"
|
|
9540
9571
|
],
|
|
9541
9572
|
"searchTags": [],
|
|
9542
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9573
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9543
9574
|
"examples": [
|
|
9544
9575
|
{
|
|
9545
|
-
"hash": "
|
|
9576
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9546
9577
|
"source": "canonical"
|
|
9547
9578
|
}
|
|
9548
9579
|
]
|
|
@@ -9610,10 +9641,10 @@
|
|
|
9610
9641
|
"createProFormField"
|
|
9611
9642
|
],
|
|
9612
9643
|
"searchTags": [],
|
|
9613
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9644
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9614
9645
|
"examples": [
|
|
9615
9646
|
{
|
|
9616
|
-
"hash": "
|
|
9647
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9617
9648
|
"source": "canonical"
|
|
9618
9649
|
}
|
|
9619
9650
|
]
|
|
@@ -9681,10 +9712,10 @@
|
|
|
9681
9712
|
"createProFormField"
|
|
9682
9713
|
],
|
|
9683
9714
|
"searchTags": [],
|
|
9684
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9715
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9685
9716
|
"examples": [
|
|
9686
9717
|
{
|
|
9687
|
-
"hash": "
|
|
9718
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9688
9719
|
"source": "canonical"
|
|
9689
9720
|
}
|
|
9690
9721
|
]
|
|
@@ -9752,10 +9783,10 @@
|
|
|
9752
9783
|
"createProFormField"
|
|
9753
9784
|
],
|
|
9754
9785
|
"searchTags": [],
|
|
9755
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9786
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9756
9787
|
"examples": [
|
|
9757
9788
|
{
|
|
9758
|
-
"hash": "
|
|
9789
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9759
9790
|
"source": "canonical"
|
|
9760
9791
|
}
|
|
9761
9792
|
]
|
|
@@ -9824,10 +9855,10 @@
|
|
|
9824
9855
|
],
|
|
9825
9856
|
"searchTags": [],
|
|
9826
9857
|
"typeText": "Record<\n string | number,\n string | { text: string; disabled?: boolean }\n>",
|
|
9827
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9858
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9828
9859
|
"examples": [
|
|
9829
9860
|
{
|
|
9830
|
-
"hash": "
|
|
9861
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9831
9862
|
"source": "canonical"
|
|
9832
9863
|
}
|
|
9833
9864
|
]
|
|
@@ -9896,10 +9927,10 @@
|
|
|
9896
9927
|
],
|
|
9897
9928
|
"searchTags": [],
|
|
9898
9929
|
"typeText": "| 'text'\n | 'password'\n | 'digit'\n | 'date'\n | 'dateTime'\n | 'select'\n | 'radio'\n | 'switch'\n | 'tag'",
|
|
9899
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
9930
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
9900
9931
|
"examples": [
|
|
9901
9932
|
{
|
|
9902
|
-
"hash": "
|
|
9933
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
9903
9934
|
"source": "canonical"
|
|
9904
9935
|
}
|
|
9905
9936
|
]
|
|
@@ -10001,14 +10032,14 @@
|
|
|
10001
10032
|
"progress",
|
|
10002
10033
|
"progress bar"
|
|
10003
10034
|
],
|
|
10004
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10035
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10005
10036
|
"examples": [
|
|
10006
10037
|
{
|
|
10007
|
-
"hash": "
|
|
10038
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10008
10039
|
"source": "canonical"
|
|
10009
10040
|
},
|
|
10010
10041
|
{
|
|
10011
|
-
"hash": "
|
|
10042
|
+
"hash": "28d655b4312a50e5d20bbbf1d018d4583bd377ee502b3ffee72ca3f17a1bb072",
|
|
10012
10043
|
"source": "readme"
|
|
10013
10044
|
},
|
|
10014
10045
|
{
|
|
@@ -10040,10 +10071,10 @@
|
|
|
10040
10071
|
],
|
|
10041
10072
|
"searchTags": [],
|
|
10042
10073
|
"typeText": "(typeof PROGRESS_COLORS)[number]",
|
|
10043
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10074
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10044
10075
|
"examples": [
|
|
10045
10076
|
{
|
|
10046
|
-
"hash": "
|
|
10077
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10047
10078
|
"source": "canonical"
|
|
10048
10079
|
}
|
|
10049
10080
|
]
|
|
@@ -10067,10 +10098,10 @@
|
|
|
10067
10098
|
],
|
|
10068
10099
|
"searchTags": [],
|
|
10069
10100
|
"typeText": "interface ProgressFormatContext { ... }",
|
|
10070
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10101
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10071
10102
|
"examples": [
|
|
10072
10103
|
{
|
|
10073
|
-
"hash": "
|
|
10104
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10074
10105
|
"source": "canonical"
|
|
10075
10106
|
}
|
|
10076
10107
|
]
|
|
@@ -10094,10 +10125,10 @@
|
|
|
10094
10125
|
],
|
|
10095
10126
|
"searchTags": [],
|
|
10096
10127
|
"typeText": "(typeof PROGRESS_PLACEMENTS)[number]",
|
|
10097
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10128
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10098
10129
|
"examples": [
|
|
10099
10130
|
{
|
|
10100
|
-
"hash": "
|
|
10131
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10101
10132
|
"source": "canonical"
|
|
10102
10133
|
}
|
|
10103
10134
|
]
|
|
@@ -10121,10 +10152,10 @@
|
|
|
10121
10152
|
],
|
|
10122
10153
|
"searchTags": [],
|
|
10123
10154
|
"typeText": "interface ProgressProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
10124
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10155
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10125
10156
|
"examples": [
|
|
10126
10157
|
{
|
|
10127
|
-
"hash": "
|
|
10158
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10128
10159
|
"source": "canonical"
|
|
10129
10160
|
}
|
|
10130
10161
|
]
|
|
@@ -10148,10 +10179,10 @@
|
|
|
10148
10179
|
],
|
|
10149
10180
|
"searchTags": [],
|
|
10150
10181
|
"typeText": "(typeof PROGRESS_STATES)[number]",
|
|
10151
|
-
"canonicalUsage": "import { Progress } from '@1money/
|
|
10182
|
+
"canonicalUsage": "import { Progress } from '@1money/component-ui';\n// or\nimport { Progress } from '@1money/component-ui/Progress';",
|
|
10152
10183
|
"examples": [
|
|
10153
10184
|
{
|
|
10154
|
-
"hash": "
|
|
10185
|
+
"hash": "881749c8a1a24d971f731a3a711abd8ca83a3db2291db92d41114f4df6b2b380",
|
|
10155
10186
|
"source": "canonical"
|
|
10156
10187
|
}
|
|
10157
10188
|
]
|
|
@@ -10286,10 +10317,10 @@
|
|
|
10286
10317
|
"createProFormField"
|
|
10287
10318
|
],
|
|
10288
10319
|
"searchTags": [],
|
|
10289
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
10320
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
10290
10321
|
"examples": [
|
|
10291
10322
|
{
|
|
10292
|
-
"hash": "
|
|
10323
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
10293
10324
|
"source": "canonical"
|
|
10294
10325
|
}
|
|
10295
10326
|
]
|
|
@@ -10358,10 +10389,10 @@
|
|
|
10358
10389
|
],
|
|
10359
10390
|
"searchTags": [],
|
|
10360
10391
|
"typeText": "interface QueryFilterProps extends ProFormProps { ... }",
|
|
10361
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
10392
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
10362
10393
|
"examples": [
|
|
10363
10394
|
{
|
|
10364
|
-
"hash": "
|
|
10395
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
10365
10396
|
"source": "canonical"
|
|
10366
10397
|
}
|
|
10367
10398
|
]
|
|
@@ -10520,14 +10551,14 @@
|
|
|
10520
10551
|
"searchTags": [
|
|
10521
10552
|
"radio"
|
|
10522
10553
|
],
|
|
10523
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10554
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10524
10555
|
"examples": [
|
|
10525
10556
|
{
|
|
10526
|
-
"hash": "
|
|
10557
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10527
10558
|
"source": "canonical"
|
|
10528
10559
|
},
|
|
10529
10560
|
{
|
|
10530
|
-
"hash": "
|
|
10561
|
+
"hash": "62b5efe615c2669f474d5e6b4b89e9548d25b067decf9570da5994151f8c3d63",
|
|
10531
10562
|
"source": "readme"
|
|
10532
10563
|
},
|
|
10533
10564
|
{
|
|
@@ -10642,10 +10673,10 @@
|
|
|
10642
10673
|
],
|
|
10643
10674
|
"searchTags": [],
|
|
10644
10675
|
"typeText": "'left' | 'center'",
|
|
10645
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10676
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10646
10677
|
"examples": [
|
|
10647
10678
|
{
|
|
10648
|
-
"hash": "
|
|
10679
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10649
10680
|
"source": "canonical"
|
|
10650
10681
|
}
|
|
10651
10682
|
]
|
|
@@ -10672,10 +10703,10 @@
|
|
|
10672
10703
|
],
|
|
10673
10704
|
"searchTags": [],
|
|
10674
10705
|
"typeText": "interface RadioChangeEvent { ... }",
|
|
10675
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10706
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10676
10707
|
"examples": [
|
|
10677
10708
|
{
|
|
10678
|
-
"hash": "
|
|
10709
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10679
10710
|
"source": "canonical"
|
|
10680
10711
|
}
|
|
10681
10712
|
]
|
|
@@ -10872,10 +10903,10 @@
|
|
|
10872
10903
|
"searchTags": [
|
|
10873
10904
|
"radio"
|
|
10874
10905
|
],
|
|
10875
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10906
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10876
10907
|
"examples": [
|
|
10877
10908
|
{
|
|
10878
|
-
"hash": "
|
|
10909
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10879
10910
|
"source": "canonical"
|
|
10880
10911
|
}
|
|
10881
10912
|
]
|
|
@@ -10902,10 +10933,10 @@
|
|
|
10902
10933
|
],
|
|
10903
10934
|
"searchTags": [],
|
|
10904
10935
|
"typeText": "'vertical' | 'horizontal'",
|
|
10905
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10936
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10906
10937
|
"examples": [
|
|
10907
10938
|
{
|
|
10908
|
-
"hash": "
|
|
10939
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10909
10940
|
"source": "canonical"
|
|
10910
10941
|
}
|
|
10911
10942
|
]
|
|
@@ -10932,10 +10963,10 @@
|
|
|
10932
10963
|
],
|
|
10933
10964
|
"searchTags": [],
|
|
10934
10965
|
"typeText": "interface RadioGroupProps { ... }",
|
|
10935
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10966
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10936
10967
|
"examples": [
|
|
10937
10968
|
{
|
|
10938
|
-
"hash": "
|
|
10969
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10939
10970
|
"source": "canonical"
|
|
10940
10971
|
}
|
|
10941
10972
|
]
|
|
@@ -10962,10 +10993,10 @@
|
|
|
10962
10993
|
],
|
|
10963
10994
|
"searchTags": [],
|
|
10964
10995
|
"typeText": "interface RadioOptionItem { ... }",
|
|
10965
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
10996
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10966
10997
|
"examples": [
|
|
10967
10998
|
{
|
|
10968
|
-
"hash": "
|
|
10999
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10969
11000
|
"source": "canonical"
|
|
10970
11001
|
}
|
|
10971
11002
|
]
|
|
@@ -10992,10 +11023,10 @@
|
|
|
10992
11023
|
],
|
|
10993
11024
|
"searchTags": [],
|
|
10994
11025
|
"typeText": "interface RadioProps extends NativeRadioInputProps { ... }",
|
|
10995
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
11026
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
10996
11027
|
"examples": [
|
|
10997
11028
|
{
|
|
10998
|
-
"hash": "
|
|
11029
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
10999
11030
|
"source": "canonical"
|
|
11000
11031
|
}
|
|
11001
11032
|
]
|
|
@@ -11022,10 +11053,10 @@
|
|
|
11022
11053
|
],
|
|
11023
11054
|
"searchTags": [],
|
|
11024
11055
|
"typeText": "string | number",
|
|
11025
|
-
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/
|
|
11056
|
+
"canonicalUsage": "import { Radio, RadioGroup } from '@1money/component-ui';\n// or tree-shakeable\nimport { Radio, RadioGroup } from '@1money/component-ui/Radio';",
|
|
11026
11057
|
"examples": [
|
|
11027
11058
|
{
|
|
11028
|
-
"hash": "
|
|
11059
|
+
"hash": "29453274a03adf14b66bc942588fe73c83d286a864658c26536b67a996236cc7",
|
|
11029
11060
|
"source": "canonical"
|
|
11030
11061
|
}
|
|
11031
11062
|
]
|
|
@@ -11080,14 +11111,14 @@
|
|
|
11080
11111
|
"useResizeObserver"
|
|
11081
11112
|
],
|
|
11082
11113
|
"searchTags": [],
|
|
11083
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11114
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11084
11115
|
"examples": [
|
|
11085
11116
|
{
|
|
11086
|
-
"hash": "
|
|
11117
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11087
11118
|
"source": "canonical"
|
|
11088
11119
|
},
|
|
11089
11120
|
{
|
|
11090
|
-
"hash": "
|
|
11121
|
+
"hash": "d85ceae6b6d298d1080aa6deb8853caf2818436e1ea75064e79bc43b28cc3223",
|
|
11091
11122
|
"source": "readme"
|
|
11092
11123
|
},
|
|
11093
11124
|
{
|
|
@@ -11134,10 +11165,10 @@
|
|
|
11134
11165
|
],
|
|
11135
11166
|
"searchTags": [],
|
|
11136
11167
|
"typeText": "(size: SizeInfo, element: HTMLElement) => void",
|
|
11137
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11168
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11138
11169
|
"examples": [
|
|
11139
11170
|
{
|
|
11140
|
-
"hash": "
|
|
11171
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11141
11172
|
"source": "canonical"
|
|
11142
11173
|
}
|
|
11143
11174
|
]
|
|
@@ -11160,10 +11191,10 @@
|
|
|
11160
11191
|
],
|
|
11161
11192
|
"searchTags": [],
|
|
11162
11193
|
"typeText": "interface ResizeObserverProps { ... }",
|
|
11163
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11194
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11164
11195
|
"examples": [
|
|
11165
11196
|
{
|
|
11166
|
-
"hash": "
|
|
11197
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11167
11198
|
"source": "canonical"
|
|
11168
11199
|
}
|
|
11169
11200
|
]
|
|
@@ -11186,10 +11217,10 @@
|
|
|
11186
11217
|
],
|
|
11187
11218
|
"searchTags": [],
|
|
11188
11219
|
"typeText": "interface SizeInfo { ... }",
|
|
11189
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
11220
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
11190
11221
|
"examples": [
|
|
11191
11222
|
{
|
|
11192
|
-
"hash": "
|
|
11223
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
11193
11224
|
"source": "canonical"
|
|
11194
11225
|
}
|
|
11195
11226
|
]
|
|
@@ -11211,10 +11242,10 @@
|
|
|
11211
11242
|
"GridRowProps"
|
|
11212
11243
|
],
|
|
11213
11244
|
"searchTags": [],
|
|
11214
|
-
"canonicalUsage": "import { Grid, Row, Col } from '@1money/
|
|
11245
|
+
"canonicalUsage": "import { Grid, Row, Col } from '@1money/component-ui';\n// or\nimport { Grid, Row, Col } from '@1money/component-ui/Grid';\nimport { GRID_ALIGN, GRID_JUSTIFY } from '@1money/component-ui/Grid';",
|
|
11215
11246
|
"examples": [
|
|
11216
11247
|
{
|
|
11217
|
-
"hash": "
|
|
11248
|
+
"hash": "870e2b31b3b9f07f3c86e4a3d972ce2ac8d52ccfec472c80ef17614db549d99c",
|
|
11218
11249
|
"source": "canonical"
|
|
11219
11250
|
}
|
|
11220
11251
|
]
|
|
@@ -11283,10 +11314,10 @@
|
|
|
11283
11314
|
],
|
|
11284
11315
|
"searchTags": [],
|
|
11285
11316
|
"typeText": "interface Rule { ... }",
|
|
11286
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
11317
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
11287
11318
|
"examples": [
|
|
11288
11319
|
{
|
|
11289
|
-
"hash": "
|
|
11320
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
11290
11321
|
"source": "canonical"
|
|
11291
11322
|
}
|
|
11292
11323
|
]
|
|
@@ -11360,14 +11391,14 @@
|
|
|
11360
11391
|
"segment",
|
|
11361
11392
|
"segmented"
|
|
11362
11393
|
],
|
|
11363
|
-
"canonicalUsage": "import { Segment } from '@1money/
|
|
11394
|
+
"canonicalUsage": "import { Segment } from '@1money/component-ui';\n// or\nimport { Segment } from '@1money/component-ui/Segment';",
|
|
11364
11395
|
"examples": [
|
|
11365
11396
|
{
|
|
11366
|
-
"hash": "
|
|
11397
|
+
"hash": "f9a556c6bb441f9b96d63aaf12ad63145cdbe9193c743d5e921ef1ec53fc8224",
|
|
11367
11398
|
"source": "canonical"
|
|
11368
11399
|
},
|
|
11369
11400
|
{
|
|
11370
|
-
"hash": "
|
|
11401
|
+
"hash": "6cdbf053120c0759e352f165296a9e509b2a7f994d1bf58da3b65dd4e3603553",
|
|
11371
11402
|
"source": "readme"
|
|
11372
11403
|
},
|
|
11373
11404
|
{
|
|
@@ -11416,10 +11447,10 @@
|
|
|
11416
11447
|
],
|
|
11417
11448
|
"searchTags": [],
|
|
11418
11449
|
"typeText": "interface SegmentItem { ... }",
|
|
11419
|
-
"canonicalUsage": "import { Segment } from '@1money/
|
|
11450
|
+
"canonicalUsage": "import { Segment } from '@1money/component-ui';\n// or\nimport { Segment } from '@1money/component-ui/Segment';",
|
|
11420
11451
|
"examples": [
|
|
11421
11452
|
{
|
|
11422
|
-
"hash": "
|
|
11453
|
+
"hash": "f9a556c6bb441f9b96d63aaf12ad63145cdbe9193c743d5e921ef1ec53fc8224",
|
|
11423
11454
|
"source": "canonical"
|
|
11424
11455
|
}
|
|
11425
11456
|
]
|
|
@@ -11440,10 +11471,10 @@
|
|
|
11440
11471
|
],
|
|
11441
11472
|
"searchTags": [],
|
|
11442
11473
|
"typeText": "interface SegmentProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange' | 'defaultValue'> { ... }",
|
|
11443
|
-
"canonicalUsage": "import { Segment } from '@1money/
|
|
11474
|
+
"canonicalUsage": "import { Segment } from '@1money/component-ui';\n// or\nimport { Segment } from '@1money/component-ui/Segment';",
|
|
11444
11475
|
"examples": [
|
|
11445
11476
|
{
|
|
11446
|
-
"hash": "
|
|
11477
|
+
"hash": "f9a556c6bb441f9b96d63aaf12ad63145cdbe9193c743d5e921ef1ec53fc8224",
|
|
11447
11478
|
"source": "canonical"
|
|
11448
11479
|
}
|
|
11449
11480
|
]
|
|
@@ -11585,14 +11616,6 @@
|
|
|
11585
11616
|
"description": "",
|
|
11586
11617
|
"inheritedFrom": null
|
|
11587
11618
|
},
|
|
11588
|
-
{
|
|
11589
|
-
"name": "loading",
|
|
11590
|
-
"type": "boolean",
|
|
11591
|
-
"optional": true,
|
|
11592
|
-
"default": null,
|
|
11593
|
-
"description": "",
|
|
11594
|
-
"inheritedFrom": null
|
|
11595
|
-
},
|
|
11596
11619
|
{
|
|
11597
11620
|
"name": "multiple",
|
|
11598
11621
|
"type": "boolean",
|
|
@@ -11721,38 +11744,6 @@
|
|
|
11721
11744
|
"description": "",
|
|
11722
11745
|
"inheritedFrom": null
|
|
11723
11746
|
},
|
|
11724
|
-
{
|
|
11725
|
-
"name": "portal",
|
|
11726
|
-
"type": "boolean",
|
|
11727
|
-
"optional": true,
|
|
11728
|
-
"default": null,
|
|
11729
|
-
"description": "",
|
|
11730
|
-
"inheritedFrom": null
|
|
11731
|
-
},
|
|
11732
|
-
{
|
|
11733
|
-
"name": "allowDeselect",
|
|
11734
|
-
"type": "boolean",
|
|
11735
|
-
"optional": true,
|
|
11736
|
-
"default": null,
|
|
11737
|
-
"description": "",
|
|
11738
|
-
"inheritedFrom": null
|
|
11739
|
-
},
|
|
11740
|
-
{
|
|
11741
|
-
"name": "panelClassName",
|
|
11742
|
-
"type": "string",
|
|
11743
|
-
"optional": true,
|
|
11744
|
-
"default": null,
|
|
11745
|
-
"description": "",
|
|
11746
|
-
"inheritedFrom": null
|
|
11747
|
-
},
|
|
11748
|
-
{
|
|
11749
|
-
"name": "optionClassName",
|
|
11750
|
-
"type": "string",
|
|
11751
|
-
"optional": true,
|
|
11752
|
-
"default": null,
|
|
11753
|
-
"description": "",
|
|
11754
|
-
"inheritedFrom": null
|
|
11755
|
-
},
|
|
11756
11747
|
{
|
|
11757
11748
|
"name": "listMaxHeight",
|
|
11758
11749
|
"type": "number",
|
|
@@ -11761,14 +11752,6 @@
|
|
|
11761
11752
|
"description": "",
|
|
11762
11753
|
"inheritedFrom": null
|
|
11763
11754
|
},
|
|
11764
|
-
{
|
|
11765
|
-
"name": "animation",
|
|
11766
|
-
"type": "FloatingAnimation",
|
|
11767
|
-
"optional": true,
|
|
11768
|
-
"default": null,
|
|
11769
|
-
"description": "Open/close animation.",
|
|
11770
|
-
"inheritedFrom": null
|
|
11771
|
-
},
|
|
11772
11755
|
{
|
|
11773
11756
|
"name": "onChange",
|
|
11774
11757
|
"type": "(value: SelectValue, option?: SelectOption | SelectOption[]) => void",
|
|
@@ -11830,10 +11813,6 @@
|
|
|
11830
11813
|
"Omit<HTMLAttributes<HTMLDivElement>, 'defaultValue' | 'onBlur' | 'onChange' | 'prefix'>"
|
|
11831
11814
|
],
|
|
11832
11815
|
"relatedSymbols": [
|
|
11833
|
-
"SelectCustom",
|
|
11834
|
-
"SelectCustomPanelContext",
|
|
11835
|
-
"SelectCustomProps",
|
|
11836
|
-
"SelectCustomTriggerContext",
|
|
11837
11816
|
"SelectMultipleValue",
|
|
11838
11817
|
"SelectOption",
|
|
11839
11818
|
"SelectOptionValue",
|
|
@@ -11849,14 +11828,14 @@
|
|
|
11849
11828
|
"dropdown",
|
|
11850
11829
|
"select"
|
|
11851
11830
|
],
|
|
11852
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
11831
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
11853
11832
|
"examples": [
|
|
11854
11833
|
{
|
|
11855
|
-
"hash": "
|
|
11834
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
11856
11835
|
"source": "canonical"
|
|
11857
11836
|
},
|
|
11858
11837
|
{
|
|
11859
|
-
"hash": "
|
|
11838
|
+
"hash": "ce159c0e7bfe1dd2cc4a5af7ae9f34a34970888e35d8d9350afa752f3b6ee2b6",
|
|
11860
11839
|
"source": "readme"
|
|
11861
11840
|
},
|
|
11862
11841
|
{
|
|
@@ -11867,14 +11846,6 @@
|
|
|
11867
11846
|
"hash": "123291e7b1b33126adc91e8204e4002c37c71a74eb5bfca67a4da71b9aec2f6a",
|
|
11868
11847
|
"source": "stories"
|
|
11869
11848
|
},
|
|
11870
|
-
{
|
|
11871
|
-
"hash": "e4c665e871b8546f38972172c483114d1eef73a4fc2b83e6ad929d359c408796",
|
|
11872
|
-
"source": "stories"
|
|
11873
|
-
},
|
|
11874
|
-
{
|
|
11875
|
-
"hash": "20ec463b0b6df55a2fa2c5df4836735067151eb22ca13e76ea7b7795465b3141",
|
|
11876
|
-
"source": "stories"
|
|
11877
|
-
},
|
|
11878
11849
|
{
|
|
11879
11850
|
"hash": "9532a16e360ac90c4955a5d2fb7dbfd364a470857fe111e7c0f76c886afe2153",
|
|
11880
11851
|
"source": "stories"
|
|
@@ -11902,138 +11873,6 @@
|
|
|
11902
11873
|
{
|
|
11903
11874
|
"hash": "90bea0eac958ff92526a0901cd2515a8694e96039b3d056e709ede70bd1b4678",
|
|
11904
11875
|
"source": "stories"
|
|
11905
|
-
},
|
|
11906
|
-
{
|
|
11907
|
-
"hash": "2bc26059132809863c6413b7a5d8b95de0798e0b7e0c6c599960fdc7d049dbc6",
|
|
11908
|
-
"source": "stories"
|
|
11909
|
-
}
|
|
11910
|
-
]
|
|
11911
|
-
},
|
|
11912
|
-
{
|
|
11913
|
-
"name": "SelectCustom",
|
|
11914
|
-
"kind": "function",
|
|
11915
|
-
"category": "misc",
|
|
11916
|
-
"summary": "",
|
|
11917
|
-
"importPath": "@1money/component-ui",
|
|
11918
|
-
"subpathImport": null,
|
|
11919
|
-
"sourceFile": "src/components/Select/index.ts",
|
|
11920
|
-
"props": [],
|
|
11921
|
-
"extends": [],
|
|
11922
|
-
"relatedSymbols": [],
|
|
11923
|
-
"searchTags": [],
|
|
11924
|
-
"canonicalUsage": "import { Select } from '@1money/components-ui';\n// or\nimport { Select } from '@1money/components-ui/Select';",
|
|
11925
|
-
"examples": [
|
|
11926
|
-
{
|
|
11927
|
-
"hash": "6dadb9a4d982338ee8398025f4cea4aa2ed33dba5303e56b6a65b1f23cb93bf0",
|
|
11928
|
-
"source": "canonical"
|
|
11929
|
-
}
|
|
11930
|
-
]
|
|
11931
|
-
},
|
|
11932
|
-
{
|
|
11933
|
-
"name": "SelectCustomPanelContext",
|
|
11934
|
-
"kind": "type",
|
|
11935
|
-
"category": "input",
|
|
11936
|
-
"summary": "",
|
|
11937
|
-
"importPath": "@1money/component-ui",
|
|
11938
|
-
"subpathImport": "@1money/component-ui/Select",
|
|
11939
|
-
"sourceFile": "src/components/Select/interface.ts",
|
|
11940
|
-
"props": [],
|
|
11941
|
-
"extends": [],
|
|
11942
|
-
"relatedSymbols": [
|
|
11943
|
-
"Select",
|
|
11944
|
-
"SelectCustom",
|
|
11945
|
-
"SelectCustomProps",
|
|
11946
|
-
"SelectCustomTriggerContext",
|
|
11947
|
-
"SelectMultipleValue",
|
|
11948
|
-
"SelectOption",
|
|
11949
|
-
"SelectOptionValue",
|
|
11950
|
-
"SelectProps",
|
|
11951
|
-
"SelectRenderOptionMeta",
|
|
11952
|
-
"SelectRenderValueMeta",
|
|
11953
|
-
"SelectSingleValue",
|
|
11954
|
-
"SelectSize",
|
|
11955
|
-
"SelectStatus",
|
|
11956
|
-
"SelectValue"
|
|
11957
|
-
],
|
|
11958
|
-
"searchTags": [],
|
|
11959
|
-
"typeText": "interface SelectCustomPanelContext { ... }",
|
|
11960
|
-
"canonicalUsage": "import { Select } from '@1money/components-ui';\n// or\nimport { Select } from '@1money/components-ui/Select';",
|
|
11961
|
-
"examples": [
|
|
11962
|
-
{
|
|
11963
|
-
"hash": "6dadb9a4d982338ee8398025f4cea4aa2ed33dba5303e56b6a65b1f23cb93bf0",
|
|
11964
|
-
"source": "canonical"
|
|
11965
|
-
}
|
|
11966
|
-
]
|
|
11967
|
-
},
|
|
11968
|
-
{
|
|
11969
|
-
"name": "SelectCustomProps",
|
|
11970
|
-
"kind": "type",
|
|
11971
|
-
"category": "input",
|
|
11972
|
-
"summary": "",
|
|
11973
|
-
"importPath": "@1money/component-ui",
|
|
11974
|
-
"subpathImport": "@1money/component-ui/Select",
|
|
11975
|
-
"sourceFile": "src/components/Select/interface.ts",
|
|
11976
|
-
"props": [],
|
|
11977
|
-
"extends": [],
|
|
11978
|
-
"relatedSymbols": [
|
|
11979
|
-
"Select",
|
|
11980
|
-
"SelectCustom",
|
|
11981
|
-
"SelectCustomPanelContext",
|
|
11982
|
-
"SelectCustomTriggerContext",
|
|
11983
|
-
"SelectMultipleValue",
|
|
11984
|
-
"SelectOption",
|
|
11985
|
-
"SelectOptionValue",
|
|
11986
|
-
"SelectProps",
|
|
11987
|
-
"SelectRenderOptionMeta",
|
|
11988
|
-
"SelectRenderValueMeta",
|
|
11989
|
-
"SelectSingleValue",
|
|
11990
|
-
"SelectSize",
|
|
11991
|
-
"SelectStatus",
|
|
11992
|
-
"SelectValue"
|
|
11993
|
-
],
|
|
11994
|
-
"searchTags": [],
|
|
11995
|
-
"typeText": "interface SelectCustomProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'onBlur' | 'prefix'> { ... }",
|
|
11996
|
-
"canonicalUsage": "import { Select } from '@1money/components-ui';\n// or\nimport { Select } from '@1money/components-ui/Select';",
|
|
11997
|
-
"examples": [
|
|
11998
|
-
{
|
|
11999
|
-
"hash": "6dadb9a4d982338ee8398025f4cea4aa2ed33dba5303e56b6a65b1f23cb93bf0",
|
|
12000
|
-
"source": "canonical"
|
|
12001
|
-
}
|
|
12002
|
-
]
|
|
12003
|
-
},
|
|
12004
|
-
{
|
|
12005
|
-
"name": "SelectCustomTriggerContext",
|
|
12006
|
-
"kind": "type",
|
|
12007
|
-
"category": "input",
|
|
12008
|
-
"summary": "",
|
|
12009
|
-
"importPath": "@1money/component-ui",
|
|
12010
|
-
"subpathImport": "@1money/component-ui/Select",
|
|
12011
|
-
"sourceFile": "src/components/Select/interface.ts",
|
|
12012
|
-
"props": [],
|
|
12013
|
-
"extends": [],
|
|
12014
|
-
"relatedSymbols": [
|
|
12015
|
-
"Select",
|
|
12016
|
-
"SelectCustom",
|
|
12017
|
-
"SelectCustomPanelContext",
|
|
12018
|
-
"SelectCustomProps",
|
|
12019
|
-
"SelectMultipleValue",
|
|
12020
|
-
"SelectOption",
|
|
12021
|
-
"SelectOptionValue",
|
|
12022
|
-
"SelectProps",
|
|
12023
|
-
"SelectRenderOptionMeta",
|
|
12024
|
-
"SelectRenderValueMeta",
|
|
12025
|
-
"SelectSingleValue",
|
|
12026
|
-
"SelectSize",
|
|
12027
|
-
"SelectStatus",
|
|
12028
|
-
"SelectValue"
|
|
12029
|
-
],
|
|
12030
|
-
"searchTags": [],
|
|
12031
|
-
"typeText": "interface SelectCustomTriggerContext { ... }",
|
|
12032
|
-
"canonicalUsage": "import { Select } from '@1money/components-ui';\n// or\nimport { Select } from '@1money/components-ui/Select';",
|
|
12033
|
-
"examples": [
|
|
12034
|
-
{
|
|
12035
|
-
"hash": "6dadb9a4d982338ee8398025f4cea4aa2ed33dba5303e56b6a65b1f23cb93bf0",
|
|
12036
|
-
"source": "canonical"
|
|
12037
11876
|
}
|
|
12038
11877
|
]
|
|
12039
11878
|
},
|
|
@@ -12049,10 +11888,6 @@
|
|
|
12049
11888
|
"extends": [],
|
|
12050
11889
|
"relatedSymbols": [
|
|
12051
11890
|
"Select",
|
|
12052
|
-
"SelectCustom",
|
|
12053
|
-
"SelectCustomPanelContext",
|
|
12054
|
-
"SelectCustomProps",
|
|
12055
|
-
"SelectCustomTriggerContext",
|
|
12056
11891
|
"SelectOption",
|
|
12057
11892
|
"SelectOptionValue",
|
|
12058
11893
|
"SelectProps",
|
|
@@ -12065,10 +11900,10 @@
|
|
|
12065
11900
|
],
|
|
12066
11901
|
"searchTags": [],
|
|
12067
11902
|
"typeText": "SelectOptionValue[]",
|
|
12068
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
11903
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12069
11904
|
"examples": [
|
|
12070
11905
|
{
|
|
12071
|
-
"hash": "
|
|
11906
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12072
11907
|
"source": "canonical"
|
|
12073
11908
|
}
|
|
12074
11909
|
]
|
|
@@ -12085,10 +11920,6 @@
|
|
|
12085
11920
|
"extends": [],
|
|
12086
11921
|
"relatedSymbols": [
|
|
12087
11922
|
"Select",
|
|
12088
|
-
"SelectCustom",
|
|
12089
|
-
"SelectCustomPanelContext",
|
|
12090
|
-
"SelectCustomProps",
|
|
12091
|
-
"SelectCustomTriggerContext",
|
|
12092
11923
|
"SelectMultipleValue",
|
|
12093
11924
|
"SelectOptionValue",
|
|
12094
11925
|
"SelectProps",
|
|
@@ -12101,10 +11932,10 @@
|
|
|
12101
11932
|
],
|
|
12102
11933
|
"searchTags": [],
|
|
12103
11934
|
"typeText": "interface SelectOption { ... }",
|
|
12104
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
11935
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12105
11936
|
"examples": [
|
|
12106
11937
|
{
|
|
12107
|
-
"hash": "
|
|
11938
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12108
11939
|
"source": "canonical"
|
|
12109
11940
|
}
|
|
12110
11941
|
]
|
|
@@ -12121,10 +11952,6 @@
|
|
|
12121
11952
|
"extends": [],
|
|
12122
11953
|
"relatedSymbols": [
|
|
12123
11954
|
"Select",
|
|
12124
|
-
"SelectCustom",
|
|
12125
|
-
"SelectCustomPanelContext",
|
|
12126
|
-
"SelectCustomProps",
|
|
12127
|
-
"SelectCustomTriggerContext",
|
|
12128
11955
|
"SelectMultipleValue",
|
|
12129
11956
|
"SelectOption",
|
|
12130
11957
|
"SelectProps",
|
|
@@ -12137,10 +11964,10 @@
|
|
|
12137
11964
|
],
|
|
12138
11965
|
"searchTags": [],
|
|
12139
11966
|
"typeText": "string | number",
|
|
12140
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
11967
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12141
11968
|
"examples": [
|
|
12142
11969
|
{
|
|
12143
|
-
"hash": "
|
|
11970
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12144
11971
|
"source": "canonical"
|
|
12145
11972
|
}
|
|
12146
11973
|
]
|
|
@@ -12157,10 +11984,6 @@
|
|
|
12157
11984
|
"extends": [],
|
|
12158
11985
|
"relatedSymbols": [
|
|
12159
11986
|
"Select",
|
|
12160
|
-
"SelectCustom",
|
|
12161
|
-
"SelectCustomPanelContext",
|
|
12162
|
-
"SelectCustomProps",
|
|
12163
|
-
"SelectCustomTriggerContext",
|
|
12164
11987
|
"SelectMultipleValue",
|
|
12165
11988
|
"SelectOption",
|
|
12166
11989
|
"SelectOptionValue",
|
|
@@ -12173,10 +11996,10 @@
|
|
|
12173
11996
|
],
|
|
12174
11997
|
"searchTags": [],
|
|
12175
11998
|
"typeText": "interface SelectProps extends Omit<HTMLAttributes<HTMLDivElement>, 'defaultValue' | 'onBlur' | 'onChange' | 'prefix'> { ... }",
|
|
12176
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
11999
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12177
12000
|
"examples": [
|
|
12178
12001
|
{
|
|
12179
|
-
"hash": "
|
|
12002
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12180
12003
|
"source": "canonical"
|
|
12181
12004
|
}
|
|
12182
12005
|
]
|
|
@@ -12193,10 +12016,6 @@
|
|
|
12193
12016
|
"extends": [],
|
|
12194
12017
|
"relatedSymbols": [
|
|
12195
12018
|
"Select",
|
|
12196
|
-
"SelectCustom",
|
|
12197
|
-
"SelectCustomPanelContext",
|
|
12198
|
-
"SelectCustomProps",
|
|
12199
|
-
"SelectCustomTriggerContext",
|
|
12200
12019
|
"SelectMultipleValue",
|
|
12201
12020
|
"SelectOption",
|
|
12202
12021
|
"SelectOptionValue",
|
|
@@ -12209,10 +12028,10 @@
|
|
|
12209
12028
|
],
|
|
12210
12029
|
"searchTags": [],
|
|
12211
12030
|
"typeText": "interface SelectRenderOptionMeta { ... }",
|
|
12212
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12031
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12213
12032
|
"examples": [
|
|
12214
12033
|
{
|
|
12215
|
-
"hash": "
|
|
12034
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12216
12035
|
"source": "canonical"
|
|
12217
12036
|
}
|
|
12218
12037
|
]
|
|
@@ -12229,10 +12048,6 @@
|
|
|
12229
12048
|
"extends": [],
|
|
12230
12049
|
"relatedSymbols": [
|
|
12231
12050
|
"Select",
|
|
12232
|
-
"SelectCustom",
|
|
12233
|
-
"SelectCustomPanelContext",
|
|
12234
|
-
"SelectCustomProps",
|
|
12235
|
-
"SelectCustomTriggerContext",
|
|
12236
12051
|
"SelectMultipleValue",
|
|
12237
12052
|
"SelectOption",
|
|
12238
12053
|
"SelectOptionValue",
|
|
@@ -12245,10 +12060,10 @@
|
|
|
12245
12060
|
],
|
|
12246
12061
|
"searchTags": [],
|
|
12247
12062
|
"typeText": "interface SelectRenderValueMeta { ... }",
|
|
12248
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12063
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12249
12064
|
"examples": [
|
|
12250
12065
|
{
|
|
12251
|
-
"hash": "
|
|
12066
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12252
12067
|
"source": "canonical"
|
|
12253
12068
|
}
|
|
12254
12069
|
]
|
|
@@ -12265,10 +12080,6 @@
|
|
|
12265
12080
|
"extends": [],
|
|
12266
12081
|
"relatedSymbols": [
|
|
12267
12082
|
"Select",
|
|
12268
|
-
"SelectCustom",
|
|
12269
|
-
"SelectCustomPanelContext",
|
|
12270
|
-
"SelectCustomProps",
|
|
12271
|
-
"SelectCustomTriggerContext",
|
|
12272
12083
|
"SelectMultipleValue",
|
|
12273
12084
|
"SelectOption",
|
|
12274
12085
|
"SelectOptionValue",
|
|
@@ -12281,10 +12092,10 @@
|
|
|
12281
12092
|
],
|
|
12282
12093
|
"searchTags": [],
|
|
12283
12094
|
"typeText": "SelectOptionValue | null | undefined",
|
|
12284
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12095
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12285
12096
|
"examples": [
|
|
12286
12097
|
{
|
|
12287
|
-
"hash": "
|
|
12098
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12288
12099
|
"source": "canonical"
|
|
12289
12100
|
}
|
|
12290
12101
|
]
|
|
@@ -12301,10 +12112,6 @@
|
|
|
12301
12112
|
"extends": [],
|
|
12302
12113
|
"relatedSymbols": [
|
|
12303
12114
|
"Select",
|
|
12304
|
-
"SelectCustom",
|
|
12305
|
-
"SelectCustomPanelContext",
|
|
12306
|
-
"SelectCustomProps",
|
|
12307
|
-
"SelectCustomTriggerContext",
|
|
12308
12115
|
"SelectMultipleValue",
|
|
12309
12116
|
"SelectOption",
|
|
12310
12117
|
"SelectOptionValue",
|
|
@@ -12317,10 +12124,10 @@
|
|
|
12317
12124
|
],
|
|
12318
12125
|
"searchTags": [],
|
|
12319
12126
|
"typeText": "(typeof SELECT_SIZES)[number]",
|
|
12320
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12127
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12321
12128
|
"examples": [
|
|
12322
12129
|
{
|
|
12323
|
-
"hash": "
|
|
12130
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12324
12131
|
"source": "canonical"
|
|
12325
12132
|
}
|
|
12326
12133
|
]
|
|
@@ -12337,10 +12144,6 @@
|
|
|
12337
12144
|
"extends": [],
|
|
12338
12145
|
"relatedSymbols": [
|
|
12339
12146
|
"Select",
|
|
12340
|
-
"SelectCustom",
|
|
12341
|
-
"SelectCustomPanelContext",
|
|
12342
|
-
"SelectCustomProps",
|
|
12343
|
-
"SelectCustomTriggerContext",
|
|
12344
12147
|
"SelectMultipleValue",
|
|
12345
12148
|
"SelectOption",
|
|
12346
12149
|
"SelectOptionValue",
|
|
@@ -12353,10 +12156,10 @@
|
|
|
12353
12156
|
],
|
|
12354
12157
|
"searchTags": [],
|
|
12355
12158
|
"typeText": "(typeof SELECT_STATUSES)[number]",
|
|
12356
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12159
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12357
12160
|
"examples": [
|
|
12358
12161
|
{
|
|
12359
|
-
"hash": "
|
|
12162
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12360
12163
|
"source": "canonical"
|
|
12361
12164
|
}
|
|
12362
12165
|
]
|
|
@@ -12373,10 +12176,6 @@
|
|
|
12373
12176
|
"extends": [],
|
|
12374
12177
|
"relatedSymbols": [
|
|
12375
12178
|
"Select",
|
|
12376
|
-
"SelectCustom",
|
|
12377
|
-
"SelectCustomPanelContext",
|
|
12378
|
-
"SelectCustomProps",
|
|
12379
|
-
"SelectCustomTriggerContext",
|
|
12380
12179
|
"SelectMultipleValue",
|
|
12381
12180
|
"SelectOption",
|
|
12382
12181
|
"SelectOptionValue",
|
|
@@ -12389,10 +12188,10 @@
|
|
|
12389
12188
|
],
|
|
12390
12189
|
"searchTags": [],
|
|
12391
12190
|
"typeText": "SelectSingleValue | SelectMultipleValue",
|
|
12392
|
-
"canonicalUsage": "import { Select } from '@1money/
|
|
12191
|
+
"canonicalUsage": "import { Select } from '@1money/component-ui';\n// or\nimport { Select } from '@1money/component-ui/Select';",
|
|
12393
12192
|
"examples": [
|
|
12394
12193
|
{
|
|
12395
|
-
"hash": "
|
|
12194
|
+
"hash": "ce52fe36100d5fa98b9745a1baf1b08d615fed812bf0a8c9022f4e95e68f2f13",
|
|
12396
12195
|
"source": "canonical"
|
|
12397
12196
|
}
|
|
12398
12197
|
]
|
|
@@ -12480,14 +12279,14 @@
|
|
|
12480
12279
|
"searchTags": [
|
|
12481
12280
|
"skeleton"
|
|
12482
12281
|
],
|
|
12483
|
-
"canonicalUsage": "import { Skeleton } from '@1money/
|
|
12282
|
+
"canonicalUsage": "import { Skeleton } from '@1money/component-ui';\n// or\nimport { Skeleton } from '@1money/component-ui/Skeleton';",
|
|
12484
12283
|
"examples": [
|
|
12485
12284
|
{
|
|
12486
|
-
"hash": "
|
|
12285
|
+
"hash": "a9c090e5b6baf8fbf540fa9467f4b5fa43e6cc9de869c162084bb5262534e1d6",
|
|
12487
12286
|
"source": "canonical"
|
|
12488
12287
|
},
|
|
12489
12288
|
{
|
|
12490
|
-
"hash": "
|
|
12289
|
+
"hash": "fbd27b2c45cf77922ee28f98299af2815b390ade86f902db573d0f520dcc2eb6",
|
|
12491
12290
|
"source": "readme"
|
|
12492
12291
|
},
|
|
12493
12292
|
{
|
|
@@ -12519,10 +12318,10 @@
|
|
|
12519
12318
|
],
|
|
12520
12319
|
"searchTags": [],
|
|
12521
12320
|
"typeText": "interface SkeletonProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> { ... }",
|
|
12522
|
-
"canonicalUsage": "import { Skeleton } from '@1money/
|
|
12321
|
+
"canonicalUsage": "import { Skeleton } from '@1money/component-ui';\n// or\nimport { Skeleton } from '@1money/component-ui/Skeleton';",
|
|
12523
12322
|
"examples": [
|
|
12524
12323
|
{
|
|
12525
|
-
"hash": "
|
|
12324
|
+
"hash": "a9c090e5b6baf8fbf540fa9467f4b5fa43e6cc9de869c162084bb5262534e1d6",
|
|
12526
12325
|
"source": "canonical"
|
|
12527
12326
|
}
|
|
12528
12327
|
]
|
|
@@ -12712,14 +12511,14 @@
|
|
|
12712
12511
|
"searchTags": [
|
|
12713
12512
|
"slider"
|
|
12714
12513
|
],
|
|
12715
|
-
"canonicalUsage": "import { Slider } from '@1money/
|
|
12514
|
+
"canonicalUsage": "import { Slider } from '@1money/component-ui';\n// or\nimport { Slider } from '@1money/component-ui/Slider';",
|
|
12716
12515
|
"examples": [
|
|
12717
12516
|
{
|
|
12718
|
-
"hash": "
|
|
12517
|
+
"hash": "10c3dc4b995524ead942626d1a9e7ef96f11e52235700d42ddbf138090b3a9ad",
|
|
12719
12518
|
"source": "canonical"
|
|
12720
12519
|
},
|
|
12721
12520
|
{
|
|
12722
|
-
"hash": "
|
|
12521
|
+
"hash": "5a4df64ed15fd8845be815f9f67cd01c0f22d1a22431c653c972f7ab6cff60f7",
|
|
12723
12522
|
"source": "readme"
|
|
12724
12523
|
},
|
|
12725
12524
|
{
|
|
@@ -12747,10 +12546,39 @@
|
|
|
12747
12546
|
],
|
|
12748
12547
|
"searchTags": [],
|
|
12749
12548
|
"typeText": "interface SliderProps { ... }",
|
|
12750
|
-
"canonicalUsage": "import { Slider } from '@1money/
|
|
12549
|
+
"canonicalUsage": "import { Slider } from '@1money/component-ui';\n// or\nimport { Slider } from '@1money/component-ui/Slider';",
|
|
12751
12550
|
"examples": [
|
|
12752
12551
|
{
|
|
12753
|
-
"hash": "
|
|
12552
|
+
"hash": "10c3dc4b995524ead942626d1a9e7ef96f11e52235700d42ddbf138090b3a9ad",
|
|
12553
|
+
"source": "canonical"
|
|
12554
|
+
}
|
|
12555
|
+
]
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"name": "SortIconStatus",
|
|
12559
|
+
"kind": "type",
|
|
12560
|
+
"category": "display",
|
|
12561
|
+
"summary": "",
|
|
12562
|
+
"importPath": "@1money/component-ui",
|
|
12563
|
+
"subpathImport": "@1money/component-ui/Icons",
|
|
12564
|
+
"sourceFile": "src/components/Icons/SVGs.tsx",
|
|
12565
|
+
"props": [],
|
|
12566
|
+
"extends": [],
|
|
12567
|
+
"relatedSymbols": [
|
|
12568
|
+
"IconHover",
|
|
12569
|
+
"IconHoverProps",
|
|
12570
|
+
"IconName",
|
|
12571
|
+
"IconWrapper",
|
|
12572
|
+
"IconWrapperProps",
|
|
12573
|
+
"Icons",
|
|
12574
|
+
"IconsProps"
|
|
12575
|
+
],
|
|
12576
|
+
"searchTags": [],
|
|
12577
|
+
"typeText": "(typeof SORT_ICON_STATUSES)[number]",
|
|
12578
|
+
"canonicalUsage": "import { Icons, IconWrapper, IconHover } from '@1money/component-ui';\n// or\nimport { Icons, IconWrapper, IconHover } from '@1money/component-ui/Icons';\n\n// Type imports\nimport type { IconName, SortIconStatus } from '@1money/component-ui';",
|
|
12579
|
+
"examples": [
|
|
12580
|
+
{
|
|
12581
|
+
"hash": "920c6084b0c74e8e6ccd8e98e3afd2477bffb820950ef10b1e933c2597cd446f",
|
|
12754
12582
|
"source": "canonical"
|
|
12755
12583
|
}
|
|
12756
12584
|
]
|
|
@@ -12820,18 +12648,18 @@
|
|
|
12820
12648
|
"SpaceProps"
|
|
12821
12649
|
],
|
|
12822
12650
|
"searchTags": [],
|
|
12823
|
-
"canonicalUsage": "import { Space } from '@1money/
|
|
12651
|
+
"canonicalUsage": "import { Space } from '@1money/component-ui';\n// or\nimport { Space } from '@1money/component-ui/Space';\nimport { SPACE_ALIGN, SPACE_DIRECTION, SPACE_SIZE } from '@1money/component-ui/Space';",
|
|
12824
12652
|
"examples": [
|
|
12825
12653
|
{
|
|
12826
|
-
"hash": "
|
|
12654
|
+
"hash": "42725955e8eb348643a00cbbd15d1485475e1917d44f5e685f6f2a094fa6a4a5",
|
|
12827
12655
|
"source": "canonical"
|
|
12828
12656
|
},
|
|
12829
12657
|
{
|
|
12830
|
-
"hash": "
|
|
12658
|
+
"hash": "df33210419a98aec37dfae90fbea2a1d1a5b7daf39ed1b4eee00184821d2f944",
|
|
12831
12659
|
"source": "readme"
|
|
12832
12660
|
},
|
|
12833
12661
|
{
|
|
12834
|
-
"hash": "
|
|
12662
|
+
"hash": "b89885447fe4270b68a9a64c1a3c6664144939f977fd39aee5bb7e7334679a38",
|
|
12835
12663
|
"source": "readme"
|
|
12836
12664
|
},
|
|
12837
12665
|
{
|
|
@@ -12891,10 +12719,10 @@
|
|
|
12891
12719
|
],
|
|
12892
12720
|
"searchTags": [],
|
|
12893
12721
|
"typeText": "interface SpaceProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
12894
|
-
"canonicalUsage": "import { Space } from '@1money/
|
|
12722
|
+
"canonicalUsage": "import { Space } from '@1money/component-ui';\n// or\nimport { Space } from '@1money/component-ui/Space';\nimport { SPACE_ALIGN, SPACE_DIRECTION, SPACE_SIZE } from '@1money/component-ui/Space';",
|
|
12895
12723
|
"examples": [
|
|
12896
12724
|
{
|
|
12897
|
-
"hash": "
|
|
12725
|
+
"hash": "42725955e8eb348643a00cbbd15d1485475e1917d44f5e685f6f2a094fa6a4a5",
|
|
12898
12726
|
"source": "canonical"
|
|
12899
12727
|
}
|
|
12900
12728
|
]
|
|
@@ -12976,14 +12804,14 @@
|
|
|
12976
12804
|
"loading",
|
|
12977
12805
|
"spinner"
|
|
12978
12806
|
],
|
|
12979
|
-
"canonicalUsage": "import { Spinner } from '@1money/
|
|
12807
|
+
"canonicalUsage": "import { Spinner } from '@1money/component-ui';\n// or\nimport { Spinner } from '@1money/component-ui/Spinner';",
|
|
12980
12808
|
"examples": [
|
|
12981
12809
|
{
|
|
12982
|
-
"hash": "
|
|
12810
|
+
"hash": "36788273238e85e65bbc04aade71ec57ec93c9371eb2414aa4bbac932afe4cc8",
|
|
12983
12811
|
"source": "canonical"
|
|
12984
12812
|
},
|
|
12985
12813
|
{
|
|
12986
|
-
"hash": "
|
|
12814
|
+
"hash": "c8d370c232d30e9b0ca6730c9b632d0a84550b0b8fe84019b58ac0de6a712d40",
|
|
12987
12815
|
"source": "readme"
|
|
12988
12816
|
},
|
|
12989
12817
|
{
|
|
@@ -13028,10 +12856,10 @@
|
|
|
13028
12856
|
],
|
|
13029
12857
|
"searchTags": [],
|
|
13030
12858
|
"typeText": "interface SpinnerProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> { ... }",
|
|
13031
|
-
"canonicalUsage": "import { Spinner } from '@1money/
|
|
12859
|
+
"canonicalUsage": "import { Spinner } from '@1money/component-ui';\n// or\nimport { Spinner } from '@1money/component-ui/Spinner';",
|
|
13032
12860
|
"examples": [
|
|
13033
12861
|
{
|
|
13034
|
-
"hash": "
|
|
12862
|
+
"hash": "36788273238e85e65bbc04aade71ec57ec93c9371eb2414aa4bbac932afe4cc8",
|
|
13035
12863
|
"source": "canonical"
|
|
13036
12864
|
}
|
|
13037
12865
|
]
|
|
@@ -13052,10 +12880,10 @@
|
|
|
13052
12880
|
],
|
|
13053
12881
|
"searchTags": [],
|
|
13054
12882
|
"typeText": "(typeof SPINNER_TYPES)[number]",
|
|
13055
|
-
"canonicalUsage": "import { Spinner } from '@1money/
|
|
12883
|
+
"canonicalUsage": "import { Spinner } from '@1money/component-ui';\n// or\nimport { Spinner } from '@1money/component-ui/Spinner';",
|
|
13056
12884
|
"examples": [
|
|
13057
12885
|
{
|
|
13058
|
-
"hash": "
|
|
12886
|
+
"hash": "36788273238e85e65bbc04aade71ec57ec93c9371eb2414aa4bbac932afe4cc8",
|
|
13059
12887
|
"source": "canonical"
|
|
13060
12888
|
}
|
|
13061
12889
|
]
|
|
@@ -13099,14 +12927,14 @@
|
|
|
13099
12927
|
"step",
|
|
13100
12928
|
"stepper"
|
|
13101
12929
|
],
|
|
13102
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
12930
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
13103
12931
|
"examples": [
|
|
13104
12932
|
{
|
|
13105
|
-
"hash": "
|
|
12933
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
13106
12934
|
"source": "canonical"
|
|
13107
12935
|
},
|
|
13108
12936
|
{
|
|
13109
|
-
"hash": "
|
|
12937
|
+
"hash": "19d1f168d6381a52a225b4e4518a55b8dec5b0305e036f4c57f63a77465435b2",
|
|
13110
12938
|
"source": "readme"
|
|
13111
12939
|
},
|
|
13112
12940
|
{
|
|
@@ -13141,10 +12969,10 @@
|
|
|
13141
12969
|
],
|
|
13142
12970
|
"searchTags": [],
|
|
13143
12971
|
"typeText": "interface StepItem { ... }",
|
|
13144
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
12972
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
13145
12973
|
"examples": [
|
|
13146
12974
|
{
|
|
13147
|
-
"hash": "
|
|
12975
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
13148
12976
|
"source": "canonical"
|
|
13149
12977
|
}
|
|
13150
12978
|
]
|
|
@@ -13167,10 +12995,10 @@
|
|
|
13167
12995
|
],
|
|
13168
12996
|
"searchTags": [],
|
|
13169
12997
|
"typeText": "interface StepProps extends HTMLAttributes<HTMLDivElement> { ... }",
|
|
13170
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
12998
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
13171
12999
|
"examples": [
|
|
13172
13000
|
{
|
|
13173
|
-
"hash": "
|
|
13001
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
13174
13002
|
"source": "canonical"
|
|
13175
13003
|
}
|
|
13176
13004
|
]
|
|
@@ -13193,10 +13021,10 @@
|
|
|
13193
13021
|
],
|
|
13194
13022
|
"searchTags": [],
|
|
13195
13023
|
"typeText": "(typeof STEP_STATUSES)[number]",
|
|
13196
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
13024
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
13197
13025
|
"examples": [
|
|
13198
13026
|
{
|
|
13199
|
-
"hash": "
|
|
13027
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
13200
13028
|
"source": "canonical"
|
|
13201
13029
|
}
|
|
13202
13030
|
]
|
|
@@ -13219,10 +13047,10 @@
|
|
|
13219
13047
|
],
|
|
13220
13048
|
"searchTags": [],
|
|
13221
13049
|
"typeText": "interface StepTagConfig { ... }",
|
|
13222
|
-
"canonicalUsage": "import { Step } from '@1money/
|
|
13050
|
+
"canonicalUsage": "import { Step } from '@1money/component-ui';\n// or\nimport { Step } from '@1money/component-ui/Step';",
|
|
13223
13051
|
"examples": [
|
|
13224
13052
|
{
|
|
13225
|
-
"hash": "
|
|
13053
|
+
"hash": "9bb4d9b6b7856693e7c803e925d729a969cf39ccee9c6e08327e6e60305ca0f3",
|
|
13226
13054
|
"source": "canonical"
|
|
13227
13055
|
}
|
|
13228
13056
|
]
|
|
@@ -13291,10 +13119,10 @@
|
|
|
13291
13119
|
],
|
|
13292
13120
|
"searchTags": [],
|
|
13293
13121
|
"typeText": "interface SubmitterProps { ... }",
|
|
13294
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
13122
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
13295
13123
|
"examples": [
|
|
13296
13124
|
{
|
|
13297
|
-
"hash": "
|
|
13125
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
13298
13126
|
"source": "canonical"
|
|
13299
13127
|
}
|
|
13300
13128
|
]
|
|
@@ -13429,14 +13257,14 @@
|
|
|
13429
13257
|
"switch",
|
|
13430
13258
|
"toggle"
|
|
13431
13259
|
],
|
|
13432
|
-
"canonicalUsage": "import { Switch } from '@1money/
|
|
13260
|
+
"canonicalUsage": "import { Switch } from '@1money/component-ui';\n// or\nimport { Switch } from '@1money/component-ui/Switch';",
|
|
13433
13261
|
"examples": [
|
|
13434
13262
|
{
|
|
13435
|
-
"hash": "
|
|
13263
|
+
"hash": "56434ea344c01f25a04ecb3cdf55d35d04a2631937c4fdecac6e4bb577a69175",
|
|
13436
13264
|
"source": "canonical"
|
|
13437
13265
|
},
|
|
13438
13266
|
{
|
|
13439
|
-
"hash": "
|
|
13267
|
+
"hash": "afe811bb04937c81da684427fdc40982aa6f4b50d676e876710f3e22bc71404a",
|
|
13440
13268
|
"source": "readme"
|
|
13441
13269
|
},
|
|
13442
13270
|
{
|
|
@@ -13484,10 +13312,10 @@
|
|
|
13484
13312
|
],
|
|
13485
13313
|
"searchTags": [],
|
|
13486
13314
|
"typeText": "interface SwitchProps { ... }",
|
|
13487
|
-
"canonicalUsage": "import { Switch } from '@1money/
|
|
13315
|
+
"canonicalUsage": "import { Switch } from '@1money/component-ui';\n// or\nimport { Switch } from '@1money/component-ui/Switch';",
|
|
13488
13316
|
"examples": [
|
|
13489
13317
|
{
|
|
13490
|
-
"hash": "
|
|
13318
|
+
"hash": "56434ea344c01f25a04ecb3cdf55d35d04a2631937c4fdecac6e4bb577a69175",
|
|
13491
13319
|
"source": "canonical"
|
|
13492
13320
|
}
|
|
13493
13321
|
]
|
|
@@ -13508,10 +13336,10 @@
|
|
|
13508
13336
|
],
|
|
13509
13337
|
"searchTags": [],
|
|
13510
13338
|
"typeText": "interface TabItem { ... }",
|
|
13511
|
-
"canonicalUsage": "import { Tabs } from '@1money/
|
|
13339
|
+
"canonicalUsage": "import { Tabs } from '@1money/component-ui';\n// or\nimport { Tabs } from '@1money/component-ui/Tabs';",
|
|
13512
13340
|
"examples": [
|
|
13513
13341
|
{
|
|
13514
|
-
"hash": "
|
|
13342
|
+
"hash": "2f014c8b7fe8bf6d1251bf341df8d93d7b3d3d66a185b95d0cabfa7328259e4b",
|
|
13515
13343
|
"source": "canonical"
|
|
13516
13344
|
}
|
|
13517
13345
|
]
|
|
@@ -13530,10 +13358,10 @@
|
|
|
13530
13358
|
"searchTags": [
|
|
13531
13359
|
"table"
|
|
13532
13360
|
],
|
|
13533
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13361
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13534
13362
|
"examples": [
|
|
13535
13363
|
{
|
|
13536
|
-
"hash": "
|
|
13364
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13537
13365
|
"source": "canonical"
|
|
13538
13366
|
}
|
|
13539
13367
|
]
|
|
@@ -13561,10 +13389,10 @@
|
|
|
13561
13389
|
],
|
|
13562
13390
|
"searchTags": [],
|
|
13563
13391
|
"typeText": "interface TableChangeMeta { ... }",
|
|
13564
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13392
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13565
13393
|
"examples": [
|
|
13566
13394
|
{
|
|
13567
|
-
"hash": "
|
|
13395
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13568
13396
|
"source": "canonical"
|
|
13569
13397
|
}
|
|
13570
13398
|
]
|
|
@@ -13592,10 +13420,10 @@
|
|
|
13592
13420
|
],
|
|
13593
13421
|
"searchTags": [],
|
|
13594
13422
|
"typeText": "interface TableColumn { ... }",
|
|
13595
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13423
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13596
13424
|
"examples": [
|
|
13597
13425
|
{
|
|
13598
|
-
"hash": "
|
|
13426
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13599
13427
|
"source": "canonical"
|
|
13600
13428
|
}
|
|
13601
13429
|
]
|
|
@@ -13623,10 +13451,10 @@
|
|
|
13623
13451
|
],
|
|
13624
13452
|
"searchTags": [],
|
|
13625
13453
|
"typeText": "interface TableExpandableConfig { ... }",
|
|
13626
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13454
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13627
13455
|
"examples": [
|
|
13628
13456
|
{
|
|
13629
|
-
"hash": "
|
|
13457
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13630
13458
|
"source": "canonical"
|
|
13631
13459
|
}
|
|
13632
13460
|
]
|
|
@@ -13654,10 +13482,10 @@
|
|
|
13654
13482
|
],
|
|
13655
13483
|
"searchTags": [],
|
|
13656
13484
|
"typeText": "interface TablePaginationConfig { ... }",
|
|
13657
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13485
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13658
13486
|
"examples": [
|
|
13659
13487
|
{
|
|
13660
|
-
"hash": "
|
|
13488
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13661
13489
|
"source": "canonical"
|
|
13662
13490
|
}
|
|
13663
13491
|
]
|
|
@@ -13685,10 +13513,10 @@
|
|
|
13685
13513
|
],
|
|
13686
13514
|
"searchTags": [],
|
|
13687
13515
|
"typeText": "interface TableProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> { ... }",
|
|
13688
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13516
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13689
13517
|
"examples": [
|
|
13690
13518
|
{
|
|
13691
|
-
"hash": "
|
|
13519
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13692
13520
|
"source": "canonical"
|
|
13693
13521
|
}
|
|
13694
13522
|
]
|
|
@@ -13716,10 +13544,10 @@
|
|
|
13716
13544
|
],
|
|
13717
13545
|
"searchTags": [],
|
|
13718
13546
|
"typeText": "interface TableRef { ... }",
|
|
13719
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13547
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13720
13548
|
"examples": [
|
|
13721
13549
|
{
|
|
13722
|
-
"hash": "
|
|
13550
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13723
13551
|
"source": "canonical"
|
|
13724
13552
|
}
|
|
13725
13553
|
]
|
|
@@ -13747,10 +13575,10 @@
|
|
|
13747
13575
|
],
|
|
13748
13576
|
"searchTags": [],
|
|
13749
13577
|
"typeText": "interface TableRowSelection { ... }",
|
|
13750
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
13578
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
13751
13579
|
"examples": [
|
|
13752
13580
|
{
|
|
13753
|
-
"hash": "
|
|
13581
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
13754
13582
|
"source": "canonical"
|
|
13755
13583
|
}
|
|
13756
13584
|
]
|
|
@@ -13831,14 +13659,14 @@
|
|
|
13831
13659
|
"searchTags": [
|
|
13832
13660
|
"tab"
|
|
13833
13661
|
],
|
|
13834
|
-
"canonicalUsage": "import { Tabs } from '@1money/
|
|
13662
|
+
"canonicalUsage": "import { Tabs } from '@1money/component-ui';\n// or\nimport { Tabs } from '@1money/component-ui/Tabs';",
|
|
13835
13663
|
"examples": [
|
|
13836
13664
|
{
|
|
13837
|
-
"hash": "
|
|
13665
|
+
"hash": "2f014c8b7fe8bf6d1251bf341df8d93d7b3d3d66a185b95d0cabfa7328259e4b",
|
|
13838
13666
|
"source": "canonical"
|
|
13839
13667
|
},
|
|
13840
13668
|
{
|
|
13841
|
-
"hash": "
|
|
13669
|
+
"hash": "eb3d3bf8608e5ec527f4380b65309d405f31c3dc1995dc7128a95973cdb71495",
|
|
13842
13670
|
"source": "readme"
|
|
13843
13671
|
},
|
|
13844
13672
|
{
|
|
@@ -13891,10 +13719,10 @@
|
|
|
13891
13719
|
],
|
|
13892
13720
|
"searchTags": [],
|
|
13893
13721
|
"typeText": "interface TabsProps extends Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> { ... }",
|
|
13894
|
-
"canonicalUsage": "import { Tabs } from '@1money/
|
|
13722
|
+
"canonicalUsage": "import { Tabs } from '@1money/component-ui';\n// or\nimport { Tabs } from '@1money/component-ui/Tabs';",
|
|
13895
13723
|
"examples": [
|
|
13896
13724
|
{
|
|
13897
|
-
"hash": "
|
|
13725
|
+
"hash": "2f014c8b7fe8bf6d1251bf341df8d93d7b3d3d66a185b95d0cabfa7328259e4b",
|
|
13898
13726
|
"source": "canonical"
|
|
13899
13727
|
}
|
|
13900
13728
|
]
|
|
@@ -13982,14 +13810,14 @@
|
|
|
13982
13810
|
"searchTags": [
|
|
13983
13811
|
"tag"
|
|
13984
13812
|
],
|
|
13985
|
-
"canonicalUsage": "import { Tag } from '@1money/
|
|
13813
|
+
"canonicalUsage": "import { Tag } from '@1money/component-ui';\n// or\nimport { Tag } from '@1money/component-ui/Tag';",
|
|
13986
13814
|
"examples": [
|
|
13987
13815
|
{
|
|
13988
|
-
"hash": "
|
|
13816
|
+
"hash": "73c34dcab340dfc36bb0f4e928f6911b25f7f3d6d590dfb72c3c1226a9c573fe",
|
|
13989
13817
|
"source": "canonical"
|
|
13990
13818
|
},
|
|
13991
13819
|
{
|
|
13992
|
-
"hash": "
|
|
13820
|
+
"hash": "c816f5980daf6d897749e81e8bcb52963fb9584ae3d56cc2d6d73194bb1a655a",
|
|
13993
13821
|
"source": "readme"
|
|
13994
13822
|
},
|
|
13995
13823
|
{
|
|
@@ -14025,10 +13853,10 @@
|
|
|
14025
13853
|
],
|
|
14026
13854
|
"searchTags": [],
|
|
14027
13855
|
"typeText": "interface TagProps extends Omit<HTMLAttributes<HTMLSpanElement>, 'color'> { ... }",
|
|
14028
|
-
"canonicalUsage": "import { Tag } from '@1money/
|
|
13856
|
+
"canonicalUsage": "import { Tag } from '@1money/component-ui';\n// or\nimport { Tag } from '@1money/component-ui/Tag';",
|
|
14029
13857
|
"examples": [
|
|
14030
13858
|
{
|
|
14031
|
-
"hash": "
|
|
13859
|
+
"hash": "73c34dcab340dfc36bb0f4e928f6911b25f7f3d6d590dfb72c3c1226a9c573fe",
|
|
14032
13860
|
"source": "canonical"
|
|
14033
13861
|
}
|
|
14034
13862
|
]
|
|
@@ -14118,14 +13946,14 @@
|
|
|
14118
13946
|
"popover",
|
|
14119
13947
|
"tooltip"
|
|
14120
13948
|
],
|
|
14121
|
-
"canonicalUsage": "import { Tooltip } from '@1money/
|
|
13949
|
+
"canonicalUsage": "import { Tooltip } from '@1money/component-ui';\n// or\nimport { Tooltip } from '@1money/component-ui/Tooltip';",
|
|
14122
13950
|
"examples": [
|
|
14123
13951
|
{
|
|
14124
|
-
"hash": "
|
|
13952
|
+
"hash": "1b62b166b8cc556e31e7ffa0b7d5ea66b965e65e6bf73b737499332aa8b0ce15",
|
|
14125
13953
|
"source": "canonical"
|
|
14126
13954
|
},
|
|
14127
13955
|
{
|
|
14128
|
-
"hash": "
|
|
13956
|
+
"hash": "20d57203520c799fa33716a33d4bc15c62ab5180b8628139aa313d443bf3c802",
|
|
14129
13957
|
"source": "readme"
|
|
14130
13958
|
},
|
|
14131
13959
|
{
|
|
@@ -14186,10 +14014,10 @@
|
|
|
14186
14014
|
],
|
|
14187
14015
|
"searchTags": [],
|
|
14188
14016
|
"typeText": "| 'top'\n | 'top-start'\n | 'top-end'\n | 'bottom'\n | 'bottom-start'\n | 'bottom-end'\n | 'left'\n | 'left-start'\n | 'left-end'\n | 'right'\n | 'right-start'\n | 'right-end'",
|
|
14189
|
-
"canonicalUsage": "import { Tooltip } from '@1money/
|
|
14017
|
+
"canonicalUsage": "import { Tooltip } from '@1money/component-ui';\n// or\nimport { Tooltip } from '@1money/component-ui/Tooltip';",
|
|
14190
14018
|
"examples": [
|
|
14191
14019
|
{
|
|
14192
|
-
"hash": "
|
|
14020
|
+
"hash": "1b62b166b8cc556e31e7ffa0b7d5ea66b965e65e6bf73b737499332aa8b0ce15",
|
|
14193
14021
|
"source": "canonical"
|
|
14194
14022
|
}
|
|
14195
14023
|
]
|
|
@@ -14210,10 +14038,10 @@
|
|
|
14210
14038
|
],
|
|
14211
14039
|
"searchTags": [],
|
|
14212
14040
|
"typeText": "interface TooltipProps extends Omit<ITooltip, 'place' | 'noArrow' | 'children' | 'isOpen' | 'setIsOpen'> { ... }",
|
|
14213
|
-
"canonicalUsage": "import { Tooltip } from '@1money/
|
|
14041
|
+
"canonicalUsage": "import { Tooltip } from '@1money/component-ui';\n// or\nimport { Tooltip } from '@1money/component-ui/Tooltip';",
|
|
14214
14042
|
"examples": [
|
|
14215
14043
|
{
|
|
14216
|
-
"hash": "
|
|
14044
|
+
"hash": "1b62b166b8cc556e31e7ffa0b7d5ea66b965e65e6bf73b737499332aa8b0ce15",
|
|
14217
14045
|
"source": "canonical"
|
|
14218
14046
|
}
|
|
14219
14047
|
]
|
|
@@ -14349,14 +14177,14 @@
|
|
|
14349
14177
|
"tour",
|
|
14350
14178
|
"walkthrough"
|
|
14351
14179
|
],
|
|
14352
|
-
"canonicalUsage": "import { Tour } from '@1money/
|
|
14180
|
+
"canonicalUsage": "import { Tour } from '@1money/component-ui';\n// or\nimport { Tour } from '@1money/component-ui/Tour';",
|
|
14353
14181
|
"examples": [
|
|
14354
14182
|
{
|
|
14355
|
-
"hash": "
|
|
14183
|
+
"hash": "ff98ca6743d554b1f351e0d27e1a16a5bb7fb293ec5d30d1fe4f7e8a374f8e3f",
|
|
14356
14184
|
"source": "canonical"
|
|
14357
14185
|
},
|
|
14358
14186
|
{
|
|
14359
|
-
"hash": "
|
|
14187
|
+
"hash": "87da44f303a10795fdc48405385400573d6df57d3902450fd80820b207063783",
|
|
14360
14188
|
"source": "readme"
|
|
14361
14189
|
},
|
|
14362
14190
|
{
|
|
@@ -14385,10 +14213,10 @@
|
|
|
14385
14213
|
],
|
|
14386
14214
|
"searchTags": [],
|
|
14387
14215
|
"typeText": "interface TourProps { ... }",
|
|
14388
|
-
"canonicalUsage": "import { Tour } from '@1money/
|
|
14216
|
+
"canonicalUsage": "import { Tour } from '@1money/component-ui';\n// or\nimport { Tour } from '@1money/component-ui/Tour';",
|
|
14389
14217
|
"examples": [
|
|
14390
14218
|
{
|
|
14391
|
-
"hash": "
|
|
14219
|
+
"hash": "ff98ca6743d554b1f351e0d27e1a16a5bb7fb293ec5d30d1fe4f7e8a374f8e3f",
|
|
14392
14220
|
"source": "canonical"
|
|
14393
14221
|
}
|
|
14394
14222
|
]
|
|
@@ -14409,10 +14237,10 @@
|
|
|
14409
14237
|
],
|
|
14410
14238
|
"searchTags": [],
|
|
14411
14239
|
"typeText": "interface TourStep { ... }",
|
|
14412
|
-
"canonicalUsage": "import { Tour } from '@1money/
|
|
14240
|
+
"canonicalUsage": "import { Tour } from '@1money/component-ui';\n// or\nimport { Tour } from '@1money/component-ui/Tour';",
|
|
14413
14241
|
"examples": [
|
|
14414
14242
|
{
|
|
14415
|
-
"hash": "
|
|
14243
|
+
"hash": "ff98ca6743d554b1f351e0d27e1a16a5bb7fb293ec5d30d1fe4f7e8a374f8e3f",
|
|
14416
14244
|
"source": "canonical"
|
|
14417
14245
|
}
|
|
14418
14246
|
]
|
|
@@ -14429,10 +14257,10 @@
|
|
|
14429
14257
|
"extends": [],
|
|
14430
14258
|
"relatedSymbols": [],
|
|
14431
14259
|
"searchTags": [],
|
|
14432
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14260
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14433
14261
|
"examples": [
|
|
14434
14262
|
{
|
|
14435
|
-
"hash": "
|
|
14263
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14436
14264
|
"source": "canonical"
|
|
14437
14265
|
}
|
|
14438
14266
|
]
|
|
@@ -14456,10 +14284,10 @@
|
|
|
14456
14284
|
],
|
|
14457
14285
|
"searchTags": [],
|
|
14458
14286
|
"typeText": "'click' | 'hover' | 'focus'",
|
|
14459
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14287
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14460
14288
|
"examples": [
|
|
14461
14289
|
{
|
|
14462
|
-
"hash": "
|
|
14290
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14463
14291
|
"source": "canonical"
|
|
14464
14292
|
}
|
|
14465
14293
|
]
|
|
@@ -14483,10 +14311,10 @@
|
|
|
14483
14311
|
],
|
|
14484
14312
|
"searchTags": [],
|
|
14485
14313
|
"typeText": "| ReactNode\n | ((context: TriggerContentContext) => ReactNode)",
|
|
14486
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14314
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14487
14315
|
"examples": [
|
|
14488
14316
|
{
|
|
14489
|
-
"hash": "
|
|
14317
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14490
14318
|
"source": "canonical"
|
|
14491
14319
|
}
|
|
14492
14320
|
]
|
|
@@ -14510,10 +14338,10 @@
|
|
|
14510
14338
|
],
|
|
14511
14339
|
"searchTags": [],
|
|
14512
14340
|
"typeText": "interface TriggerContentContext { ... }",
|
|
14513
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14341
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14514
14342
|
"examples": [
|
|
14515
14343
|
{
|
|
14516
|
-
"hash": "
|
|
14344
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14517
14345
|
"source": "canonical"
|
|
14518
14346
|
}
|
|
14519
14347
|
]
|
|
@@ -14537,10 +14365,10 @@
|
|
|
14537
14365
|
],
|
|
14538
14366
|
"searchTags": [],
|
|
14539
14367
|
"typeText": "interface TriggerProps { ... }",
|
|
14540
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14368
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14541
14369
|
"examples": [
|
|
14542
14370
|
{
|
|
14543
|
-
"hash": "
|
|
14371
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14544
14372
|
"source": "canonical"
|
|
14545
14373
|
}
|
|
14546
14374
|
]
|
|
@@ -14564,10 +14392,10 @@
|
|
|
14564
14392
|
],
|
|
14565
14393
|
"searchTags": [],
|
|
14566
14394
|
"typeText": "'dialog' | 'tooltip' | 'menu' | 'alertdialog' | 'listbox'",
|
|
14567
|
-
"canonicalUsage": "import { Trigger } from '@1money/
|
|
14395
|
+
"canonicalUsage": "import { Trigger } from '@1money/component-ui';\n// or\nimport { Trigger } from '@1money/component-ui/Trigger';",
|
|
14568
14396
|
"examples": [
|
|
14569
14397
|
{
|
|
14570
|
-
"hash": "
|
|
14398
|
+
"hash": "96a4fb49627068cd32df95bce74ab746a2901c627dcd70fa9bf9c9247f21b7a3",
|
|
14571
14399
|
"source": "canonical"
|
|
14572
14400
|
}
|
|
14573
14401
|
]
|
|
@@ -14601,14 +14429,14 @@
|
|
|
14601
14429
|
"searchTags": [
|
|
14602
14430
|
"typography"
|
|
14603
14431
|
],
|
|
14604
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14432
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14605
14433
|
"examples": [
|
|
14606
14434
|
{
|
|
14607
|
-
"hash": "
|
|
14435
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14608
14436
|
"source": "canonical"
|
|
14609
14437
|
},
|
|
14610
14438
|
{
|
|
14611
|
-
"hash": "
|
|
14439
|
+
"hash": "8585bff0f1eb7ff6a28f523eb07a2fe420a92d4ab2b329724362d75b08df00d5",
|
|
14612
14440
|
"source": "readme"
|
|
14613
14441
|
},
|
|
14614
14442
|
{
|
|
@@ -14689,10 +14517,10 @@
|
|
|
14689
14517
|
],
|
|
14690
14518
|
"searchTags": [],
|
|
14691
14519
|
"typeText": "interface TypographyBodyProps extends BaseHTMLProps, TypographyStrongProps { ... }",
|
|
14692
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14520
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14693
14521
|
"examples": [
|
|
14694
14522
|
{
|
|
14695
|
-
"hash": "
|
|
14523
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14696
14524
|
"source": "canonical"
|
|
14697
14525
|
}
|
|
14698
14526
|
]
|
|
@@ -14725,10 +14553,10 @@
|
|
|
14725
14553
|
],
|
|
14726
14554
|
"searchTags": [],
|
|
14727
14555
|
"typeText": "(typeof TYPOGRAPHY_BODY_SIZES)[number]",
|
|
14728
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14556
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14729
14557
|
"examples": [
|
|
14730
14558
|
{
|
|
14731
|
-
"hash": "
|
|
14559
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14732
14560
|
"source": "canonical"
|
|
14733
14561
|
}
|
|
14734
14562
|
]
|
|
@@ -14761,10 +14589,10 @@
|
|
|
14761
14589
|
],
|
|
14762
14590
|
"searchTags": [],
|
|
14763
14591
|
"typeText": "interface TypographyCopyableConfig { ... }",
|
|
14764
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14592
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14765
14593
|
"examples": [
|
|
14766
14594
|
{
|
|
14767
|
-
"hash": "
|
|
14595
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14768
14596
|
"source": "canonical"
|
|
14769
14597
|
}
|
|
14770
14598
|
]
|
|
@@ -14797,10 +14625,10 @@
|
|
|
14797
14625
|
],
|
|
14798
14626
|
"searchTags": [],
|
|
14799
14627
|
"typeText": "interface TypographyDisplayProps extends BaseHTMLProps, TypographyCommonProps { ... }",
|
|
14800
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14628
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14801
14629
|
"examples": [
|
|
14802
14630
|
{
|
|
14803
|
-
"hash": "
|
|
14631
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14804
14632
|
"source": "canonical"
|
|
14805
14633
|
}
|
|
14806
14634
|
]
|
|
@@ -14833,10 +14661,10 @@
|
|
|
14833
14661
|
],
|
|
14834
14662
|
"searchTags": [],
|
|
14835
14663
|
"typeText": "(typeof TYPOGRAPHY_DISPLAY_SIZES)[number]",
|
|
14836
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14664
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14837
14665
|
"examples": [
|
|
14838
14666
|
{
|
|
14839
|
-
"hash": "
|
|
14667
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14840
14668
|
"source": "canonical"
|
|
14841
14669
|
}
|
|
14842
14670
|
]
|
|
@@ -14869,10 +14697,10 @@
|
|
|
14869
14697
|
],
|
|
14870
14698
|
"searchTags": [],
|
|
14871
14699
|
"typeText": "interface TypographyEllipsisConfig { ... }",
|
|
14872
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14700
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14873
14701
|
"examples": [
|
|
14874
14702
|
{
|
|
14875
|
-
"hash": "
|
|
14703
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14876
14704
|
"source": "canonical"
|
|
14877
14705
|
}
|
|
14878
14706
|
]
|
|
@@ -14905,10 +14733,10 @@
|
|
|
14905
14733
|
],
|
|
14906
14734
|
"searchTags": [],
|
|
14907
14735
|
"typeText": "interface TypographyHeadlineProps extends BaseHTMLProps, TypographyCommonProps { ... }",
|
|
14908
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14736
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14909
14737
|
"examples": [
|
|
14910
14738
|
{
|
|
14911
|
-
"hash": "
|
|
14739
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14912
14740
|
"source": "canonical"
|
|
14913
14741
|
}
|
|
14914
14742
|
]
|
|
@@ -14941,10 +14769,10 @@
|
|
|
14941
14769
|
],
|
|
14942
14770
|
"searchTags": [],
|
|
14943
14771
|
"typeText": "(typeof TYPOGRAPHY_HEADLINE_SIZES)[number]",
|
|
14944
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14772
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14945
14773
|
"examples": [
|
|
14946
14774
|
{
|
|
14947
|
-
"hash": "
|
|
14775
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14948
14776
|
"source": "canonical"
|
|
14949
14777
|
}
|
|
14950
14778
|
]
|
|
@@ -14977,10 +14805,10 @@
|
|
|
14977
14805
|
],
|
|
14978
14806
|
"searchTags": [],
|
|
14979
14807
|
"typeText": "interface TypographyLabelProps extends BaseHTMLProps, TypographyStrongProps { ... }",
|
|
14980
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14808
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
14981
14809
|
"examples": [
|
|
14982
14810
|
{
|
|
14983
|
-
"hash": "
|
|
14811
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
14984
14812
|
"source": "canonical"
|
|
14985
14813
|
}
|
|
14986
14814
|
]
|
|
@@ -15013,10 +14841,10 @@
|
|
|
15013
14841
|
],
|
|
15014
14842
|
"searchTags": [],
|
|
15015
14843
|
"typeText": "(typeof TYPOGRAPHY_LABEL_SIZES)[number]",
|
|
15016
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14844
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
15017
14845
|
"examples": [
|
|
15018
14846
|
{
|
|
15019
|
-
"hash": "
|
|
14847
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
15020
14848
|
"source": "canonical"
|
|
15021
14849
|
}
|
|
15022
14850
|
]
|
|
@@ -15049,10 +14877,10 @@
|
|
|
15049
14877
|
],
|
|
15050
14878
|
"searchTags": [],
|
|
15051
14879
|
"typeText": "interface TypographyLinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'children' | 'color'>, TypographyCommonProps { ... }",
|
|
15052
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14880
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
15053
14881
|
"examples": [
|
|
15054
14882
|
{
|
|
15055
|
-
"hash": "
|
|
14883
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
15056
14884
|
"source": "canonical"
|
|
15057
14885
|
}
|
|
15058
14886
|
]
|
|
@@ -15085,10 +14913,10 @@
|
|
|
15085
14913
|
],
|
|
15086
14914
|
"searchTags": [],
|
|
15087
14915
|
"typeText": "(typeof TYPOGRAPHY_LINK_SIZES)[number]",
|
|
15088
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14916
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
15089
14917
|
"examples": [
|
|
15090
14918
|
{
|
|
15091
|
-
"hash": "
|
|
14919
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
15092
14920
|
"source": "canonical"
|
|
15093
14921
|
}
|
|
15094
14922
|
]
|
|
@@ -15121,10 +14949,10 @@
|
|
|
15121
14949
|
],
|
|
15122
14950
|
"searchTags": [],
|
|
15123
14951
|
"typeText": "interface TypographyTitleProps extends BaseHTMLProps, TypographyStrongProps { ... }",
|
|
15124
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14952
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
15125
14953
|
"examples": [
|
|
15126
14954
|
{
|
|
15127
|
-
"hash": "
|
|
14955
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
15128
14956
|
"source": "canonical"
|
|
15129
14957
|
}
|
|
15130
14958
|
]
|
|
@@ -15157,10 +14985,10 @@
|
|
|
15157
14985
|
],
|
|
15158
14986
|
"searchTags": [],
|
|
15159
14987
|
"typeText": "(typeof TYPOGRAPHY_TITLE_SIZES)[number]",
|
|
15160
|
-
"canonicalUsage": "import { Typography } from '@1money/
|
|
14988
|
+
"canonicalUsage": "import { Typography } from '@1money/component-ui';\n// or\nimport {\n Typography,\n TypographyBody,\n TypographyDisplay,\n TypographyHeadline,\n TypographyLabel,\n TypographyLink,\n TypographyTitle,\n} from '@1money/component-ui/Typography';",
|
|
15161
14989
|
"examples": [
|
|
15162
14990
|
{
|
|
15163
|
-
"hash": "
|
|
14991
|
+
"hash": "48c240723515be69d8de101f9bfe1d2ff596d82504645cc07dfb281c0a6a8ca5",
|
|
15164
14992
|
"source": "canonical"
|
|
15165
14993
|
}
|
|
15166
14994
|
]
|
|
@@ -15261,6 +15089,14 @@
|
|
|
15261
15089
|
"default": null,
|
|
15262
15090
|
"description": "Callback when files are selected",
|
|
15263
15091
|
"inheritedFrom": null
|
|
15092
|
+
},
|
|
15093
|
+
{
|
|
15094
|
+
"name": "children",
|
|
15095
|
+
"type": "ReactNode",
|
|
15096
|
+
"optional": true,
|
|
15097
|
+
"default": null,
|
|
15098
|
+
"description": "Slot rendered below the button, commonly used for UploadFileBar items",
|
|
15099
|
+
"inheritedFrom": null
|
|
15264
15100
|
}
|
|
15265
15101
|
],
|
|
15266
15102
|
"extends": [],
|
|
@@ -15273,14 +15109,14 @@
|
|
|
15273
15109
|
"file input",
|
|
15274
15110
|
"upload"
|
|
15275
15111
|
],
|
|
15276
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15112
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15277
15113
|
"examples": [
|
|
15278
15114
|
{
|
|
15279
|
-
"hash": "
|
|
15115
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15280
15116
|
"source": "canonical"
|
|
15281
15117
|
},
|
|
15282
15118
|
{
|
|
15283
|
-
"hash": "
|
|
15119
|
+
"hash": "2982842534ed88247ac07099dc694a4b0087d1d1ed1f59eda5d9efaaf888f40c",
|
|
15284
15120
|
"source": "readme"
|
|
15285
15121
|
},
|
|
15286
15122
|
{
|
|
@@ -15374,10 +15210,10 @@
|
|
|
15374
15210
|
"UploadProps"
|
|
15375
15211
|
],
|
|
15376
15212
|
"searchTags": [],
|
|
15377
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15213
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15378
15214
|
"examples": [
|
|
15379
15215
|
{
|
|
15380
|
-
"hash": "
|
|
15216
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15381
15217
|
"source": "canonical"
|
|
15382
15218
|
}
|
|
15383
15219
|
]
|
|
@@ -15399,10 +15235,10 @@
|
|
|
15399
15235
|
],
|
|
15400
15236
|
"searchTags": [],
|
|
15401
15237
|
"typeText": "interface UploadFileBarProps { ... }",
|
|
15402
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15238
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15403
15239
|
"examples": [
|
|
15404
15240
|
{
|
|
15405
|
-
"hash": "
|
|
15241
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15406
15242
|
"source": "canonical"
|
|
15407
15243
|
}
|
|
15408
15244
|
]
|
|
@@ -15424,10 +15260,10 @@
|
|
|
15424
15260
|
],
|
|
15425
15261
|
"searchTags": [],
|
|
15426
15262
|
"typeText": "interface UploadProps { ... }",
|
|
15427
|
-
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/
|
|
15263
|
+
"canonicalUsage": "import { Upload, UploadFileBar } from '@1money/component-ui';\n// or\nimport { Upload, UploadFileBar } from '@1money/component-ui/Upload';",
|
|
15428
15264
|
"examples": [
|
|
15429
15265
|
{
|
|
15430
|
-
"hash": "
|
|
15266
|
+
"hash": "f846e6658290862cc4216f55f8c33505bd1c923167b1dd68d217b0166bca6aad",
|
|
15431
15267
|
"source": "canonical"
|
|
15432
15268
|
}
|
|
15433
15269
|
]
|
|
@@ -15454,10 +15290,10 @@
|
|
|
15454
15290
|
],
|
|
15455
15291
|
"searchTags": [],
|
|
15456
15292
|
"typeText": "interface UsePaginationOptions { ... }",
|
|
15457
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
15293
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
15458
15294
|
"examples": [
|
|
15459
15295
|
{
|
|
15460
|
-
"hash": "
|
|
15296
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
15461
15297
|
"source": "canonical"
|
|
15462
15298
|
}
|
|
15463
15299
|
]
|
|
@@ -15484,10 +15320,10 @@
|
|
|
15484
15320
|
],
|
|
15485
15321
|
"searchTags": [],
|
|
15486
15322
|
"typeText": "interface UsePaginationResult { ... }",
|
|
15487
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
15323
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
15488
15324
|
"examples": [
|
|
15489
15325
|
{
|
|
15490
|
-
"hash": "
|
|
15326
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
15491
15327
|
"source": "canonical"
|
|
15492
15328
|
}
|
|
15493
15329
|
]
|
|
@@ -15556,10 +15392,10 @@
|
|
|
15556
15392
|
],
|
|
15557
15393
|
"searchTags": [],
|
|
15558
15394
|
"typeText": "(typeof VALIDATE_STATUSES)[number]",
|
|
15559
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
15395
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
15560
15396
|
"examples": [
|
|
15561
15397
|
{
|
|
15562
|
-
"hash": "
|
|
15398
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
15563
15399
|
"source": "canonical"
|
|
15564
15400
|
}
|
|
15565
15401
|
]
|
|
@@ -15628,10 +15464,10 @@
|
|
|
15628
15464
|
],
|
|
15629
15465
|
"searchTags": [],
|
|
15630
15466
|
"typeText": "(typeof VALIDATE_TRIGGERS)[number]",
|
|
15631
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
15467
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
15632
15468
|
"examples": [
|
|
15633
15469
|
{
|
|
15634
|
-
"hash": "
|
|
15470
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
15635
15471
|
"source": "canonical"
|
|
15636
15472
|
}
|
|
15637
15473
|
]
|
|
@@ -15652,14 +15488,14 @@
|
|
|
15652
15488
|
"VirtualListScrollInfo"
|
|
15653
15489
|
],
|
|
15654
15490
|
"searchTags": [],
|
|
15655
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15491
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15656
15492
|
"examples": [
|
|
15657
15493
|
{
|
|
15658
|
-
"hash": "
|
|
15494
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15659
15495
|
"source": "canonical"
|
|
15660
15496
|
},
|
|
15661
15497
|
{
|
|
15662
|
-
"hash": "
|
|
15498
|
+
"hash": "d073f561eaa33f59872ba1277c04ad853f99cb24d2f6e75ac36d0c33e12a9d40",
|
|
15663
15499
|
"source": "readme"
|
|
15664
15500
|
},
|
|
15665
15501
|
{
|
|
@@ -15713,10 +15549,10 @@
|
|
|
15713
15549
|
],
|
|
15714
15550
|
"searchTags": [],
|
|
15715
15551
|
"typeText": "interface ListProps extends Omit<React.HTMLAttributes<any>, 'children'> { ... }",
|
|
15716
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15552
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15717
15553
|
"examples": [
|
|
15718
15554
|
{
|
|
15719
|
-
"hash": "
|
|
15555
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15720
15556
|
"source": "canonical"
|
|
15721
15557
|
}
|
|
15722
15558
|
]
|
|
@@ -15738,10 +15574,10 @@
|
|
|
15738
15574
|
],
|
|
15739
15575
|
"searchTags": [],
|
|
15740
15576
|
"typeText": "{\n nativeElement: HTMLDivElement;\n scrollTo: ScrollTo;\n getScrollInfo: () => ScrollInfo;\n}",
|
|
15741
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15577
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15742
15578
|
"examples": [
|
|
15743
15579
|
{
|
|
15744
|
-
"hash": "
|
|
15580
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15745
15581
|
"source": "canonical"
|
|
15746
15582
|
}
|
|
15747
15583
|
]
|
|
@@ -15763,10 +15599,10 @@
|
|
|
15763
15599
|
],
|
|
15764
15600
|
"searchTags": [],
|
|
15765
15601
|
"typeText": "interface ScrollInfo { ... }",
|
|
15766
|
-
"canonicalUsage": "import { VirtualList } from '@1money/
|
|
15602
|
+
"canonicalUsage": "import { VirtualList } from '@1money/component-ui';\n// or\nimport { VirtualList } from '@1money/component-ui/VirtualList';",
|
|
15767
15603
|
"examples": [
|
|
15768
15604
|
{
|
|
15769
|
-
"hash": "
|
|
15605
|
+
"hash": "adc02f7e653e00211d2f727e3ef895d626db0f7ff0da6436a51e52ecddefc1ec",
|
|
15770
15606
|
"source": "canonical"
|
|
15771
15607
|
}
|
|
15772
15608
|
]
|
|
@@ -15785,10 +15621,10 @@
|
|
|
15785
15621
|
"searchTags": [
|
|
15786
15622
|
"table"
|
|
15787
15623
|
],
|
|
15788
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
15624
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
15789
15625
|
"examples": [
|
|
15790
15626
|
{
|
|
15791
|
-
"hash": "
|
|
15627
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
15792
15628
|
"source": "canonical"
|
|
15793
15629
|
}
|
|
15794
15630
|
]
|
|
@@ -15816,10 +15652,10 @@
|
|
|
15816
15652
|
],
|
|
15817
15653
|
"searchTags": [],
|
|
15818
15654
|
"typeText": "interface VirtualTableProps extends Omit<TableProps<T>, 'scroll'> { ... }",
|
|
15819
|
-
"canonicalUsage": "import { Table, VirtualTable } from '@1money/
|
|
15655
|
+
"canonicalUsage": "import { Table, VirtualTable } from '@1money/component-ui';\n// or\nimport { Table, VirtualTable } from '@1money/component-ui/Table';",
|
|
15820
15656
|
"examples": [
|
|
15821
15657
|
{
|
|
15822
|
-
"hash": "
|
|
15658
|
+
"hash": "c8bb2acc504d9189611763df8eebcb47062fe8c1c4ae3990fe6d9495cac88285",
|
|
15823
15659
|
"source": "canonical"
|
|
15824
15660
|
}
|
|
15825
15661
|
]
|
|
@@ -15888,10 +15724,10 @@
|
|
|
15888
15724
|
],
|
|
15889
15725
|
"searchTags": [],
|
|
15890
15726
|
"signature": "(config: CreateProFormFieldConfig<FieldProps>): FC<ProFormFieldProps<FieldProps>>",
|
|
15891
|
-
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/
|
|
15727
|
+
"canonicalUsage": "import {\n ProForm,\n ProFormText,\n ProFormSelect,\n DialogForm,\n QueryFilter,\n} from '@1money/component-ui';\n// or\nimport { ProForm, ProFormText } from '@1money/component-ui/ProForm';",
|
|
15892
15728
|
"examples": [
|
|
15893
15729
|
{
|
|
15894
|
-
"hash": "
|
|
15730
|
+
"hash": "0c865e04e29af2a17146034e78e156e8271e4c6700f4b8d431d67f0ba04a6d6a",
|
|
15895
15731
|
"source": "canonical"
|
|
15896
15732
|
}
|
|
15897
15733
|
]
|
|
@@ -15917,10 +15753,10 @@
|
|
|
15917
15753
|
],
|
|
15918
15754
|
"searchTags": [],
|
|
15919
15755
|
"signature": "NotificationStaticApi",
|
|
15920
|
-
"canonicalUsage": "import { notification } from '@1money/
|
|
15756
|
+
"canonicalUsage": "import { notification } from '@1money/component-ui';\n// or\nimport notification, {\n NOTIFICATION_PLACEMENTS,\n NOTIFICATION_STATUSES,\n} from '@1money/component-ui/Notification';",
|
|
15921
15757
|
"examples": [
|
|
15922
15758
|
{
|
|
15923
|
-
"hash": "
|
|
15759
|
+
"hash": "ff016409af028ad3a47644d56cb21acf445cb72e1c93de742fd656a520f41c9c",
|
|
15924
15760
|
"source": "canonical"
|
|
15925
15761
|
}
|
|
15926
15762
|
]
|
|
@@ -15947,10 +15783,10 @@
|
|
|
15947
15783
|
],
|
|
15948
15784
|
"searchTags": [],
|
|
15949
15785
|
"signature": "(options: UsePaginationOptions): UsePaginationResult",
|
|
15950
|
-
"canonicalUsage": "import { Pagination, usePagination } from '@1money/
|
|
15786
|
+
"canonicalUsage": "import { Pagination, usePagination } from '@1money/component-ui';\n// or\nimport { Pagination, usePagination } from '@1money/component-ui/Pagination';",
|
|
15951
15787
|
"examples": [
|
|
15952
15788
|
{
|
|
15953
|
-
"hash": "
|
|
15789
|
+
"hash": "7318e5e19b35c2334284717d2b44382c3f0aa456d1d61c6892e3211c2c77135d",
|
|
15954
15790
|
"source": "canonical"
|
|
15955
15791
|
}
|
|
15956
15792
|
]
|
|
@@ -15973,10 +15809,10 @@
|
|
|
15973
15809
|
],
|
|
15974
15810
|
"searchTags": [],
|
|
15975
15811
|
"signature": "(enabled: boolean, getTarget: HTMLElement | (() => HTMLElement), onDelayResize?: OnResize, onSyncResize?: OnResize)",
|
|
15976
|
-
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/
|
|
15812
|
+
"canonicalUsage": "import { ResizeObserver, useResizeObserver } from '@1money/component-ui';\n// or\nimport { ResizeObserver, Collection, useResizeObserver } from '@1money/component-ui/ResizeObserver';",
|
|
15977
15813
|
"examples": [
|
|
15978
15814
|
{
|
|
15979
|
-
"hash": "
|
|
15815
|
+
"hash": "11a75effde4de419507479c188f4208bc45d4e54ee6928476375f622ea51f29d",
|
|
15980
15816
|
"source": "canonical"
|
|
15981
15817
|
}
|
|
15982
15818
|
]
|
|
@@ -18843,19 +18679,6 @@
|
|
|
18843
18679
|
}
|
|
18844
18680
|
],
|
|
18845
18681
|
"diagnostics": {
|
|
18846
|
-
"canonical": [
|
|
18847
|
-
{
|
|
18848
|
-
"symbolName": "Icons",
|
|
18849
|
-
"reason": "module has no canonical.md; manual curation required"
|
|
18850
|
-
},
|
|
18851
|
-
{
|
|
18852
|
-
"symbolName": "Input",
|
|
18853
|
-
"reason": "module has no canonical.md; manual curation required"
|
|
18854
|
-
},
|
|
18855
|
-
{
|
|
18856
|
-
"symbolName": "ProForm",
|
|
18857
|
-
"reason": "module has no canonical.md; manual curation required"
|
|
18858
|
-
}
|
|
18859
|
-
]
|
|
18682
|
+
"canonical": []
|
|
18860
18683
|
}
|
|
18861
18684
|
}
|