@shoplflow/base 0.46.15 → 0.46.17
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/dist/index.cjs +206 -173
- package/dist/index.d.cts +29 -92
- package/dist/index.d.ts +29 -92
- package/dist/index.js +207 -174
- package/package.json +22 -5
package/dist/index.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as react from 'react';
|
|
3
|
-
import react__default, { ElementType, ComponentPropsWithoutRef, ReactNode, ReactElement, CSSProperties, ImgHTMLAttributes, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes, HTMLAttributes, ComponentPropsWithRef, ButtonHTMLAttributes,
|
|
3
|
+
import react__default, { ElementType, ComponentPropsWithoutRef, ReactNode, ReactElement, CSSProperties, ImgHTMLAttributes, ForwardRefExoticComponent, PropsWithoutRef, RefAttributes, HTMLAttributes, ComponentPropsWithRef, ButtonHTMLAttributes, MouseEvent, InputHTMLAttributes, Ref, ChangeEvent } from 'react';
|
|
4
4
|
import { $Values } from '@shoplflow/utils';
|
|
5
5
|
import { IconSource } from '@shoplflow/shopl-assets';
|
|
6
6
|
import { IconSource as IconSource$1 } from '@shoplflow/hada-assets';
|
|
@@ -297,9 +297,6 @@ interface AvatarOptionProps extends SizeVariantProps<AvatarSizeVariantType>, Img
|
|
|
297
297
|
|
|
298
298
|
declare const Avatar: ({ src, badge, fallbackUrl, ...rest }: AvatarProps) => JSX.Element;
|
|
299
299
|
|
|
300
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
301
|
-
declare const AVATAR_VERSION = "2.1.2";
|
|
302
|
-
|
|
303
300
|
type StackGenericProps<T extends StringElementType = 'div'> = RenderConfigProps & StackProps & HTMLPropsWithoutRef<T>;
|
|
304
301
|
type StackComponentType = ForwardRefExoticComponent<PropsWithoutRef<StackGenericProps> & RefAttributes<HTMLElement>>;
|
|
305
302
|
type MotionStackComponentType<T extends StringElementType = 'div'> = CustomDomComponent<RenderConfigProps & HTMLPropsWithoutRef<T> & StackProps>;
|
|
@@ -371,9 +368,6 @@ declare const StyledStack: _emotion_styled.StyledComponent<{
|
|
|
371
368
|
as?: React.ElementType;
|
|
372
369
|
} & StackOptionProps, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
373
370
|
|
|
374
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
375
|
-
declare const STACK_VERSION = "2.0.1";
|
|
376
|
-
|
|
377
371
|
type StackContainerGenericProps<T extends StringElementType = 'div'> = RenderConfigProps & StackContainerProps & HTMLPropsWithoutRef<T>;
|
|
378
372
|
type StackContainerComponentType = ForwardRefExoticComponent<PropsWithoutRef<StackContainerGenericProps> & RefAttributes<HTMLElement>>;
|
|
379
373
|
type MotionStackContainerComponentType<T extends StringElementType = 'div'> = CustomDomComponent<RenderConfigProps & HTMLPropsWithoutRef<T> & StackContainerProps>;
|
|
@@ -448,9 +442,6 @@ declare const StyledStackContainer: _emotion_styled.StyledComponent<{
|
|
|
448
442
|
as?: React.ElementType;
|
|
449
443
|
} & StackContainerOptionProps, react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
450
444
|
|
|
451
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
452
|
-
declare const STACK_CONTAINER_VERSION = "2.0.1";
|
|
453
|
-
|
|
454
445
|
interface TextOptionProps {
|
|
455
446
|
/**
|
|
456
447
|
* 타이포그레피를 설정합니다.
|
|
@@ -474,9 +465,6 @@ interface TextProps extends TextOptionProps, ChildrenProps, RenderConfigProps, O
|
|
|
474
465
|
|
|
475
466
|
declare const Text: react.ForwardRefExoticComponent<TextProps & react.RefAttributes<unknown>>;
|
|
476
467
|
|
|
477
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
478
|
-
declare const TEXT_VERSION = "2.0.2";
|
|
479
|
-
|
|
480
468
|
declare const ModalSize: {
|
|
481
469
|
readonly XXS: "XXS";
|
|
482
470
|
readonly XS: "XS";
|
|
@@ -522,6 +510,7 @@ interface ModalBodyOptionProps {
|
|
|
522
510
|
padding?: CSSProperties['padding'];
|
|
523
511
|
}
|
|
524
512
|
interface ModalFooterProps extends ModalFooterOptionProps, ChildrenProps {
|
|
513
|
+
padding?: CSSProperties['padding'];
|
|
525
514
|
}
|
|
526
515
|
interface ModalFooterOptionProps {
|
|
527
516
|
}
|
|
@@ -563,9 +552,6 @@ declare const useHandleModal: () => {
|
|
|
563
552
|
removeModal: (props?: RemoveModalProps) => void;
|
|
564
553
|
};
|
|
565
554
|
|
|
566
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
567
|
-
declare const MODAL_VERSION = "2.0.1";
|
|
568
|
-
|
|
569
555
|
declare const Modal: {
|
|
570
556
|
Container: ({ children, height, outsideClick, ...rest }: ModalContainerProps) => react_jsx_runtime.JSX.Element;
|
|
571
557
|
Header: ModalHeaderType;
|
|
@@ -581,9 +567,6 @@ interface BackDropProps extends ChildrenProps, BackDropOptionProps {
|
|
|
581
567
|
interface BackDropOptionProps {
|
|
582
568
|
}
|
|
583
569
|
|
|
584
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
585
|
-
declare const BACK_DROP_VERSION = "2.0.1";
|
|
586
|
-
|
|
587
570
|
declare const SwitchSizeVariants: {
|
|
588
571
|
readonly S: "S";
|
|
589
572
|
readonly M: "M";
|
|
@@ -597,9 +580,6 @@ interface SwitchOptionProps {
|
|
|
597
580
|
|
|
598
581
|
declare const Switch: ({ onChange, isSelected, disabled, activeColor, defaultSelected, sizeVar, ...rest }: SwitchProps) => react_jsx_runtime.JSX.Element;
|
|
599
582
|
|
|
600
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
601
|
-
declare const SWITCH_VERSION = "2.0.1";
|
|
602
|
-
|
|
603
583
|
declare const ChipToggleStyleVariants: {
|
|
604
584
|
readonly SOLID: "SOLID";
|
|
605
585
|
};
|
|
@@ -625,15 +605,28 @@ declare const ChipButtonSizeVariants: {
|
|
|
625
605
|
};
|
|
626
606
|
type ChipButtonStyleVariantType = $Values<typeof ChipButtonStyleVariants>;
|
|
627
607
|
type ChipButtonSizeVariantType = $Values<typeof ChipButtonSizeVariants>;
|
|
628
|
-
interface ChipButtonProps extends ChipButtonOptionProps, Omit<HTMLAttributes<HTMLButtonElement>, 'color'>, TextProps$1, DisableProps, LeftAndRightElementProps, SizeVariantProps<ChipButtonSizeVariantType>, StyleVariantProps<ChipButtonStyleVariantType>, ColorTokenProps, BackgroundColorProps {
|
|
608
|
+
interface ChipButtonProps extends ChipButtonOptionProps, Omit<HTMLAttributes<HTMLButtonElement>, 'color'>, TextProps$1, DisableProps, SelectedProps, LeftAndRightElementProps, SizeVariantProps<ChipButtonSizeVariantType>, StyleVariantProps<ChipButtonStyleVariantType>, ColorTokenProps, BackgroundColorProps {
|
|
629
609
|
}
|
|
630
610
|
interface ChipButtonOptionProps {
|
|
611
|
+
/**
|
|
612
|
+
* 내부 컨텐츠를 직접 렌더링합니다. 설정 시 `text`보다 우선합니다.
|
|
613
|
+
*/
|
|
614
|
+
children?: ReactNode;
|
|
615
|
+
/**
|
|
616
|
+
* 선택 상태에서 기본 배경 대신 사용할 토큰입니다.
|
|
617
|
+
*/
|
|
618
|
+
selectedBackground?: ColorTokens;
|
|
619
|
+
/**
|
|
620
|
+
* 선택 상태에서 기본 테두리 색 대신 사용할 토큰입니다.
|
|
621
|
+
*/
|
|
622
|
+
selectedBorderColor?: ColorTokens;
|
|
623
|
+
/**
|
|
624
|
+
* 칩 버튼에 표시할 카운트 수입니다.
|
|
625
|
+
*/
|
|
626
|
+
count?: string | number;
|
|
631
627
|
}
|
|
632
628
|
|
|
633
|
-
declare const ChipButton: ({ styleVar, color, sizeVar, text, onClick, disabled, ...rest }: ChipButtonProps) =>
|
|
634
|
-
|
|
635
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
636
|
-
declare const CHIPS_VERSION = "2.0.1";
|
|
629
|
+
declare const ChipButton: ({ styleVar, color, sizeVar, text, children, leftSource, rightSource, onClick, disabled, isSelected, selectedBackground, selectedBorderColor, count, ...rest }: ChipButtonProps) => ReactElement;
|
|
637
630
|
|
|
638
631
|
type AsProp<T extends react__default.ElementType> = {
|
|
639
632
|
as?: T;
|
|
@@ -720,9 +713,6 @@ interface MenuOptionProps extends ChildrenProps, DisableProps, RightElementProps
|
|
|
720
713
|
|
|
721
714
|
declare const Menu: ({ leftSource, rightSource, children, isSelected, defaultSelected, onClick, sizeVar, disabled, ...rest }: MenuProps) => react_jsx_runtime.JSX.Element;
|
|
722
715
|
|
|
723
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
724
|
-
declare const MENU_VERSION = "2.0.1";
|
|
725
|
-
|
|
726
716
|
declare const DropdownButton: {
|
|
727
717
|
({ text, sizeVar, className, disabled, children, placement, styleVar, floatingZIndex, ...rest }: DropdownButtonProps): react_jsx_runtime.JSX.Element;
|
|
728
718
|
Menu: ({ onClick, children, ...rest }: MenuProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -765,9 +755,6 @@ type SplitButtonContextType = {
|
|
|
765
755
|
declare const SplitButtonContext: react.Context<SplitButtonContextType | null>;
|
|
766
756
|
declare const useSplitButtonContext: () => SplitButtonContextType;
|
|
767
757
|
|
|
768
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
769
|
-
declare const BUTTONS_VERSION = "2.0.4";
|
|
770
|
-
|
|
771
758
|
declare const CalloutTypes: {
|
|
772
759
|
readonly INFORMATION: "INFORMATION";
|
|
773
760
|
readonly CAUTION: "CAUTION";
|
|
@@ -794,9 +781,6 @@ declare const Callout: {
|
|
|
794
781
|
}) => react_jsx_runtime.JSX.Element;
|
|
795
782
|
};
|
|
796
783
|
|
|
797
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
798
|
-
declare const CALLOUT_VERSION = "2.1.5";
|
|
799
|
-
|
|
800
784
|
interface PopperProps extends PopperOptionProps {
|
|
801
785
|
}
|
|
802
786
|
interface PopperOptionProps extends ChildrenProps {
|
|
@@ -870,9 +854,6 @@ declare const Popper: {
|
|
|
870
854
|
declare const PopperTrigger: react.ForwardRefExoticComponent<PopperTriggerProps & react.RefAttributes<HTMLDivElement>>;
|
|
871
855
|
declare const PopperPortal: react.ForwardRefExoticComponent<PopperPortalProps & react.RefAttributes<HTMLDivElement>>;
|
|
872
856
|
|
|
873
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
874
|
-
declare const POPPER_VERSION = "2.0.1";
|
|
875
|
-
|
|
876
857
|
interface ScrollbarRefType {
|
|
877
858
|
scrollTop(top: number): void;
|
|
878
859
|
scrollLeft(left: number): void;
|
|
@@ -974,9 +955,6 @@ interface ScrollAreaOptionProps {
|
|
|
974
955
|
|
|
975
956
|
declare const ScrollArea: react.ForwardRefExoticComponent<ScrollAreaProps & react.RefAttributes<ScrollbarRefType>>;
|
|
976
957
|
|
|
977
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
978
|
-
declare const SCROLL_AREA_VERSION = "2.0.1";
|
|
979
|
-
|
|
980
958
|
declare const DropdownOptionVariants: {
|
|
981
959
|
readonly CLICK: "CLICK";
|
|
982
960
|
readonly OUTSIDE_CLICK: "OUTSIDE_CLICK";
|
|
@@ -1018,12 +996,18 @@ interface DropdownContentProps extends HTMLAttributes<HTMLDivElement>, ChildrenP
|
|
|
1018
996
|
width?: string;
|
|
1019
997
|
}
|
|
1020
998
|
declare const _dropdownSizeVariants: {
|
|
999
|
+
readonly XS: "XS";
|
|
1021
1000
|
readonly S: "S";
|
|
1022
1001
|
readonly M: "M";
|
|
1023
1002
|
readonly L: "L";
|
|
1024
1003
|
};
|
|
1025
1004
|
type DropdownSizeVariantType = $Values<typeof _dropdownSizeVariants>;
|
|
1026
|
-
|
|
1005
|
+
declare const _dropdownStyleVariants: {
|
|
1006
|
+
readonly NORMAL: "NORMAL";
|
|
1007
|
+
readonly GHOST: "GHOST";
|
|
1008
|
+
};
|
|
1009
|
+
type DropdownStyleVariantType = $Values<typeof _dropdownStyleVariants>;
|
|
1010
|
+
interface DropdownTriggerButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'value' | 'onClick'>, DisableProps, LeftAndRightElementProps, SizeVariantProps<DropdownSizeVariantType>, StyleVariantProps<DropdownStyleVariantType> {
|
|
1027
1011
|
/**
|
|
1028
1012
|
* placeholder를 설정합니다.
|
|
1029
1013
|
*/
|
|
@@ -1034,6 +1018,7 @@ interface DropdownTriggerButtonProps extends Omit<ButtonHTMLAttributes<HTMLButto
|
|
|
1034
1018
|
* width를 설정합니다.
|
|
1035
1019
|
*/
|
|
1036
1020
|
width?: string;
|
|
1021
|
+
onClick?: (event: MouseEvent<HTMLElement>) => void;
|
|
1037
1022
|
onClear?: () => void;
|
|
1038
1023
|
}
|
|
1039
1024
|
|
|
@@ -1043,9 +1028,6 @@ declare const Dropdown: {
|
|
|
1043
1028
|
Content: ({ children, width: initialWidth, type, onClick, ...rest }: DropdownContentProps) => react_jsx_runtime.JSX.Element;
|
|
1044
1029
|
};
|
|
1045
1030
|
|
|
1046
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1047
|
-
declare const DROPDOWN_VERSION = "2.0.1";
|
|
1048
|
-
|
|
1049
1031
|
interface ListProps extends ListOptionProps {
|
|
1050
1032
|
}
|
|
1051
1033
|
interface ListOptionProps extends ChildrenProps, DisableProps, SelectedProps, LeftNodeProps, RightNodeProps, HTMLAttributes<HTMLLIElement> {
|
|
@@ -1063,9 +1045,6 @@ declare const List: {
|
|
|
1063
1045
|
};
|
|
1064
1046
|
declare const Text2Rows: ({ title, subTitle }: ListText2RowsProps) => react_jsx_runtime.JSX.Element;
|
|
1065
1047
|
|
|
1066
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1067
|
-
declare const LIST_VERSION = "2.0.2";
|
|
1068
|
-
|
|
1069
1048
|
declare const TagStyleVariants: {
|
|
1070
1049
|
readonly SOLID: "SOLID";
|
|
1071
1050
|
readonly TINT: "TINT";
|
|
@@ -1086,9 +1065,6 @@ interface TagOptionProps extends SizeVariantProps<TagSizeVariantType>, StyleVari
|
|
|
1086
1065
|
|
|
1087
1066
|
declare const Tag: ({ sizeVar, children, rightSource, leftSource, className, ...rest }: TagProps) => react_jsx_runtime.JSX.Element;
|
|
1088
1067
|
|
|
1089
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1090
|
-
declare const TAG_VERSION = "2.0.1";
|
|
1091
|
-
|
|
1092
1068
|
interface TreeProps extends TreeOptionProps {
|
|
1093
1069
|
}
|
|
1094
1070
|
interface TreeOptionProps extends ChildrenProps {
|
|
@@ -1134,9 +1110,6 @@ declare const TreeItem: {
|
|
|
1134
1110
|
[TREE_SYMBOL_KEY]: boolean;
|
|
1135
1111
|
};
|
|
1136
1112
|
|
|
1137
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1138
|
-
declare const TREE_VERSION = "2.0.1";
|
|
1139
|
-
|
|
1140
1113
|
declare const IconSizeVariants: {
|
|
1141
1114
|
readonly XS: "XS";
|
|
1142
1115
|
readonly S: "S";
|
|
@@ -1160,9 +1133,6 @@ declare const StyledIcon: _emotion_styled.StyledComponent<{
|
|
|
1160
1133
|
as?: React.ElementType;
|
|
1161
1134
|
} & IconOptionProps, react.SVGProps<SVGSVGElement>, {}>;
|
|
1162
1135
|
|
|
1163
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1164
|
-
declare const ICON_VERSION = "2.0.1";
|
|
1165
|
-
|
|
1166
1136
|
declare const InputSizeVariants: {
|
|
1167
1137
|
readonly S: "S";
|
|
1168
1138
|
readonly M: "M";
|
|
@@ -1290,9 +1260,6 @@ interface SelectInputButtonOptionProps extends Omit<HTMLAttributes<HTMLLabelElem
|
|
|
1290
1260
|
|
|
1291
1261
|
declare const SelectInputButton: ({ disabled, isSelected, onMouseEnter, onMouseLeave, onClick, onClear, value, placeholder, label, width, rightSource, sizeVar, ...rest }: SelectInputButtonProps) => react_jsx_runtime.JSX.Element;
|
|
1292
1262
|
|
|
1293
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1294
|
-
declare const INPUTS_VERSION = "2.0.1";
|
|
1295
|
-
|
|
1296
1263
|
interface MinusBoxProps extends MinusBoxOptionProps, Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'onClick' | 'color'> {
|
|
1297
1264
|
}
|
|
1298
1265
|
interface MinusBoxOptionProps {
|
|
@@ -1326,9 +1293,6 @@ declare const Radio: {
|
|
|
1326
1293
|
[RADIO_SYMBOL_KEY]: boolean;
|
|
1327
1294
|
};
|
|
1328
1295
|
|
|
1329
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1330
|
-
declare const CONTROL_BUTTONS_VERSION = "2.0.3";
|
|
1331
|
-
|
|
1332
1296
|
interface TooltipProps extends TooltipOptionProps, Omit<PopperProps, 'autoPlacement'> {
|
|
1333
1297
|
}
|
|
1334
1298
|
interface TooltipOptionProps {
|
|
@@ -1347,9 +1311,6 @@ declare const Tooltip: {
|
|
|
1347
1311
|
Content: ({ content, ...args }: TooltipContentProps) => react_jsx_runtime.JSX.Element;
|
|
1348
1312
|
};
|
|
1349
1313
|
|
|
1350
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1351
|
-
declare const TOOLTIP_VERSION = "2.0.1";
|
|
1352
|
-
|
|
1353
1314
|
declare const TabStyleVariants: {
|
|
1354
1315
|
readonly NORMAL: "NORMAL";
|
|
1355
1316
|
readonly INFO: "INFO";
|
|
@@ -1405,9 +1366,6 @@ type TabsContextType = {
|
|
|
1405
1366
|
declare const TabsContext: react.Context<TabsContextType | null>;
|
|
1406
1367
|
declare const useTabs: () => TabsContextType;
|
|
1407
1368
|
|
|
1408
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1409
|
-
declare const TABS_VERSION = "2.0.1";
|
|
1410
|
-
|
|
1411
1369
|
interface PaginationProps extends PaginationOptionProps, HTMLAttributes<HTMLDivElement> {
|
|
1412
1370
|
}
|
|
1413
1371
|
interface PaginationOptionProps extends LeftAndRightNodeProps {
|
|
@@ -1463,9 +1421,6 @@ declare const Pagination: {
|
|
|
1463
1421
|
SizeSelector: ({ data, pageSize, setPageSize }: PaginationSizeSelectorProps) => react_jsx_runtime.JSX.Element;
|
|
1464
1422
|
};
|
|
1465
1423
|
|
|
1466
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1467
|
-
declare const PAGINATION_VERSION = "2.0.1";
|
|
1468
|
-
|
|
1469
1424
|
declare const ToggleButtonSizeVariants: {
|
|
1470
1425
|
readonly S: "S";
|
|
1471
1426
|
readonly M: "M";
|
|
@@ -1494,9 +1449,6 @@ declare const ToggleButton: {
|
|
|
1494
1449
|
InnerRadio: react.ForwardRefExoticComponent<ToggleButtonInnerRadioProps & react.RefAttributes<HTMLInputElement>>;
|
|
1495
1450
|
};
|
|
1496
1451
|
|
|
1497
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1498
|
-
declare const TOGGLE_BUTTON_VERSION = "2.0.2";
|
|
1499
|
-
|
|
1500
1452
|
declare const DayDatepickerSizeVariants: {
|
|
1501
1453
|
readonly S: "S";
|
|
1502
1454
|
readonly M: "M";
|
|
@@ -1655,9 +1607,6 @@ type YearSelectProps = {
|
|
|
1655
1607
|
}) => void;
|
|
1656
1608
|
};
|
|
1657
1609
|
|
|
1658
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1659
|
-
declare const DATEPICKERS_VERSION = "2.0.3";
|
|
1660
|
-
|
|
1661
1610
|
declare const NumberComboboxSizeVariants: {
|
|
1662
1611
|
readonly S: "S";
|
|
1663
1612
|
readonly M: "M";
|
|
@@ -1683,9 +1632,6 @@ type NumberComboboxProps = NumberComboboxOptionProps & Omit<InputHTMLAttributes<
|
|
|
1683
1632
|
|
|
1684
1633
|
declare const NumberCombobox: ({ disabled, onSelect, onChange, value, width, onBlur, items, isError, sizeVar, placeholder, maxLength, className, floatingZIndex, ...rest }: NumberComboboxProps) => react_jsx_runtime.JSX.Element;
|
|
1685
1634
|
|
|
1686
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1687
|
-
declare const COMBOBOXS_VERSION = "2.0.1";
|
|
1688
|
-
|
|
1689
1635
|
type SkeletonProps = {
|
|
1690
1636
|
styleVar?: 'circle' | 'rectangle';
|
|
1691
1637
|
width?: string;
|
|
@@ -1694,9 +1640,6 @@ type SkeletonProps = {
|
|
|
1694
1640
|
|
|
1695
1641
|
declare const Skeleton: ({ styleVar, width, height }: SkeletonProps) => react_jsx_runtime.JSX.Element;
|
|
1696
1642
|
|
|
1697
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1698
|
-
declare const SKELETON_VERSION = "2.0.1";
|
|
1699
|
-
|
|
1700
1643
|
interface SliderProps {
|
|
1701
1644
|
/**
|
|
1702
1645
|
* 선택 가능한 최소값
|
|
@@ -1743,9 +1686,6 @@ declare const SLIDER_Z_INDEX: {
|
|
|
1743
1686
|
|
|
1744
1687
|
declare const Slider: react__default.FC<SliderProps>;
|
|
1745
1688
|
|
|
1746
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1747
|
-
declare const SLIDER_VERSION = "2.0.1";
|
|
1748
|
-
|
|
1749
1689
|
/** 드롭다운 아이템 타입 */
|
|
1750
1690
|
type DropdownItem = {
|
|
1751
1691
|
/** 표시되는 라벨 */
|
|
@@ -1819,9 +1759,6 @@ interface MemoizedSearchBarComponent extends React.MemoExoticComponent<SearchBar
|
|
|
1819
1759
|
Input: React.FC<SearchBarInputProps>;
|
|
1820
1760
|
}
|
|
1821
1761
|
|
|
1822
|
-
/** @internal 컴포넌트 메타데이터: 버전 */
|
|
1823
|
-
declare const SEARCH_BAR_VERSION = "2.0.1";
|
|
1824
|
-
|
|
1825
1762
|
declare const SearchBar: MemoizedSearchBarComponent;
|
|
1826
1763
|
|
|
1827
1764
|
type BaseHelperTextProps = {
|
|
@@ -1843,4 +1780,4 @@ type HelperTextProps = HelperTextOptionProps & Omit<TextProps, 'typography'>;
|
|
|
1843
1780
|
|
|
1844
1781
|
declare const HelperText: ({ type, position, color, ...rest }: HelperTextProps) => react_jsx_runtime.JSX.Element;
|
|
1845
1782
|
|
|
1846
|
-
export {
|
|
1783
|
+
export { AnnualDatepicker, AnnualDatepickerProps, AsProp, Avatar, AvatarOptionProps, AvatarProps, AvatarSizeVariantType, AvatarSizeVariants, BackDropOptionProps, BackDropProps, BorderRadiusTokens, BoxShadowTokens, BulletHelperTextOptionProps, Button, ButtonComponent, ButtonOptionProps, ButtonProps, ButtonSizeVariantType, ButtonSizeVariants, ButtonStyleVariantType, ButtonStyleVariants, CHECKBOX_SYMBOL_KEY, Callout, CalloutIconProps, CalloutOptionProps, CalloutProps, CalloutType, CalloutTypes, Checkbox, CheckboxOptionProps, CheckboxProps, CheckboxStyleVariantType, CheckboxStyleVariants, ChildrenProps, ChipButton, ChipButtonOptionProps, ChipButtonProps, ChipButtonSizeVariantType, ChipButtonSizeVariants, ChipButtonStyleVariantType, ChipButtonStyleVariants, ChipToggle, ChipToggleOptionProps, ChipToggleProps, ChipToggleSizeVariantType, ChipToggleSizeVariants, ChipToggleStyleVariantType, ChipToggleStyleVariants, ColorTokens, DangerouslySetInnerHTML, DayCalendarType, DayDatepicker, DayDatepickerHeaderCustomProps, DayDatepickerOptionProps, DayDatepickerProps, DayDatepickerSizeVariantType, DayDatepickerSizeVariants, DomainType, Dropdown, DropdownButton, DropdownButtonContext, DropdownButtonContextType, DropdownButtonOptionProps, DropdownButtonProps, DropdownButtonSizeVariantType, DropdownButtonSizeVariants, DropdownButtonStyleVariantType, DropdownButtonStyleVariants, DropdownContentProps, DropdownItem, DropdownOptionProps, DropdownOptionVariantType, DropdownOptionVariants, DropdownProps, DropdownSizeVariantType, DropdownStyleVariantType, DropdownTriggerButtonProps, FontWeightTokens, HelperText, HelperTextOptionProps, HelperTextProps, Icon, IconButton, IconButtonComponent, IconButtonOptionProps, IconButtonProps, IconButtonSizeVariantType, IconButtonSizeVariants, IconButtonStyleVariantType, IconButtonStyleVariants, IconOptionProps, IconProps, IconSizeVariants, IconSizeVariantsType, Input, InputButton, InputButtonOptionProps, InputButtonProps, InputOptionProps, InputProps, InputSizeVariantType, InputSizeVariants, List, ListContent2ColumnsProps, ListOptionProps, ListProps, ListText2RowsProps, MODAL_FOOTER_KEY, MODAL_HEADER_KEY, MemoizedSearchBarComponent, Menu, MenuOptionProps, MenuProps, MenuSizeVariantType, MenuSizeVariants, MinusBoxOptionProps, MinusBoxProps, MinusButton, Modal, ModalBodyOptionProps, ModalBodyProps, ModalBottomProps, ModalContainerOptionProps, ModalContainerProps, ModalContext, ModalFooterOptionProps, ModalFooterProps, ModalFooterType, ModalHandlerContext, ModalHeaderOptionProps, ModalHeaderProps, ModalHeaderType, ModalPortal as ModalProvider, ModalSize, ModalSizeType, ModalStateType, ModalTopProps, MonthClickDateInfo, MonthDatepicker, MonthDatepickerProps, MonthDatepickerStyleType, MotionStack, MotionStackComponentType, MotionStackContainer, MotionStackContainerComponentType, NormalHelperTextOptionProps, NumberCombobox, NumberComboboxErrorType, NumberComboboxInputType, NumberComboboxOptionProps, NumberComboboxProps, NumberComboboxSizeVariantType, NumberComboboxSizeVariants, Pagination, PaginationOptionProps, PaginationProps, PaginationSizeSelectorProps, PolymorphicComponentProps, PolymorphicRef, Popper, PopperOptionProps, PopperPortal, PopperPortalProps, PopperProps, PopperTrigger, PopperTriggerProps, RADIO_SYMBOL_KEY, Radio, RadioOptionProps, RadioProps, RemoveModalProps, SLIDER_Z_INDEX, ScrollArea, ScrollAreaOptionProps, ScrollAreaProps, ScrollbarRefType, SearchBar, SearchBarBaseProps, SearchBarCategoryProps, SearchBarComponent, SearchBarInputProps, SearchBarProps, SearchType, SelectInputButton, SelectInputButtonOptionProps, SelectInputButtonProps, ShoplflowProvider, ShoplflowProviderProps, Skeleton, SkeletonProps, Slider, SliderBounds, SliderProps, SpacingTokens, SplitButton, SplitButtonContext, SplitButtonContextType, SplitButtonOptionProps, SplitButtonProps, SplitButtonSizeVariantType, SplitButtonSizeVariants, SplitButtonStyleVariantType, SplitButtonStyleVariants, Stack, StackComponentType, StackContainer, StackContainerComponentType, StackContainerGenericProps, StackContainerOptionProps, StackContainerProps, StackGenericProps, StackOptionProps, StackProps, StyledIcon, StyledStack, StyledStackContainer, Switch, SwitchOptionProps, SwitchProps, SwitchSizeVariantType, SwitchSizeVariants, TREE_SYMBOL_KEY, TabOptionProps, TabProps, TabSizeVariantType, TabSizeVariants, TabStyleVariantType, TabStyleVariants, TabStyledProps, TabTextStyledProps, Tabs, TabsContext, TabsContextType, TabsOptionProps, TabsProps, Tag, TagOptionProps, TagProps, TagSizeVariantType, TagSizeVariants, TagStyleVariantType, TagStyleVariants, Text, Text2Rows, TextArea, TextAreaOptionProps, TextAreaProps, TextOptionProps, TextProps, ToggleButton, ToggleButtonInnerRadioOptionProps, ToggleButtonInnerRadioProps, ToggleButtonOptionProps, ToggleButtonProps, ToggleButtonSizeVariantType, ToggleButtonSizeVariants, Tooltip, TooltipContentProps, TooltipOptionProps, TooltipProps, Tree, TreeItem, TreeItemOptionProps, TreeItemProps, TreeOptionProps, TreeProps, TypographyTokens, WeekClickDateInfo, WeekDatepicker, WeekDatepickerProps, WeekDatepickerStyleType, YearSelectProps, borderRadiusTokens, boxShadowTokens, colorTokens, fontWeightTokens, getDomain, spacingTokens, typographyTokens, useDomain, useDropdownButtonContext, useHandleModal, useModalValue, useSplitButtonContext, useTabs };
|