kui-basic 1.1.247 → 1.1.249
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/cjs/index.js +1 -1
- package/index.d.ts +23 -21
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -681,7 +681,7 @@ declare const LinearProgress: LinearProgressType
|
|
|
681
681
|
|
|
682
682
|
type TabChangeHandlerType = (
|
|
683
683
|
e: SyntheticEvent<HTMLButtonElement>,
|
|
684
|
-
value: number
|
|
684
|
+
value: number | string
|
|
685
685
|
) => void
|
|
686
686
|
|
|
687
687
|
interface TabProps
|
|
@@ -714,7 +714,7 @@ interface TabsProps
|
|
|
714
714
|
>,
|
|
715
715
|
"onChange"
|
|
716
716
|
> {
|
|
717
|
-
value: number
|
|
717
|
+
value: number | string
|
|
718
718
|
onChange?: TabChangeHandlerType
|
|
719
719
|
indicatorPos?: TabsIndicatorPositions
|
|
720
720
|
}
|
|
@@ -750,24 +750,26 @@ type TabsPanelType = (props: TabsPanelProps) => React.ReactElement
|
|
|
750
750
|
|
|
751
751
|
declare const TabsPanel: TabsPanelType
|
|
752
752
|
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
753
|
+
declare const ScrollTab: any
|
|
754
|
+
|
|
755
|
+
interface MenuPanelProps
|
|
756
|
+
extends Omit<
|
|
757
|
+
React.DetailedHTMLProps<
|
|
758
|
+
React.HTMLAttributes<HTMLDivElement>,
|
|
759
|
+
HTMLDivElement
|
|
760
|
+
>,
|
|
761
|
+
"onChange"
|
|
762
|
+
> {
|
|
763
|
+
tabs: string[]
|
|
764
|
+
tabsId?: string[]
|
|
765
|
+
activeTab?: number
|
|
766
|
+
offset?: number
|
|
767
|
+
onChange?: TabChangeHandlerType
|
|
768
|
+
indicatorPos?: TabsIndicatorPositions
|
|
769
|
+
}
|
|
770
|
+
|
|
771
|
+
type MenuPanelType = (props: MenuPanelProps) => React.ReactElement
|
|
772
|
+
|
|
771
773
|
declare const MenuPanel: MenuPanelType
|
|
772
774
|
|
|
773
775
|
interface IconButtonProps
|
|
@@ -916,4 +918,4 @@ type TextOverflowType = (props: TextOverflowProps) => React.ReactElement
|
|
|
916
918
|
|
|
917
919
|
declare const TextOverflow: TextOverflowType
|
|
918
920
|
|
|
919
|
-
export { Accordion, AccordionDetails, AccordionDetailsType, AccordionProps, AccordionSummary, AccordionSummaryProps, AccordionSummaryType, AccordionType, AppBar, AppBarProps, AppBarType, BackgroundColors, BackgroundColorsType, Box, BoxProps, BoxSizing, BoxType, BrandColors, BreakpointsType, Button, ButtonBorder, ButtonProps, ButtonSizes, ButtonThemes, ButtonType, ButtonTypes, Caption, CaptionAlign, CaptionColorGroups, CaptionColors, CaptionProps, CaptionSizes, CaptionType, CaptionVariants, CaptionWeight, Checkbox, CheckboxProps, CheckboxType, CircularProgress, CircularProgressType, ColorOption, ColorsType, Container, ContainerType, CountryItem, Divider, DividerProps, DividerType, ErrorColorsType, ErrorComponent, ErrorComponentProps, GreyColors, Grid, GridAlignItems, GridDirections, GridJustify, GridProps, GridSizing, GridType, GridWrap, Heading, HeadingColorGroups, HeadingColors, HeadingProps, HeadingSizes, HeadingType, IconButton, IconButtonProps, IconButtonType, InfoColorsType, Input, InputFile, InputFileProps, InputFileType, InputMessage, InputMessageProps, InputMessageType, InputMessageVariant, InputProps, InputType, InputWithAdornments, InputWithAdornmentsProps, InputWithAdornmentsType, InputWithCountryDropdown, InputWithCountryDropdownProps, InputWithCountryDropdownType, InputWithMask, InputWithMaskProps, InputWithMaskType, LinearProgress, LinearProgressType, LoaderWithSparkles, LoaderWithSparklesProps, LoaderWithSparklesType, MenuPanel, MenuPanelProps, MenuPanelType, Modal, ModalProps, ModalSizes, ModalType, NewYearGarland, NewYearGarlandProps, NewYearGarlandType, Palette, ParticlesExplosion, ParticlesExplosionProps, ParticlesExplosionType, PopperBase as Popper, PopperBaseProps, PopperStylesProps, PrimaryColorsType, PurpleColorsType, Radio, RadioProps, RadioType, SecondaryColorsType, SettingsType, ShadowsType, Skeleton, SkeletonType, SnowfallAnimation, SnowfallAnimationProps, SnowfallType, SuccessColorsType, Switch, SwitchProps, SwitchSizes, SwitchType, Tab, TabChangeHandlerType, TabProps, TabType, Tabs, TabsIndicatorPositions, TabsPanel, TabsPanelProps, TabsPanelType, TabsProps, TabsType, Text, TextColors, TextOverflow, TextOverflowProps, TextOverflowStylesProps, TextOverflowType, TextProps, TextSizes, TextType, TextWeight, ThemeInterface, ThemeType, ToolBar, ToolBarType, Tooltip, TooltipProps, TooltipStylesProps, TooltipToggleMethods, theme, themeOld };
|
|
921
|
+
export { Accordion, AccordionDetails, AccordionDetailsType, AccordionProps, AccordionSummary, AccordionSummaryProps, AccordionSummaryType, AccordionType, AppBar, AppBarProps, AppBarType, BackgroundColors, BackgroundColorsType, Box, BoxProps, BoxSizing, BoxType, BrandColors, BreakpointsType, Button, ButtonBorder, ButtonProps, ButtonSizes, ButtonThemes, ButtonType, ButtonTypes, Caption, CaptionAlign, CaptionColorGroups, CaptionColors, CaptionProps, CaptionSizes, CaptionType, CaptionVariants, CaptionWeight, Checkbox, CheckboxProps, CheckboxType, CircularProgress, CircularProgressType, ColorOption, ColorsType, Container, ContainerType, CountryItem, Divider, DividerProps, DividerType, ErrorColorsType, ErrorComponent, ErrorComponentProps, GreyColors, Grid, GridAlignItems, GridDirections, GridJustify, GridProps, GridSizing, GridType, GridWrap, Heading, HeadingColorGroups, HeadingColors, HeadingProps, HeadingSizes, HeadingType, IconButton, IconButtonProps, IconButtonType, InfoColorsType, Input, InputFile, InputFileProps, InputFileType, InputMessage, InputMessageProps, InputMessageType, InputMessageVariant, InputProps, InputType, InputWithAdornments, InputWithAdornmentsProps, InputWithAdornmentsType, InputWithCountryDropdown, InputWithCountryDropdownProps, InputWithCountryDropdownType, InputWithMask, InputWithMaskProps, InputWithMaskType, LinearProgress, LinearProgressType, LoaderWithSparkles, LoaderWithSparklesProps, LoaderWithSparklesType, MenuPanel, MenuPanelProps, MenuPanelType, Modal, ModalProps, ModalSizes, ModalType, NewYearGarland, NewYearGarlandProps, NewYearGarlandType, Palette, ParticlesExplosion, ParticlesExplosionProps, ParticlesExplosionType, PopperBase as Popper, PopperBaseProps, PopperStylesProps, PrimaryColorsType, PurpleColorsType, Radio, RadioProps, RadioType, ScrollTab, SecondaryColorsType, SettingsType, ShadowsType, Skeleton, SkeletonType, SnowfallAnimation, SnowfallAnimationProps, SnowfallType, SuccessColorsType, Switch, SwitchProps, SwitchSizes, SwitchType, Tab, TabChangeHandlerType, TabProps, TabType, Tabs, TabsIndicatorPositions, TabsPanel, TabsPanelProps, TabsPanelType, TabsProps, TabsType, Text, TextColors, TextOverflow, TextOverflowProps, TextOverflowStylesProps, TextOverflowType, TextProps, TextSizes, TextType, TextWeight, ThemeInterface, ThemeType, ToolBar, ToolBarType, Tooltip, TooltipProps, TooltipStylesProps, TooltipToggleMethods, theme, themeOld };
|