@m4l/components 9.4.17-BE20260121-2 → 9.4.18
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/@types/types.d.ts +0 -9
- package/components/AccountPopover/AccountPopover.styles.js +10 -5
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +2 -2
- package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +2 -2
- package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
- package/components/CheckableList/slots/styled.d.ts +1 -1
- package/components/Chip/slots/ChipSlots.d.ts +2 -2
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- package/components/EditLabel/slots/EditLabelSlots.d.ts +2 -2
- package/components/Icon/Icon.d.ts +3 -0
- package/components/Icon/Icon.js +52 -28
- package/components/Icon/Icon.styles.js +53 -61
- package/components/Icon/constants.d.ts +1 -0
- package/components/Icon/constants.js +5 -1
- package/components/Icon/slots/IconSlots.js +3 -3
- package/components/Icon/types.d.ts +44 -7
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/MenuActions/MenuActions.js +17 -5
- package/components/MenuActions/constants.js +2 -8
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/MenuActions/slots/MenuActionsSlots.js +1 -1
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +3 -3
- package/components/PaperForm/slots/PaperFormSlots.d.ts +1 -1
- package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +2 -2
- package/components/SideBar/slots/SideBarSlots.d.ts +1 -1
- package/components/Stepper/slots/StepperSlot.d.ts +1 -1
- package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts +1 -1
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +3 -3
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +2 -2
- package/components/WindowBase/types.d.ts +2 -1
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +1 -1
- package/components/datagrids/formatters/ColumnIconFormatter/types.d.ts +2 -1
- package/components/datagrids/icons.js +0 -8
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/Density/Density.js +11 -14
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/MobileMenuActions/MobileMenuActions.js +6 -5
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/ViewMode/ViewMode.js +9 -10
- package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +3 -4
- package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +3 -4
- package/components/datagrids/views/CardsView/subcomponents/CardRow/subcomponents/CardHeader/CardHeader.js +2 -4
- package/components/datagrids/views/CardsView/subcomponents/Settings/Settings.js +3 -4
- package/components/datagrids/views/CardsView/subcomponents/Settings/hooks/useModalSettings/useModalSettings.js +3 -4
- package/components/datagrids/views/CardsView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +9 -10
- package/components/datagrids/views/TableView/hooks/useHeaderMenuActions/useHeaderMenuActions.js +35 -49
- package/components/extended/React-resizable-panels/SplitLayout.styles.js +46 -37
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +3 -3
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +2 -2
- package/components/formatters/IconsFormatter/slots/IconsFormatterSlots.d.ts +2 -2
- package/components/formatters/IconsFormatter/types.d.ts +2 -1
- package/components/hook-form/RHFColorPicker/slots/RHFColorPickerSlots.d.ts +1 -1
- package/components/hook-form/RHFDatePicker/slots/RHFDatePickerSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +1 -1
- package/components/hook-form/index.d.ts +0 -1
- package/components/index.d.ts +0 -1
- package/components/mui_extended/Accordion/Accordion.js +3 -2
- package/components/mui_extended/Accordion/constants.d.ts +0 -1
- package/components/mui_extended/Accordion/constants.js +1 -3
- package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +2 -2
- package/components/mui_extended/Autocomplete/Autocomplete.js +7 -3
- package/components/mui_extended/Autocomplete/Autocomplete.styles.js +76 -45
- package/components/mui_extended/Autocomplete/constants.d.ts +23 -0
- package/components/mui_extended/Autocomplete/constants.js +9 -1
- package/components/mui_extended/Autocomplete/hooks/useAutocomplete/useAutocomplete.js +9 -4
- package/components/mui_extended/Autocomplete/hooks/useEndAdornments.d.ts +5 -1
- package/components/mui_extended/Autocomplete/hooks/useEndAdornments.js +45 -15
- package/components/mui_extended/Autocomplete/hooks/useMultipleChips.js +25 -6
- package/components/mui_extended/Autocomplete/slots/AutocompleteEnum.d.ts +6 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteEnum.js +8 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +4 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.js +9 -4
- package/components/mui_extended/Autocomplete/subcomponents/renderOptions/index.js +4 -3
- package/components/mui_extended/Autocomplete/types.d.ts +9 -2
- package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +2 -2
- package/components/mui_extended/DatePicker/DatePicker.styles.js +2 -2
- package/components/mui_extended/DatePicker/hooks/useDatePicker/useDatePicker.js +10 -11
- package/components/mui_extended/DatePicker/slots/DatePickerSlots.d.ts +1 -1
- package/components/mui_extended/DateTimePicker/DateTimePicker.d.ts +0 -4
- package/components/mui_extended/DateTimePicker/DateTimePicker.js +10 -11
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +1 -1
- package/components/mui_extended/IconButton/IconButton.js +19 -8
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +1 -1
- package/components/mui_extended/IconButton/types.d.ts +3 -6
- package/components/mui_extended/MenuItem/MenuItem.js +14 -4
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +2 -2
- package/components/mui_extended/MenuItem/types.d.ts +3 -3
- package/components/mui_extended/Radio/Radio.js +4 -5
- package/components/mui_extended/Select/Select.d.ts +2 -1
- package/components/mui_extended/Select/Select.js +7 -5
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +2 -2
- package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
- package/components/mui_extended/Tabs/Tabs.js +5 -9
- package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/hocs/index.d.ts +0 -2
- package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +1 -1
- package/index.js +105 -111
- package/package.json +2 -1
- package/components/DaysOfWeekPicker/DaysOfWeekPicker.d.ts +0 -33
- package/components/DaysOfWeekPicker/DaysOfWeekPicker.js +0 -81
- package/components/DaysOfWeekPicker/DaysOfWeekPicker.styles.d.ts +0 -2
- package/components/DaysOfWeekPicker/DaysOfWeekPicker.styles.js +0 -99
- package/components/DaysOfWeekPicker/DaysOfWeekPicker.test.d.ts +0 -1
- package/components/DaysOfWeekPicker/constants.d.ts +0 -12
- package/components/DaysOfWeekPicker/constants.js +0 -11
- package/components/DaysOfWeekPicker/dictionary.d.ts +0 -1
- package/components/DaysOfWeekPicker/dictionary.js +0 -6
- package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.d.ts +0 -29
- package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.js +0 -12
- package/components/DaysOfWeekPicker/helpers/getDaysOfWeekFromDictionary.test.d.ts +0 -1
- package/components/DaysOfWeekPicker/helpers/index.d.ts +0 -1
- package/components/DaysOfWeekPicker/helpers/index.js +0 -1
- package/components/DaysOfWeekPicker/hooks/index.d.ts +0 -2
- package/components/DaysOfWeekPicker/hooks/types.d.ts +0 -29
- package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.d.ts +0 -9
- package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.js +0 -71
- package/components/DaysOfWeekPicker/hooks/useDaysOfWeekPicker.test.d.ts +0 -1
- package/components/DaysOfWeekPicker/index.d.ts +0 -3
- package/components/DaysOfWeekPicker/index.js +0 -1
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerEnum.d.ts +0 -5
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerEnum.js +0 -9
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +0 -9
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.js +0 -23
- package/components/DaysOfWeekPicker/slots/index.d.ts +0 -3
- package/components/DaysOfWeekPicker/slots/index.js +0 -1
- package/components/DaysOfWeekPicker/types.d.ts +0 -70
- package/components/hook-form/RHFDatePicker/icons.d.ts +0 -6
- package/components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.d.ts +0 -26
- package/components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js +0 -6
- package/components/hook-form/RHFDaysOfWeekPicker/index.d.ts +0 -1
- package/components/hook-form/RHFDaysOfWeekPicker/index.js +0 -1
- package/components/mui_extended/Autocomplete/icons.js +0 -7
- package/components/mui_extended/DatePicker/icons.d.ts +0 -4
- package/components/mui_extended/DatePicker/icons.js +0 -10
- package/components/mui_extended/DateTimePicker/icons.d.ts +0 -4
- package/components/mui_extended/DateTimePicker/icons.js +0 -10
- package/components/mui_extended/Radio/icons.js +0 -7
- package/components/mui_extended/Tabs/icons.d.ts +0 -4
- package/components/mui_extended/Tabs/icons.js +0 -7
- package/hocs/withRHFController/constants.d.ts +0 -8
- package/hocs/withRHFController/constants.js +0 -8
- package/hocs/withRHFController/index.d.ts +0 -37
- package/hocs/withRHFController/index.js +0 -95
- package/hocs/withRHFController/slots/WithRHFControllerEnum.d.ts +0 -3
- package/hocs/withRHFController/slots/WithRHFControllerEnum.js +0 -7
- package/hocs/withRHFController/slots/WithRHFControllerSlots.d.ts +0 -5
- package/hocs/withRHFController/slots/WithRHFControllerSlots.js +0 -11
- package/hocs/withRHFController/slots/index.d.ts +0 -2
- package/hocs/withRHFController/slots/index.js +0 -1
- package/hocs/withRHFController/types.d.ts +0 -70
- package/hocs/withRHFController/withRHFController.styles.d.ts +0 -5
- package/hocs/withRHFController/withRHFController.styles.js +0 -14
- package/hocs/withRHFController/withRHFController.test.d.ts +0 -1
|
@@ -12,7 +12,7 @@ export declare const PaperStyled: import('@emotion/styled').StyledComponent<Pick
|
|
|
12
12
|
}, "children" | "variant" | "className" | "style" | "classes" | "sx" | "square" | "elevation">, "children" | "ref" | "title" | "id" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "sx" | "slot" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "square" | "elevation"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
13
13
|
ownerState?: (Partial<import('../types').TimePickerOwnerState> & Record<string, unknown>) | undefined;
|
|
14
14
|
}, {}, {}>;
|
|
15
|
-
export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
15
|
+
export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
16
16
|
ownerState?: (Partial<import('../types').TimePickerOwnerState> & Record<string, unknown>) | undefined;
|
|
17
17
|
}, {}, {}>;
|
|
18
18
|
export declare const SkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('../../Skeleton/types').SkeletonProps, keyof import('../../Skeleton/types').SkeletonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const ToggleIconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').ToggleIconButtonOwnerState> & Record<string, unknown> & {
|
|
1
|
+
export declare const ToggleIconButtonRootStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Partial<import('..').ToggleIconButtonOwnerState> & Record<string, unknown> & {
|
|
2
2
|
ownerState: Partial<import('..').ToggleIconButtonOwnerState> & Record<string, unknown>;
|
|
3
3
|
}, {}, {}>;
|
package/hocs/index.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ export declare const StackCustomHeaderStyled: import('@emotion/styled').StyledCo
|
|
|
7
7
|
export declare const StackRightActionsStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../..').StackProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "children" | "title" | "component" | "zIndex" | "id" | "divider" | "border" | "fontWeight" | "lineHeight" | "letterSpacing" | "fontSize" | "textTransform" | "fontFamily" | "typography" | "direction" | "spacing" | "flex" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "marginBlockEnd" | "marginBlockStart" | "marginBottom" | "marginInlineEnd" | "marginInlineStart" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBlockEnd" | "paddingBlockStart" | "paddingBottom" | "paddingInlineEnd" | "paddingInlineStart" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "sx" | "p" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint" | "dataTestId" | keyof import('react').RefAttributes<HTMLDivElement> | "useFlexGap"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
8
8
|
ownerState?: (Partial<import('../types').DynamicFilterAndSortOwnerState> & Record<string, unknown>) | undefined;
|
|
9
9
|
}, {}, {}>;
|
|
10
|
-
export declare const ActionRefreshStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../components/mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
10
|
+
export declare const ActionRefreshStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../../components/mui_extended/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "value" | "size" | "children" | "title" | "component" | "name" | "id" | "type" | "selected" | "disabled" | "action" | "variant" | "color" | "content" | "translate" | "className" | "style" | "classes" | "src" | "sx" | "form" | "slot" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "hidden" | "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" | "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" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "tooltip" | "instaceDataTestId" | "placement" | "icon" | "rotationAngle" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material/styles').Theme> & Record<string, unknown> & {
|
|
11
11
|
ownerState?: (Partial<import('../types').DynamicFilterAndSortOwnerState> & Record<string, unknown>) | undefined;
|
|
12
12
|
}, {}, {}>;
|
package/index.js
CHANGED
|
@@ -81,19 +81,17 @@ import { u as u14 } from "./components/datagrids/formatters/ColumnColorFormatter
|
|
|
81
81
|
import { u as u15 } from "./components/datagrids/formatters/ColumnImageFormatter/useColumnImage.js";
|
|
82
82
|
import { C as C29 } from "./components/datagrids/formatters/ColumnImageFormatter/formatter.js";
|
|
83
83
|
import { C as C30 } from "./components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js";
|
|
84
|
-
import { D as D3 } from "./components/
|
|
85
|
-
import { g as g8 } from "./components/DaysOfWeekPicker/dictionary.js";
|
|
86
|
-
import { D as D4 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
84
|
+
import { D as D3 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
87
85
|
import { d as d2 } from "./components/DragResizeWindowRND/classes/index.js";
|
|
88
86
|
import { W } from "./components/DragResizeWindowRND/constants.js";
|
|
89
|
-
import { g as
|
|
90
|
-
import { a as a5, g as
|
|
91
|
-
import { g as
|
|
92
|
-
import { D as
|
|
87
|
+
import { g as g8 } from "./components/DynamicFilter/dictionary.js";
|
|
88
|
+
import { a as a5, g as g9 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
89
|
+
import { g as g10 } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
|
|
90
|
+
import { D as D4 } from "./components/DynamicFilter/DynamicFilter.js";
|
|
93
91
|
import { a as a6 } from "./components/DynamicSort/dictionary.js";
|
|
94
92
|
import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
95
|
-
import { g as
|
|
96
|
-
import { D as
|
|
93
|
+
import { g as g11 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
94
|
+
import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
|
|
97
95
|
import { R } from "./components/extended/React-Resizable/Resizable/Resizable.js";
|
|
98
96
|
import { R as R2 } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
|
|
99
97
|
import { S as S3 } from "./components/extended/React-resizable-panels/SplitLayout.js";
|
|
@@ -109,7 +107,7 @@ import { B as B4 } from "./components/mui_extended/Badge/Badge.js";
|
|
|
109
107
|
import { L as L3 } from "./components/mui_extended/LinearProgress/index.js";
|
|
110
108
|
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.js";
|
|
111
109
|
import { L as L5 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
|
|
112
|
-
import { g as
|
|
110
|
+
import { g as g12 } from "./components/Pager/dicctionary.js";
|
|
113
111
|
import { A as A17 } from "./components/mui_extended/Accordion/Accordion.js";
|
|
114
112
|
import { T as T4 } from "./components/mui_extended/Tooltip/Tooltip.js";
|
|
115
113
|
import { I as I2 } from "./components/mui_extended/IconButton/IconButton.js";
|
|
@@ -137,24 +135,24 @@ import { a as a8, T as T15 } from "./components/mui_extended/ToggleIconButton/co
|
|
|
137
135
|
import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
138
136
|
import { T as T17 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
139
137
|
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
140
|
-
import { D as
|
|
141
|
-
import { D as
|
|
142
|
-
import { D as
|
|
138
|
+
import { D as D6 } from "./components/mui_extended/Dialog/Dialog.js";
|
|
139
|
+
import { D as D7 } from "./components/mui_extended/Divider/Divider.js";
|
|
140
|
+
import { D as D8 } from "./components/mui_extended/DatePicker/DatePicker.js";
|
|
143
141
|
import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
144
|
-
import { D as
|
|
145
|
-
import { U, g as
|
|
146
|
-
import { P as P3, g as
|
|
147
|
-
import { C as C33, g as
|
|
142
|
+
import { D as D9, g as g13 } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
143
|
+
import { U, g as g14 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
144
|
+
import { P as P3, g as g15 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
145
|
+
import { C as C33, g as g16 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
148
146
|
import { P as P4, u as u16 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
149
|
-
import { P as P5, g as
|
|
147
|
+
import { P as P5, g as g17 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
150
148
|
import { T as T18 } from "./components/formatters/TagsFormatter/TagsFormatter.js";
|
|
151
149
|
import { C as C34 } from "./components/formatters/ColorFormatter/ColorFormatter.js";
|
|
152
150
|
import { I as I4 } from "./components/formatters/ImageFormatter/ImageFormatter.js";
|
|
153
151
|
import { C as C35 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
154
|
-
import { g as
|
|
155
|
-
import { D as
|
|
152
|
+
import { g as g18 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
153
|
+
import { D as D10 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
156
154
|
import { u as u17 } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
|
|
157
|
-
import { g as
|
|
155
|
+
import { g as g19 } from "./components/formatters/dictionary.js";
|
|
158
156
|
import { F as F2 } from "./components/FormContainer/FormContainer.js";
|
|
159
157
|
import { G } from "./components/GridLayout/GridLayout.js";
|
|
160
158
|
import { R as R5 } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
@@ -164,9 +162,9 @@ import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.
|
|
|
164
162
|
import { H as H2 } from "./components/HelmetPage/index.js";
|
|
165
163
|
import { H as H3 } from "./components/HelperError/HelperError.js";
|
|
166
164
|
import { R as R6 } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
167
|
-
import { g as
|
|
165
|
+
import { g as g20 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
168
166
|
import { R as R7 } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
169
|
-
import { g as
|
|
167
|
+
import { g as g21 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
170
168
|
import { R as R8 } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
171
169
|
import { R as R9 } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
|
|
172
170
|
import { R as R10 } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
|
|
@@ -178,21 +176,20 @@ import { R as R15 } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/R
|
|
|
178
176
|
import { R as R16 } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
|
|
179
177
|
import { R as R17 } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
180
178
|
import { R as R18 } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
|
|
181
|
-
import { R as R19 } from "./components/hook-form/
|
|
182
|
-
import { R as R20 } from "./components/hook-form/
|
|
183
|
-
import {
|
|
184
|
-
import { g as g23 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
179
|
+
import { R as R19 } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
180
|
+
import { R as R20 } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
181
|
+
import { g as g22 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
185
182
|
import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
186
|
-
import { R as
|
|
187
|
-
import { R as
|
|
188
|
-
import { R as
|
|
189
|
-
import { N as N3, P as P6, R as
|
|
190
|
-
import { R as
|
|
191
|
-
import { R as
|
|
183
|
+
import { R as R21 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
184
|
+
import { R as R22 } from "./components/hook-form/RHFPeriod/constants.js";
|
|
185
|
+
import { R as R23 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
186
|
+
import { N as N3, P as P6, R as R24, S as S7 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
187
|
+
import { R as R25 } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
188
|
+
import { R as R26 } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
192
189
|
import { V as V2, b as b4, a as a9 } from "./components/hook-form/RHFormProvider/types.js";
|
|
193
|
-
import { F as F3, R as
|
|
190
|
+
import { F as F3, R as R27, u as u18 } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
|
|
194
191
|
import { d as d4, a as a10, b as b5, c as c3 } from "./components/hook-form/RHFormProvider/schema.js";
|
|
195
|
-
import { R as
|
|
192
|
+
import { R as R28 } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
|
|
196
193
|
import { I as I5 } from "./components/Icon/Icon.js";
|
|
197
194
|
import { I as I6 } from "./components/Image/Image.js";
|
|
198
195
|
import { L as L6 } from "./components/Label/Label.js";
|
|
@@ -200,19 +197,19 @@ import { L as L7 } from "./components/LanguagePopover/LanguagePopover.js";
|
|
|
200
197
|
import { L as L8 } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
201
198
|
import { L as L9 } from "./components/Loadable/index.js";
|
|
202
199
|
import { L as L10 } from "./components/LoadingError/LoadingError.js";
|
|
203
|
-
import { g as
|
|
200
|
+
import { g as g23 } from "./components/LoadingError/dictionary.js";
|
|
204
201
|
import { a as a11 } from "./components/MenuActions/dictionary.js";
|
|
205
202
|
import { a as a12, M as M3 } from "./components/MenuActions/MenuActions.js";
|
|
206
203
|
import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
207
204
|
import { M as M5 } from "./components/MFIsolationAppStorybook/MFIsolationAppStorybook.js";
|
|
208
205
|
import { M as M6 } from "./components/MFLoader/MFLoader.js";
|
|
209
|
-
import { g as
|
|
206
|
+
import { g as g24 } from "./components/MFLoader/dictionary.js";
|
|
210
207
|
import { I as I7 } from "./components/ImageText/ImageText.js";
|
|
211
208
|
import { N as N4 } from "./components/NoItemSelected/NoItemSelected.js";
|
|
212
|
-
import { g as
|
|
209
|
+
import { g as g25 } from "./components/NoItemSelected/dictionary.js";
|
|
213
210
|
import { N as N5 } from "./components/NoItemPrivileges/NoItemPrivileges.js";
|
|
214
|
-
import { g as
|
|
215
|
-
import { g as
|
|
211
|
+
import { g as g26 } from "./components/NoItemPrivileges/dictionary.js";
|
|
212
|
+
import { g as g27 } from "./components/ObjectLogs/dictionary.js";
|
|
216
213
|
import { O } from "./components/ObjectLogs/ObjectLogs.js";
|
|
217
214
|
import { P as P7 } from "./components/PaperForm/PaperForm.js";
|
|
218
215
|
import { P as P8 } from "./components/PDFViewer/PDFViewer.js";
|
|
@@ -226,15 +223,15 @@ import { S as S9 } from "./components/SideBar/SideBar.js";
|
|
|
226
223
|
import { T as T19 } from "./components/ToastContainer/ToastContainer.js";
|
|
227
224
|
import { T as T20 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
228
225
|
import { T as T21 } from "./components/TabsNavigator/TabsNavigator.js";
|
|
229
|
-
import { g as
|
|
226
|
+
import { g as g28 } from "./components/TabsNavigator/dictionary.js";
|
|
230
227
|
import { W as W2 } from "./components/WindowBase/WindowBase.js";
|
|
231
228
|
import { u as u20 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
232
229
|
import { u as u21, a as a14 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
233
230
|
import { M as M7, W as W3, a as a15 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
234
231
|
import { c as c4 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
235
|
-
import { D as
|
|
232
|
+
import { D as D11, a as a16, M as M8 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
236
233
|
import { W as W4 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
237
|
-
import { a as a17, g as
|
|
234
|
+
import { a as a17, g as g29 } from "./components/ModalDialog/dictionary.js";
|
|
238
235
|
import { M as M9 } from "./components/ModalDialog/ModalDialog.js";
|
|
239
236
|
import { S as S10 } from "./components/SettingsLayout/SettingsLayout.js";
|
|
240
237
|
import { P as P13 } from "./components/Pager/Pager.js";
|
|
@@ -250,16 +247,16 @@ import { S as S18 } from "./components/Stepper/subcomponents/StepperButtons/Step
|
|
|
250
247
|
import { S as S19 } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
|
|
251
248
|
import { S as S20 } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
|
|
252
249
|
import { e as e3 } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
|
|
253
|
-
import { g as
|
|
254
|
-
import { g as
|
|
255
|
-
import { g as
|
|
250
|
+
import { g as g30 } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
251
|
+
import { g as g31 } from "./components/Stepper/dictionary.js";
|
|
252
|
+
import { g as g32 } from "./components/hook-form/RHFormProvider/dictionary.js";
|
|
256
253
|
import { u as u23 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
257
254
|
import { A as A18 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
258
255
|
import { a as a18, M as M10 } from "./contexts/ModalContext/index.js";
|
|
259
256
|
import { u as u24 } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
260
257
|
import { u as u25 } from "./hooks/useModal/index.js";
|
|
261
258
|
import { u as u26 } from "./hooks/useTab/index.js";
|
|
262
|
-
import { g as
|
|
259
|
+
import { g as g33 } from "./hooks/useFormAddEdit/dictionary.js";
|
|
263
260
|
import { u as u27 } from "./hooks/useFormFocus/index.js";
|
|
264
261
|
import { u as u28 } from "./hooks/useInterval/index.js";
|
|
265
262
|
import { u as u29 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
@@ -276,16 +273,16 @@ import { u as u37 } from "./hooks/useSizeContainer/index.js";
|
|
|
276
273
|
import { u as u38 } from "./hooks/useWatchTyped/useTypedWatch.js";
|
|
277
274
|
import { c as c5 } from "./utils/capitalizeFirstLetter.js";
|
|
278
275
|
import { i as i2 } from "./utils/isValidDate.js";
|
|
279
|
-
import { g as
|
|
280
|
-
import { g as
|
|
281
|
-
import { g as
|
|
282
|
-
import { g as
|
|
283
|
-
import { a as a19, g as
|
|
276
|
+
import { g as g34 } from "./utils/getComponentUtilityClass.js";
|
|
277
|
+
import { g as g35 } from "./utils/getPaletteColor.js";
|
|
278
|
+
import { g as g36 } from "./utils/getTypographyStyles.js";
|
|
279
|
+
import { g as g37 } from "./utils/getIconColor.js";
|
|
280
|
+
import { a as a19, g as g38 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
284
281
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
285
|
-
import { g as
|
|
282
|
+
import { g as g39, a as a20 } from "./utils/getComponentSlotRoot.js";
|
|
286
283
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
287
|
-
import { g as
|
|
288
|
-
import { g as
|
|
284
|
+
import { g as g40 } from "./utils/getValidDate.js";
|
|
285
|
+
import { g as g41 } from "./utils/getNullGuard.js";
|
|
289
286
|
import { c as c6, d as d5 } from "./utils/deepShallow.js";
|
|
290
287
|
export {
|
|
291
288
|
A8 as AREAS_DICCTIONARY,
|
|
@@ -354,17 +351,16 @@ export {
|
|
|
354
351
|
e as DATAGRID_SEMANTIC_WIDTHS,
|
|
355
352
|
D as DICTIONARY,
|
|
356
353
|
D2 as DataGrid,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
D4 as
|
|
364
|
-
|
|
365
|
-
D12 as DynamicMFParmsContext,
|
|
354
|
+
D9 as DateFormatter,
|
|
355
|
+
D8 as DatePicker,
|
|
356
|
+
D6 as Dialog,
|
|
357
|
+
D10 as DistanceToNowFormatter,
|
|
358
|
+
D7 as Divider,
|
|
359
|
+
D3 as DragResizeWindowRND,
|
|
360
|
+
D4 as DynamicFilter,
|
|
361
|
+
D11 as DynamicMFParmsContext,
|
|
366
362
|
a16 as DynamicMFParmsProvider,
|
|
367
|
-
|
|
363
|
+
D5 as DynamicSort,
|
|
368
364
|
F as FixedSizeList,
|
|
369
365
|
F2 as FormContainer,
|
|
370
366
|
F3 as FormProviderCustom,
|
|
@@ -423,7 +419,7 @@ export {
|
|
|
423
419
|
P11 as PrintingSystem,
|
|
424
420
|
P as PropagateLoaderSpinner,
|
|
425
421
|
P12 as PropertyValue,
|
|
426
|
-
|
|
422
|
+
R28 as RHFActionsGroup,
|
|
427
423
|
R6 as RHFAutocomplete,
|
|
428
424
|
R7 as RHFAutocompleteAsync,
|
|
429
425
|
R18 as RHFCheckableList,
|
|
@@ -432,21 +428,20 @@ export {
|
|
|
432
428
|
R10 as RHFDatePicker,
|
|
433
429
|
R8 as RHFDateTime,
|
|
434
430
|
R9 as RHFDateTimePicker,
|
|
435
|
-
R19 as RHFDaysOfWeekPicker,
|
|
436
431
|
R13 as RHFHelperError,
|
|
437
432
|
R11 as RHFMultiCheckbox,
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
433
|
+
R25 as RHFNumberInput,
|
|
434
|
+
R21 as RHFPeriod,
|
|
435
|
+
R24 as RHFPeriodRootStyled,
|
|
436
|
+
R23 as RHFPeriodSlots,
|
|
442
437
|
R14 as RHFRadioGroup,
|
|
443
438
|
R12 as RHFSelect,
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
439
|
+
R19 as RHFTextField,
|
|
440
|
+
R20 as RHFTextFieldPassword,
|
|
441
|
+
R26 as RHFUploadImage,
|
|
447
442
|
R15 as RHFUploadSingleFile,
|
|
448
|
-
|
|
449
|
-
|
|
443
|
+
R22 as RHF_PERIOD_KEY_COMPONENT,
|
|
444
|
+
R27 as RHFormProvider,
|
|
450
445
|
R4 as Radio,
|
|
451
446
|
R3 as ReactJsonViewer,
|
|
452
447
|
R as Resizable,
|
|
@@ -528,49 +523,48 @@ export {
|
|
|
528
523
|
g3 as getAreasDictionary,
|
|
529
524
|
g4 as getCheckableListComponentsDictionary,
|
|
530
525
|
g5 as getCommonActionsDictionary,
|
|
531
|
-
|
|
526
|
+
g39 as getComponentClasses,
|
|
532
527
|
a20 as getComponentSlotRoot,
|
|
533
|
-
|
|
528
|
+
g34 as getComponentUtilityClass,
|
|
534
529
|
g6 as getDataGridComponentsDictionary,
|
|
535
530
|
g7 as getDataGridRowsFromSet,
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
g9 as getDynamicFilterComponentsDictionary,
|
|
531
|
+
g18 as getDistanceToNowFormatterComponentsDictionary,
|
|
532
|
+
g8 as getDynamicFilterComponentsDictionary,
|
|
539
533
|
a6 as getDynamicSortComponentsDictionary,
|
|
540
534
|
a5 as getFilterGroupFieldsByName,
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
535
|
+
g32 as getFormComponentsDictionary,
|
|
536
|
+
g16 as getFormatConcatenated,
|
|
537
|
+
g13 as getFormatDate,
|
|
538
|
+
g15 as getFormatPoints,
|
|
539
|
+
g17 as getFormatPrice,
|
|
540
|
+
g19 as getFormattersComponentsDictionary,
|
|
547
541
|
a19 as getHeightSizeStyles,
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
542
|
+
g37 as getIconColor,
|
|
543
|
+
g9 as getIsIfInDynamicFilter,
|
|
544
|
+
g23 as getLoadingErrorComponentsDictionary,
|
|
545
|
+
g24 as getMFLoaderComponentsDictionary,
|
|
552
546
|
a11 as getMenuActionsComponentsDictionary,
|
|
553
547
|
a17 as getModalDialogComponentsDictionary,
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
548
|
+
g29 as getModalDictionary,
|
|
549
|
+
g26 as getNoItemPrivilegesComponentsDictionary,
|
|
550
|
+
g25 as getNoItemSelectedComponentsDictionary,
|
|
551
|
+
g41 as getNullGuard,
|
|
552
|
+
g27 as getObjectLogsComponentsDictionary,
|
|
553
|
+
g12 as getPagerComponentsDictionary,
|
|
554
|
+
g35 as getPaletteColor,
|
|
555
|
+
g22 as getPeriodComponetsDictionary,
|
|
556
|
+
g21 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
557
|
+
g20 as getRHFAutocompleteComponentsDictionary,
|
|
558
|
+
g10 as getRawFiltersForNetwork,
|
|
559
|
+
g11 as getRawSortsForNetwork,
|
|
560
|
+
g38 as getSizeStyles,
|
|
561
|
+
g31 as getStepperComponentsDictionary,
|
|
562
|
+
g30 as getStepsAndValidationSchema,
|
|
563
|
+
g28 as getTabsNavigatorComponentsDictionary,
|
|
564
|
+
g36 as getTypographyStyles,
|
|
565
|
+
g14 as getUncertaintyFormat,
|
|
566
|
+
g40 as getValidDate,
|
|
567
|
+
g33 as getformAddEditDictionary,
|
|
574
568
|
i as isEqualLayout,
|
|
575
569
|
k as isEqualLayouts,
|
|
576
570
|
i2 as isValidDate,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.18",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "M4L Components",
|
|
6
6
|
"lint-staged": {
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"@hookform/resolvers": "2.9.11",
|
|
13
13
|
"@m4l/core": "^2.0.0",
|
|
14
14
|
"@m4l/graphics": "^7.0.0",
|
|
15
|
+
"@m4l/icons": "0.0.11",
|
|
15
16
|
"@m4l/styles": "^7.0.0",
|
|
16
17
|
"@mui/lab": "5.0.0-alpha.173",
|
|
17
18
|
"@mui/material": "5.16.7",
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { DaysOfWeekPickerProps } from './types';
|
|
2
|
-
/**
|
|
3
|
-
* Componente para seleccionar días de la semana.
|
|
4
|
-
*
|
|
5
|
-
* Permite seleccionar uno o múltiples días de la semana mediante botones interactivos.
|
|
6
|
-
* El componente es controlado y requiere la prop `value` para funcionar.
|
|
7
|
-
*
|
|
8
|
-
* ### Características:
|
|
9
|
-
* - **Selección múltiple**: Por defecto permite seleccionar múltiples días
|
|
10
|
-
* - **Modo controlado**: Requiere la prop `value` para controlar el estado
|
|
11
|
-
* - **Días deshabilitados**: Permite deshabilitar días específicos mediante `disabledDays`
|
|
12
|
-
* - **Solo lectura**: Permite mostrar el componente en modo solo lectura con `readOnly`
|
|
13
|
-
* - **Tamaños**: Soporta tamaños small, medium y large
|
|
14
|
-
* @param {DaysOfWeekPickerProps} props - Propiedades del componente.
|
|
15
|
-
* @returns {JSX.Element} Elemento renderizado.
|
|
16
|
-
* @example
|
|
17
|
-
* ```tsx
|
|
18
|
-
* const [selectedDays, setSelectedDays] = useState<DayOfWeek[]>([0, 1, 2]);
|
|
19
|
-
*
|
|
20
|
-
* <DaysOfWeekPicker
|
|
21
|
-
* value={selectedDays}
|
|
22
|
-
* onChange={setSelectedDays}
|
|
23
|
-
* disabledDays={[6]} // Deshabilita domingo
|
|
24
|
-
* />
|
|
25
|
-
*
|
|
26
|
-
* // Modo solo lectura
|
|
27
|
-
* <DaysOfWeekPicker
|
|
28
|
-
* value={selectedDays}
|
|
29
|
-
* readOnly={true} // No permite interacción, los botones disabled se ven igual que enabled
|
|
30
|
-
* />
|
|
31
|
-
* ```
|
|
32
|
-
*/
|
|
33
|
-
export declare const DaysOfWeekPicker: import('react').ForwardRefExoticComponent<DaysOfWeekPickerProps & import('react').RefAttributes<HTMLDivElement>>;
|