@m4l/components 0.2.32 → 0.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/export.d.ts +416 -413
- package/components/AccountPopover/{index.69cda48b.js → index.e0f283a2.js} +1 -1
- package/components/AppBar/{index.0cc0bd40.js → index.a93fc76c.js} +2 -2
- package/components/CommonActions/components/ActionCancel/{index.f00f026d.js → index.6a991836.js} +2 -2
- package/components/CommonActions/components/ActionFormCancel/{index.08fe4e27.js → index.9801982c.js} +4 -4
- package/components/CommonActions/components/ActionFormIntro/{index.b5a5c4b4.js → index.f7ee99e7.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.574967a0.js → index.7d321553.js} +2 -2
- package/components/CommonActions/components/Actions/{index.23bfc86b.js → index.5ebb95fe.js} +1 -1
- package/components/DataGrid/assets/icons/datagrid.svg +4 -4
- package/components/DataGrid/formatters/ColumnBooleanFormatter/{index.cf410875.js → index.de8a24bb.js} +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/{index.00f9ed87.js → index.220dc8f0.js} +1 -1
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/{index.4089f91b.js → index.fef17717.js} +1 -1
- package/components/DataGrid/{index.c283b50b.js → index.27810831.js} +3 -3
- package/components/DataGrid/subcomponents/Actions/{index.d945647f.js → index.810ec53e.js} +10 -10
- package/components/DragResizeWindow/{index.82cf6408.js → index.1091606d.js} +3 -3
- package/components/DynamicFilter/DynamicFilter.d.ts +2 -2
- package/components/DynamicFilter/classes/index.d.ts +1 -1
- package/components/DynamicFilter/classes/types.d.ts +1 -0
- package/components/DynamicFilter/constants.d.ts +2 -1
- package/components/DynamicFilter/contexts/DynamicFilterContext/helpers.d.ts +2 -3
- package/components/DynamicFilter/contexts/DynamicFilterContext/store.d.ts +3 -2
- package/components/DynamicFilter/dictionary.d.ts +4 -0
- package/components/DynamicFilter/{index.75c66024.js → index.781f1212.js} +189 -35
- package/components/DynamicFilter/subcomponents/fieldstypes/SelectFilter/helpers.d.ts +51 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/SelectFilter/index.d.ts +5 -0
- package/components/DynamicFilter/subcomponents/fieldstypes/factory.d.ts +12 -4
- package/components/DynamicFilter/subcomponents/fieldstypes/validations.d.ts +8 -1
- package/components/DynamicFilter/types.d.ts +40 -19
- package/components/FieldLabel/{index.75e89ace.js → index.6127de0c.js} +2 -2
- package/components/GridLayout/{index.00740f82.js → index.cd9b0723.js} +2 -2
- package/components/GridLayout/subcomponents/Griditem/{index.3d479abb.js → index.9d65edbc.js} +3 -3
- package/components/GridLayout/subcomponents/Responsive/{index.733e8ba6.js → index.26128960.js} +1 -1
- package/components/GridLayout/subcomponents/SizeProvider/{index.247cc027.js → index.003027c6.js} +1 -1
- package/components/HamburgerMenu/{index.fb1a3aae.js → index.35df83ad.js} +2 -2
- package/components/Icon/{index.14670a00.js → index.d34ed400.js} +1 -1
- package/components/Image/{index.6aa1ae49.js → index.7ca22fd5.js} +2 -2
- package/components/LanguagePopover/{index.4149a8da.js → index.47796ed9.js} +2 -2
- package/components/LinearProgressIndeterminate/{index.6e5db737.js → index.7349e210.js} +1 -1
- package/components/LoadingError/{index.1ec78dd5.js → index.423d70c8.js} +3 -3
- package/components/MFLoader/{index.6037f834.js → index.9bf3be25.js} +1 -1
- package/components/ModalDialog/{index.f27b7c2d.js → index.17a7be82.js} +4 -4
- package/components/NoItemSelected/{index.54023226.js → index.16500ea3.js} +1 -1
- package/components/ObjectLogs/{index.32ddae31.js → index.c33d046a.js} +5 -5
- package/components/PDFViewer/{index.d185afd0.js → index.195bf4c3.js} +1 -1
- package/components/Page/{index.2c550c91.js → index.f4ce7c75.js} +1 -1
- package/components/PaperForm/{index.63dc4b29.js → index.243b20bd.js} +1 -1
- package/components/Period/{index.ddf8716c.js → index.0e647446.js} +2 -2
- package/components/PrintingSystem/{index.bcef9a6f.js → index.7aff86a4.js} +13 -13
- package/components/PrintingSystem/subcomponents/BodyNode/{index.14ecdd97.js → index.e7c04442.js} +1 -1
- package/components/PrintingSystem/subcomponents/ChartNode/{index.aa2b8706.js → index.7bfbe141.js} +1 -1
- package/components/PrintingSystem/subcomponents/DividerNode/{index.ce81726b.js → index.2e68dba0.js} +1 -1
- package/components/PrintingSystem/subcomponents/FooterNode/{index.7fc8c316.js → index.bb2a7dcb.js} +1 -1
- package/components/PrintingSystem/subcomponents/GridNode/{index.88fcc856.js → index.53d82ef7.js} +1 -1
- package/components/PrintingSystem/subcomponents/HeaderNode/{index.d3f4e000.js → index.3630fe0c.js} +1 -1
- package/components/PrintingSystem/subcomponents/PaperNode/{index.30cbab70.js → index.a7086296.js} +1 -1
- package/components/PrintingSystem/subcomponents/PropertyValueNode/{index.05a3579e.js → index.633304a0.js} +1 -1
- package/components/PrintingSystem/subcomponents/SectionNode/{index.d6344807.js → index.40da2bf8.js} +1 -1
- package/components/PrintingSystem/subcomponents/TextBoxNode/{index.79d2e283.js → index.0c9719ce.js} +1 -1
- package/components/PropertyValue/{index.1dbf6ef8.js → index.1b45d87a.js} +2 -2
- package/components/Resizeable/{index.eba4fda9.js → index.e663ca86.js} +1 -1
- package/components/SideBar/{index.b1455bd0.js → index.31e9929f.js} +4 -4
- package/components/ToastContainer/{index.a33ebb52.js → index.3c3c05b2.js} +3 -3
- package/components/areas/components/AreasAdmin/{index.922cdb11.js → index.971a3f2d.js} +10 -10
- package/components/areas/components/AreasViewer/{index.f7126815.js → index.dfa954fe.js} +14 -14
- package/components/areas/contexts/AreasContext/{index.37be3e4e.js → index.732db5ce.js} +4 -4
- package/components/areas/hooks/useAreas/{index.e3971ffa.js → index.2b111188.js} +1 -1
- package/components/areas/types.d.ts +1 -1
- package/components/commercial/AppBarCommercial/{index.3e0ad6ef.js → index.d9adaa14.js} +1 -1
- package/components/commercial/TopBar/{index.7b22d97b.js → index.5fe97d82.js} +4 -4
- package/components/formatters/BooleanFormatter/{index.fb44d69d.js → index.96191097.js} +2 -2
- package/components/formatters/{index.05c4e1a4.js → index.3166cf12.js} +1 -1
- package/components/hook-form/RHFAutocomplete/classes/index.d.ts +1 -0
- package/components/hook-form/RHFAutocomplete/classes/types.d.ts +2 -1
- package/components/hook-form/RHFAutocomplete/{index.3592430b.js → index.48f7b38f.js} +75 -42
- package/components/hook-form/RHFAutocomplete/types.d.ts +4 -2
- package/components/hook-form/RHFAutocompleteAsync/{index.dfbaece5.js → index.e5aa7194.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.251a36b5.js → index.2a9f91d2.js} +2 -2
- package/components/hook-form/RHFColorPicker/{index.e7d27ca0.js → index.b9ce28a2.js} +5 -5
- package/components/hook-form/RHFDateTime/{index.fc474c35.js → index.d4644a5b.js} +3 -3
- package/components/hook-form/RHFPeriod/{index.2bf650c4.js → index.2550b309.js} +3 -3
- package/components/hook-form/RHFTextField/{index.db56e769.js → index.01d225ef.js} +4 -4
- package/components/hook-form/RHFUpload/{index.9d4d4460.js → index.e4cdfb40.js} +2 -2
- package/components/maps/leaflet-geoman.d.ts +1633 -1633
- package/components/modal/{WindowBase.2e5506d7.js → WindowBase.1cb35b2d.js} +3 -3
- package/components/modal/{WindowConfirm.ce47a48a.js → WindowConfirm.8feb23c6.js} +6 -6
- package/components/mui_extended/Accordion/{index.f9042228.js → index.32ebf85f.js} +2 -2
- package/components/mui_extended/Button/{index.d5a031be.js → index.7265987f.js} +1 -1
- package/components/mui_extended/{CheckBox.0dcf39ae.js → CheckBox.4e2fa17c.js} +1 -1
- package/components/mui_extended/IconButton/{index.d8bdadaa.js → index.21215143.js} +1 -1
- package/components/mui_extended/MenuActions/{index.154d57f0.js → index.40352568.js} +2 -2
- package/components/mui_extended/Pager/{index.da7ea851.js → index.0d7d95be.js} +2 -2
- package/components/mui_extended/ToggleButton/{index.595ea955.js → index.aa37e2cb.js} +1 -1
- package/components/mui_extended/ToggleIconButton/ToggleIconButton.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/{index.c588d5e1.js → index.827d5856.js} +1 -1
- package/contexts/ModalContext/{index.3d48d675.js → index.365ae264.js} +1 -1
- package/hooks/useFormAddEdit/{index.07e5258d.js → index.7f3162c9.js} +2 -2
- package/hooks/useModal/{index.cb1d6a37.js → index.5a463055.js} +1 -1
- package/index.js +82 -82
- package/{node_modules.98455a76.js → node_modules.0fb6293f.js} +1 -1
- package/package.json +1 -1
- package/{react-draggable.6cf19cba.js → react-draggable.483e2eaa.js} +1 -1
- package/{react-resizable.0ebffd82.js → react-resizable.059cf55c.js} +2 -2
- package/{vendor.55925cb3.js → vendor.52f0234f.js} +65 -65
- package/vite-env.d.ts +3 -3
- /package/utils/{index.24b5284a.js → index.d2e8f376.js} +0 -0
|
@@ -1,22 +1,28 @@
|
|
|
1
1
|
import { Maybe } from '@m4l/core';
|
|
2
|
-
|
|
2
|
+
import { RHFAutocompleteAsyncProps } from '../hook-form/RHFAutocompleteAsync/types';
|
|
3
|
+
export declare type FieldType = 'number' | 'string' | 'boolean' | 'datetime' | 'select';
|
|
3
4
|
export declare type OperandType = number | string | boolean | Date | [] | object;
|
|
4
5
|
export declare type OperandInitialFilterType = number | string | boolean | [] | object;
|
|
5
6
|
export declare type OperatorB = 'b';
|
|
6
|
-
export declare type Operator = OperatorB | 'e' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte' | 'c' | 'nc';
|
|
7
|
+
export declare type Operator = OperatorB | 'e' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte' | 'c' | 'nc' | 'in' | 'nin';
|
|
7
8
|
export declare type StringOperator = 'c' | 'nc';
|
|
8
9
|
export declare type NumberOperator = OperatorB | 'e' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte';
|
|
9
10
|
export declare type BooleanOperator = 'e' | 'ne';
|
|
10
11
|
export declare type DateTimeOperator = OperatorB | 'e' | 'ne' | 'gt' | 'gte' | 'lt' | 'lte';
|
|
12
|
+
export declare type SelectOperator = 'in' | 'nin';
|
|
11
13
|
export declare type FieldPresence = 'initialized' | 'fixed' | 'optional';
|
|
12
|
-
export declare type
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
|
|
14
|
+
export declare type FormOperandSelect = Record<string, any>;
|
|
15
|
+
/**
|
|
16
|
+
* Posibles valores para el operandsArray para el caso del select o otros fields
|
|
17
|
+
*/
|
|
18
|
+
export declare type OperandsArrayValues = Array<FormOperandSelect>;
|
|
19
|
+
export declare type FieldTypeOperator<T extends FieldType> = T extends 'boolean' ? BooleanOperator : T extends 'datetime' ? DateTimeOperator : T extends 'number' ? NumberOperator : T extends 'select' ? SelectOperator : T extends 'string' ? StringOperator : T;
|
|
20
|
+
export declare type FieldTypeOperand<T extends FieldType> = T extends 'boolean' ? boolean : T extends 'datetime' ? Date : T extends 'number' ? number : T extends 'string' ? string : T extends 'select' ? OperandsArrayValues : FieldType;
|
|
21
|
+
declare type SelectOptions = Pick<RHFAutocompleteAsyncProps<{
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
}>, 'endPoint' | 'getOptionLabel' | 'isOptionEqualToValue' | 'multiple' | 'getOptionUrlImage' | 'imageHeight' | 'imageWidth' | 'autoComplete' | 'autoCapitalize' | 'parms' | 'timeout'> & {
|
|
24
|
+
getOptionId: (option: Record<string, any>) => string | number;
|
|
25
|
+
};
|
|
20
26
|
export interface FieldBase<T extends FieldType = FieldType> {
|
|
21
27
|
name: string;
|
|
22
28
|
type: T;
|
|
@@ -26,6 +32,11 @@ export interface FieldBase<T extends FieldType = FieldType> {
|
|
|
26
32
|
defaultOperator?: Maybe<FieldTypeOperator<T>>;
|
|
27
33
|
defaultOperand1?: Maybe<FieldTypeOperand<T>>;
|
|
28
34
|
defaultOperand2?: Maybe<FieldTypeOperand<T>>;
|
|
35
|
+
defaultOperandsArray?: Maybe<FieldTypeOperand<T>>;
|
|
36
|
+
selectOptions?: SelectOptions;
|
|
37
|
+
}
|
|
38
|
+
export interface FieldWithSelect<T extends 'select'> extends FieldBase<T> {
|
|
39
|
+
selectOptions: SelectOptions;
|
|
29
40
|
}
|
|
30
41
|
export interface FieldDictionaryId<T extends FieldType = FieldType> extends FieldBase<T> {
|
|
31
42
|
dictionaryId: string;
|
|
@@ -35,7 +46,7 @@ export interface FieldLabel<T extends FieldType = FieldType> extends FieldBase<T
|
|
|
35
46
|
label: string;
|
|
36
47
|
dictionaryId?: undefined;
|
|
37
48
|
}
|
|
38
|
-
export declare type Field<T extends FieldType = FieldType> = FieldDictionaryId<T> | FieldLabel<T>;
|
|
49
|
+
export declare type Field<T extends FieldType = FieldType> = T extends 'select' ? FieldWithSelect<T> & (FieldDictionaryId<T> | FieldLabel<T>) : FieldDictionaryId<T> | FieldLabel<T>;
|
|
39
50
|
export interface BaseApplyFilter<T extends FieldType = FieldType> {
|
|
40
51
|
id: number;
|
|
41
52
|
field: Field<T>;
|
|
@@ -48,8 +59,9 @@ export interface BaseApplyFilter<T extends FieldType = FieldType> {
|
|
|
48
59
|
export interface FilterValueBase {
|
|
49
60
|
fieldType: FieldType;
|
|
50
61
|
operator: Operator;
|
|
51
|
-
operand1
|
|
62
|
+
operand1?: Maybe<OperandType>;
|
|
52
63
|
operand2?: Maybe<OperandType>;
|
|
64
|
+
operandsArray?: OperandsArrayValues;
|
|
53
65
|
}
|
|
54
66
|
export interface FilterValueBoolean extends FilterValueBase {
|
|
55
67
|
fieldType: 'boolean';
|
|
@@ -85,10 +97,15 @@ export interface FilterValueString extends FilterValueBase {
|
|
|
85
97
|
operator: StringOperator;
|
|
86
98
|
operand1: string;
|
|
87
99
|
}
|
|
100
|
+
export interface FilterValueSelect extends FilterValueBase {
|
|
101
|
+
fieldType: 'select';
|
|
102
|
+
operator: SelectOperator;
|
|
103
|
+
operandsArray: OperandsArrayValues;
|
|
104
|
+
}
|
|
88
105
|
/**
|
|
89
106
|
* @type FilterValue Valor de un filtro sobrecargado para cada tipo de dato
|
|
90
107
|
*/
|
|
91
|
-
export declare type FilterValue = FilterValueBoolean | FilterValueDateTime | FilterValueNumber | FilterValueString;
|
|
108
|
+
export declare type FilterValue = FilterValueBoolean | FilterValueDateTime | FilterValueNumber | FilterValueString | FilterValueSelect;
|
|
92
109
|
/**
|
|
93
110
|
* @type FilterFieldApplyed Estado del Filtro + Valor valor del filtro.
|
|
94
111
|
*/
|
|
@@ -101,10 +118,8 @@ export interface RawFilterFieldApply {
|
|
|
101
118
|
o: Operator;
|
|
102
119
|
o1: Maybe<OperandType>;
|
|
103
120
|
o2: Maybe<OperandType>;
|
|
121
|
+
oa: Maybe<OperandType>;
|
|
104
122
|
}
|
|
105
|
-
export declare type FilterToAddApplyed = Omit<FilterFieldApplyed, 'id'> & {
|
|
106
|
-
isSetted: true;
|
|
107
|
-
};
|
|
108
123
|
export declare type FilterToEditApply = FilterFieldApplyed;
|
|
109
124
|
export interface DataTypeFilerLabels {
|
|
110
125
|
labelField: string;
|
|
@@ -121,6 +136,7 @@ export declare type InitialFilterApplyed = {
|
|
|
121
136
|
operator: Operator;
|
|
122
137
|
operand1?: Maybe<OperandInitialFilterType>;
|
|
123
138
|
operand2?: Maybe<OperandInitialFilterType>;
|
|
139
|
+
operandsArray?: Array<Maybe<OperandInitialFilterType>>;
|
|
124
140
|
};
|
|
125
141
|
export declare type FormOperator<T extends Operator = Operator> = {
|
|
126
142
|
id: T;
|
|
@@ -133,14 +149,13 @@ export declare type FormOperandBoolean = {
|
|
|
133
149
|
export declare type FormOperandDateTime = Date;
|
|
134
150
|
export declare type FormOperandNumber = number;
|
|
135
151
|
export declare type FormOperandString = string;
|
|
136
|
-
export declare type FormOperand = FormOperandBoolean | FormOperandDateTime | FormOperandNumber | FormOperandString;
|
|
152
|
+
export declare type FormOperand = FormOperandBoolean | FormOperandDateTime | FormOperandNumber | FormOperandString | FormOperandSelect;
|
|
137
153
|
/**
|
|
138
154
|
* @interface FilterValueBase Base para el tipado de overloading de los valor de un filtro
|
|
139
155
|
*/
|
|
140
156
|
export interface FormFilterValueBase {
|
|
141
157
|
fieldType: FieldType;
|
|
142
158
|
formValueOperator: FormOperator;
|
|
143
|
-
formValueOperand1: Maybe<FormOperand>;
|
|
144
159
|
}
|
|
145
160
|
export interface FormFilterValueBoolean extends FormFilterValueBase {
|
|
146
161
|
fieldType: 'boolean';
|
|
@@ -164,10 +179,15 @@ export interface FormFilterValueString extends FormFilterValueBase {
|
|
|
164
179
|
formValueOperator: FormOperator<StringOperator>;
|
|
165
180
|
formValueOperand1: string;
|
|
166
181
|
}
|
|
182
|
+
export interface FormFilterValueSelect extends FormFilterValueBase {
|
|
183
|
+
fieldType: 'select';
|
|
184
|
+
formValueOperator: FormOperator<SelectOperator>;
|
|
185
|
+
formValueOperandsArray: Array<FormOperandSelect> | FormOperandSelect;
|
|
186
|
+
}
|
|
167
187
|
/**
|
|
168
188
|
* @type FormFilterValue Valor de un filtro sobrecargado para cada tipo de dato
|
|
169
189
|
*/
|
|
170
|
-
export declare type FormFilterValue = FormFilterValueBoolean | FormFilterValueDateTime | FormFilterValueNumber | FormFilterValueString;
|
|
190
|
+
export declare type FormFilterValue = FormFilterValueBoolean | FormFilterValueDateTime | FormFilterValueNumber | FormFilterValueString | FormFilterValueSelect;
|
|
171
191
|
/**
|
|
172
192
|
* @type FilterFieldApplyed Estado del Filtro + Valor valor del filtro.
|
|
173
193
|
*/
|
|
@@ -218,3 +238,4 @@ export interface DynamicFilterProps {
|
|
|
218
238
|
*/
|
|
219
239
|
dataTestId?: string;
|
|
220
240
|
}
|
|
241
|
+
export {};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { useEnvironment, useModuleSkeleton } from "@m4l/core";
|
|
2
2
|
import { styled, generateUtilityClasses, Tooltip, Skeleton } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../utils/index.
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../utils/index.d2e8f376.js";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
7
7
|
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
8
|
-
import { I as Icon } from "../Icon/index.
|
|
8
|
+
import { I as Icon } from "../Icon/index.d34ed400.js";
|
|
9
9
|
const FieldLabelRoot = styled("label")(({ theme }) => ({
|
|
10
10
|
...theme.components?.M4LFieldLabel?.styleOverrides
|
|
11
11
|
}));
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useState, useRef, useEffect, useCallback } from "react";
|
|
2
2
|
import clsx from "clsx";
|
|
3
|
-
import { M as MemonizedGridItem } from "./subcomponents/Griditem/index.
|
|
3
|
+
import { M as MemonizedGridItem } from "./subcomponents/Griditem/index.9d65edbc.js";
|
|
4
4
|
import { styled, alpha } from "@mui/material/styles";
|
|
5
|
-
import { r as react_resizable_css } from "../../react-resizable.
|
|
5
|
+
import { r as react_resizable_css } from "../../react-resizable.059cf55c.js";
|
|
6
6
|
import { generateUtilityClasses } from "@mui/material";
|
|
7
7
|
import "@mui/base";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
package/components/GridLayout/subcomponents/Griditem/{index.3d479abb.js → index.9d65edbc.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default, { useRef, useEffect, useState, useCallback, useMemo } from "react";
|
|
2
|
-
import { D as DraggableCore_1 } from "../../../../react-draggable.
|
|
3
|
-
import { R as Resizable } from "../../../../react-resizable.
|
|
4
|
-
import { g as getH, c as calcXY, a as calcGridItemWHPx, b as calcGridColWidth, d as calcWH, e as clamp, f as calcGridItemPosition, h as gridLayoutClasses, D as DEFAULT_COLS, i as DEFAULT_ROW_HEIGHT, j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, l as DEFAULT_MARGIN, m as DEFAULT_CONTAINER_PADDING, n as DEFAULT_TRANSFORM_SCALE, o as DEFAULT_COLAPSED_HEIGHT, p as perc, s as setTransform, q as setTopLeft } from "../../index.
|
|
2
|
+
import { D as DraggableCore_1 } from "../../../../react-draggable.483e2eaa.js";
|
|
3
|
+
import { R as Resizable } from "../../../../react-resizable.059cf55c.js";
|
|
4
|
+
import { g as getH, c as calcXY, a as calcGridItemWHPx, b as calcGridColWidth, d as calcWH, e as clamp, f as calcGridItemPosition, h as gridLayoutClasses, D as DEFAULT_COLS, i as DEFAULT_ROW_HEIGHT, j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, l as DEFAULT_MARGIN, m as DEFAULT_CONTAINER_PADDING, n as DEFAULT_TRANSFORM_SCALE, o as DEFAULT_COLAPSED_HEIGHT, p as perc, s as setTransform, q as setTopLeft } from "../../index.cd9b0723.js";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { deepEqual } from "fast-equals";
|
|
7
7
|
import { jsx, Fragment } from "react/jsx-runtime";
|
package/components/GridLayout/subcomponents/Responsive/{index.733e8ba6.js → index.26128960.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as cloneLayoutItem, t as cloneLayout, u as compact, v as correctBounds, w as isEqualLayout, o as DEFAULT_COLAPSED_HEIGHT, x as DEFAULT_RESPONSIVE_BREAKPOINTS, m as DEFAULT_CONTAINER_PADDING, l as DEFAULT_MARGIN, y as DEFAULT_RESPONSIVE_COLS, i as DEFAULT_ROW_HEIGHT, z as noop, A as isEqualLayouts, G as GridLayout } from "../../index.
|
|
1
|
+
import { r as cloneLayoutItem, t as cloneLayout, u as compact, v as correctBounds, w as isEqualLayout, o as DEFAULT_COLAPSED_HEIGHT, x as DEFAULT_RESPONSIVE_BREAKPOINTS, m as DEFAULT_CONTAINER_PADDING, l as DEFAULT_MARGIN, y as DEFAULT_RESPONSIVE_COLS, i as DEFAULT_ROW_HEIGHT, z as noop, A as isEqualLayouts, G as GridLayout } from "../../index.cd9b0723.js";
|
|
2
2
|
import { useState, useRef, useEffect, useCallback } from "react";
|
|
3
3
|
import { useFirstRender } from "@m4l/graphics";
|
|
4
4
|
import { deepEqual } from "fast-equals";
|
package/components/GridLayout/subcomponents/SizeProvider/{index.247cc027.js → index.003027c6.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { useRef, useState, useMemo, useCallback, useEffect } from "react";
|
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { throttle } from "lodash";
|
|
4
4
|
import { useResizeObserver } from "@m4l/graphics";
|
|
5
|
-
import { j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, T as THROTTLE_RESIZE_TIMEOUT, C as COMPONENT_CLASS_NAME } from "../../index.
|
|
5
|
+
import { j as DEFAULT_CONTAINER_WIDTH, k as DEFAULT_CONTAINER_HEIGHT, T as THROTTLE_RESIZE_TIMEOUT, C as COMPONENT_CLASS_NAME } from "../../index.cd9b0723.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function withSizeProvider(ComposedComponent) {
|
|
8
8
|
return (props) => {
|
|
@@ -5,8 +5,8 @@ import { unstable_composeClasses } from "@mui/base";
|
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
6
6
|
import { useEnvironment } from "@m4l/core";
|
|
7
7
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
8
|
-
import { S as SideBar } from "../SideBar/index.
|
|
9
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
8
|
+
import { S as SideBar } from "../SideBar/index.31e9929f.js";
|
|
9
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.21215143.js";
|
|
10
10
|
const HamburgerMenuRoot = styled("header")(({
|
|
11
11
|
theme
|
|
12
12
|
}) => ({
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React__default from "react";
|
|
2
2
|
import { useEnvironment } from "@m4l/core";
|
|
3
3
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
4
|
-
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.
|
|
4
|
+
import { u as useSideBar, g as getNameDataTestId$1 } from "../SideBar/index.31e9929f.js";
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -4,8 +4,8 @@ import clsx from "clsx";
|
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
import { useBase, useEnvironment, evaluateWithContext } from "@m4l/core";
|
|
7
|
-
import { c as classes, g as getSize } from "../PrintingSystem/index.
|
|
8
|
-
import { Q as QRCode } from "../../node_modules.
|
|
7
|
+
import { c as classes, g as getSize } from "../PrintingSystem/index.7aff86a4.js";
|
|
8
|
+
import { Q as QRCode } from "../../node_modules.0fb6293f.js";
|
|
9
9
|
const ImageRoot = styled("div")(({
|
|
10
10
|
theme
|
|
11
11
|
}) => ({
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Stack, MenuItem } from "@mui/material";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.7ca22fd5.js";
|
|
4
4
|
import { useLocales } from "@m4l/graphics";
|
|
5
|
-
import { I as ImageButton } from "../mui_extended/Button/index.
|
|
5
|
+
import { I as ImageButton } from "../mui_extended/Button/index.7265987f.js";
|
|
6
6
|
import { useEnvironment, useNetwork } from "@m4l/core";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
8
8
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import clsx from "clsx";
|
|
2
2
|
import { generateUtilityClasses, styled } from "@mui/material";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../utils/index.
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../utils/index.d2e8f376.js";
|
|
5
5
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
const LINEAR_PROGRESS_INDETERMINATE_CLASS_NAME = "M4LinearProgressIndeterminate";
|
|
@@ -3,10 +3,10 @@ import { I as ICONS } from "../areas/icons.8266ccc8.js";
|
|
|
3
3
|
import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/material";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import { L as LinearProgressIndeterminate } from "../LinearProgressIndeterminate/index.
|
|
7
|
-
import { I as Icon } from "../Icon/index.
|
|
6
|
+
import { L as LinearProgressIndeterminate } from "../LinearProgressIndeterminate/index.7349e210.js";
|
|
7
|
+
import { I as Icon } from "../Icon/index.d34ed400.js";
|
|
8
8
|
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
9
|
-
import { B as Button } from "../mui_extended/Button/index.
|
|
9
|
+
import { B as Button } from "../mui_extended/Button/index.7265987f.js";
|
|
10
10
|
const componentName = "M4LoadingError";
|
|
11
11
|
generateUtilityClasses(componentName, [
|
|
12
12
|
"root",
|
|
@@ -12,7 +12,7 @@ import { generateUtilityClasses, generateUtilityClass, styled } from "@mui/mater
|
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
14
14
|
import { L as LinearProgress } from "../mui_extended/LinearProgress/index.c92b9ba9.js";
|
|
15
|
-
import { L as LoadingError } from "../LoadingError/index.
|
|
15
|
+
import { L as LoadingError } from "../LoadingError/index.423d70c8.js";
|
|
16
16
|
const componentName = "M4LMFLoader";
|
|
17
17
|
const mfLoaderClasses = generateUtilityClasses(componentName, [
|
|
18
18
|
"root",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { useTheme, Dialog, Paper } from "@mui/material";
|
|
2
|
-
import { c as cjs } from "../../react-draggable.
|
|
3
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
4
|
-
import { R as ResizeableWindow } from "../Resizeable/index.
|
|
2
|
+
import { c as cjs } from "../../react-draggable.483e2eaa.js";
|
|
3
|
+
import { u as useModal } from "../../hooks/useModal/index.5a463055.js";
|
|
4
|
+
import { R as ResizeableWindow } from "../Resizeable/index.e663ca86.js";
|
|
5
5
|
import { useIsMobile } from "@m4l/graphics";
|
|
6
6
|
import { m as modalUtilityClasses } from "../modal/index.61389369.js";
|
|
7
7
|
import { useState, useEffect } from "react";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
9
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.5ebb95fe.js";
|
|
10
10
|
const DragabblePaperComponent = (props) => {
|
|
11
11
|
return /* @__PURE__ */ jsx(cjs.exports, {
|
|
12
12
|
handle: ".m4l_draggable_handle",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useEnvironment, useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Skeleton } from "@mui/material";
|
|
3
|
-
import { I as Image } from "../Image/index.
|
|
3
|
+
import { I as Image } from "../Image/index.7ca22fd5.js";
|
|
4
4
|
import { useMemo } from "react";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import { useState, useEffect, useCallback, useMemo } from "react";
|
|
2
2
|
import { useNetwork, useModuleDictionary, useEnvironment, usePaginate } from "@m4l/core";
|
|
3
3
|
import { styled, Tooltip, IconButton } from "@mui/material";
|
|
4
|
-
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.
|
|
4
|
+
import { c as DataGrid, g as getDataGridComponentsDictionary } from "../DataGrid/index.27810831.js";
|
|
5
5
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
6
6
|
import { useHostTheme, useResponsiveDesktop } from "@m4l/graphics";
|
|
7
7
|
import { R as ReactJson } from "../../react-json-view.5636414a.js";
|
|
8
8
|
import { S as ScrollBar } from "../ScrollBar/index.7dfc2f29.js";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
-
import { u as useModal } from "../../hooks/useModal/index.
|
|
11
|
-
import { I as Icon } from "../Icon/index.
|
|
10
|
+
import { u as useModal } from "../../hooks/useModal/index.5a463055.js";
|
|
11
|
+
import { I as Icon } from "../Icon/index.d34ed400.js";
|
|
12
12
|
import { S as Stack } from "../mui_extended/Stack/index.0e53197c.js";
|
|
13
|
-
import { W as WindowBase } from "../modal/WindowBase.
|
|
14
|
-
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.
|
|
13
|
+
import { W as WindowBase } from "../modal/WindowBase.1cb35b2d.js";
|
|
14
|
+
import { D as DynamicFilter, g as getDynamicFilterComponentsDictionary } from "../DynamicFilter/index.781f1212.js";
|
|
15
15
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
16
16
|
const Container = styled("div")(() => ({
|
|
17
17
|
height: "100%",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { unstable_composeClasses } from "@mui/base";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
|
-
import { B as Button } from "../mui_extended/Button/index.
|
|
4
|
+
import { B as Button } from "../mui_extended/Button/index.7265987f.js";
|
|
5
5
|
const PDFVeiwerRoot = styled("div")(({ theme }) => ({
|
|
6
6
|
...theme.components?.M4LPDFViewer?.styleOverrides
|
|
7
7
|
}));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, BaseProvider, useModuleSkeleton } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize, F as FactoryRender } from "../PrintingSystem/index.
|
|
2
|
+
import { c as classes, g as getSize, F as FactoryRender } from "../PrintingSystem/index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
5
5
|
import React__default from "react";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { styled, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
2
2
|
import { useModuleSkeleton } from "@m4l/core";
|
|
3
|
-
import { I as Icon } from "../Icon/index.
|
|
3
|
+
import { I as Icon } from "../Icon/index.d34ed400.js";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
const PaperFormRoot = styled("div")(({
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { useModuleDictionary, useModuleSkeleton, useEnvironment } from "@m4l/core";
|
|
2
2
|
import { styled, generateUtilityClasses, generateUtilityClass, Skeleton, Autocomplete, TextField } from "@mui/material";
|
|
3
3
|
import { useState, useMemo } from "react";
|
|
4
|
-
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.
|
|
4
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/components/Actions/index.5ebb95fe.js";
|
|
5
5
|
import { unstable_composeClasses } from "@mui/base";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
8
8
|
import { jsxs, jsx, Fragment } from "react/jsx-runtime";
|
|
9
9
|
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
10
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
10
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.21215143.js";
|
|
11
11
|
const ContainerPeriod = styled("div")(({
|
|
12
12
|
theme
|
|
13
13
|
}) => ({
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { generateUtilityClasses, styled } from "@mui/material";
|
|
2
2
|
import { unstable_composeClasses } from "@mui/base";
|
|
3
|
-
import { g as getComponentUtilityClass } from "../../utils/index.
|
|
3
|
+
import { g as getComponentUtilityClass } from "../../utils/index.d2e8f376.js";
|
|
4
4
|
import clsx from "clsx";
|
|
5
|
-
import { D as DividerNode } from "./subcomponents/DividerNode/index.
|
|
6
|
-
import { S as SectionNode } from "./subcomponents/SectionNode/index.
|
|
7
|
-
import { T as TextBoxNode } from "./subcomponents/TextBoxNode/index.
|
|
8
|
-
import { H as HeaderNode } from "./subcomponents/HeaderNode/index.
|
|
9
|
-
import { a as ImageNode, Q as QRImageNode } from "../Image/index.
|
|
10
|
-
import { B as BodyNode } from "./subcomponents/BodyNode/index.
|
|
11
|
-
import { F as FooterNode } from "./subcomponents/FooterNode/index.
|
|
12
|
-
import { P as PaperNode } from "./subcomponents/PaperNode/index.
|
|
13
|
-
import { P as PropertyValueNode } from "./subcomponents/PropertyValueNode/index.
|
|
14
|
-
import { G as GridNode } from "./subcomponents/GridNode/index.
|
|
15
|
-
import { C as ChartNode } from "./subcomponents/ChartNode/index.
|
|
16
|
-
import { P as PagerNode, a as PageRender } from "../Page/index.
|
|
5
|
+
import { D as DividerNode } from "./subcomponents/DividerNode/index.2e68dba0.js";
|
|
6
|
+
import { S as SectionNode } from "./subcomponents/SectionNode/index.40da2bf8.js";
|
|
7
|
+
import { T as TextBoxNode } from "./subcomponents/TextBoxNode/index.0c9719ce.js";
|
|
8
|
+
import { H as HeaderNode } from "./subcomponents/HeaderNode/index.3630fe0c.js";
|
|
9
|
+
import { a as ImageNode, Q as QRImageNode } from "../Image/index.7ca22fd5.js";
|
|
10
|
+
import { B as BodyNode } from "./subcomponents/BodyNode/index.e7c04442.js";
|
|
11
|
+
import { F as FooterNode } from "./subcomponents/FooterNode/index.bb2a7dcb.js";
|
|
12
|
+
import { P as PaperNode } from "./subcomponents/PaperNode/index.a7086296.js";
|
|
13
|
+
import { P as PropertyValueNode } from "./subcomponents/PropertyValueNode/index.633304a0.js";
|
|
14
|
+
import { G as GridNode } from "./subcomponents/GridNode/index.53d82ef7.js";
|
|
15
|
+
import { C as ChartNode } from "./subcomponents/ChartNode/index.7bfbe141.js";
|
|
16
|
+
import { P as PagerNode, a as PageRender } from "../Page/index.f4ce7c75.js";
|
|
17
17
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
18
18
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
19
19
|
import { forwardRef, useRef, useImperativeHandle } from "react";
|
package/components/PrintingSystem/subcomponents/BodyNode/{index.14ecdd97.js → index.e7c04442.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const BodyNode = (props) => {
|
package/components/PrintingSystem/subcomponents/FooterNode/{index.7fc8c316.js → index.bb2a7dcb.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const FooterNode = (props) => {
|
package/components/PrintingSystem/subcomponents/GridNode/{index.88fcc856.js → index.53d82ef7.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, getPropertyByString, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
const GridNode = (props) => {
|
package/components/PrintingSystem/subcomponents/HeaderNode/{index.d3f4e000.js → index.3630fe0c.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const HeaderNode = (props) => {
|
package/components/PrintingSystem/subcomponents/PaperNode/{index.30cbab70.js → index.a7086296.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes } from "../../index.
|
|
2
|
+
import { c as classes } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
const PaperNode = (props) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
5
5
|
const PropertyValueNode = (props) => {
|
package/components/PrintingSystem/subcomponents/SectionNode/{index.d6344807.js → index.40da2bf8.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase } from "@m4l/core";
|
|
2
|
-
import { c as classes, g as getSize } from "../../index.
|
|
2
|
+
import { c as classes, g as getSize } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const SectionNode = (props) => {
|
package/components/PrintingSystem/subcomponents/TextBoxNode/{index.79d2e283.js → index.0c9719ce.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useBase, evaluateWithContext } from "@m4l/core";
|
|
2
|
-
import { c as classes } from "../../index.
|
|
2
|
+
import { c as classes } from "../../index.7aff86a4.js";
|
|
3
3
|
import clsx from "clsx";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const TextBoxNode = (props) => {
|
|
@@ -6,8 +6,8 @@ import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
|
6
6
|
import { g as getNameDataTestId } from "../../test/getNameDataTestId.14875ec7.js";
|
|
7
7
|
import { useState } from "react";
|
|
8
8
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
9
|
-
import { F as FieldLabel } from "../FieldLabel/index.
|
|
10
|
-
import { I as Icon } from "../Icon/index.
|
|
9
|
+
import { F as FieldLabel } from "../FieldLabel/index.6127de0c.js";
|
|
10
|
+
import { I as Icon } from "../Icon/index.d34ed400.js";
|
|
11
11
|
const PropertyValueRoot = styled("div")(({
|
|
12
12
|
theme
|
|
13
13
|
}) => ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { styled } from "@mui/material";
|
|
2
|
-
import { a as ResizableBox } from "../../react-resizable.
|
|
2
|
+
import { a as ResizableBox } from "../../react-resizable.059cf55c.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
const WrapperResizeable = styled(ResizableBox)(({
|
|
5
5
|
theme
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses, ListItemText, ListItemButton, Collapse, Drawer as Drawer$1, useTheme } from "@mui/material";
|
|
2
2
|
import { createContext, useState, useContext, useEffect } from "react";
|
|
3
3
|
import { unstable_composeClasses } from "@mui/base";
|
|
4
|
-
import { g as getComponentUtilityClass } from "../../utils/index.
|
|
4
|
+
import { g as getComponentUtilityClass } from "../../utils/index.d2e8f376.js";
|
|
5
5
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
6
6
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
7
7
|
import { styled as styled$1, alpha } from "@mui/material/styles";
|
|
8
8
|
import { useEnvironment, useBase, BaseProvider } from "@m4l/core";
|
|
9
9
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
10
|
-
import { I as Icon, A as ArrowIcon } from "../Icon/index.
|
|
10
|
+
import { I as Icon, A as ArrowIcon } from "../Icon/index.d34ed400.js";
|
|
11
11
|
import { T as Typography } from "../mui_extended/Typography/index.379dd374.js";
|
|
12
12
|
import clsx from "clsx";
|
|
13
13
|
import { useLocation } from "react-router-dom";
|
|
14
|
-
import { I as Image } from "../Image/index.
|
|
15
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
14
|
+
import { I as Image } from "../Image/index.7ca22fd5.js";
|
|
15
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.21215143.js";
|
|
16
16
|
import { useResponsive } from "@m4l/styles";
|
|
17
17
|
const SideBarRoot = styled("div")(({
|
|
18
18
|
theme
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { styled, generateUtilityClasses } from "@mui/material";
|
|
2
|
-
import { A } from "../../node_modules.
|
|
2
|
+
import { A } from "../../node_modules.0fb6293f.js";
|
|
3
3
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
4
4
|
import { unstable_composeClasses } from "@mui/base";
|
|
5
|
-
import { g as getComponentUtilityClass } from "../../utils/index.
|
|
5
|
+
import { g as getComponentUtilityClass } from "../../utils/index.d2e8f376.js";
|
|
6
6
|
import { useEnvironment } from "@m4l/core";
|
|
7
7
|
import { useMemo } from "react";
|
|
8
|
-
import { I as Icon } from "../Icon/index.
|
|
8
|
+
import { I as Icon } from "../Icon/index.d34ed400.js";
|
|
9
9
|
const ToastContainerRoot = styled("div")(({ theme }) => ({
|
|
10
10
|
...theme.components?.M4LToastContainer?.styleOverrides
|
|
11
11
|
}));
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { u as useAreasStore } from "../../hooks/useAreas/index.
|
|
1
|
+
import { u as useAreasStore } from "../../hooks/useAreas/index.2b111188.js";
|
|
2
2
|
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { useState, useRef, useMemo } from "react";
|
|
4
4
|
import * as Yup from "yup";
|
|
5
5
|
import clsx from "clsx";
|
|
6
6
|
import { generateUtilityClasses, styled, useTheme } from "@mui/material";
|
|
7
7
|
import { unstable_composeClasses } from "@mui/base";
|
|
8
|
-
import { g as getComponentUtilityClass } from "../../../../utils/index.
|
|
8
|
+
import { g as getComponentUtilityClass } from "../../../../utils/index.d2e8f376.js";
|
|
9
9
|
import { A as AREAS_ADMIN_CLASS_NAME } from "../../constants.66529246.js";
|
|
10
10
|
import { I as ICONS } from "../../icons.8266ccc8.js";
|
|
11
11
|
import { g as getAreasDictionary, D as DICCTIONARY } from "../../dictionary.08cfc4c9.js";
|
|
12
12
|
import { useResponsiveDesktop, useResponsiveContainerStore } from "@m4l/graphics";
|
|
13
13
|
import { shallow } from "zustand/shallow";
|
|
14
14
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
15
|
-
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.
|
|
15
|
+
import { M as MenuActions } from "../../../mui_extended/MenuActions/index.40352568.js";
|
|
16
16
|
import { R as RHFormProvider } from "../../../../contexts/RHFormContext/index.7b2a8723.js";
|
|
17
|
-
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.
|
|
18
|
-
import { A as Actions } from "../../../CommonActions/components/Actions/index.
|
|
19
|
-
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.
|
|
20
|
-
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.
|
|
21
|
-
import { I as IconButton } from "../../../mui_extended/IconButton/index.
|
|
17
|
+
import { R as RHFTextField } from "../../../hook-form/RHFTextField/index.01d225ef.js";
|
|
18
|
+
import { A as Actions } from "../../../CommonActions/components/Actions/index.5ebb95fe.js";
|
|
19
|
+
import { A as ActionCancel } from "../../../CommonActions/components/ActionCancel/index.6a991836.js";
|
|
20
|
+
import { A as ActionIntro } from "../../../CommonActions/components/ActionIntro/index.7d321553.js";
|
|
21
|
+
import { I as IconButton } from "../../../mui_extended/IconButton/index.21215143.js";
|
|
22
22
|
import { P as Popover } from "../../../mui_extended/Popover/index.d85de73b.js";
|
|
23
23
|
import { T as Typography } from "../../../mui_extended/Typography/index.379dd374.js";
|
|
24
24
|
import { S as ScrollBar } from "../../../ScrollBar/index.7dfc2f29.js";
|
|
25
25
|
import TouchRipple from "@mui/material/ButtonBase/TouchRipple";
|
|
26
|
-
import { B as Button } from "../../../mui_extended/Button/index.
|
|
27
|
-
import { I as Icon } from "../../../Icon/index.
|
|
26
|
+
import { B as Button } from "../../../mui_extended/Button/index.7265987f.js";
|
|
27
|
+
import { I as Icon } from "../../../Icon/index.d34ed400.js";
|
|
28
28
|
import { u as useOnClickOutside } from "../../index.4cc6a221.js";
|
|
29
29
|
const areasAdminClasses = generateUtilityClasses(AREAS_ADMIN_CLASS_NAME, [
|
|
30
30
|
"root",
|