@m4l/components 9.4.29-beta.0 → 9.4.29-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/AccountPopover/AccountPopover.d.ts.map +1 -1
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +6 -6
- package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +2 -2
- package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
- package/components/BaseModule/BaseModule.js +22 -31
- package/components/Card/constants.d.ts +1 -1
- package/components/CheckableList/slots/styled.d.ts +9 -9
- package/components/Chip/slots/ChipSlots.d.ts +2 -2
- package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormIntro/types.d.ts +0 -1
- package/components/CommonActions/components/ActionFormIntro/types.d.ts.map +1 -1
- package/components/CommonActions/components/ActionFormSubmitProgrammatic/slots/ActionFormSubmitProgrammaticSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.d.ts +1 -1
- package/components/DaysOfWeekPicker/slots/DaysOfWeekPickerSlots.d.ts +1 -1
- package/components/DragResizeWindowRND/DragResizeWindowRND.d.ts.map +1 -1
- package/components/DragResizeWindowRND/DragResizeWindowRND.js +95 -92
- package/components/DragResizeWindowRND/types.d.ts +12 -0
- package/components/DragResizeWindowRND/types.d.ts.map +1 -1
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
- package/components/DynamicFilter/store/DynamicFilterContext.js +4 -5
- package/components/DynamicFilter/subcomponents/FieldTypes/DataTypeComponent.d.ts +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/DataTypeComponent.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +5 -5
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- package/components/DynamicSort/store/DynamicSortContext.js +4 -5
- package/components/DynamicSort/subcomponents/FieldTypes/DataTypeComponent.d.ts +1 -1
- package/components/DynamicSort/subcomponents/FieldTypes/DataTypeComponent.d.ts.map +1 -1
- package/components/DynamicSort/subcomponents/PopoverSort/PopoverSort.js +5 -5
- package/components/EditLabel/slots/EditLabelSlots.d.ts +4 -4
- package/components/GridLayout/subcomponents/GridItem/index.js +33 -33
- package/components/GridLayout/subcomponents/withSizeProvider/index.js +3 -3
- package/components/HelperError/slots/HelperErrorSlots.d.ts +1 -1
- package/components/Icon/Icon.d.ts.map +1 -1
- package/components/ImageText/slots/ImageTextSlots.d.ts +2 -2
- package/components/Label/slots/LabelSlots.d.ts +2 -2
- package/components/LoadingError/slots/LoadingErrorSlots.d.ts +1 -1
- package/components/MFIsolationApp/MFIsolationApp.d.ts.map +1 -1
- package/components/MFIsolationApp/MFIsolationApp.js +49 -42
- package/components/MFIsolationApp/slots/MFIsolationAppSlots.d.ts +2 -2
- package/components/MenuActions/MenuActions.js +29 -29
- package/components/MenuActions/constants.d.ts +1 -1
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/ModalDialog/slots/ModalDialogSlots.d.ts +1 -1
- package/components/MswExample/MswExample.d.ts +5 -0
- package/components/MswExample/MswExample.d.ts.map +1 -0
- package/components/MswExample/index.d.ts +2 -0
- package/components/MswExample/index.d.ts.map +1 -0
- package/components/NoItemPrivileges/NoItemPrivileges.js +4 -5
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/ObjectLogs/hooks/useObjectLogsColumns.js +3 -3
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +2 -2
- package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +6 -6
- package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.js +6 -6
- package/components/Pager/slots/PagerSlots.d.ts +3 -3
- package/components/PaperForm/slots/PaperFormSlots.d.ts +1 -1
- package/components/PrintingSystem/utils/FactoryRender/index.d.ts.map +1 -1
- package/components/PrintingSystem/utils/FactoryRender/index.js +35 -33
- package/components/PrintingSystem/utils/PageRender/index.js +19 -19
- package/components/PropertyValue/PropertyValue.js +6 -6
- package/components/PropertyValue/slots/PropertyValueSlots.d.ts +1 -1
- package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +3 -3
- package/components/SideBar/slots/SideBarSlots.d.ts +1 -1
- package/components/Stepper/slots/StepperSlot.d.ts +4 -4
- package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +4 -5
- package/components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js +6 -21
- package/components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js +6 -11
- package/components/TabsNavigator/TabsNavigator.js +19 -19
- package/components/TabsNavigator/TabsNavigator.styles.js +1 -1
- package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts +2 -2
- package/components/TabsNavigator/subcomponents/TabNavigatorClusterComponent/TabNavigatorClusterComponent.js +13 -13
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +4 -4
- package/components/WindowBase/WindowBase.styles.js +11 -11
- package/components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js +6 -6
- package/components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js +7 -7
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +2 -2
- package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.js +2 -2
- package/components/WindowBase/subcomponents/MicroFrontend/MicroFrontend.js +4 -4
- package/components/WindowConfirm/slots/WindowConfirmSlots.d.ts +5 -5
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +3 -3
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +7 -8
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +7 -7
- package/components/areas/components/AreasViewer/AreasViewer.js +4 -5
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js +22 -22
- package/components/datagrids/contexts/DataGridContext/DataGridContext.d.ts.map +1 -1
- package/components/datagrids/contexts/DataGridContext/DataGridContext.js +15 -16
- package/components/datagrids/formatters/ColumnBooleanFormatter/ColumnBooleanGroupFormatter.js +8 -8
- package/components/datagrids/formatters/ColumnBooleanFormatter/formatter.js +2 -2
- package/components/datagrids/formatters/ColumnColorFormatter/ColumnColorGroupFormatter.js +2 -2
- package/components/datagrids/formatters/ColumnColorFormatter/formatter.js +2 -2
- package/components/datagrids/formatters/ColumnConcatenatedValuesFormatter/ColumnConcatenatedValuesGroupFormatter.js +10 -10
- package/components/datagrids/formatters/ColumnConcatenatedValuesFormatter/formatter.js +5 -5
- package/components/datagrids/formatters/ColumnDateFormatter/ColumnDateGroupFormatter.js +2 -2
- package/components/datagrids/formatters/ColumnDateFormatter/formatter.js +4 -4
- package/components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js +2 -2
- package/components/datagrids/formatters/ColumnImageFormatter/ImageFormatterCell.js +2 -2
- package/components/datagrids/formatters/ColumnNestedValueFormatter/ColumnNestedValueGroupFormatter.js +10 -10
- package/components/datagrids/formatters/ColumnNestedValueFormatter/formatter.js +8 -8
- package/components/datagrids/formatters/ColumnPointsFormatter/ColumnPointsGroupFormatter.js +6 -6
- package/components/datagrids/formatters/ColumnPointsFormatter/formatter.js +5 -5
- package/components/datagrids/formatters/ColumnPriceFormatter/formatter.js +5 -5
- package/components/datagrids/formatters/ColumnUncertaintyFormatter/ColumnUncertaintyGroupFormatter.js +2 -2
- package/components/datagrids/formatters/ColumnUncertaintyFormatter/formatter.js +2 -2
- package/components/datagrids/hooks/shared/useDataGrid/useDataGrid.d.ts +1 -1
- package/components/datagrids/hooks/shared/useDataGrid/useDataGrid.d.ts.map +1 -1
- package/components/datagrids/slots/DataGridSlot.d.ts +5 -5
- package/components/datagrids/subcomponents/ControlNavigate/subcomponents/RowsCount/RowsCount.js +7 -10
- package/components/datagrids/subcomponents/HeaderActions/HeaderActions.js +11 -13
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/Density/Density.js +6 -8
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/Filter/Filter.d.ts.map +1 -1
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/Filter/Filter.js +9 -11
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/MobileMenuActions/MobileMenuActions.d.ts.map +1 -1
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/MobileMenuActions/MobileMenuActions.js +2 -4
- package/components/datagrids/subcomponents/HeaderActions/subcomponents/ViewMode/ViewMode.js +12 -14
- package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +3 -4
- package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +4 -5
- package/components/datagrids/views/CardsView/subcomponents/CardRow/CardRow.js +24 -26
- package/components/datagrids/views/CardsView/subcomponents/Settings/hooks/useModalSettings/useModalSettings.js +2 -3
- package/components/datagrids/views/CardsView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +2 -2
- package/components/datagrids/views/TableView/TableView.d.ts.map +1 -1
- package/components/datagrids/views/TableView/TableView.js +20 -21
- package/components/datagrids/views/TableView/subcomponents/RenderGroupCell/RenderGroupCell.js +8 -11
- package/components/datagrids/views/TableView/subcomponents/Settings/hooks/useModalSettings/useModalSettings.js +7 -8
- package/components/datagrids/views/TableView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +2 -2
- package/components/datagrids/views/adapters/RenderContent/RenderContent.js +5 -8
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +3 -3
- package/components/extended/mui/Accordion/slots/AccordionSlots.d.ts +3 -3
- package/components/extended/mui/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/Autocomplete.js +32 -34
- package/components/extended/mui/Autocomplete/Autocomplete.styles.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/Autocomplete.styles.js +10 -3
- package/components/extended/mui/Autocomplete/constants.d.ts +2 -1
- package/components/extended/mui/Autocomplete/constants.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/hooks/useMultipleChips.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/hooks/useMultipleChips.js +17 -17
- package/components/extended/mui/Autocomplete/slots/AutocompleteEnum.d.ts +1 -0
- package/components/extended/mui/Autocomplete/slots/AutocompleteEnum.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/slots/AutocompleteEnum.js +1 -1
- package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.d.ts +8 -5
- package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.d.ts.map +1 -1
- package/components/extended/mui/Autocomplete/slots/AutocompleteSlots.js +56 -52
- package/components/extended/mui/Autocomplete/subcomponents/PopperComponent/PopperComponent.js +5 -5
- package/components/extended/mui/Autocomplete/subcomponents/RenderAdornment/RenderAdornment.d.ts +1 -1
- package/components/extended/mui/Autocomplete/subcomponents/RenderAdornment/RenderAdornment.d.ts.map +1 -1
- package/components/extended/mui/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/extended/mui/Button/slots/ButtonSlots.d.ts +2 -2
- package/components/extended/mui/CheckBox/slots/CheckBoxSlots.d.ts +1 -1
- package/components/extended/mui/DatePicker/constants.d.ts +1 -1
- package/components/extended/mui/DatePicker/hooks/useDatePicker/useDatePicker.js +9 -9
- package/components/extended/mui/DatePicker/slots/DatePickerSlots.d.ts +2 -2
- package/components/extended/mui/DateTimePicker/slots/DateTimePickerSlots.d.ts +3 -3
- package/components/extended/mui/Divider/slots/DividerSlots.d.ts +1 -1
- package/components/extended/mui/IconButton/IconButton.d.ts.map +1 -1
- package/components/extended/mui/IconButton/IconButton.js +74 -74
- package/components/extended/mui/IconButton/constants.d.ts +1 -1
- package/components/extended/mui/IconButton/slots/IconButtonSlots.d.ts +1 -1
- package/components/extended/mui/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/extended/mui/MenuDivider/slots/MenuDividerSlots.d.ts +1 -1
- package/components/extended/mui/MenuItem/MenuItem.js +12 -12
- package/components/extended/mui/MenuItem/slots/MenuItemSlots.d.ts +2 -2
- package/components/extended/mui/NavLink/slots/NavLinkSlots.d.ts +1 -1
- package/components/extended/mui/Popper/slots/PopperStlots.d.ts +1 -1
- package/components/extended/mui/Radio/slots/styled.d.ts +1 -1
- package/components/extended/mui/Select/Select.js +31 -31
- package/components/extended/mui/Select/constants.d.ts +1 -1
- package/components/extended/mui/Select/slots/SelectSlots.d.ts +5 -5
- package/components/extended/mui/Tab/Slots/TabSlots.d.ts +2 -2
- package/components/extended/mui/Tabs/Tabs.js +4 -4
- package/components/extended/mui/Tabs/slots/TabsSlots.d.ts +1 -1
- package/components/extended/mui/TextField/TextField.js +12 -12
- package/components/extended/mui/TextField/constants.d.ts +1 -1
- package/components/extended/mui/TextField/slots/TextFieldSlots.d.ts +4 -4
- package/components/extended/mui/TimePicker/slots/TimePickerSlots.d.ts +2 -2
- package/components/extended/mui/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
- package/components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/components/extended/mui/Typography/slots/typographySlots.d.ts +1 -1
- package/components/formatters/BooleanFormatter/BooleanFormatter.js +5 -5
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +1 -1
- package/components/formatters/ChipStatusFormatter/ChipStatusFormatter.js +20 -20
- package/components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js +5 -5
- package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts +1 -1
- package/components/formatters/DateFormatter/DateFormatter.js +10 -10
- package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts +1 -1
- package/components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js +8 -8
- package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.d.ts +1 -1
- package/components/formatters/ImageFormatter/slots/ImageFormatterSlots.d.ts +1 -1
- package/components/formatters/PeriodFormatter/PeriodFormatter.js +15 -15
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts +1 -1
- package/components/formatters/PointsFormatter/PointsFormatter.js +11 -11
- package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts +1 -1
- package/components/formatters/PriceFormatter/PriceFormatter.js +4 -4
- package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts +1 -1
- package/components/formatters/TagsFormatter/TagsFormatter.js +4 -5
- package/components/formatters/TagsFormatter/helpers/renderMultipleTag.d.ts.map +1 -1
- package/components/formatters/TagsFormatter/helpers/renderMultipleTag.js +10 -15
- package/components/formatters/TagsFormatter/helpers/renderTag.d.ts.map +1 -1
- package/components/formatters/TagsFormatter/helpers/renderTag.js +6 -6
- package/components/formatters/UncertaintyFormatter/UncertaintyFormatter.js +5 -5
- package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts +1 -1
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFColorPicker/slots/RHFColorPickerSlots.d.ts +1 -1
- package/components/hook-form/RHFDatePicker/slots/RHFDatePickerSlots.d.ts +2 -2
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +1 -1
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +2 -2
- package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +3 -3
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/constants.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +7 -7
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js +4 -4
- package/components/popups/components/PopupsViewer/subcomponents/Popup/Popup.d.ts.map +1 -1
- package/components/popups/components/PopupsViewer/subcomponents/Popup/Popup.js +61 -59
- package/contexts/form.d.ts +10 -0
- package/contexts/form.d.ts.map +1 -0
- package/contexts/index.d.ts +0 -3
- package/contexts/index.d.ts.map +1 -1
- package/hooks/useDataGridPersistence/useDataGridPersistence.js +3 -3
- package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +4 -4
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +6 -6
- package/mockServiceWorker.js +349 -0
- package/package.json +4 -4
- package/_virtual/hoist-non-react-statics.cjs.js +0 -2
- package/_virtual/index.js +0 -4
- package/_virtual/react-is.development.js +0 -4
- package/_virtual/react-is.production.min.js +0 -4
|
@@ -53,8 +53,6 @@ import "../../areas/components/AreasAdmin/slots/AreasAdminSlots.js";
|
|
|
53
53
|
import "../../extended/mui/Typography/Typography.js";
|
|
54
54
|
import "../../MenuActions/MenuActions.js";
|
|
55
55
|
import "../../areas/components/AreasViewer/AreasViewer.js";
|
|
56
|
-
import "../../hook-form/RHFormProvider/RHFormProvider.js";
|
|
57
|
-
import "zustand/middleware";
|
|
58
56
|
import "../../Card/slots/CardSlots.js";
|
|
59
57
|
import "../../Card/constants.js";
|
|
60
58
|
import "../../CheckableList/constants.js";
|
|
@@ -80,8 +78,8 @@ import "../../commercial/SectionCommercial/classes/index.js";
|
|
|
80
78
|
import "../../commercial/SectionCommercial/styles.js";
|
|
81
79
|
import "../../ContainerFlow/constants.js";
|
|
82
80
|
import "../../ContainerFlow/slots/ContainerFlowSlots.js";
|
|
83
|
-
import "../../datagrids/contexts/DataGridContext/DataGridContext.js";
|
|
84
81
|
import "../../datagrids/contexts/FilterContext/FilterContext.js";
|
|
82
|
+
import "../../datagrids/contexts/DataGridContext/DataGridContext.js";
|
|
85
83
|
import "@m4l/icons";
|
|
86
84
|
import "../../datagrids/slots/DataGridSlot.js";
|
|
87
85
|
import "../../datagrids/views/TableView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js";
|
|
@@ -159,6 +157,7 @@ import "lodash-es/isString";
|
|
|
159
157
|
import "../../Image/subcomponents/IntersectComponent/index.js";
|
|
160
158
|
import "../../Image/slots/ImageSlots.js";
|
|
161
159
|
import "../../Image/constant.js";
|
|
160
|
+
import "../../hook-form/RHFormProvider/RHFormProvider.js";
|
|
162
161
|
import "yup";
|
|
163
162
|
import "../../hook-form/RHFActionsGroup/slots/RHFActionsGroupSlots.js";
|
|
164
163
|
import "../../hook-form/RHFActionsGroup/constants.js";
|
|
@@ -224,7 +223,7 @@ import "../../Stepper/slots/StepperSlot.js";
|
|
|
224
223
|
import { formatToInitialSorts as N } from "../helpers/formatToInitialSorts.js";
|
|
225
224
|
import { formatToRowSort as P } from "../helpers/formatToRowSort.js";
|
|
226
225
|
import { createDynamicSortStore as V } from "./DynamicSortStore.js";
|
|
227
|
-
const H = b(null),
|
|
226
|
+
const H = b(null), Ui = O(
|
|
228
227
|
(c, u) => {
|
|
229
228
|
const {
|
|
230
229
|
automatic: l = !0,
|
|
@@ -305,5 +304,5 @@ const H = b(null), Wi = O(
|
|
|
305
304
|
);
|
|
306
305
|
export {
|
|
307
306
|
H as DynamicSortContext,
|
|
308
|
-
|
|
307
|
+
Ui as DynamicSortProvider
|
|
309
308
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTypeComponent.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/components/src/components/DynamicSort/subcomponents/FieldTypes/DataTypeComponent.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"DataTypeComponent.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/components/src/components/DynamicSort/subcomponents/FieldTypes/DataTypeComponent.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAC3D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAExD;;GAEG;AACH,iBAAS,iBAAiB,CAAC,KAAK,EAAE;IAAE,QAAQ,EAAE,oBAAoB,CAAC;IAAC,UAAU,EAAE,cAAc,CAAA;CAAE,oDAS/F;AACD,eAAe,iBAAiB,CAAC"}
|
|
@@ -5,18 +5,18 @@ import "../../../WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.j
|
|
|
5
5
|
import "zustand";
|
|
6
6
|
import "../../../WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
7
7
|
import "zustand/middleware/immer";
|
|
8
|
-
import "../../../../contexts/ModalContext/index.js";
|
|
9
8
|
import { RHFormProvider as b } from "../../../hook-form/RHFormProvider/RHFormProvider.js";
|
|
10
|
-
import "../../../../contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
11
|
-
import "zustand/shallow";
|
|
12
|
-
import "zustand/middleware";
|
|
13
|
-
import "@m4l/styles";
|
|
14
9
|
import "../../../CommonActions/components/ActionsContainer/ActionsContainer.js";
|
|
15
10
|
import { ActionCancel as y } from "../../../CommonActions/components/ActionCancel/ActionCancel.js";
|
|
16
11
|
import "../../../CommonActions/components/ActionIntro/ActionIntro.js";
|
|
17
12
|
import "react-hook-form";
|
|
18
13
|
import "@m4l/core";
|
|
14
|
+
import "../../../../contexts/ModalContext/index.js";
|
|
19
15
|
import "../../../WindowConfirm/slots/WindowConfirmSlots.js";
|
|
16
|
+
import "../../../../contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
17
|
+
import "zustand/shallow";
|
|
18
|
+
import "zustand/middleware";
|
|
19
|
+
import "@m4l/styles";
|
|
20
20
|
import "clsx";
|
|
21
21
|
import "../../../CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.js";
|
|
22
22
|
import "../../../CommonActions/components/ActionFormIntro/slots/ActionFormIntroSlots.js";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
export declare const EditLabelRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
2
2
|
ownerState?: (Partial<import('..').EditLabelOwnerState> & Record<string, unknown>) | undefined;
|
|
3
3
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
4
|
-
export declare const TextFieldStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/TextField/types').TextFieldProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "
|
|
4
|
+
export declare const TextFieldStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/TextField/types').TextFieldProps, "ref"> & import('react').RefAttributes<HTMLDivElement>, "title" | "component" | "error" | "size" | "variant" | "content" | "translate" | "margin" | "className" | "style" | "classes" | "children" | "sx" | "label" | "slot" | "select" | "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" | "disabled" | "dataTestId" | "type" | keyof import('react').RefAttributes<HTMLDivElement> | "placeholder" | "maxRows" | "fullWidth" | "required" | "maxLength" | "autoComplete" | "focused" | "hiddenLabel" | "InputProps" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputProps" | "inputRef" | "multiline" | "rows" | "minRows" | "SelectProps"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
5
5
|
ownerState?: (Partial<import('..').EditLabelOwnerState> & Record<string, unknown>) | undefined;
|
|
6
6
|
}, {}, {}>;
|
|
7
|
-
export declare const LabelStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/Typography/types').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "
|
|
7
|
+
export declare const LabelStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/Typography/types').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "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" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonWidth" | "skeletonRows" | "htmlFor" | "ellipsis" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
8
8
|
ownerState?: (Partial<import('..').EditLabelOwnerState> & Record<string, unknown>) | undefined;
|
|
9
9
|
}, {}, {}>;
|
|
10
|
-
export declare const IconButtonEditStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "
|
|
10
|
+
export declare const IconButtonEditStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "src" | "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" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
11
11
|
ownerState?: (Partial<import('..').EditLabelOwnerState> & Record<string, unknown>) | undefined;
|
|
12
12
|
}, {}, {}>;
|
|
13
13
|
export declare const ContainerActionsStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
14
14
|
ownerState?: (Partial<import('..').EditLabelOwnerState> & Record<string, unknown>) | undefined;
|
|
15
15
|
}, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
16
|
-
export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "
|
|
16
|
+
export declare const IconButtonStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/IconButton/types').IconButtonProps, "ref"> & import('react').RefAttributes<HTMLButtonElement>, "title" | "component" | "size" | "variant" | "color" | "content" | "translate" | "action" | "className" | "style" | "classes" | "children" | "src" | "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" | "tooltip" | "value" | "instaceDataTestId" | "placement" | "icon" | "selected" | "rotationAngle" | "disabled" | "ariaLabel" | "dataTestId" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "edge" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "type" | "badgeProps" | keyof import('react').RefAttributes<HTMLButtonElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown> & {
|
|
17
17
|
ownerState?: (Partial<import('..').EditLabelOwnerState> & Record<string, unknown>) | undefined;
|
|
18
18
|
}, {}, {}>;
|
|
19
19
|
//# sourceMappingURL=EditLabelSlots.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
1
|
+
import { jsx as L, Fragment as Me } from "@emotion/react/jsx-runtime";
|
|
2
|
+
import Oe, { useRef as K, useEffect as _e, useState as ve, useCallback as d, useMemo as Fe } from "react";
|
|
3
3
|
import { DraggableCore as Pe } from "react-draggable";
|
|
4
4
|
import { Resizable as Ne } from "../../../extended/React-Resizable/Resizable/Resizable.js";
|
|
5
5
|
import "../../../extended/React-Resizable/ResizableBox/slots/ResizableBoxSlots.js";
|
|
@@ -15,13 +15,13 @@ function et(z) {
|
|
|
15
15
|
type: N,
|
|
16
16
|
i: p,
|
|
17
17
|
x: w,
|
|
18
|
-
y:
|
|
19
|
-
w:
|
|
20
|
-
h:
|
|
18
|
+
y: W,
|
|
19
|
+
w: A,
|
|
20
|
+
h: M,
|
|
21
21
|
cols: S = $e,
|
|
22
22
|
rowHeight: x = je,
|
|
23
23
|
containerWidth: R = qe,
|
|
24
|
-
containerHeight:
|
|
24
|
+
containerHeight: O = Je,
|
|
25
25
|
margin: G = Ke,
|
|
26
26
|
containerPadding: U = Qe,
|
|
27
27
|
transformScale: f = Ve,
|
|
@@ -53,34 +53,34 @@ function et(z) {
|
|
|
53
53
|
} = z, e = K({
|
|
54
54
|
cols: S,
|
|
55
55
|
x: w,
|
|
56
|
-
y:
|
|
57
|
-
w:
|
|
58
|
-
h: Q(
|
|
56
|
+
y: W,
|
|
57
|
+
w: A,
|
|
58
|
+
h: Q(M, T, x, g),
|
|
59
59
|
minW: y,
|
|
60
60
|
maxW: b,
|
|
61
61
|
minH: D,
|
|
62
62
|
maxH: C,
|
|
63
63
|
containerWidth: R,
|
|
64
|
-
containerHeight:
|
|
64
|
+
containerHeight: O,
|
|
65
65
|
margin: G,
|
|
66
66
|
containerPadding: U,
|
|
67
67
|
rowHeight: x,
|
|
68
68
|
maxRows: B,
|
|
69
69
|
colapsed: g
|
|
70
70
|
});
|
|
71
|
-
|
|
71
|
+
_e(() => {
|
|
72
72
|
e.current = {
|
|
73
73
|
cols: S,
|
|
74
74
|
x: w,
|
|
75
|
-
y:
|
|
76
|
-
w:
|
|
77
|
-
h: Q(
|
|
75
|
+
y: W,
|
|
76
|
+
w: A,
|
|
77
|
+
h: Q(M, T, x, g),
|
|
78
78
|
minW: y,
|
|
79
79
|
maxW: b,
|
|
80
80
|
minH: D,
|
|
81
81
|
maxH: C,
|
|
82
82
|
containerWidth: R,
|
|
83
|
-
containerHeight:
|
|
83
|
+
containerHeight: O,
|
|
84
84
|
margin: G,
|
|
85
85
|
containerPadding: U,
|
|
86
86
|
rowHeight: x,
|
|
@@ -90,15 +90,15 @@ function et(z) {
|
|
|
90
90
|
}, [
|
|
91
91
|
S,
|
|
92
92
|
w,
|
|
93
|
-
L,
|
|
94
93
|
W,
|
|
95
94
|
A,
|
|
95
|
+
M,
|
|
96
96
|
y,
|
|
97
97
|
b,
|
|
98
98
|
D,
|
|
99
99
|
C,
|
|
100
100
|
R,
|
|
101
|
-
|
|
101
|
+
O,
|
|
102
102
|
G,
|
|
103
103
|
U,
|
|
104
104
|
x,
|
|
@@ -106,7 +106,7 @@ function et(z) {
|
|
|
106
106
|
g,
|
|
107
107
|
T
|
|
108
108
|
]);
|
|
109
|
-
const [$,
|
|
109
|
+
const [$, _] = ve({
|
|
110
110
|
resizing: void 0,
|
|
111
111
|
dragging: void 0
|
|
112
112
|
}), u = K({
|
|
@@ -133,7 +133,7 @@ function et(z) {
|
|
|
133
133
|
if (!c)
|
|
134
134
|
return;
|
|
135
135
|
const o = c.getBoundingClientRect(), i = t.getBoundingClientRect(), s = i.left / f, l = o.left / f, E = i.top / f, I = o.top / f;
|
|
136
|
-
r.left = s - l + c.scrollLeft, r.top = E - I + c.scrollTop, u.current.dragging = r,
|
|
136
|
+
r.left = s - l + c.scrollLeft, r.top = E - I + c.scrollTop, u.current.dragging = r, _((J) => ({ ...J, dragging: r }));
|
|
137
137
|
const { x: h, y: q } = V(
|
|
138
138
|
H(),
|
|
139
139
|
r.top,
|
|
@@ -161,12 +161,12 @@ function et(z) {
|
|
|
161
161
|
e.current.margin[1]
|
|
162
162
|
);
|
|
163
163
|
o = v(o, 0, q);
|
|
164
|
-
const J = Be(s),
|
|
165
|
-
i = v(i, 0,
|
|
164
|
+
const J = Be(s), Ae = R - le(e.current.w, J, e.current.margin[0]);
|
|
165
|
+
i = v(i, 0, Ae);
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
const l = { top: o, left: i };
|
|
169
|
-
u.current.dragging = l,
|
|
169
|
+
u.current.dragging = l, _((h) => ({ ...h, dragging: l }));
|
|
170
170
|
const { x: E, y: I } = V(
|
|
171
171
|
s,
|
|
172
172
|
o,
|
|
@@ -186,7 +186,7 @@ function et(z) {
|
|
|
186
186
|
if (!oe || !u.current.dragging)
|
|
187
187
|
return;
|
|
188
188
|
const { left: r, top: c } = u.current.dragging, o = { top: c, left: r };
|
|
189
|
-
u.current.dragging = void 0,
|
|
189
|
+
u.current.dragging = void 0, _((l) => ({ ...l, dragging: void 0 }));
|
|
190
190
|
const { x: i, y: s } = V(
|
|
191
191
|
H(),
|
|
192
192
|
c,
|
|
@@ -214,7 +214,7 @@ function et(z) {
|
|
|
214
214
|
const l = Math.max(e.current.minW, 1), E = Math.min(e.current.maxW, e.current.cols - e.current.x);
|
|
215
215
|
i = v(i, l, E), s = v(s, e.current.minH, e.current.maxH);
|
|
216
216
|
const I = c === "onResizeStop" ? void 0 : r;
|
|
217
|
-
|
|
217
|
+
_((h) => ({
|
|
218
218
|
...h,
|
|
219
219
|
resizing: I
|
|
220
220
|
})), u.current.resizing = I, o(p, i, s, { e: n, node: t, size: r });
|
|
@@ -233,7 +233,7 @@ function et(z) {
|
|
|
233
233
|
Math.min(i.width, c),
|
|
234
234
|
Math.min(i.height, 1 / 0)
|
|
235
235
|
];
|
|
236
|
-
return /* @__PURE__ */
|
|
236
|
+
return /* @__PURE__ */ L(
|
|
237
237
|
Ne,
|
|
238
238
|
{
|
|
239
239
|
draggableOpts: {
|
|
@@ -270,7 +270,7 @@ function et(z) {
|
|
|
270
270
|
g
|
|
271
271
|
]
|
|
272
272
|
), De = d(
|
|
273
|
-
(n) => /* @__PURE__ */
|
|
273
|
+
(n) => /* @__PURE__ */ L(
|
|
274
274
|
Pe,
|
|
275
275
|
{
|
|
276
276
|
disabled: !Y || m !== "none",
|
|
@@ -288,12 +288,12 @@ function et(z) {
|
|
|
288
288
|
[Y, Z, f, k, m]
|
|
289
289
|
), ye = d((n, t) => {
|
|
290
290
|
j(n, t, "onResize");
|
|
291
|
-
}, []), Ce = H(R,
|
|
291
|
+
}, []), Ce = H(R, O), se = F(
|
|
292
292
|
Ce,
|
|
293
293
|
w,
|
|
294
|
-
L,
|
|
295
294
|
W,
|
|
296
|
-
|
|
295
|
+
A,
|
|
296
|
+
Q(M, T, x, g),
|
|
297
297
|
m,
|
|
298
298
|
$
|
|
299
299
|
), be = Xe(a.gridItemRoot, me, {
|
|
@@ -316,7 +316,7 @@ function et(z) {
|
|
|
316
316
|
...fe,
|
|
317
317
|
...Re(se)
|
|
318
318
|
//TODO: Delegar el estilo en el ItemRender
|
|
319
|
-
},
|
|
319
|
+
}, Le = Fe(() => /* @__PURE__ */ L(P, { type: N, i: p }), [N, p]), We = De(Te(/* @__PURE__ */ L(
|
|
320
320
|
"div",
|
|
321
321
|
{
|
|
322
322
|
className: be,
|
|
@@ -324,12 +324,12 @@ function et(z) {
|
|
|
324
324
|
style: Ee,
|
|
325
325
|
role: "none",
|
|
326
326
|
onClick: Se,
|
|
327
|
-
children:
|
|
327
|
+
children: Le
|
|
328
328
|
}
|
|
329
329
|
), se, H()));
|
|
330
|
-
return /* @__PURE__ */
|
|
330
|
+
return /* @__PURE__ */ L(Me, { children: We });
|
|
331
331
|
}
|
|
332
|
-
const ut =
|
|
332
|
+
const ut = Oe.memo(et, (z, P) => Ye(z, P));
|
|
333
333
|
export {
|
|
334
334
|
et as GridItem,
|
|
335
335
|
ut as MemonizedGridItem
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as E } from "@emotion/react/jsx-runtime";
|
|
2
|
-
import R, { forwardRef as T, useRef as
|
|
2
|
+
import R, { forwardRef as T, useRef as N, useState as S, useMemo as _, useCallback as g, useEffect as M } from "react";
|
|
3
3
|
import z from "clsx";
|
|
4
4
|
import H from "lodash-es/throttle";
|
|
5
5
|
import { useResizeObserver as O } from "@m4l/graphics";
|
|
6
6
|
import { DEFAULT_CONTAINER_HEIGHT as W, DEFAULT_CONTAINER_WIDTH as w, THROTTLE_RESIZE_TIMEOUT as A, COMPONENT_CLASS_NAME as C } from "../../constants.js";
|
|
7
7
|
function U(s) {
|
|
8
8
|
return T((t, c) => {
|
|
9
|
-
const { measureBeforeMount: f = !0, ...m } = t, u =
|
|
9
|
+
const { measureBeforeMount: f = !0, ...m } = t, u = N(!1), [r, i] = S({
|
|
10
10
|
mounted: !1,
|
|
11
11
|
width: w,
|
|
12
12
|
height: W
|
|
13
|
-
}), n =
|
|
13
|
+
}), n = _(
|
|
14
14
|
() => () => {
|
|
15
15
|
const e = o.current;
|
|
16
16
|
e instanceof HTMLElement && e.clientWidth && i((h) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const TypographyStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/Typography/types').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "
|
|
1
|
+
export declare const TypographyStyled: import('@emotion/styled').StyledComponent<Pick<Omit<import('../../extended/mui/Typography/types').TypographyProps, "ref"> & import('react').RefAttributes<HTMLSpanElement>, "title" | "component" | "zIndex" | "size" | "variant" | "color" | "dataTestid" | "paragraph" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "content" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "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" | "textTransform" | "top" | "translate" | "visibility" | "whiteSpace" | "width" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "marginBlock" | "marginInline" | "overflow" | "padding" | "paddingBlock" | "paddingInline" | "className" | "style" | "classes" | "children" | "sx" | "p" | "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" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint" | "disabled" | "align" | "gutterBottom" | "noWrap" | "variantMapping" | "skeletonWidth" | "skeletonRows" | "htmlFor" | "ellipsis" | keyof import('react').RefAttributes<HTMLSpanElement>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').HelperErrorOwnerState> & Record<string, unknown> & {
|
|
2
2
|
ownerState: Partial<import('../types').HelperErrorOwnerState> & Record<string, unknown>;
|
|
3
3
|
}, {}, {}>;
|
|
4
4
|
export declare const SkeletonStyled: import('@emotion/styled').StyledComponent<Pick<import('../../extended/mui/Skeleton/types').SkeletonProps, keyof import('../../extended/mui/Skeleton/types').SkeletonProps> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Partial<import('../types').HelperErrorOwnerState> & Record<string, unknown> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAkB,SAAS,EAA0C,MAAM,SAAS,CAAC;AAiB5F;;;;;GAKG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,SAAS,
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Icon/Icon.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAkB,SAAS,EAA0C,MAAM,SAAS,CAAC;AAiB5F;;;;;GAKG;AACH,eAAO,MAAM,IAAI,GAAI,OAAO,SAAS,qDAmJpC,CAAC"}
|