@m4l/components 4.1.6 → 4.1.8
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/DataGrid/classes/index.d.ts +1 -1
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/{index-BaCawLr1.js → index-FMaDuDoo.js} +1 -1
- package/components/DataGrid/{index-CvY8AyYR.js → index-BSpzLVZs.js} +2 -2
- package/components/DataGrid/subcomponents/Actions/{index-DaPVA9VI.js → index-B_7pxXBr.js} +2 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/MobileMenuActions/{index-CdugKKzK.js → index-DvZJVnMu.js} +1 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/{index-DYh4632I.js → index-BkzOh8yP.js} +1 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/{index-CB3e1Dot.js → index-yx84WfT-.js} +2 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/hooks/useModalSettings/{index-QDzvR-ER.js → index-D0khxwCJ.js} +1 -1
- package/components/DataGrid/subcomponents/Table/hooks/{getDragHeaderRenderer-CBcDkRBr.js → getDragHeaderRenderer-ByAzKIlx.js} +1 -1
- package/components/DataGrid/subcomponents/Table/hooks/{useSortColumnsRows-BYcDjTMV.js → useSortColumnsRows-BY-W-Zq5.js} +2 -2
- package/components/DataGrid/subcomponents/Table/{index-BHTTWwD5.js → index-BNUlhVvz.js} +4 -4
- package/components/DataGrid/subcomponents/Table/subcomponents/{DraggableHeaderRenderer-BZFaMZdE.js → DraggableHeaderRenderer-DSxzHkVQ.js} +2 -2
- package/components/DataGrid/subcomponents/Table/subcomponents/{SelectColumn-CSAGDW93.js → SelectColumn-XdTn-CNL.js} +1 -1
- package/components/DragResizeWindow/DragResizeWindow.d.ts +1 -3
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- package/components/ObjectLogs/{index-DSHaEtxk.js → index-BMYR8EJm.js} +1 -1
- package/components/ScrollBar/styles.d.ts +2 -7
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ItemListRoot/subcomponents/NavListSub/subcomponents/NavItemSub/subcomponents/NavItemSubContent/styles.d.ts +1 -1
- package/components/animate/AnimatedScroll/styles.d.ts +1 -4
- package/components/extended/react-resizable/Resizable/slots/ResizableSlots.d.ts +1 -1
- package/components/extended/react-resizable/ResizableBox/slots/ResizableBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFCheckbox/styles.d.ts +1 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/maps/components/Map/{Map-BvZocOu-.js → Map-D981OPJL.js} +2 -2
- package/components/maps/components/Map/classes/index.d.ts +1 -1
- package/components/maps/components/Map/slots/{MapSlots-BvlQF3IL.js → MapSlots-DpFp1Bkq.js} +1 -1
- package/components/maps/components/Map/subcomponents/Controls/{index-Cxh738R_.js → index-CmHbUdr9.js} +1 -1
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/{index-C8KLECES.js → index-Cr8Z1VMx.js} +1 -1
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/{index-C_V6gZmq.js → index-5fEqnUna.js} +1 -1
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/{useColumns-DdurX5-L.js → useColumns-Cz5FZsUZ.js} +1 -1
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/hooks/{useMaster-BkIZOPW6.js → useMaster-CTc8GNl8.js} +1 -1
- package/components/maps/components/Map/subcomponents/Controls/subcomponents/TopLeftTools/subcomponents/PopoverToolButton/subcomponentes/LayersTool/{index-C-iEn0OY.js → index-B9qQy40I.js} +2 -2
- package/components/maps/components/MapGpsTools/{MapGpsTools-BHZ23ZvC.js → MapGpsTools-CEk6rXEB.js} +1 -1
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/{index-DLtn2VwY.js → index-BUNndfj3.js} +2 -1
- package/components/maps/components/MapGpsTools/subcomponents/TabsGpsTools/subcomponents/GeofencesList/{index-D6y5ecau.js → index-Bsw6OdYL.js} +1 -1
- package/components/maps/index.d.ts +1 -1
- package/components/mui_extended/Button/styles.d.ts +1 -1
- package/components/mui_extended/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/mui_extended/Tabs/styles.d.ts +1 -1
- package/index.js +7 -7
- package/package.json +2 -2
- package/styles/maps/{Map.styles-BBFLXViB.js → Map.styles-mK1DhmFd.js} +2 -2
- package/components/maps/leaflet-geoman.d.ts +0 -1476
- package/react-data-grid-BfYuZ6AK.js +0 -2606
|
@@ -3,9 +3,9 @@ import { OwnerState } from '../types';
|
|
|
3
3
|
export declare const dataGridClasses: DataGridClassesType;
|
|
4
4
|
export declare function getDataGridUtilityClass(slot: string): string;
|
|
5
5
|
export declare const dataGridUtilityClasses: (ownerState: OwnerState) => {
|
|
6
|
-
rowsCount: string;
|
|
7
6
|
root: string;
|
|
8
7
|
actions: string;
|
|
8
|
+
rowsCount: string;
|
|
9
9
|
rowsCountLabel: string;
|
|
10
10
|
rowsCountValue: string;
|
|
11
11
|
densitySkeleton: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { SelectCellFormatter } from "react-data-grid";
|
|
3
3
|
function ColumnSetCheckFormatter(parameters) {
|
|
4
4
|
const { field, disabledGetter, rowKeyGetter, useHook } = parameters;
|
|
5
5
|
const formatter = (props) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { D as DataGridRoot } from "./styles-rOw1DTul.js";
|
|
3
|
-
import { T as Table } from "./subcomponents/Table/index-
|
|
4
|
-
import { A as Actions } from "./subcomponents/Actions/index-
|
|
3
|
+
import { T as Table } from "./subcomponents/Table/index-BNUlhVvz.js";
|
|
4
|
+
import { A as Actions } from "./subcomponents/Actions/index-B_7pxXBr.js";
|
|
5
5
|
import { a as FilterProvider } from "./contexts/FilterContext/index-DgNGxy-0.js";
|
|
6
6
|
import { a as DataGridProvider } from "./contexts/DataGridContext/index-7snUVrBX.js";
|
|
7
7
|
import { T as TEST_PROP_COLUMNS } from "./types-12wiiAcO.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { P as Pager } from "../../../mui_extended/Pager/index-Bzaq1M3i.js";
|
|
3
3
|
import { F as Filter } from "./subcomponents/Filter/index-BqWQh-9Q.js";
|
|
4
|
-
import { S as Settings } from "./subcomponents/Settings/index-
|
|
4
|
+
import { S as Settings } from "./subcomponents/Settings/index-BkzOh8yP.js";
|
|
5
5
|
import { R as RowsCount } from "./subcomponents/RowsCount/index-CyeBbxLE.js";
|
|
6
6
|
import { D as Density } from "./subcomponents/Density/index-CoxFMgPk.js";
|
|
7
7
|
import { u as useDataGrid } from "../../hooks/useDataGrid-BKzuMtRC.js";
|
|
@@ -9,7 +9,7 @@ import { useResponsiveContainerStore } from "@m4l/graphics";
|
|
|
9
9
|
import { useModuleSkeleton, useModuleDictionary } from "@m4l/core";
|
|
10
10
|
import { d as dictionary } from "../../dictionary-AjA8KM_q.js";
|
|
11
11
|
import { shallow } from "zustand/shallow";
|
|
12
|
-
import { M as MobileMenuActions } from "./subcomponents/MobileMenuActions/index-
|
|
12
|
+
import { M as MobileMenuActions } from "./subcomponents/MobileMenuActions/index-DvZJVnMu.js";
|
|
13
13
|
function Actions(props) {
|
|
14
14
|
const isXs = useResponsiveContainerStore((state) => state.isXs, shallow);
|
|
15
15
|
const { rowHeights, classes } = useDataGrid();
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { useEnvironment } from "@m4l/core";
|
|
3
3
|
import { u as useDataGrid } from "../../../../hooks/useDataGrid-BKzuMtRC.js";
|
|
4
4
|
import { u as useFilters } from "../../../../hooks/useFilters-C-5BfOb8.js";
|
|
5
|
-
import { u as useModalSettings } from "../hooks/useModalSettings/index-
|
|
5
|
+
import { u as useModalSettings } from "../hooks/useModalSettings/index-D0khxwCJ.js";
|
|
6
6
|
import { M as MenuActions } from "../../../../../mui_extended/MenuActions/MenuActions-BJROCJX9.js";
|
|
7
7
|
const MobileMenuActions = () => {
|
|
8
8
|
const { host_static_assets, environment_assets } = useEnvironment();
|
|
@@ -2,7 +2,7 @@ import { jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { I as IconButton } from "../../../../../mui_extended/IconButton/IconButton-1jvQBFbH.js";
|
|
3
3
|
import { u as useDataGrid } from "../../../../hooks/useDataGrid-BKzuMtRC.js";
|
|
4
4
|
import { useEnvironment } from "@m4l/core";
|
|
5
|
-
import { u as useModalSettings } from "../hooks/useModalSettings/index-
|
|
5
|
+
import { u as useModalSettings } from "../hooks/useModalSettings/index-D0khxwCJ.js";
|
|
6
6
|
function Settings() {
|
|
7
7
|
const { host_static_assets, environment_assets } = useEnvironment();
|
|
8
8
|
const { classes } = useDataGrid();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { forwardRef, useRef, useState, useImperativeHandle, useMemo, useEffect } from "react";
|
|
3
3
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
4
|
-
import
|
|
4
|
+
import DataGrid from "react-data-grid";
|
|
5
5
|
import { I as IconButton } from "../../../../../../../mui_extended/IconButton/IconButton-1jvQBFbH.js";
|
|
6
6
|
import { W as WrapperColumnsConfig, D as DivSelColumns, a as WrapperDataGrid, C as ColumnActions } from "./styles-B6HR4Y1G.js";
|
|
7
7
|
import { C as ColumnInteractiveCheckFormatter } from "../../../../../../formatters/ColumnInteractiveCheckFormatter/index-8LLfJGSu.js";
|
|
@@ -167,7 +167,7 @@ const ColumnsConfig = forwardRef((props, ref) => {
|
|
|
167
167
|
return /* @__PURE__ */ jsxs(WrapperColumnsConfig, { ref: divRef, className: classes.columnsConfigContainer, children: [
|
|
168
168
|
/* @__PURE__ */ jsx(DivSelColumns, { className: classes.columnsLabelSetColumns, children: getLabel("data_grid.settings_sel_columns") }),
|
|
169
169
|
/* @__PURE__ */ jsx(WrapperDataGrid, { className: classes.columnsConfigContent, children: /* @__PURE__ */ jsx("div", { className: classes.wrapperDataGridCss, children: /* @__PURE__ */ jsx(
|
|
170
|
-
DataGrid
|
|
170
|
+
DataGrid,
|
|
171
171
|
{
|
|
172
172
|
className: classes.columnsConfigGrid,
|
|
173
173
|
ref: refdata_grid,
|
|
@@ -4,7 +4,7 @@ import { useIsMobile } from "@m4l/graphics";
|
|
|
4
4
|
import { useRef, useCallback } from "react";
|
|
5
5
|
import { u as useDataGrid } from "../../../../../hooks/useDataGrid-BKzuMtRC.js";
|
|
6
6
|
import { D as DataGridRoot } from "../../../../../styles-rOw1DTul.js";
|
|
7
|
-
import { C as ColumnsConfig } from "../../Settings/subcomponents/ColumnsConfig/index-
|
|
7
|
+
import { C as ColumnsConfig } from "../../Settings/subcomponents/ColumnsConfig/index-yx84WfT-.js";
|
|
8
8
|
import { u as useModal } from "../../../../../../../hooks/useModal/index-DkNYHw5Z.js";
|
|
9
9
|
import { W as WindowBase } from "../../../../../../modal/WindowBase/index-Dgu1_Mae.js";
|
|
10
10
|
import { A as Actions } from "../../../../../../CommonActions/components/Actions/index-B4L6Y4pL.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { D as DraggableHeaderRenderer } from "../subcomponents/DraggableHeaderRenderer-
|
|
2
|
+
import { D as DraggableHeaderRenderer } from "../subcomponents/DraggableHeaderRenderer-DSxzHkVQ.js";
|
|
3
3
|
const getDragHeaderRenderer = (handleColumnsReorder) => {
|
|
4
4
|
function HeaderRenderer(props) {
|
|
5
5
|
return /* @__PURE__ */ jsx(DraggableHeaderRenderer, { ...props, onColumnsReorder: handleColumnsReorder });
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useState, useEffect, useMemo } from "react";
|
|
2
|
-
import { g as getDragHeaderRenderer } from "./getDragHeaderRenderer-
|
|
2
|
+
import { g as getDragHeaderRenderer } from "./getDragHeaderRenderer-ByAzKIlx.js";
|
|
3
3
|
import { A as ActionsColumn } from "../subcomponents/ActionsColumn-CeQtGeiI.js";
|
|
4
|
-
import { f as filterColumnClassName, S as SelectColumn } from "../subcomponents/SelectColumn-
|
|
4
|
+
import { f as filterColumnClassName, S as SelectColumn } from "../subcomponents/SelectColumn-XdTn-CNL.js";
|
|
5
5
|
import { useModuleSkeleton, getPropertyByString } from "@m4l/core";
|
|
6
6
|
import { u as useFilters } from "../../../hooks/useFilters-C-5BfOb8.js";
|
|
7
7
|
import { u as useDataGrid } from "../../../hooks/useDataGrid-BKzuMtRC.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useRef, useEffect } from "react";
|
|
3
|
-
import
|
|
3
|
+
import DataGrid from "react-data-grid";
|
|
4
4
|
import { DndProvider } from "react-dnd";
|
|
5
5
|
import { HTML5Backend } from "react-dnd-html5-backend";
|
|
6
6
|
import { C as CheckboxFormatter } from "./subcomponents/CheckboxFormatter-tKqOCQR4.js";
|
|
7
|
-
import { a as filterHeight } from "./subcomponents/SelectColumn-
|
|
8
|
-
import { u as useSortColumnsRows } from "./hooks/useSortColumnsRows-
|
|
7
|
+
import { a as filterHeight } from "./subcomponents/SelectColumn-XdTn-CNL.js";
|
|
8
|
+
import { u as useSortColumnsRows } from "./hooks/useSortColumnsRows-BY-W-Zq5.js";
|
|
9
9
|
import { u as useFilters } from "../../hooks/useFilters-C-5BfOb8.js";
|
|
10
10
|
import { u as useDataGrid } from "../../hooks/useDataGrid-BKzuMtRC.js";
|
|
11
11
|
function Table(props) {
|
|
@@ -50,7 +50,7 @@ function Table(props) {
|
|
|
50
50
|
setSortColumns(newSortColumns);
|
|
51
51
|
};
|
|
52
52
|
return /* @__PURE__ */ jsx("div", { className: classes.tableContaniner, id: "WrapperTable", children: /* @__PURE__ */ jsx("div", { className: classes.wrapperDataGridCss, children: /* @__PURE__ */ jsx(DndProvider, { backend: HTML5Backend, context: window, children: /* @__PURE__ */ jsx(
|
|
53
|
-
DataGrid
|
|
53
|
+
DataGrid,
|
|
54
54
|
{
|
|
55
55
|
className: "fill-grid rdg-light",
|
|
56
56
|
ref: ref_data_grid,
|
|
@@ -3,8 +3,8 @@ import { useState, useEffect } from "react";
|
|
|
3
3
|
import { useModuleDictionary } from "@m4l/core";
|
|
4
4
|
import { InputBase } from "@mui/material";
|
|
5
5
|
import { useDrag, useDrop } from "react-dnd";
|
|
6
|
-
import {
|
|
7
|
-
import { a as filterHeight } from "./SelectColumn-
|
|
6
|
+
import { HeaderRenderer } from "react-data-grid";
|
|
7
|
+
import { a as filterHeight } from "./SelectColumn-XdTn-CNL.js";
|
|
8
8
|
import { u as useFocusRef } from "../hooks/useFocusRef-RLFiIJjj.js";
|
|
9
9
|
import { u as useFilters } from "../../../hooks/useFilters-C-5BfOb8.js";
|
|
10
10
|
function DraggableHeaderRenderer(props) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import {
|
|
2
|
+
import { useRowSelection, SelectCellFormatter } from "react-data-grid";
|
|
3
3
|
import { u as useDataGrid } from "../../../hooks/useDataGrid-BKzuMtRC.js";
|
|
4
4
|
import { a as DATAGRID_SELECT_COLUMN_KEY } from "../../../constants-BIS3UfHs.js";
|
|
5
5
|
const filterColumnClassName = "filter-cell";
|
|
@@ -8,13 +8,11 @@ import type { DraggableWindowProps } from './types';
|
|
|
8
8
|
* - Reajusta el Resizable para que los handlers n, w, crezcan en la dirección correcta.
|
|
9
9
|
* Funcionamiento interno:
|
|
10
10
|
* - DraggableCore clona el children y le agrega un handle para poder arrastrar la ventana
|
|
11
|
-
* - DraggableCore
|
|
11
|
+
* - DraggableCore recomienda pasarle el nodeRef del wrapper Element , para que no tenga que hacer FindDOMNode.
|
|
12
12
|
* - DraggableCore No se le puede poner estilo, ya que no aporta className ni html, solo clona el children
|
|
13
13
|
* internamente le agrega las clases propias del componente: react-draggable,react-draggable-dragging,react-draggable-dragged
|
|
14
14
|
* Por lo tanto todo el estilo, va directamente a WrapperWindowRoot.
|
|
15
15
|
* Consideraciones:
|
|
16
|
-
*
|
|
17
|
-
|
|
18
16
|
* @param props
|
|
19
17
|
* @returns
|
|
20
18
|
*/
|
|
@@ -58,7 +58,7 @@ export declare const PopoverMenuStyled: import("@emotion/styled").StyledComponen
|
|
|
58
58
|
}, {}, {}>;
|
|
59
59
|
export declare const PopoverMenuItemStyled: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").MenuItemOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
60
60
|
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
61
|
-
}, "
|
|
61
|
+
}, "children" | "className" | "style" | "action" | "divider" | "dense" | "disabled" | "sx" | "classes" | "autoFocus" | "tabIndex" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters">, "value" | "children" | "className" | "onResize" | "style" | "color" | "hidden" | "slot" | "title" | "onChange" | "action" | "dir" | "aria-hidden" | "onDragStart" | "onDrag" | "onMouseDown" | "onMouseUp" | "onTouchStart" | "onTouchEnd" | "content" | "translate" | "divider" | "dense" | "disabled" | "sx" | "classes" | "ref" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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-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" | "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" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "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" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicFilterOwnerState> & Record<string, unknown> & {
|
|
62
62
|
ownerState: Partial<import("../types").DynamicFilterOwnerState> & Record<string, unknown>;
|
|
63
63
|
}, {}, {}>;
|
|
64
64
|
export declare const PopoverMenuItemIconStyled: import("@emotion/styled").StyledComponent<Pick<import("../../Icon").IconProps, keyof import("../../Icon").IconProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicFilterOwnerState> & Record<string, unknown> & {
|
|
@@ -82,6 +82,6 @@ export declare const PopoverHeaderIconStyled: import("@emotion/styled").StyledCo
|
|
|
82
82
|
export declare const PopoverHeaderTitleStyled: import("@emotion/styled").StyledComponent<Pick<import("../../mui_extended/Typography/types").TypographyProps, keyof import("../../mui_extended/Typography/types").TypographyProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicFilterOwnerState> & Record<string, unknown> & {
|
|
83
83
|
ownerState: Partial<import("../types").DynamicFilterOwnerState> & Record<string, unknown>;
|
|
84
84
|
}, {}, {}>;
|
|
85
|
-
export declare const PopoverHeaderActionsStyled: import("@emotion/styled").StyledComponent<Pick<import("../../CommonActions/components/Actions/types").CommonActionsProps & import("react").RefAttributes<any>, keyof import("
|
|
85
|
+
export declare const PopoverHeaderActionsStyled: import("@emotion/styled").StyledComponent<Pick<import("../../CommonActions/components/Actions/types").CommonActionsProps & import("react").RefAttributes<any>, keyof import("../../CommonActions/components/Actions/types").CommonActionsProps | keyof import("react").RefAttributes<any>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicFilterOwnerState> & Record<string, unknown> & {
|
|
86
86
|
ownerState: Partial<import("../types").DynamicFilterOwnerState> & Record<string, unknown>;
|
|
87
87
|
}, {}, {}>;
|
|
@@ -55,7 +55,7 @@ export declare const PopoverMenuStyled: import("@emotion/styled").StyledComponen
|
|
|
55
55
|
}, {}, {}>;
|
|
56
56
|
export declare const PopoverMenuItemStyled: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").MenuItemOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
|
|
57
57
|
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject<HTMLLIElement> | null | undefined;
|
|
58
|
-
}, "
|
|
58
|
+
}, "children" | "className" | "style" | "action" | "divider" | "dense" | "disabled" | "sx" | "classes" | "autoFocus" | "tabIndex" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters">, "value" | "children" | "className" | "onResize" | "style" | "color" | "hidden" | "slot" | "title" | "onChange" | "action" | "dir" | "aria-hidden" | "onDragStart" | "onDrag" | "onMouseDown" | "onMouseUp" | "onTouchStart" | "onTouchEnd" | "content" | "translate" | "divider" | "dense" | "disabled" | "sx" | "classes" | "ref" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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-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" | "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" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "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" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicSortOwnerState> & Record<string, unknown> & {
|
|
59
59
|
ownerState: Partial<import("../types").DynamicSortOwnerState> & Record<string, unknown>;
|
|
60
60
|
}, {}, {}>;
|
|
61
61
|
export declare const PopoverMenuItemIconStyled: import("@emotion/styled").StyledComponent<Pick<import("../../Icon").IconProps, keyof import("../../Icon").IconProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicSortOwnerState> & Record<string, unknown> & {
|
|
@@ -79,6 +79,6 @@ export declare const PopoverHeaderIconStyled: import("@emotion/styled").StyledCo
|
|
|
79
79
|
export declare const PopoverHeaderTitleStyled: import("@emotion/styled").StyledComponent<Pick<import("../../mui_extended/Typography/types").TypographyProps, keyof import("../../mui_extended/Typography/types").TypographyProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicSortOwnerState> & Record<string, unknown> & {
|
|
80
80
|
ownerState: Partial<import("../types").DynamicSortOwnerState> & Record<string, unknown>;
|
|
81
81
|
}, {}, {}>;
|
|
82
|
-
export declare const PopoverHeaderActionsStyled: import("@emotion/styled").StyledComponent<Pick<import("../../CommonActions/components/Actions/types").CommonActionsProps & import("react").RefAttributes<any>, keyof import("
|
|
82
|
+
export declare const PopoverHeaderActionsStyled: import("@emotion/styled").StyledComponent<Pick<import("../../CommonActions/components/Actions/types").CommonActionsProps & import("react").RefAttributes<any>, keyof import("../../CommonActions/components/Actions/types").CommonActionsProps | keyof import("react").RefAttributes<any>> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("../types").DynamicSortOwnerState> & Record<string, unknown> & {
|
|
83
83
|
ownerState: Partial<import("../types").DynamicSortOwnerState> & Record<string, unknown>;
|
|
84
84
|
}, {}, {}>;
|
|
@@ -2,7 +2,7 @@ import { jsx, jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
import { useState, useCallback, useMemo, useEffect } from "react";
|
|
3
3
|
import { useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
4
4
|
import { C as Container, A as Actions, G as GridWrapper } from "./styles-PxnVTC5y.js";
|
|
5
|
-
import { D as DataGrid } from "../DataGrid/index-
|
|
5
|
+
import { D as DataGrid } from "../DataGrid/index-BSpzLVZs.js";
|
|
6
6
|
import { D as DateFormatter } from "../formatters/DateFormatter/index-CGcRZ8BA.js";
|
|
7
7
|
import { D as DetailFormatter } from "./components/DetailFormatter/index-CM09jbIZ.js";
|
|
8
8
|
import { D as DynamicFilter } from "../DynamicFilter/DynamicFilter-C5-mC4Mi.js";
|
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import SimpleBarReact from 'simplebar-react';
|
|
3
2
|
export declare const RootStyle: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
|
-
export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<
|
|
5
|
-
|
|
6
|
-
}>;
|
|
7
|
-
export declare const SimpleBarStyle2: import("@emotion/styled").StyledComponent<SimpleBarReact.Props & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
|
|
8
|
-
ref?: import("react").Ref<SimpleBarReact> | undefined;
|
|
9
|
-
}>;
|
|
3
|
+
export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<import("simplebar-react").Props & import("react").RefAttributes<import("simplebar-core").default | null> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
4
|
+
export declare const SimpleBarStyle2: import("@emotion/styled").StyledComponent<import("simplebar-react").Props & import("react").RefAttributes<import("simplebar-core").default | null> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {}>;
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
import { DotIconProps } from './types';
|
|
3
3
|
export declare const NavSubItemContentRoot: import("@emotion/styled").StyledComponent<import("@mui/material").ListItemButtonOwnProps & Omit<import("@mui/material").ButtonBaseOwnProps, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
4
|
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
-
}, "
|
|
5
|
+
}, "children" | "className" | "style" | "action" | "alignItems" | "divider" | "dense" | "disabled" | "sx" | "classes" | "autoFocus" | "tabIndex" | "selected" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableGutters"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
6
6
|
export declare const DotIcon: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & DotIconProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
|
|
@@ -1,6 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<SimpleBarReact.Props & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {
|
|
4
|
-
ref?: import("react").Ref<SimpleBarReact> | undefined;
|
|
5
|
-
}>;
|
|
2
|
+
export declare const SimpleBarStyle: import("@emotion/styled").StyledComponent<import("simplebar-react").Props & import("react").RefAttributes<import("simplebar-core").default | null> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
6
3
|
export declare const AnimatedScrollRoot: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { Resizable } from 'react-resizable';
|
|
3
|
-
export declare const RootStyled: import("@emotion/styled").StyledComponent<Pick<import("react-resizable").ResizableProps, "children" | "
|
|
3
|
+
export declare const RootStyled: import("@emotion/styled").StyledComponent<Pick<import("react-resizable").ResizableProps, "children" | "className" | "draggableOpts" | "width" | "height" | "handle" | "handleSize" | "lockAspectRatio" | "axis" | "minConstraints" | "maxConstraints" | "onResize" | "onResizeStop" | "onResizeStart" | "resizeHandles" | "transformScale"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & Record<string, unknown>, {}, {
|
|
4
4
|
ref?: import("react").Ref<Resizable> | undefined;
|
|
5
5
|
}>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ResizableBox } from 'react-resizable';
|
|
3
|
-
export declare const RootStyled: import("@emotion/styled").StyledComponent<Pick<import("react-resizable").ResizableBoxProps, "
|
|
3
|
+
export declare const RootStyled: import("@emotion/styled").StyledComponent<Pick<import("react-resizable").ResizableBoxProps, "children" | "className" | "draggableOpts" | "width" | "height" | "handle" | "handleSize" | "lockAspectRatio" | "axis" | "minConstraints" | "maxConstraints" | "onResize" | "onResizeStop" | "onResizeStart" | "resizeHandles" | "transformScale" | "style"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme> & Record<string, unknown>, {}, {
|
|
4
4
|
ref?: import("react").Ref<ResizableBox> | undefined;
|
|
5
5
|
}>;
|
|
@@ -3,5 +3,5 @@ export declare const RHFCheckboxRoot: import("@emotion/styled").StyledComponent<
|
|
|
3
3
|
export declare const WrapperSKTRHFCheckbox: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
4
4
|
export declare const SKTCheckSkeleton: import("@emotion/styled").StyledComponent<import("@mui/material").SkeletonOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
5
5
|
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
6
|
-
}, "
|
|
6
|
+
}, "children" | "className" | "width" | "height" | "style" | "animation" | "sx" | "classes" | "variant"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, {}, {}>;
|
|
7
7
|
export declare const ContainerCheckTypography: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
@@ -7,7 +7,7 @@ export declare const FieldLabelStyled: import("@emotion/styled").StyledComponent
|
|
|
7
7
|
}, {}, {}>;
|
|
8
8
|
export declare const TextFieldStyled: import("@emotion/styled").StyledComponent<Pick<{
|
|
9
9
|
variant?: import("@mui/material").TextFieldVariants | undefined;
|
|
10
|
-
} & Omit<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps, "variant">, "value" | "error" | "select" | "
|
|
10
|
+
} & Omit<import("@mui/material").FilledTextFieldProps | import("@mui/material").OutlinedTextFieldProps | import("@mui/material").StandardTextFieldProps, "variant">, "value" | "error" | "select" | "children" | "className" | "onResize" | "style" | "color" | "hidden" | "label" | "slot" | "title" | "size" | "margin" | "type" | "name" | "placeholder" | "maxRows" | "minRows" | "onChange" | "dir" | "aria-hidden" | "onDragStart" | "onDrag" | "onMouseDown" | "onMouseUp" | "onTouchStart" | "onTouchEnd" | "content" | "translate" | "disabled" | "sx" | "classes" | "ref" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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-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" | "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" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "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" | "component" | "variant" | "inputProps" | "fullWidth" | "focused" | "hiddenLabel" | "required" | "InputProps" | "autoComplete" | "FormHelperTextProps" | "helperText" | "InputLabelProps" | "inputRef" | "multiline" | "rows" | "SelectProps"> & import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("..").RHFTextFieldProps> & Record<string, unknown> & {
|
|
11
11
|
ownerState: Partial<import("..").RHFTextFieldProps> & Record<string, unknown>;
|
|
12
12
|
}, {}, {}>;
|
|
13
13
|
export declare const SkeletonTextFieldRootStyled: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material").Theme> & Partial<import("..").RHFTextFieldProps> & Record<string, unknown> & {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import { T as TileLayers } from "./subcomponents/TileLayers/index-p7XmQ2he.js";
|
|
3
|
-
import { C as Controls } from "./subcomponents/Controls/index-
|
|
3
|
+
import { C as Controls } from "./subcomponents/Controls/index-CmHbUdr9.js";
|
|
4
4
|
import { L as LayersContainer } from "./subcomponents/LayersContainer/index-tYTwy6xC.js";
|
|
5
5
|
import { m as mapClasses } from "./classes/index-Di523KHt.js";
|
|
6
|
-
import { M as MapRootStyled } from "./slots/MapSlots-
|
|
6
|
+
import { M as MapRootStyled } from "./slots/MapSlots-DpFp1Bkq.js";
|
|
7
7
|
function Map(props) {
|
|
8
8
|
const {
|
|
9
9
|
mapGpsTools,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MapClasses } from './types';
|
|
2
2
|
import { OwnerState } from '../contexts/MapContext/types';
|
|
3
3
|
export declare const mapClasses: MapClasses;
|
|
4
|
-
export declare const useMapUtilityClasses: (_ownerState: OwnerState) => Record<"
|
|
4
|
+
export declare const useMapUtilityClasses: (_ownerState: OwnerState) => Record<"root" | "active" | "disabled" | "topLeftToolsRoot" | "topRigthToolsRoot" | "zoomButtons" | "markerLayerRoot" | "markerLayerIcon" | "markerLayerLabel" | "featureLabel" | "meaureToolRoot" | "measureToolFormValue" | "measureToolFormValueDistance" | "measureToolFormValueSymbol" | "measureToolLabel" | "meausureToolLabelDistance" | "meausureToolLabelSymbol" | "measureMarkerRoot" | "measureMarkerContainer" | "measureMarkerContainerRhomb" | "measureMarkerContainerSlot" | "measureMarkerContainerSlotNumber" | "measureLabelMarkerRoot" | "measureLabelMarkerContainer" | "measureLabelMarkerDistance" | "measureLabelMarkerRemove" | "mapSourcesPopoverRoot" | "mapSourcesRoot" | "mapSourcesOption" | "mapSourcesOptionIconLabel" | "mapSourcesOptionRoadOptions" | "mapSourcesOptionRoadOptionsCheck" | "layersPopoverRoot" | "markerLayerLabelInner", string>;
|
|
5
5
|
export declare type Classes = ReturnType<typeof useMapUtilityClasses>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { styled } from "@mui/material/styles";
|
|
2
2
|
import { C as COMPONET_KEY_COMPONENT } from "../constants--nCJwhxA.js";
|
|
3
|
-
import { m as mapStyles } from "../../../../../styles/maps/Map.styles-
|
|
3
|
+
import { m as mapStyles } from "../../../../../styles/maps/Map.styles-mK1DhmFd.js";
|
|
4
4
|
import { M as MapSlots } from "./slots-Bp5FCG8d.js";
|
|
5
5
|
import { MapContainer } from "react-leaflet";
|
|
6
6
|
const MapRootStyled = styled(MapContainer, {
|
|
@@ -4,7 +4,7 @@ import { createPortal } from "react-dom";
|
|
|
4
4
|
import L__default from "leaflet";
|
|
5
5
|
import { useMap } from "react-leaflet";
|
|
6
6
|
import { T as TopRightTools } from "./subcomponents/TopRigthTools/index-NieP6L6S.js";
|
|
7
|
-
import { T as TopLeftTools } from "./subcomponents/TopLeftTools/index-
|
|
7
|
+
import { T as TopLeftTools } from "./subcomponents/TopLeftTools/index-Cr8Z1VMx.js";
|
|
8
8
|
import { b as MAP_ZINDEX_OVER_MAP } from "../../constants--nCJwhxA.js";
|
|
9
9
|
import { P as PopupsProvider } from "../../../../../popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext-CahdzSly.js";
|
|
10
10
|
import { P as PopupsViewer } from "../../../../../popups/components/PopupsViewer/PopupsViewer-a0HdHime.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
-
import { L as LayersButton } from "./subcomponents/PopoverToolButton/index-
|
|
2
|
+
import { L as LayersButton } from "./subcomponents/PopoverToolButton/index-5fEqnUna.js";
|
|
3
3
|
import { C as Control } from "../../../../external/Control/index-B9L3AeDC.js";
|
|
4
4
|
import { m as mapClasses } from "../../../../classes/index-Di523KHt.js";
|
|
5
5
|
function TopLeftTools() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
2
|
import React__default, { useState } from "react";
|
|
3
|
-
import { L as LayersTool } from "./subcomponentes/LayersTool/index-
|
|
3
|
+
import { L as LayersTool } from "./subcomponentes/LayersTool/index-B9qQy40I.js";
|
|
4
4
|
import { M as MapSourcesTool } from "./subcomponentes/MapSourcesTool/index-BpIXY10t.js";
|
|
5
5
|
import { useEnvironment } from "@m4l/core";
|
|
6
6
|
import { useTheme } from "@mui/material";
|
|
@@ -4,7 +4,7 @@ import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
|
4
4
|
import { M as MAP_DICCTIONARY } from "../../../../../../../../../dictionary-DMmTydS6.js";
|
|
5
5
|
import { M as MAP_ICONS } from "../../../../../../../../../icons-CSYh7uR4.js";
|
|
6
6
|
import { Tooltip } from "@mui/material";
|
|
7
|
-
import { C as ColumnSetCheckFormatter } from "../../../../../../../../../../../../DataGrid/formatters/ColumnSetCheckFormatter/index-
|
|
7
|
+
import { C as ColumnSetCheckFormatter } from "../../../../../../../../../../../../DataGrid/formatters/ColumnSetCheckFormatter/index-FMaDuDoo.js";
|
|
8
8
|
import { I as Icon } from "../../../../../../../../../../../../Icon/Icon-_wceDYwV.js";
|
|
9
9
|
function useColumns(props) {
|
|
10
10
|
const {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useCallback, useMemo } from "react";
|
|
2
2
|
import { shallow } from "zustand/shallow";
|
|
3
|
-
import { u as useColumns } from "./useColumns-
|
|
3
|
+
import { u as useColumns } from "./useColumns-Cz5FZsUZ.js";
|
|
4
4
|
import { u as useMapStore } from "../../../../../../../../../hooks/useMapStore/index-1eqb58ec.js";
|
|
5
5
|
import { u as useCheckedLayers } from "./useCheckedLayers-DptH6VTE.js";
|
|
6
6
|
import { u as useRowActionsGetter } from "./useRowActionsGetter-D1VdMjtz.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { D as DataGrid } from "../../../../../../../../../../../DataGrid/index-
|
|
3
|
-
import { u as useMaster } from "./hooks/useMaster-
|
|
2
|
+
import { D as DataGrid } from "../../../../../../../../../../../DataGrid/index-BSpzLVZs.js";
|
|
3
|
+
import { u as useMaster } from "./hooks/useMaster-CTc8GNl8.js";
|
|
4
4
|
import { u as useDisableZoomEvents } from "../../../../../../../../hooks/useDisableZoomEvents/index-BCJgjs0e.js";
|
|
5
5
|
import { u as useStateRef } from "../../../../../../../../../../../../hooks/useStateRef/index-C3P6ZK3m.js";
|
|
6
6
|
function LayersTool() {
|
package/components/maps/components/MapGpsTools/{MapGpsTools-BHZ23ZvC.js → MapGpsTools-CEk6rXEB.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
|
-
import { T as TabsGpsTools } from "./subcomponents/TabsGpsTools/index-
|
|
3
|
+
import { T as TabsGpsTools } from "./subcomponents/TabsGpsTools/index-BUNndfj3.js";
|
|
4
4
|
function MapGpsTools() {
|
|
5
5
|
const isSkeleton = useModuleSkeleton();
|
|
6
6
|
return !isSkeleton && /* @__PURE__ */ jsx(TabsGpsTools, {});
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { useMemo, useEffect } from "react";
|
|
3
3
|
import { useModuleDictionary, useEnvironment } from "@m4l/core";
|
|
4
|
+
import "leaflet";
|
|
4
5
|
import { shallow } from "zustand/shallow";
|
|
5
6
|
import "@geoman-io/leaflet-geoman-free/dist/leaflet-geoman.css";
|
|
6
7
|
import "@geoman-io/leaflet-geoman-free";
|
|
7
8
|
import clsx from "clsx";
|
|
8
9
|
import { D as DivTabGpsToolsRoot } from "../../styles-Dcg_ULaS.js";
|
|
9
|
-
import { G as GeofencesList } from "./subcomponents/GeofencesList/index-
|
|
10
|
+
import { G as GeofencesList } from "./subcomponents/GeofencesList/index-Bsw6OdYL.js";
|
|
10
11
|
import { u as useLayers } from "../../hooks/useLayers/index-BqucFfYk.js";
|
|
11
12
|
import { M as MAP_GPSTOOLS_DICCTIONARY } from "../../dictionary-BOXSG1O8.js";
|
|
12
13
|
import { g as gpsToolsClasses } from "../../classes/index-oE5Q9Oa0.js";
|
|
@@ -5,7 +5,7 @@ import { g as gpsToolsClasses } from "../../../../classes/index-oE5Q9Oa0.js";
|
|
|
5
5
|
import { S as StackGeofenceListRoot } from "./styles-x5ildRoz.js";
|
|
6
6
|
import { useModuleDictionary } from "@m4l/core";
|
|
7
7
|
import { M as MAP_GPSTOOLS_DICCTIONARY } from "../../../../dictionary-BOXSG1O8.js";
|
|
8
|
-
import { D as DataGrid } from "../../../../../../../DataGrid/index-
|
|
8
|
+
import { D as DataGrid } from "../../../../../../../DataGrid/index-BSpzLVZs.js";
|
|
9
9
|
import { A as Actions } from "../../../../../../../CommonActions/components/Actions/index-B4L6Y4pL.js";
|
|
10
10
|
import { B as Button } from "../../../../../../../mui_extended/Button/Button-BdusSjEV.js";
|
|
11
11
|
function GeofencesList() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export * from './components/Map';
|
|
2
2
|
export * from './utils';
|
|
3
3
|
export type { MapProps, RendePropFeatureArgs, ComponentRenderPropFeature, FeatureId, FeatureCollection, Feature, Geometry, } from './components/Map';
|
|
4
|
-
export { MapGpsTools, useMapGpsToolsStore
|
|
4
|
+
export { MapGpsTools, useMapGpsToolsStore, MapGpsToolsProvider, getMapGpsToolsComponentsDictionary, } from './components/MapGpsTools';
|