@selectwin/kit 0.1.2
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 +29 -0
- package/dist/SelectAccordion.d.ts +14 -0
- package/dist/SelectActionCard.d.ts +12 -0
- package/dist/SelectActionList.d.ts +22 -0
- package/dist/SelectActionMenu.d.ts +6 -0
- package/dist/SelectAddButton.d.ts +10 -0
- package/dist/SelectAlert.d.ts +10 -0
- package/dist/SelectAuthFx.d.ts +8 -0
- package/dist/SelectAvatar.d.ts +13 -0
- package/dist/SelectBackLink.d.ts +6 -0
- package/dist/SelectBadge.d.ts +9 -0
- package/dist/SelectBalanceCard.d.ts +21 -0
- package/dist/SelectBankAccountField.d.ts +22 -0
- package/dist/SelectBarChart.d.ts +11 -0
- package/dist/SelectBoxPlot.d.ts +18 -0
- package/dist/SelectBuilderLayout.d.ts +18 -0
- package/dist/SelectBullet.d.ts +16 -0
- package/dist/SelectBump.d.ts +11 -0
- package/dist/SelectButton.d.ts +17 -0
- package/dist/SelectCalendarHeatmap.d.ts +16 -0
- package/dist/SelectCandlestick.d.ts +18 -0
- package/dist/SelectCard.d.ts +12 -0
- package/dist/SelectChartCard.d.ts +22 -0
- package/dist/SelectChord.d.ts +12 -0
- package/dist/SelectCirclePack.d.ts +14 -0
- package/dist/SelectCollapsible.d.ts +10 -0
- package/dist/SelectColorField.d.ts +9 -0
- package/dist/SelectColumnChart.d.ts +13 -0
- package/dist/SelectComboChart.d.ts +20 -0
- package/dist/SelectCombobox.d.ts +32 -0
- package/dist/SelectConfirmModal.d.ts +13 -0
- package/dist/SelectCopyRow.d.ts +11 -0
- package/dist/SelectCopyableId.d.ts +16 -0
- package/dist/SelectDataTable.d.ts +100 -0
- package/dist/SelectDateField.d.ts +19 -0
- package/dist/SelectDatePicker.d.ts +34 -0
- package/dist/SelectDateRangeField.d.ts +20 -0
- package/dist/SelectDetail.d.ts +19 -0
- package/dist/SelectDisclosureButton.d.ts +12 -0
- package/dist/SelectDivider.d.ts +7 -0
- package/dist/SelectDocumentField.d.ts +11 -0
- package/dist/SelectDonut.d.ts +17 -0
- package/dist/SelectDotField.d.ts +5 -0
- package/dist/SelectDumbbell.d.ts +17 -0
- package/dist/SelectFeeBreakdown.d.ts +14 -0
- package/dist/SelectField.d.ts +66 -0
- package/dist/SelectFieldGrid.d.ts +8 -0
- package/dist/SelectFileDropzone.d.ts +13 -0
- package/dist/SelectFileTile.d.ts +15 -0
- package/dist/SelectFilterBar.d.ts +28 -0
- package/dist/SelectFilterChip.d.ts +9 -0
- package/dist/SelectFormLayout.d.ts +12 -0
- package/dist/SelectFormModal.d.ts +18 -0
- package/dist/SelectFunnel.d.ts +9 -0
- package/dist/SelectGauge.d.ts +18 -0
- package/dist/SelectGaugeBands.d.ts +18 -0
- package/dist/SelectGlobe.d.ts +47 -0
- package/dist/SelectHeatmap.d.ts +26 -0
- package/dist/SelectHexbin.d.ts +18 -0
- package/dist/SelectHorizontalBar.d.ts +23 -0
- package/dist/SelectIcicle.d.ts +15 -0
- package/dist/SelectIcon.d.ts +8 -0
- package/dist/SelectIconButton.d.ts +14 -0
- package/dist/SelectIdentityFooter.d.ts +12 -0
- package/dist/SelectImageField.d.ts +20 -0
- package/dist/SelectImageUploadField.d.ts +23 -0
- package/dist/SelectImageUrlsField.d.ts +12 -0
- package/dist/SelectImageZoomModal.d.ts +7 -0
- package/dist/SelectJsonViewer.d.ts +16 -0
- package/dist/SelectKeyValueEditor.d.ts +19 -0
- package/dist/SelectKpiCard.d.ts +15 -0
- package/dist/SelectLayout.d.ts +73 -0
- package/dist/SelectLineChart.d.ts +12 -0
- package/dist/SelectLinkButton.d.ts +11 -0
- package/dist/SelectListCard.d.ts +25 -0
- package/dist/SelectLoader.d.ts +10 -0
- package/dist/SelectMarimekko.d.ts +18 -0
- package/dist/SelectMediaCell.d.ts +11 -0
- package/dist/SelectMenu.d.ts +27 -0
- package/dist/SelectModal.d.ts +17 -0
- package/dist/SelectMoney.d.ts +32 -0
- package/dist/SelectMoneyField.d.ts +19 -0
- package/dist/SelectNetwork.d.ts +22 -0
- package/dist/SelectNote.d.ts +9 -0
- package/dist/SelectNumberField.d.ts +18 -0
- package/dist/SelectOfflineModal.d.ts +1 -0
- package/dist/SelectOptionList.d.ts +17 -0
- package/dist/SelectOtpInput.d.ts +13 -0
- package/dist/SelectPage.d.ts +25 -0
- package/dist/SelectPagination.d.ts +23 -0
- package/dist/SelectPanel.d.ts +13 -0
- package/dist/SelectParallel.d.ts +19 -0
- package/dist/SelectPareto.d.ts +10 -0
- package/dist/SelectPasswordStrength.d.ts +9 -0
- package/dist/SelectPaymentBrand.d.ts +17 -0
- package/dist/SelectPhoneField.d.ts +28 -0
- package/dist/SelectPlanCard.d.ts +21 -0
- package/dist/SelectPolarArea.d.ts +13 -0
- package/dist/SelectPopover.d.ts +17 -0
- package/dist/SelectPreviewFrame.d.ts +12 -0
- package/dist/SelectProgressList.d.ts +24 -0
- package/dist/SelectPyramid.d.ts +20 -0
- package/dist/SelectRadar.d.ts +19 -0
- package/dist/SelectRadialBar.d.ts +20 -0
- package/dist/SelectRadioGroup.d.ts +20 -0
- package/dist/SelectRangeBar.d.ts +18 -0
- package/dist/SelectRating.d.ts +11 -0
- package/dist/SelectRepeatingFieldArray.d.ts +31 -0
- package/dist/SelectResendButton.d.ts +9 -0
- package/dist/SelectRowActions.d.ts +12 -0
- package/dist/SelectSankey.d.ts +16 -0
- package/dist/SelectScatter.d.ts +26 -0
- package/dist/SelectSearchInput.d.ts +11 -0
- package/dist/SelectSection.d.ts +14 -0
- package/dist/SelectSegmented.d.ts +16 -0
- package/dist/SelectSelect.d.ts +26 -0
- package/dist/SelectSetting.d.ts +21 -0
- package/dist/SelectSideNav.d.ts +20 -0
- package/dist/SelectSkeleton.d.ts +17 -0
- package/dist/SelectSlope.d.ts +17 -0
- package/dist/SelectSparkline.d.ts +9 -0
- package/dist/SelectStackedArea.d.ts +11 -0
- package/dist/SelectStatusBadge.d.ts +14 -0
- package/dist/SelectSteps.d.ts +11 -0
- package/dist/SelectStreamGraph.d.ts +11 -0
- package/dist/SelectSunburst.d.ts +20 -0
- package/dist/SelectSurface.d.ts +14 -0
- package/dist/SelectSwitch.d.ts +13 -0
- package/dist/SelectSwitchField.d.ts +9 -0
- package/dist/SelectTable.d.ts +56 -0
- package/dist/SelectTabs.d.ts +15 -0
- package/dist/SelectTagSelect.d.ts +23 -0
- package/dist/SelectText.d.ts +22 -0
- package/dist/SelectTextarea.d.ts +26 -0
- package/dist/SelectThemeSwitcher.d.ts +11 -0
- package/dist/SelectThumbnail.d.ts +9 -0
- package/dist/SelectTicker.d.ts +9 -0
- package/dist/SelectTile.d.ts +20 -0
- package/dist/SelectTimeline.d.ts +15 -0
- package/dist/SelectToast.d.ts +15 -0
- package/dist/SelectToggle.d.ts +17 -0
- package/dist/SelectTogglePanel.d.ts +13 -0
- package/dist/SelectTooltip.d.ts +8 -0
- package/dist/SelectTree.d.ts +13 -0
- package/dist/SelectTreemap.d.ts +14 -0
- package/dist/SelectUnitInput.d.ts +17 -0
- package/dist/SelectVenn.d.ts +13 -0
- package/dist/SelectViolin.d.ts +18 -0
- package/dist/SelectWaffle.d.ts +11 -0
- package/dist/SelectWaterfall.d.ts +16 -0
- package/dist/SelectWordCloud.d.ts +14 -0
- package/dist/SelectWorkspaceSwitcher.d.ts +10 -0
- package/dist/SelectZoomThumbnail.d.ts +7 -0
- package/dist/chartTip.d.ts +26 -0
- package/dist/chartUtils.d.ts +76 -0
- package/dist/detectSelectTheme.d.ts +8 -0
- package/dist/icons.d.ts +85 -0
- package/dist/index.d.ts +234 -0
- package/dist/index.js +8329 -0
- package/dist/internal/document.d.ts +9 -0
- package/dist/internal/money.d.ts +8 -0
- package/dist/internal/phone.d.ts +22 -0
- package/dist/internal/useFocusTrap.d.ts +2 -0
- package/dist/internal/useSelectReveal.d.ts +75 -0
- package/dist/jsonTree.d.ts +87 -0
- package/dist/positioning.d.ts +17 -0
- package/dist/spacing.d.ts +10 -0
- package/dist/style.css +1 -0
- package/dist/uploadUtils.d.ts +16 -0
- package/dist/worldLand.d.ts +6 -0
- package/package.json +61 -0
package/dist/icons.d.ts
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
/** Select kit icons — Iconsax (Linear, stroke 1.5) geometry embedded locally so the
|
|
3
|
+
* kit keeps zero icon-library dependency. Brand marks (Google/Github/Facebook/Apple)
|
|
4
|
+
* and control glyphs with no Iconsax equivalent (close X, bare check, combobox
|
|
5
|
+
* selector, @, rocket) are hand-drawn as before. Icons are sized by the consumer
|
|
6
|
+
* (CSS `svg { width/height }`) — no width/height attributes here. */
|
|
7
|
+
export declare function GoogleIcon(): import("react").JSX.Element;
|
|
8
|
+
export declare function GithubIcon(): import("react").JSX.Element;
|
|
9
|
+
export declare function ChevronRightIcon(): import("react").JSX.Element;
|
|
10
|
+
export declare function ChevronLeftIcon(): import("react").JSX.Element;
|
|
11
|
+
export declare function ChevronDownIcon(): import("react").JSX.Element;
|
|
12
|
+
export declare function ArrowLeftIcon(): import("react").JSX.Element;
|
|
13
|
+
export declare function FilterIcon(): import("react").JSX.Element;
|
|
14
|
+
export declare function SearchIcon(): import("react").JSX.Element;
|
|
15
|
+
export declare function UploadIcon(): import("react").JSX.Element;
|
|
16
|
+
export declare function CopyIcon(): import("react").JSX.Element;
|
|
17
|
+
export declare function ExternalLinkIcon(): import("react").JSX.Element;
|
|
18
|
+
export declare function CloseIcon(): import("react").JSX.Element;
|
|
19
|
+
export declare function DotsHorizontalIcon(): import("react").JSX.Element;
|
|
20
|
+
export declare function ClockIcon(): import("react").JSX.Element;
|
|
21
|
+
export declare function BookmarkIcon(): import("react").JSX.Element;
|
|
22
|
+
type StarIconOwnProps = {
|
|
23
|
+
filled?: boolean;
|
|
24
|
+
};
|
|
25
|
+
export type StarIconProps = StarIconOwnProps & Omit<ComponentPropsWithoutRef<'svg'>, keyof StarIconOwnProps>;
|
|
26
|
+
export declare const StarIcon: import('react').ForwardRefExoticComponent<StarIconOwnProps & Omit<Omit<import('react').SVGProps<SVGSVGElement>, "ref">, "filled"> & import('react').RefAttributes<SVGSVGElement>>;
|
|
27
|
+
export declare function SplitIcon(): import("react").JSX.Element;
|
|
28
|
+
export declare function GlobeIcon(): import("react").JSX.Element;
|
|
29
|
+
export declare function SelectorIcon(): import("react").JSX.Element;
|
|
30
|
+
export declare function InfoIcon(): import("react").JSX.Element;
|
|
31
|
+
export declare function WarningIcon(): import("react").JSX.Element;
|
|
32
|
+
export declare function UserIcon(): import("react").JSX.Element;
|
|
33
|
+
export declare function BellIcon(): import("react").JSX.Element;
|
|
34
|
+
export declare function TerminalIcon(): import("react").JSX.Element;
|
|
35
|
+
export declare function RocketIcon(): import("react").JSX.Element;
|
|
36
|
+
export declare function CubeIcon(): import("react").JSX.Element;
|
|
37
|
+
export declare function SunIcon(): import("react").JSX.Element;
|
|
38
|
+
export declare function MoonIcon(): import("react").JSX.Element;
|
|
39
|
+
export declare function MonitorIcon(): import("react").JSX.Element;
|
|
40
|
+
export declare function MobileIcon(): import("react").JSX.Element;
|
|
41
|
+
export declare function RefreshIcon(): import("react").JSX.Element;
|
|
42
|
+
export declare function PlusIcon(): import("react").JSX.Element;
|
|
43
|
+
export declare function PhoneIcon(): import("react").JSX.Element;
|
|
44
|
+
export declare function AuthAppIcon(): import("react").JSX.Element;
|
|
45
|
+
export declare function MailIcon(): import("react").JSX.Element;
|
|
46
|
+
export declare function FacebookIcon(): import("react").JSX.Element;
|
|
47
|
+
export declare function AppleIcon(): import("react").JSX.Element;
|
|
48
|
+
export declare function PasskeyIcon(): import("react").JSX.Element;
|
|
49
|
+
export declare function ArrowRightIcon(): import("react").JSX.Element;
|
|
50
|
+
export declare function ShieldIcon(): import("react").JSX.Element;
|
|
51
|
+
export declare function CheckIcon(): import("react").JSX.Element;
|
|
52
|
+
export declare function EyeIcon(): import("react").JSX.Element;
|
|
53
|
+
export declare function EyeOffIcon(): import("react").JSX.Element;
|
|
54
|
+
/** Check inside a thin circle — the pricing/feature bullet ("✓ Multi-factor auth"). */
|
|
55
|
+
export declare function CheckCircleIcon(): import("react").JSX.Element;
|
|
56
|
+
/** @ — the Username field. */
|
|
57
|
+
export declare function AtIcon(): import("react").JSX.Element;
|
|
58
|
+
/** Rhombus/gem — the Web3 wallet field. */
|
|
59
|
+
/** Rhombus/gem — the Web3 wallet field. */
|
|
60
|
+
export declare function Web3Icon(): import("react").JSX.Element;
|
|
61
|
+
/** Building/columns mark — the Enterprise plan row. */
|
|
62
|
+
export declare function BuildingIcon(): import("react").JSX.Element;
|
|
63
|
+
export declare function KeyIcon(): import("react").JSX.Element;
|
|
64
|
+
export declare function TrashIcon(): import("react").JSX.Element;
|
|
65
|
+
export declare function HomeIcon(): import("react").JSX.Element;
|
|
66
|
+
export declare function SettingsIcon(): import("react").JSX.Element;
|
|
67
|
+
export declare function WalletIcon(): import("react").JSX.Element;
|
|
68
|
+
export declare function CreditCardIcon(): import("react").JSX.Element;
|
|
69
|
+
export declare function EditIcon(): import("react").JSX.Element;
|
|
70
|
+
export declare function SendIcon(): import("react").JSX.Element;
|
|
71
|
+
export declare function LockIcon(): import("react").JSX.Element;
|
|
72
|
+
export declare function CalendarIcon(): import("react").JSX.Element;
|
|
73
|
+
export declare function ChevronUpIcon(): import("react").JSX.Element;
|
|
74
|
+
export declare function ExportIcon(): import("react").JSX.Element;
|
|
75
|
+
export declare function ClipboardIcon(): import("react").JSX.Element;
|
|
76
|
+
export declare function NoteIcon(): import("react").JSX.Element;
|
|
77
|
+
export declare function DiscountIcon(): import("react").JSX.Element;
|
|
78
|
+
export declare function ChartLineIcon(): import("react").JSX.Element;
|
|
79
|
+
export declare function StoreIcon(): import("react").JSX.Element;
|
|
80
|
+
export declare function AppsIcon(): import("react").JSX.Element;
|
|
81
|
+
export declare function MinusCircleIcon(): import("react").JSX.Element;
|
|
82
|
+
export declare function MenuIcon(): import("react").JSX.Element;
|
|
83
|
+
/** Marketplace — a storefront with an awning (a platform of sub-stores). */
|
|
84
|
+
export declare function StorefrontIcon(): import("react").JSX.Element;
|
|
85
|
+
export {};
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
/** Select design kit — barrel = API pública do @selectwin/kit. Componentes brand/app-glue
|
|
2
|
+
* (SelectAuthLayout, SelectCardMark, SelectBackendGate, SelectSystemFeedback) NÃO entram aqui:
|
|
3
|
+
* são de nível-app (marca/auth/api Selectwin) e o web-app os importa por path direto. */
|
|
4
|
+
export { SelectDotField } from './SelectDotField';
|
|
5
|
+
export { SelectAuthFx, AUTH_FX_VARIANTS } from './SelectAuthFx';
|
|
6
|
+
export type { AuthFxVariant } from './SelectAuthFx';
|
|
7
|
+
export { SelectCard } from './SelectCard';
|
|
8
|
+
export { SelectButton } from './SelectButton';
|
|
9
|
+
export { SelectField, SelectCheckbox, SelectLabelRow } from './SelectField';
|
|
10
|
+
export { SelectTextarea } from './SelectTextarea';
|
|
11
|
+
export { SelectUnitInput } from './SelectUnitInput';
|
|
12
|
+
export { SelectMoneyField } from './SelectMoneyField';
|
|
13
|
+
export { SelectDocumentField } from './SelectDocumentField';
|
|
14
|
+
export { SelectFileDropzone } from './SelectFileDropzone';
|
|
15
|
+
export { SelectImageUrlsField } from './SelectImageUrlsField';
|
|
16
|
+
export { SelectImageUploadField } from './SelectImageUploadField';
|
|
17
|
+
export { SelectBankAccountField } from './SelectBankAccountField';
|
|
18
|
+
export { SelectFieldGrid } from './SelectFieldGrid';
|
|
19
|
+
export { SelectToggleList, SelectToggleRow } from './SelectToggle';
|
|
20
|
+
export { SelectTogglePanel } from './SelectTogglePanel';
|
|
21
|
+
export { SelectSelect } from './SelectSelect';
|
|
22
|
+
export { SelectPhoneField, SELECT_COUNTRIES, dialCodeOf } from './SelectPhoneField';
|
|
23
|
+
export { SelectRadioGroup } from './SelectRadioGroup';
|
|
24
|
+
export { SelectSegmented } from './SelectSegmented';
|
|
25
|
+
export { SelectBadge } from './SelectBadge';
|
|
26
|
+
export { SelectStatusBadge, SELECT_TRANSACTION_STATUS } from './SelectStatusBadge';
|
|
27
|
+
export { SelectActionMenu } from './SelectActionMenu';
|
|
28
|
+
export { SelectPaymentBrand } from './SelectPaymentBrand';
|
|
29
|
+
export { SelectJsonViewer } from './SelectJsonViewer';
|
|
30
|
+
export type { SelectJsonViewerProps } from './SelectJsonViewer';
|
|
31
|
+
export { SelectTimeline } from './SelectTimeline';
|
|
32
|
+
export { SelectDisclosureButton } from './SelectDisclosureButton';
|
|
33
|
+
export { SelectLinkButton } from './SelectLinkButton';
|
|
34
|
+
export { SelectDivider } from './SelectDivider';
|
|
35
|
+
export { SelectAlert } from './SelectAlert';
|
|
36
|
+
export { SelectAvatar } from './SelectAvatar';
|
|
37
|
+
export { SelectOptionList, SelectOptionRow } from './SelectOptionList';
|
|
38
|
+
export { SelectIdentityFooter } from './SelectIdentityFooter';
|
|
39
|
+
export { SelectOtpInput } from './SelectOtpInput';
|
|
40
|
+
export { SelectBackLink } from './SelectBackLink';
|
|
41
|
+
export { SelectResendButton } from './SelectResendButton';
|
|
42
|
+
export { SelectPasswordStrength, passwordScore } from './SelectPasswordStrength';
|
|
43
|
+
export { SelectLoader } from './SelectLoader';
|
|
44
|
+
export { SelectText } from './SelectText';
|
|
45
|
+
export { SelectBox, SelectStack, SelectInline, SelectGrid } from './SelectLayout';
|
|
46
|
+
export { SelectPage } from './SelectPage';
|
|
47
|
+
export { SelectFormLayout } from './SelectFormLayout';
|
|
48
|
+
export { SelectSkeleton } from './SelectSkeleton';
|
|
49
|
+
export { SelectIcon } from './SelectIcon';
|
|
50
|
+
export { SELECT_SPACE } from './spacing';
|
|
51
|
+
export { SelectSwitch } from './SelectSwitch';
|
|
52
|
+
export { SelectIconButton } from './SelectIconButton';
|
|
53
|
+
export { SelectNote } from './SelectNote';
|
|
54
|
+
export { SelectSettingRow, SelectSettingList } from './SelectSetting';
|
|
55
|
+
export { SelectPanel } from './SelectPanel';
|
|
56
|
+
export { SelectSection } from './SelectSection';
|
|
57
|
+
export { SelectTabs } from './SelectTabs';
|
|
58
|
+
export { SelectSideNav } from './SelectSideNav';
|
|
59
|
+
export { SelectSearchInput } from './SelectSearchInput';
|
|
60
|
+
export { SelectTable, SelectTableRow, SelectTableCell, SelectTableEmpty, SelectUserCell } from './SelectTable';
|
|
61
|
+
export { SelectMenu, SelectMenuItem, SelectMenuDivider, SelectMenuButton } from './SelectMenu';
|
|
62
|
+
export { SelectFilterChip } from './SelectFilterChip';
|
|
63
|
+
export { SelectCopyRow } from './SelectCopyRow';
|
|
64
|
+
export { SelectCopyableId } from './SelectCopyableId';
|
|
65
|
+
export type { SelectCopyableIdProps } from './SelectCopyableId';
|
|
66
|
+
export { SelectCollapsible } from './SelectCollapsible';
|
|
67
|
+
export { SelectActionCard } from './SelectActionCard';
|
|
68
|
+
export { SelectAppTile, SelectCreateTile } from './SelectTile';
|
|
69
|
+
export { SelectWorkspaceSwitcher } from './SelectWorkspaceSwitcher';
|
|
70
|
+
export { SelectModal } from './SelectModal';
|
|
71
|
+
export { SelectPopover } from './SelectPopover';
|
|
72
|
+
export { SelectActionList } from './SelectActionList';
|
|
73
|
+
export { SelectTooltip } from './SelectTooltip';
|
|
74
|
+
export { SelectRowActions } from './SelectRowActions';
|
|
75
|
+
export { SelectConfirmModal } from './SelectConfirmModal';
|
|
76
|
+
export { SelectFormModal } from './SelectFormModal';
|
|
77
|
+
export { detectSelectTheme } from './detectSelectTheme';
|
|
78
|
+
export { SelectDataTable, SELECT_COL_DATETIME, useSelectPageSize } from './SelectDataTable';
|
|
79
|
+
export { SelectPagination } from './SelectPagination';
|
|
80
|
+
export { SelectFilterBar } from './SelectFilterBar';
|
|
81
|
+
export { SelectTagSelect } from './SelectTagSelect';
|
|
82
|
+
export { SelectSurface } from './SelectSurface';
|
|
83
|
+
export { SelectToastProvider, useSelectToast } from './SelectToast';
|
|
84
|
+
export { SelectPreviewFrame } from './SelectPreviewFrame';
|
|
85
|
+
export { SelectMoney, SelectSensitiveValue, SelectMetricDelta, SelectHideMoneyToggle, SelectValueVisibilityProvider, useSelectValueVisibility, } from './SelectMoney';
|
|
86
|
+
export { SelectBalanceCard } from './SelectBalanceCard';
|
|
87
|
+
export { SelectFeeBreakdown } from './SelectFeeBreakdown';
|
|
88
|
+
export { SelectKpiCard } from './SelectKpiCard';
|
|
89
|
+
export { SelectChartCard } from './SelectChartCard';
|
|
90
|
+
export { SelectSparkline } from './SelectSparkline';
|
|
91
|
+
export { SelectBarChart } from './SelectBarChart';
|
|
92
|
+
export { SelectLineChart } from './SelectLineChart';
|
|
93
|
+
export { SelectStackedArea } from './SelectStackedArea';
|
|
94
|
+
export { SelectComboChart } from './SelectComboChart';
|
|
95
|
+
export { SelectDonut } from './SelectDonut';
|
|
96
|
+
export { SelectColumnChart } from './SelectColumnChart';
|
|
97
|
+
export { SelectFunnel } from './SelectFunnel';
|
|
98
|
+
export { SelectGauge } from './SelectGauge';
|
|
99
|
+
export { SelectHeatmap } from './SelectHeatmap';
|
|
100
|
+
export { SelectProgressList } from './SelectProgressList';
|
|
101
|
+
export { SelectRadialBar } from './SelectRadialBar';
|
|
102
|
+
export { SelectHorizontalBar } from './SelectHorizontalBar';
|
|
103
|
+
export { SelectWaterfall } from './SelectWaterfall';
|
|
104
|
+
export { SelectBullet } from './SelectBullet';
|
|
105
|
+
export { SelectTreemap } from './SelectTreemap';
|
|
106
|
+
export { SelectScatter } from './SelectScatter';
|
|
107
|
+
export { SelectRadar } from './SelectRadar';
|
|
108
|
+
export { SelectSankey } from './SelectSankey';
|
|
109
|
+
export { SelectCandlestick } from './SelectCandlestick';
|
|
110
|
+
export { SelectBoxPlot } from './SelectBoxPlot';
|
|
111
|
+
export { SelectRangeBar } from './SelectRangeBar';
|
|
112
|
+
export { SelectCalendarHeatmap } from './SelectCalendarHeatmap';
|
|
113
|
+
export { SelectPolarArea } from './SelectPolarArea';
|
|
114
|
+
export { SelectSlope } from './SelectSlope';
|
|
115
|
+
export { SelectDumbbell } from './SelectDumbbell';
|
|
116
|
+
export { SelectMarimekko } from './SelectMarimekko';
|
|
117
|
+
export { SelectGaugeBands } from './SelectGaugeBands';
|
|
118
|
+
export { SelectStreamGraph } from './SelectStreamGraph';
|
|
119
|
+
export { SelectSunburst } from './SelectSunburst';
|
|
120
|
+
export { SelectViolin } from './SelectViolin';
|
|
121
|
+
export { SelectChord } from './SelectChord';
|
|
122
|
+
export { SelectHexbin } from './SelectHexbin';
|
|
123
|
+
export { SelectWordCloud } from './SelectWordCloud';
|
|
124
|
+
export { SelectGlobe } from './SelectGlobe';
|
|
125
|
+
export { SelectTicker } from './SelectTicker';
|
|
126
|
+
export { SelectPareto } from './SelectPareto';
|
|
127
|
+
export { SelectWaffle } from './SelectWaffle';
|
|
128
|
+
export { SelectPyramid } from './SelectPyramid';
|
|
129
|
+
export { SelectBump } from './SelectBump';
|
|
130
|
+
export { SelectParallel } from './SelectParallel';
|
|
131
|
+
export { SelectIcicle } from './SelectIcicle';
|
|
132
|
+
export { SelectTree } from './SelectTree';
|
|
133
|
+
export { SelectVenn } from './SelectVenn';
|
|
134
|
+
export { SelectCirclePack } from './SelectCirclePack';
|
|
135
|
+
export { SelectNetwork } from './SelectNetwork';
|
|
136
|
+
export { SelectCombobox } from './SelectCombobox';
|
|
137
|
+
export { SelectThemeSwitcher, resolveSelectTheme } from './SelectThemeSwitcher';
|
|
138
|
+
export { SelectDetailList, SelectDetailRow } from './SelectDetail';
|
|
139
|
+
export { SelectAddButton } from './SelectAddButton';
|
|
140
|
+
export { SelectSteps } from './SelectSteps';
|
|
141
|
+
export { SelectPlanCard } from './SelectPlanCard';
|
|
142
|
+
export { SelectListCard, SelectListRow } from './SelectListCard';
|
|
143
|
+
export { SelectThumbnail } from './SelectThumbnail';
|
|
144
|
+
export { SelectZoomThumbnail } from './SelectZoomThumbnail';
|
|
145
|
+
export { SelectMediaCell } from './SelectMediaCell';
|
|
146
|
+
export { SelectImageZoomModal } from './SelectImageZoomModal';
|
|
147
|
+
export { SelectOfflineModal } from './SelectOfflineModal';
|
|
148
|
+
export { SelectFileTile } from './SelectFileTile';
|
|
149
|
+
export { SelectKeyValueEditor } from './SelectKeyValueEditor';
|
|
150
|
+
export { SelectDatePicker, SELECT_DATE_PRESETS, SELECT_DAILY_PRESETS } from './SelectDatePicker';
|
|
151
|
+
export { SelectDateRangeField } from './SelectDateRangeField';
|
|
152
|
+
export { SelectDateField } from './SelectDateField';
|
|
153
|
+
export type { SelectDateFieldProps } from './SelectDateField';
|
|
154
|
+
export { SelectRating } from './SelectRating';
|
|
155
|
+
export { SelectNumberField } from './SelectNumberField';
|
|
156
|
+
export { SelectRepeatingFieldArray } from './SelectRepeatingFieldArray';
|
|
157
|
+
export { SelectBuilderLayout } from './SelectBuilderLayout';
|
|
158
|
+
export { SelectSwitchField } from './SelectSwitchField';
|
|
159
|
+
export { SelectColorField } from './SelectColorField';
|
|
160
|
+
export { SelectImageField } from './SelectImageField';
|
|
161
|
+
export { SelectAccordion } from './SelectAccordion';
|
|
162
|
+
export type { SelectNumberFieldProps } from './SelectNumberField';
|
|
163
|
+
export type { SelectRepeatingFieldArrayProps, SelectRepeatingRowHelpers } from './SelectRepeatingFieldArray';
|
|
164
|
+
export type { SelectBuilderLayoutProps } from './SelectBuilderLayout';
|
|
165
|
+
export type { SelectSwitchFieldProps } from './SelectSwitchField';
|
|
166
|
+
export type { SelectColorFieldProps } from './SelectColorField';
|
|
167
|
+
export type { SelectImageFieldProps } from './SelectImageField';
|
|
168
|
+
export type { SelectAccordionItem, SelectAccordionProps } from './SelectAccordion';
|
|
169
|
+
export type { SelectButtonProps } from './SelectButton';
|
|
170
|
+
export type { SelectFieldProps } from './SelectField';
|
|
171
|
+
export type { SelectSelectOption } from './SelectSelect';
|
|
172
|
+
export type { PhoneValue } from './SelectPhoneField';
|
|
173
|
+
export type { SelectRadioOption } from './SelectRadioGroup';
|
|
174
|
+
export type { SegmentedOption } from './SelectSegmented';
|
|
175
|
+
export type { SelectTab } from './SelectTabs';
|
|
176
|
+
export type { SideNavItem, SideNavSection } from './SelectSideNav';
|
|
177
|
+
export type { SelectColumn } from './SelectTable';
|
|
178
|
+
export type { ComboboxOption } from './SelectCombobox';
|
|
179
|
+
export type { SelectTheme } from './SelectThemeSwitcher';
|
|
180
|
+
export type { SelectToastApi, SelectToastVariant } from './SelectToast';
|
|
181
|
+
export type { SelectPreviewFrameProps } from './SelectPreviewFrame';
|
|
182
|
+
export type { SelectBalanceCardProps, SelectBalanceBucket } from './SelectBalanceCard';
|
|
183
|
+
export type { SelectFeeBreakdownProps, SelectFeeLine } from './SelectFeeBreakdown';
|
|
184
|
+
export type { SelectDatePickerProps, SelectDateRange, SelectDatePreset, SelectDateLocale } from './SelectDatePicker';
|
|
185
|
+
export type { SelectDateRangeFieldProps, SelectDateRangeValue } from './SelectDateRangeField';
|
|
186
|
+
export type { SelectFileDropzoneProps } from './SelectFileDropzone';
|
|
187
|
+
export type { SelectImageUrlsFieldProps } from './SelectImageUrlsField';
|
|
188
|
+
export type { SelectImageUploadFieldProps, SelectImageUploadMode } from './SelectImageUploadField';
|
|
189
|
+
export type { SelectFileTileProps } from './SelectFileTile';
|
|
190
|
+
export type { SelectKeyValuePair, SelectKeyValueEditorProps } from './SelectKeyValueEditor';
|
|
191
|
+
export type { SelectBankAccount, SelectBankOption } from './SelectBankAccountField';
|
|
192
|
+
export type { SelectSpace } from './spacing';
|
|
193
|
+
export type { SelectTextVariant, SelectTextTone, SelectFontWeight } from './SelectText';
|
|
194
|
+
export type { SelectPageAction } from './SelectPage';
|
|
195
|
+
export type { SelectIconTone, SelectIconSize } from './SelectIcon';
|
|
196
|
+
export type { SelectPlacement } from './positioning';
|
|
197
|
+
export type { SelectAction, SelectActionSection } from './SelectActionList';
|
|
198
|
+
export type { SelectRowAction } from './SelectRowActions';
|
|
199
|
+
export type { SelectStatusMeta } from './SelectStatusBadge';
|
|
200
|
+
export type { SelectTimelineItem, SelectTimelineTone } from './SelectTimeline';
|
|
201
|
+
export type { SelectDataColumn } from './SelectDataTable';
|
|
202
|
+
export type { SelectPaginationProps } from './SelectPagination';
|
|
203
|
+
export type { SelectFilterDef } from './SelectFilterBar';
|
|
204
|
+
export type { SelectTagOption } from './SelectTagSelect';
|
|
205
|
+
export type { SelectChartSeries, SelectBarDatum, SelectDonutSegment, SelectFunnelStage } from './chartUtils';
|
|
206
|
+
export type { SelectHeatmapRow } from './SelectHeatmap';
|
|
207
|
+
export type { SelectProgressItem } from './SelectProgressList';
|
|
208
|
+
export type { SelectRadialSeries } from './SelectRadialBar';
|
|
209
|
+
export type { SelectWaterfallStep } from './SelectWaterfall';
|
|
210
|
+
export type { SelectBulletItem } from './SelectBullet';
|
|
211
|
+
export type { SelectTreemapDatum } from './SelectTreemap';
|
|
212
|
+
export type { SelectScatterSeries, SelectScatterPoint } from './SelectScatter';
|
|
213
|
+
export type { SelectRadarSeries } from './SelectRadar';
|
|
214
|
+
export type { SelectSankeyLink } from './SelectSankey';
|
|
215
|
+
export type { SelectCandle } from './SelectCandlestick';
|
|
216
|
+
export type { SelectBoxDatum } from './SelectBoxPlot';
|
|
217
|
+
export type { SelectRangeDatum } from './SelectRangeBar';
|
|
218
|
+
export type { SelectSlopeDatum } from './SelectSlope';
|
|
219
|
+
export type { SelectDumbbellDatum } from './SelectDumbbell';
|
|
220
|
+
export type { SelectMekkoColumn } from './SelectMarimekko';
|
|
221
|
+
export type { SelectGaugeBand } from './SelectGaugeBands';
|
|
222
|
+
export type { SelectSunburstNode } from './SelectSunburst';
|
|
223
|
+
export type { SelectViolinDatum } from './SelectViolin';
|
|
224
|
+
export type { SelectHexPoint } from './SelectHexbin';
|
|
225
|
+
export type { SelectWord } from './SelectWordCloud';
|
|
226
|
+
export type { SelectGlobePoint, SelectGlobeArc } from './SelectGlobe';
|
|
227
|
+
export type { SelectPyramidRow } from './SelectPyramid';
|
|
228
|
+
export type { SelectParallelAxis, SelectParallelRow } from './SelectParallel';
|
|
229
|
+
export type { SelectIcicleNode } from './SelectIcicle';
|
|
230
|
+
export type { SelectTreeNode } from './SelectTree';
|
|
231
|
+
export type { SelectVennSet } from './SelectVenn';
|
|
232
|
+
export type { SelectPackDatum } from './SelectCirclePack';
|
|
233
|
+
export type { SelectNetworkNode, SelectNetworkLink } from './SelectNetwork';
|
|
234
|
+
export * from './icons';
|