@m4l/components 9.4.47-beta-feature-698-menu-item-chip-description-variant.0 → 9.4.47
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/components/CheckableList/slots/styled.d.ts +3 -3
- package/components/Chip/Chip.d.ts.map +1 -1
- package/components/Chip/Chip.js +65 -100
- package/components/Chip/ChipStyles.d.ts.map +1 -1
- package/components/Chip/ChipStyles.js +48 -116
- package/components/Chip/constants.d.ts +1 -5
- package/components/Chip/constants.d.ts.map +1 -1
- package/components/Chip/slots/ChipEnum.d.ts +0 -4
- package/components/Chip/slots/ChipEnum.d.ts.map +1 -1
- package/components/Chip/slots/ChipEnum.js +3 -3
- package/components/Chip/slots/ChipSlots.d.ts +1 -13
- package/components/Chip/slots/ChipSlots.d.ts.map +1 -1
- package/components/Chip/slots/ChipSlots.js +29 -46
- package/components/Chip/types.d.ts +2 -7
- package/components/Chip/types.d.ts.map +1 -1
- package/components/extended/mui/Accordion/slots/AccordionSlots.d.ts +1 -1
- package/components/extended/mui/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/Autocomplete.js +65 -74
- package/components/extended/mui/Autocomplete/Autocomplete.styles.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/Autocomplete.styles.js +4 -9
- package/components/extended/mui/Autocomplete/hooks/useAutocomplete/useAutocomplete.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/hooks/useAutocomplete/useAutocomplete.js +61 -64
- package/components/extended/mui/Autocomplete/hooks/useMultipleChips.d.ts +1 -2
- package/components/extended/mui/Autocomplete/hooks/useMultipleChips.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/hooks/useMultipleChips.js +46 -63
- package/components/extended/mui/Autocomplete/subcomponents/renderOptions/index.d.ts +1 -1
- package/components/extended/mui/Autocomplete/subcomponents/renderOptions/index.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/subcomponents/renderOptions/index.js +23 -26
- package/components/extended/mui/Autocomplete/types.d.ts +0 -4
- package/components/extended/mui/Autocomplete/types.d.ts.map +1 -1
- package/components/extended/mui/MenuItem/MenuItem.d.ts.map +1 -1
- package/components/extended/mui/MenuItem/MenuItem.js +88 -110
- package/components/extended/mui/MenuItem/MenuItem.styles.d.ts.map +1 -1
- package/components/extended/mui/MenuItem/MenuItem.styles.js +53 -84
- package/components/extended/mui/MenuItem/constants.d.ts +1 -1
- package/components/extended/mui/MenuItem/constants.d.ts.map +1 -1
- package/components/extended/mui/MenuItem/slots/MenuItemEnum.d.ts +1 -5
- package/components/extended/mui/MenuItem/slots/MenuItemEnum.d.ts.map +1 -1
- package/components/extended/mui/MenuItem/slots/MenuItemEnum.js +2 -2
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.d.ts +1 -13
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.d.ts.map +1 -1
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.js +15 -31
- package/components/extended/mui/MenuItem/types.d.ts +17 -35
- package/components/extended/mui/MenuItem/types.d.ts.map +1 -1
- package/components/extended/mui/Select/Select.d.ts.map +1 -1
- package/components/extended/mui/Select/Select.js +98 -110
- package/components/extended/mui/Select/Select.styles.js +2 -2
- package/components/extended/mui/Select/slots/SelectSlots.d.ts +1 -1
- package/components/extended/mui/Select/types.d.ts +0 -2
- package/components/extended/mui/Select/types.d.ts.map +1 -1
- package/components/extended/mui/Tab/constants.d.ts +1 -1
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +1 -1
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/package.json +3 -3
|
@@ -10,7 +10,7 @@ export declare const SearchInputStyled: import('@emotion/styled').StyledComponen
|
|
|
10
10
|
export declare const SelectAllContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
11
11
|
ownerState?: (Partial<import('..').CheckableListOwnerState> & Record<string, unknown>) | undefined;
|
|
12
12
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
13
|
-
export declare const SelectAllCheckboxStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/CheckBox/types').CheckboxProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "error" | "size" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "value" | "indeterminate" | "icon" | "disabled" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "skeletonWidth" | "htmlFor" | "
|
|
13
|
+
export declare const SelectAllCheckboxStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/CheckBox/types').CheckboxProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "error" | "size" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "value" | "indeterminate" | "icon" | "disabled" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "skeletonWidth" | "htmlFor" | "checked" | keyof import('react').RefAttributes<HTMLButtonElement> | "mandatory" | "required" | "readOnly" | "inputProps" | "inputRef" | "helperMessage" | "mandatoryMessage" | "checkedIcon" | "indeterminateIcon" | "inlineText"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
14
14
|
ownerState?: (Partial<import('..').CheckableListOwnerState> & Record<string, unknown>) | undefined;
|
|
15
15
|
}, {}, {}>;
|
|
16
16
|
export declare const ListContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
@@ -22,7 +22,7 @@ export declare const VirtualizedListStyled: import('@emotion/styled').StyledComp
|
|
|
22
22
|
export declare const ItemWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
23
23
|
ownerState?: (Partial<import('..').CheckableListOwnerState> & Record<string, unknown>) | undefined;
|
|
24
24
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
25
|
-
export declare const ItemCheckboxStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/CheckBox/types').CheckboxProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "error" | "size" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "value" | "indeterminate" | "icon" | "disabled" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "skeletonWidth" | "htmlFor" | "
|
|
25
|
+
export declare const ItemCheckboxStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/CheckBox/types').CheckboxProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "error" | "size" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "value" | "indeterminate" | "icon" | "disabled" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "skeletonWidth" | "htmlFor" | "checked" | keyof import('react').RefAttributes<HTMLButtonElement> | "mandatory" | "required" | "readOnly" | "inputProps" | "inputRef" | "helperMessage" | "mandatoryMessage" | "checkedIcon" | "indeterminateIcon" | "inlineText"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
26
26
|
ownerState?: (Partial<import('..').CheckableListOwnerState> & Record<string, unknown>) | undefined;
|
|
27
27
|
}, {}, {}>;
|
|
28
28
|
export declare const ItemContentWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
@@ -43,7 +43,7 @@ export declare const GroupWrapperStyled: import('@emotion/styled').StyledCompone
|
|
|
43
43
|
export declare const GroupHeaderStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
44
44
|
ownerState?: (Partial<import('..').CheckableListOwnerState> & Record<string, unknown>) | undefined;
|
|
45
45
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
46
|
-
export declare const GroupCheckboxStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/CheckBox/types').CheckboxProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "error" | "size" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "value" | "indeterminate" | "icon" | "disabled" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "skeletonWidth" | "htmlFor" | "
|
|
46
|
+
export declare const GroupCheckboxStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/CheckBox/types').CheckboxProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "error" | "size" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "is" | "exportparts" | "part" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "value" | "indeterminate" | "icon" | "disabled" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "skeletonWidth" | "htmlFor" | "checked" | keyof import('react').RefAttributes<HTMLButtonElement> | "mandatory" | "required" | "readOnly" | "inputProps" | "inputRef" | "helperMessage" | "mandatoryMessage" | "checkedIcon" | "indeterminateIcon" | "inlineText"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
47
47
|
ownerState?: (Partial<import('..').CheckableListOwnerState> & Record<string, unknown>) | undefined;
|
|
48
48
|
}, {}, {}>;
|
|
49
49
|
export declare const GroupLabelCountWrapperStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/Chip.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Chip.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/Chip.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAkB,SAAS,EAAE,MAAM,SAAS,CAAC;AAGpD;;GAEG;AACH,eAAO,MAAM,IAAI,sGAwGf,CAAC"}
|
package/components/Chip/Chip.js
CHANGED
|
@@ -1,127 +1,92 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import { useModuleSkeleton as
|
|
1
|
+
import { jsx as s, jsxs as T } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import { useModuleSkeleton as g, useEnvironment as R } from "@m4l/core";
|
|
3
3
|
import j from "clsx";
|
|
4
|
-
import { forwardRef as
|
|
5
|
-
import { CHIP_CLASSES as
|
|
6
|
-
import { TEST_PROP_ID as
|
|
4
|
+
import { forwardRef as M, useMemo as m } from "react";
|
|
5
|
+
import { CHIP_CLASSES as u } from "./constants.js";
|
|
6
|
+
import { TEST_PROP_ID as O } from "../../test/constants_no_mock.js";
|
|
7
7
|
import { useComponentSize as $ } from "../../hooks/useComponentSize/useComponentSize.js";
|
|
8
|
-
import {
|
|
9
|
-
const
|
|
8
|
+
import { IconStyled as A, SkeletonChipStyled as H, ChipRootStyled as L, TextChipStyled as V, IconButtonStyled as W } from "./slots/ChipSlots.js";
|
|
9
|
+
const q = M((S, f) => {
|
|
10
10
|
const {
|
|
11
|
-
endIcon:
|
|
12
|
-
label:
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
size: v,
|
|
11
|
+
endIcon: h,
|
|
12
|
+
label: C,
|
|
13
|
+
startIcon: I,
|
|
14
|
+
color: r = "default",
|
|
15
|
+
externalColor: l,
|
|
16
|
+
size: y,
|
|
18
17
|
variant: c = "contained",
|
|
19
18
|
skeletonWidth: z = "100%",
|
|
20
|
-
opacity:
|
|
21
|
-
onClick:
|
|
22
|
-
onDeleted:
|
|
23
|
-
iconButtonProps:
|
|
19
|
+
opacity: a = !1,
|
|
20
|
+
onClick: n,
|
|
21
|
+
onDeleted: d,
|
|
22
|
+
iconButtonProps: k,
|
|
24
23
|
className: x,
|
|
25
|
-
dataTestId:
|
|
26
|
-
disabledDeleteButton:
|
|
27
|
-
ellipsis:
|
|
28
|
-
...
|
|
29
|
-
} =
|
|
30
|
-
interactive: !!
|
|
31
|
-
size:
|
|
24
|
+
dataTestId: _,
|
|
25
|
+
disabledDeleteButton: v,
|
|
26
|
+
ellipsis: i = !1,
|
|
27
|
+
...E
|
|
28
|
+
} = S, { currentSize: e } = $(y), N = g(), { host_static_assets: b, environment_assets: D } = R(), o = m(() => ({
|
|
29
|
+
interactive: !!n,
|
|
30
|
+
size: e,
|
|
32
31
|
variant: c,
|
|
33
|
-
color:
|
|
34
|
-
opacity:
|
|
35
|
-
externalColor:
|
|
36
|
-
ellipsis:
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
} else
|
|
47
|
-
return /* @__PURE__ */ o(
|
|
48
|
-
F,
|
|
49
|
-
{
|
|
50
|
-
ownerState: t,
|
|
51
|
-
src: e,
|
|
52
|
-
size: n,
|
|
53
|
-
instaceDataTestId: B
|
|
54
|
-
}
|
|
55
|
-
);
|
|
56
|
-
}, [t, n]);
|
|
32
|
+
color: r,
|
|
33
|
+
opacity: a,
|
|
34
|
+
externalColor: l,
|
|
35
|
+
ellipsis: i
|
|
36
|
+
}), [n, e, c, r, a, l, i]), p = m(() => (t, B) => t ? typeof t != "string" ? t : /* @__PURE__ */ s(
|
|
37
|
+
A,
|
|
38
|
+
{
|
|
39
|
+
ownerState: o,
|
|
40
|
+
src: t,
|
|
41
|
+
size: e,
|
|
42
|
+
instaceDataTestId: B
|
|
43
|
+
}
|
|
44
|
+
) : null, [o, e]);
|
|
57
45
|
if (N)
|
|
58
|
-
return /* @__PURE__ */
|
|
59
|
-
|
|
46
|
+
return /* @__PURE__ */ s(
|
|
47
|
+
H,
|
|
60
48
|
{
|
|
61
49
|
"data-testid": "SkeletonButton",
|
|
62
50
|
width: z,
|
|
63
|
-
ownerState:
|
|
51
|
+
ownerState: o
|
|
64
52
|
}
|
|
65
53
|
);
|
|
66
|
-
const P = `${
|
|
67
|
-
|
|
54
|
+
const P = `${b}/${D}/frontend/components/chip/assets/icons/closeSmall.svg`, w = (t) => {
|
|
55
|
+
t.stopPropagation(), d?.(t);
|
|
68
56
|
};
|
|
69
|
-
return /* @__PURE__ */
|
|
70
|
-
|
|
57
|
+
return /* @__PURE__ */ T(
|
|
58
|
+
L,
|
|
71
59
|
{
|
|
72
60
|
role: "button-chip",
|
|
73
|
-
size:
|
|
74
|
-
onClick:
|
|
75
|
-
ownerState:
|
|
76
|
-
className: j(x,
|
|
77
|
-
ref:
|
|
78
|
-
...process.env.NODE_ENV !== "production" ? { [
|
|
79
|
-
...
|
|
80
|
-
...
|
|
61
|
+
size: e,
|
|
62
|
+
onClick: n,
|
|
63
|
+
ownerState: o,
|
|
64
|
+
className: j(x, u.root),
|
|
65
|
+
ref: f,
|
|
66
|
+
...process.env.NODE_ENV !== "production" ? { [O]: _ } : {},
|
|
67
|
+
...n ? { tabIndex: 0 } : {},
|
|
68
|
+
...E,
|
|
81
69
|
children: [
|
|
82
|
-
|
|
83
|
-
/* @__PURE__ */
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
variant: t.hasDescription ? "bodyDens" : "body",
|
|
88
|
-
size: n,
|
|
89
|
-
ownerState: { ...t },
|
|
90
|
-
color: s,
|
|
91
|
-
ellipsis: a,
|
|
92
|
-
children: D
|
|
93
|
-
}
|
|
94
|
-
),
|
|
95
|
-
t.hasDescription ? /* @__PURE__ */ o(
|
|
96
|
-
U,
|
|
97
|
-
{
|
|
98
|
-
variant: "body",
|
|
99
|
-
size: n,
|
|
100
|
-
ownerState: { ...t },
|
|
101
|
-
color: s,
|
|
102
|
-
ellipsis: a,
|
|
103
|
-
children: r
|
|
104
|
-
}
|
|
105
|
-
) : null
|
|
106
|
-
] }),
|
|
107
|
-
u(b, "ChipEndIcon", "end"),
|
|
108
|
-
S && /* @__PURE__ */ o(
|
|
109
|
-
X,
|
|
70
|
+
p(I, "ChipStartIcon"),
|
|
71
|
+
/* @__PURE__ */ s(V, { size: e, ownerState: { ...o }, color: r, ellipsis: i, children: C }),
|
|
72
|
+
p(h, "ChipEndIcon"),
|
|
73
|
+
d && /* @__PURE__ */ s(
|
|
74
|
+
W,
|
|
110
75
|
{
|
|
111
|
-
...
|
|
76
|
+
...k,
|
|
112
77
|
src: P,
|
|
113
|
-
size:
|
|
114
|
-
ownerState:
|
|
115
|
-
onClick:
|
|
116
|
-
disabled:
|
|
117
|
-
className:
|
|
78
|
+
size: e,
|
|
79
|
+
ownerState: o,
|
|
80
|
+
onClick: w,
|
|
81
|
+
disabled: v,
|
|
82
|
+
className: u.closeIcon
|
|
118
83
|
}
|
|
119
84
|
)
|
|
120
85
|
]
|
|
121
86
|
}
|
|
122
87
|
);
|
|
123
88
|
});
|
|
124
|
-
|
|
89
|
+
q.displayName = "Chip";
|
|
125
90
|
export {
|
|
126
|
-
|
|
91
|
+
q as Chip
|
|
127
92
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChipStyles.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/ChipStyles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,UAAU,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"ChipStyles.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/ChipStyles.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAkB,UAAU,EAAE,MAAM,SAAS,CAAC;AAKrD,eAAO,MAAM,UAAU,EAAE,UAmHxB,CAAC"}
|
|
@@ -1,59 +1,55 @@
|
|
|
1
|
-
import { getSizeStyles as
|
|
2
|
-
import { getColors as
|
|
3
|
-
const
|
|
1
|
+
import { getSizeStyles as n } from "../../utils/getSizeStyles/getSizeStyles.js";
|
|
2
|
+
import { getColors as s } from "./helpers.js";
|
|
3
|
+
const g = {
|
|
4
4
|
/**
|
|
5
5
|
* Styles for the root element of the chip.
|
|
6
6
|
*/
|
|
7
|
-
root: ({ theme:
|
|
8
|
-
const { color: a, finalPalette:
|
|
7
|
+
root: ({ theme: o, ownerState: r }) => {
|
|
8
|
+
const { color: a, finalPalette: i } = s(o, r), c = r?.opacity ? i.backgroundColor : i.backgroundColorTone, d = r?.opacity ? i.backgroundHover : i.backgroundHoverTone, t = r?.opacity ? i.backgroundActive : i.backgroundActiveTone;
|
|
9
9
|
return {
|
|
10
10
|
display: "flex",
|
|
11
11
|
alignItems: "center",
|
|
12
|
-
padding:
|
|
13
|
-
borderRadius:
|
|
14
|
-
gap:
|
|
12
|
+
padding: o.vars.size.baseSpacings.sp1,
|
|
13
|
+
borderRadius: o.vars.size.borderRadius["r1-5"],
|
|
14
|
+
gap: o.vars.size.baseSpacings["sp0-5"],
|
|
15
15
|
width: "max-content",
|
|
16
|
-
...
|
|
16
|
+
...r?.ellipsis && {
|
|
17
17
|
maxWidth: "100%"
|
|
18
18
|
},
|
|
19
19
|
cursor: "pointer",
|
|
20
20
|
color: a,
|
|
21
|
-
backgroundColor:
|
|
22
|
-
...
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
"base"
|
|
26
|
-
(n) => ({
|
|
27
|
-
height: i?.hasDescription ? "fit-content" : n,
|
|
28
|
-
minHeight: n
|
|
29
|
-
})
|
|
21
|
+
backgroundColor: r?.variant !== "outlined" ? c : "transparent",
|
|
22
|
+
...n(
|
|
23
|
+
o,
|
|
24
|
+
r?.size || "medium",
|
|
25
|
+
"base"
|
|
30
26
|
),
|
|
31
27
|
//TODO: OJO no OLVIDAR interactive ************ JUAN
|
|
32
|
-
...
|
|
28
|
+
...r?.interactive && {
|
|
33
29
|
"&:hover": {
|
|
34
30
|
backgroundColor: d
|
|
35
31
|
},
|
|
36
32
|
"&:active": {
|
|
37
|
-
backgroundColor:
|
|
33
|
+
backgroundColor: t
|
|
38
34
|
},
|
|
39
35
|
"&:focus-visible": {
|
|
40
36
|
boxShadow: "none",
|
|
41
|
-
outline: `${
|
|
42
|
-
backgroundColor:
|
|
37
|
+
outline: `${o.vars.size.borderStroke.container} ${o.vars.palette.border.main}`,
|
|
38
|
+
backgroundColor: t
|
|
43
39
|
}
|
|
44
40
|
},
|
|
45
|
-
...
|
|
46
|
-
border: `${
|
|
47
|
-
borderColor:
|
|
41
|
+
...r?.variant === "outlined" && {
|
|
42
|
+
border: `${o.vars.size.borderStroke.container}`,
|
|
43
|
+
borderColor: c
|
|
48
44
|
},
|
|
49
45
|
"&&& .M4LChip-closeIcon": {
|
|
50
|
-
...
|
|
51
|
-
|
|
52
|
-
|
|
46
|
+
...n(
|
|
47
|
+
o,
|
|
48
|
+
r?.size || "medium",
|
|
53
49
|
"base",
|
|
54
|
-
(
|
|
55
|
-
height:
|
|
56
|
-
width:
|
|
50
|
+
(e) => ({
|
|
51
|
+
height: e,
|
|
52
|
+
width: e
|
|
57
53
|
})
|
|
58
54
|
)
|
|
59
55
|
},
|
|
@@ -63,103 +59,39 @@ const b = {
|
|
|
63
59
|
/**
|
|
64
60
|
* Styles for the text chip element.
|
|
65
61
|
*/
|
|
66
|
-
textChip: ({ theme:
|
|
67
|
-
whiteSpace: "nowrap",
|
|
68
|
-
paddingLeft: i?.hasDescription ? 0 : s.vars.size.baseSpacings.sp1,
|
|
69
|
-
paddingRight: i?.hasDescription ? 0 : s.vars.size.baseSpacings.sp1,
|
|
70
|
-
...i?.hasDescription && {
|
|
71
|
-
color: s.vars.palette.text.primary
|
|
72
|
-
}
|
|
73
|
-
}),
|
|
74
|
-
/**
|
|
75
|
-
* Styles for the chip description text.
|
|
76
|
-
*/
|
|
77
|
-
descriptionChip: ({ theme: s, ownerState: i }) => ({
|
|
62
|
+
textChip: ({ theme: o }) => ({
|
|
78
63
|
whiteSpace: "nowrap",
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
paddingRight: i?.hasDescription ? 0 : s.vars.size.baseSpacings.sp1
|
|
82
|
-
}),
|
|
83
|
-
/**
|
|
84
|
-
* Styles for label + description wrapper.
|
|
85
|
-
*/
|
|
86
|
-
textWrapper: ({ theme: s }) => ({
|
|
87
|
-
display: "flex",
|
|
88
|
-
flexDirection: "column",
|
|
89
|
-
gap: s.vars.size.baseSpacings["sp0-5"],
|
|
90
|
-
minWidth: 0,
|
|
91
|
-
alignItems: "flex-start"
|
|
64
|
+
paddingLeft: o.vars.size.baseSpacings.sp1,
|
|
65
|
+
paddingRight: o.vars.size.baseSpacings.sp1
|
|
92
66
|
}),
|
|
93
67
|
/**
|
|
94
68
|
* Styles for the chip icon element.
|
|
95
69
|
*/
|
|
96
|
-
chipIcon: ({ theme:
|
|
97
|
-
const { color: a } =
|
|
70
|
+
chipIcon: ({ theme: o, ownerState: r }) => {
|
|
71
|
+
const { color: a } = s(o, r);
|
|
98
72
|
return {
|
|
99
73
|
"& .M4LIcon-icon": {
|
|
100
|
-
backgroundColor:
|
|
74
|
+
backgroundColor: `${a} !important`
|
|
101
75
|
}
|
|
102
76
|
};
|
|
103
77
|
},
|
|
104
|
-
/**
|
|
105
|
-
* Styles for image-only start adornment wrapper.
|
|
106
|
-
*/
|
|
107
|
-
startAdornmentImageWrapper: ({ theme: s, ownerState: i }) => ({
|
|
108
|
-
marginRight: s.vars.size.baseSpacings["sp0-5"],
|
|
109
|
-
display: "inline-flex",
|
|
110
|
-
alignItems: "center",
|
|
111
|
-
"& .M4LImage-root": {
|
|
112
|
-
width: i?.hasDescription ? "fit-content" : "16px!important",
|
|
113
|
-
height: i?.hasDescription ? "fit-content" : "16px!important"
|
|
114
|
-
},
|
|
115
|
-
...r(
|
|
116
|
-
s,
|
|
117
|
-
i?.size || "medium",
|
|
118
|
-
i?.isImageAdornment ? "container" : "base",
|
|
119
|
-
(a) => ({
|
|
120
|
-
maxWidth: a,
|
|
121
|
-
maxHeight: a
|
|
122
|
-
})
|
|
123
|
-
)
|
|
124
|
-
}),
|
|
125
|
-
/**
|
|
126
|
-
* Styles for image-only end adornment wrapper.
|
|
127
|
-
*/
|
|
128
|
-
endAdornmentImageWrapper: ({ theme: s, ownerState: i }) => ({
|
|
129
|
-
marginLeft: s.vars.size.baseSpacings["sp0-5"],
|
|
130
|
-
display: "inline-flex",
|
|
131
|
-
alignItems: "center",
|
|
132
|
-
"& .M4LImage-root": {
|
|
133
|
-
width: i?.hasDescription ? "fit-content" : "16px!important",
|
|
134
|
-
height: i?.hasDescription ? "fit-content" : "16px!important"
|
|
135
|
-
},
|
|
136
|
-
...r(
|
|
137
|
-
s,
|
|
138
|
-
i?.size || "medium",
|
|
139
|
-
i?.isImageAdornment ? "container" : "base",
|
|
140
|
-
(a) => ({
|
|
141
|
-
maxWidth: a,
|
|
142
|
-
maxHeight: a
|
|
143
|
-
})
|
|
144
|
-
)
|
|
145
|
-
}),
|
|
146
78
|
/**
|
|
147
79
|
* Styles for the icon button inside the chip element.
|
|
148
80
|
*/
|
|
149
|
-
iconButton: ({ theme:
|
|
150
|
-
const { color: a } =
|
|
81
|
+
iconButton: ({ theme: o, ownerState: r }) => {
|
|
82
|
+
const { color: a } = s(o, r);
|
|
151
83
|
return {
|
|
152
84
|
"& .M4LIcon-icon": {
|
|
153
85
|
backgroundColor: `${a} !important`
|
|
154
86
|
},
|
|
155
|
-
...
|
|
156
|
-
|
|
157
|
-
|
|
87
|
+
...n(
|
|
88
|
+
o,
|
|
89
|
+
r?.size || "medium",
|
|
158
90
|
"base",
|
|
159
|
-
(
|
|
160
|
-
height:
|
|
161
|
-
width:
|
|
162
|
-
minHeight:
|
|
91
|
+
(i) => ({
|
|
92
|
+
height: i,
|
|
93
|
+
width: i,
|
|
94
|
+
minHeight: i
|
|
163
95
|
})
|
|
164
96
|
)
|
|
165
97
|
};
|
|
@@ -167,12 +99,12 @@ const b = {
|
|
|
167
99
|
/**
|
|
168
100
|
* Styles for the skeleton chip element.
|
|
169
101
|
*/
|
|
170
|
-
skeletonChip: ({ theme:
|
|
102
|
+
skeletonChip: ({ theme: o, ownerState: r }) => ({
|
|
171
103
|
width: "100%",
|
|
172
|
-
background:
|
|
173
|
-
...
|
|
174
|
-
|
|
175
|
-
|
|
104
|
+
background: o.vars.palette.skeleton.default,
|
|
105
|
+
...n(
|
|
106
|
+
o,
|
|
107
|
+
r?.size || "medium",
|
|
176
108
|
"base",
|
|
177
109
|
(a) => ({
|
|
178
110
|
height: `${a}!important`,
|
|
@@ -182,5 +114,5 @@ const b = {
|
|
|
182
114
|
})
|
|
183
115
|
};
|
|
184
116
|
export {
|
|
185
|
-
|
|
117
|
+
g as chipStyles
|
|
186
118
|
};
|
|
@@ -13,14 +13,10 @@ export declare const COMBINED_CHIP_ENUMS: {
|
|
|
13
13
|
skeletonChip: ChipSlots.skeletonChip;
|
|
14
14
|
chipIcon: ChipSlots.chipIcon;
|
|
15
15
|
textChip: ChipSlots.textChip;
|
|
16
|
-
descriptionChip: ChipSlots.descriptionChip;
|
|
17
|
-
textWrapper: ChipSlots.textWrapper;
|
|
18
|
-
startAdornmentImageWrapper: ChipSlots.startAdornmentImageWrapper;
|
|
19
|
-
endAdornmentImageWrapper: ChipSlots.endAdornmentImageWrapper;
|
|
20
16
|
iconButton: ChipSlots.iconButton;
|
|
21
17
|
};
|
|
22
18
|
/**
|
|
23
19
|
* Inventario de clases CSS para el componente Chip
|
|
24
20
|
*/
|
|
25
|
-
export declare const CHIP_CLASSES: Record<"root" | "
|
|
21
|
+
export declare const CHIP_CLASSES: Record<"root" | "iconButton" | "closeIcon" | "skeletonChip" | "chipIcon" | "textChip", string>;
|
|
26
22
|
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/constants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACvE;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,YAAY,CAAC;AAE5C,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/constants.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,wBAAwB,EAAE,MAAM,kBAAkB,CAAC;AACvE;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,YAAY,CAAC;AAE5C,eAAO,MAAM,mBAAmB;;;;;;;CAG/B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,YAAY,gGAA+D,CAAC"}
|
|
@@ -3,10 +3,6 @@ export declare enum ChipSlots {
|
|
|
3
3
|
skeletonChip = "skeleton",
|
|
4
4
|
chipIcon = "icon",
|
|
5
5
|
textChip = "text",
|
|
6
|
-
descriptionChip = "description",
|
|
7
|
-
textWrapper = "textWrapper",
|
|
8
|
-
startAdornmentImageWrapper = "startAdornmentImageWrapper",
|
|
9
|
-
endAdornmentImageWrapper = "endAdornmentImageWrapper",
|
|
10
6
|
iconButton = "iconButton"
|
|
11
7
|
}
|
|
12
8
|
export declare enum ChipComplementaryClasses {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChipEnum.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/Chip/slots/ChipEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,YAAY,aAAa;IACzB,QAAQ,SAAS;IACjB,QAAQ,SAAS;IACjB,
|
|
1
|
+
{"version":3,"file":"ChipEnum.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/Chip/slots/ChipEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,SAAS;IACnB,IAAI,SAAS;IACb,YAAY,aAAa;IACzB,QAAQ,SAAS;IACjB,QAAQ,SAAS;IACjB,UAAU,eAAe;CAC1B;AAED,oBAAY,wBAAwB;IAClC,SAAS,cAAc;CACxB"}
|