@m4l/components 0.1.36 → 0.1.37
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/dist/{commonjs.bcc6b707.js → commonjs.565e6834.js} +0 -1
- package/dist/components/CommonActions/components/ActionCancel/{index.4b36950f.js → index.9230c57b.js} +1 -1
- package/dist/components/CommonActions/components/ActionFormCancel/{index.945e9887.js → index.ab514bd9.js} +9 -7
- package/dist/components/CommonActions/components/ActionIntro/{index.35a0d240.js → index.a0a341c7.js} +1 -1
- package/dist/components/CommonActions/components/Actions/index.d3e1f36e.js +54 -0
- package/dist/components/DataGrid/{index.156cc30c.js → index.67260455.js} +663 -15
- package/dist/components/DynamicFilter/{index.32f84995.js → index.071aa795.js} +92 -18
- package/dist/components/Icon/{index.1dbd3e58.js → index.8d754623.js} +62 -5
- package/dist/components/LanguagePopover/index.cbc4b282.js +144 -0
- package/dist/components/Loadable/{index.8c6006be.js → index.117eaced.js} +1 -1
- package/dist/components/ModalDialog/{index.91777582.js → index.a684827f.js} +5 -5
- package/dist/components/ObjectLogs/{index.9d3fc2ae.js → index.4a859658.js} +12 -10
- package/dist/components/PaperForm/{index.218a6c4b.js → index.c5948756.js} +1 -1
- package/dist/components/Period/{index.74f35862.js → index.abe445bd.js} +9 -7
- package/dist/components/Resizeable/{index.44a0dd46.js → index.c96c0f09.js} +1 -1
- package/dist/components/SplitLayout/{index.81fc4750.js → index.5a8355d8.js} +1 -1
- package/dist/components/animate/PropagateLoader/index.be5b02c3.js +30 -0
- package/dist/components/areas/components/AreasAdmin/index.6794b22f.js +112 -0
- package/dist/components/areas/components/AreasContainer/index.a2f8899b.js +43 -0
- package/dist/components/areas/components/GridLayout/index.b9c1e846.js +92 -0
- package/dist/components/areas/components/Window/index.252fbf4e.js +646 -0
- package/dist/components/areas/components/WindowPopUp/index.214cf099.js +120 -0
- package/dist/components/areas/components/index.7d6cd649.js +67 -0
- package/dist/components/areas/contexts/AreaContext/index.4894cf23.js +286 -0
- package/dist/components/areas/contexts/AreasContext/index.cd8e4bee.js +158 -0
- package/dist/components/areas/contexts/DynamicMFParmsContext/index.668bc2e2.js +17 -0
- package/dist/components/areas/contexts/index.f9196fb2.js +1 -0
- package/dist/components/areas/hooks/useArea/index.9b85ce24.js +19 -0
- package/dist/components/areas/hooks/useDynamicMFParameters/index.e6a44ae3.js +11 -0
- package/dist/components/areas/index.d1bf612c.js +16 -0
- package/dist/components/formatters/BooleanFormatter/{index.efc8ffc2.js → index.3a9b16c8.js} +1 -1
- package/dist/components/formatters/{index.c3f4b687.js → index.0b5f95d0.js} +1 -1
- package/dist/components/hook-form/RHFPeriod/{index.2b8e63a2.js → index.3772295b.js} +1 -1
- package/dist/components/hook-form/RHFTextField/{index.7feaec71.js → index.b17d68f4.js} +1 -1
- package/dist/components/modal/WindowBase.04439b8e.js +120 -0
- package/dist/components/modal/WindowConfirm.0b8a6818.js +115 -0
- package/dist/components/modal/index.8387e90e.js +18 -0
- package/dist/components/mui_extended/Accordion/{index.8e123c57.js → index.a541c71c.js} +2 -2
- package/dist/components/mui_extended/Button/index.86a155a2.js +101 -0
- package/dist/components/mui_extended/IconButton/{index.e3adaa33.js → index.82f16572.js} +5 -62
- package/dist/components/mui_extended/MenuActions/index.ee17bddd.js +112 -0
- package/dist/components/mui_extended/Pager/{index.d245f821.js → index.74d3f5fc.js} +66 -1
- package/dist/components/mui_extended/Popover/index.53c77d23.js +137 -0
- package/dist/components/mui_extended/index.85dfadf1.js +16 -0
- package/dist/contexts/ModalContext/{index.0797eb17.js → index.b90eec94.js} +1 -1
- package/dist/hooks/useModal/{index.32da4dcb.js → index.d14edee3.js} +1 -1
- package/dist/index.js +128 -1691
- package/dist/{components/animate/PropagateLoader/index.eb401503.js → node_modules.416f1da3.js} +59 -28
- package/dist/package.json +2 -1
- package/dist/{react-draggable.3b5b6680.js → react-draggable.84d6b038.js} +1 -1
- package/dist/{react-json-view.03ae95f5.js → react-json-view.57125fcf.js} +1 -1
- package/dist/{react-resizable.6eae0397.js → react-resizable.1d00271d.js} +3 -4
- package/dist/{react-splitter-layout.873aece3.js → react-splitter-layout.8b1655c8.js} +1 -1
- package/dist/style.css +0 -114
- package/dist/utils/{index.9dce2e2f.js → index.899eb67b.js} +28 -460
- package/package.json +3 -1
- package/vite.config.ts +201 -129
- package/dist/components/CommonActions/components/Actions/index.ba86f72f.js +0 -868
- package/dist/components/mui_extended/Button/index.55fc70dc.js +0 -178
- package/dist/components/mui_extended/Popover/index.97cf3a3e.js +0 -275
- package/dist/node_modules.e0b84fac.js +0 -2154
package/vite.config.ts
CHANGED
|
@@ -12,62 +12,65 @@ function manualChunks(id: string, _api: any) {
|
|
|
12
12
|
return 'assets/Logo/index';
|
|
13
13
|
}
|
|
14
14
|
//animated
|
|
15
|
-
if (id.includes('
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
15
|
+
if (id.includes('components/animate')) {
|
|
16
|
+
if (id.includes('MotionContainer')) {
|
|
17
|
+
return 'components/animate/MotionContainer/index';
|
|
18
|
+
}
|
|
19
|
+
if (id.includes('MotionLazyContainer')) {
|
|
20
|
+
return 'components/animate/MotionLazyContainer/index';
|
|
21
|
+
}
|
|
22
|
+
if (id.includes('LoadingScreen')) {
|
|
23
|
+
return 'components/animate/LoadingScreen/index';
|
|
24
|
+
}
|
|
24
25
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
26
|
+
if (id.includes('features')) {
|
|
27
|
+
return 'components/animate/features';
|
|
28
|
+
}
|
|
29
|
+
if (id.includes('MotionContainer')) {
|
|
30
|
+
return 'components/animate/MotionContainer/index';
|
|
31
|
+
}
|
|
32
|
+
if (id.includes('MotionLazyContainer')) {
|
|
33
|
+
return 'components/animate/MotionLazyContainer/index';
|
|
34
|
+
}
|
|
34
35
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
36
|
+
if (id.includes('variants/bounce')) {
|
|
37
|
+
return 'components/animate/variants/bounce';
|
|
38
|
+
}
|
|
39
|
+
if (id.includes('variants/container')) {
|
|
40
|
+
return 'components/animate/variants/container';
|
|
41
|
+
}
|
|
42
|
+
if (id.includes('variants/fade')) {
|
|
43
|
+
return 'components/animate/variants/fade';
|
|
44
|
+
}
|
|
45
|
+
if (id.includes('variants/transition')) {
|
|
46
|
+
return 'components/animate/variants/transition';
|
|
47
|
+
}
|
|
47
48
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
if (id.includes('variants')) {
|
|
50
|
+
return 'components/animate/variants/index';
|
|
51
|
+
}
|
|
51
52
|
|
|
52
|
-
|
|
53
|
-
|
|
53
|
+
if (id.includes('PropagateLoader')) {
|
|
54
|
+
return 'components/animate/PropagateLoader/index';
|
|
55
|
+
}
|
|
54
56
|
}
|
|
55
|
-
|
|
56
57
|
//CommonActions
|
|
57
|
-
if (id.includes('
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
58
|
+
if (id.includes('components/CommonActions')) {
|
|
59
|
+
if (id.includes('ActionCancel')) {
|
|
60
|
+
return 'components/CommonActions/components/ActionCancel/index';
|
|
61
|
+
}
|
|
62
|
+
if (id.includes('ActionFormCancel')) {
|
|
63
|
+
return 'components/CommonActions/components/ActionFormCancel/index';
|
|
64
|
+
}
|
|
65
|
+
if (id.includes('ActionFormIntro')) {
|
|
66
|
+
return 'components/CommonActions/components/ActionFormIntro/index';
|
|
67
|
+
}
|
|
68
|
+
if (id.includes('ActionIntro')) {
|
|
69
|
+
return 'components/CommonActions/components/ActionIntro/index';
|
|
70
|
+
}
|
|
71
|
+
if (id.includes('Actions')) {
|
|
72
|
+
return 'components/CommonActions/components/Actions/index';
|
|
73
|
+
}
|
|
71
74
|
}
|
|
72
75
|
|
|
73
76
|
//formatters
|
|
@@ -92,100 +95,154 @@ function manualChunks(id: string, _api: any) {
|
|
|
92
95
|
}
|
|
93
96
|
|
|
94
97
|
//hook-form
|
|
95
|
-
if (id.includes('
|
|
96
|
-
|
|
97
|
-
|
|
98
|
+
if (id.includes('components/hook-form')) {
|
|
99
|
+
if (id.includes('FormProvider')) {
|
|
100
|
+
return 'components/hook-form/FormProvider/index';
|
|
101
|
+
}
|
|
98
102
|
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
103
|
+
if (id.includes('RHFAutocompleteAsync')) {
|
|
104
|
+
return 'components/hook-form/RHFAutocompleteAsync/index';
|
|
105
|
+
}
|
|
106
|
+
if (id.includes('RHFAutocomplete')) {
|
|
107
|
+
return 'components/hook-form/RHFAutocomplete/index';
|
|
108
|
+
}
|
|
105
109
|
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
110
|
+
if (id.includes('RHFCheckbox')) {
|
|
111
|
+
return 'components/hook-form/RHFCheckbox/index';
|
|
112
|
+
}
|
|
113
|
+
if (id.includes('RHFDateTime')) {
|
|
114
|
+
return 'components/hook-form/RHFDateTime/index';
|
|
115
|
+
}
|
|
116
|
+
if (id.includes('RHFMultiCheckbox')) {
|
|
117
|
+
return 'components/hook-form/RHFMultiCheckbox/index';
|
|
118
|
+
}
|
|
119
|
+
if (id.includes('RHFPeriod')) {
|
|
120
|
+
return 'components/hook-form/RHFPeriod/index';
|
|
121
|
+
}
|
|
122
|
+
if (id.includes('RHFTextField')) {
|
|
123
|
+
return 'components/hook-form/RHFTextField/index';
|
|
124
|
+
}
|
|
125
|
+
if (id.includes('RHFRadioGroup')) {
|
|
126
|
+
return 'components/hook-form/RHFRadioGroup/index';
|
|
127
|
+
}
|
|
128
|
+
if (id.includes('RHFSelect')) {
|
|
129
|
+
return 'components/hook-form/RHFSelect/index';
|
|
130
|
+
}
|
|
131
|
+
if (id.includes('RHFSwitch')) {
|
|
132
|
+
return 'components/hook-form/RHFSwitch/index';
|
|
133
|
+
}
|
|
134
|
+
if (id.includes('RHFUpload')) {
|
|
135
|
+
return 'components/hook-form/RHFUpload/index';
|
|
136
|
+
}
|
|
132
137
|
}
|
|
133
138
|
|
|
134
139
|
//miu_extended
|
|
140
|
+
if (id.includes('components/mui_extended')) {
|
|
141
|
+
if (id.includes('Avatar')) {
|
|
142
|
+
return 'components/mui_extended/Avatar/index';
|
|
143
|
+
}
|
|
144
|
+
if (id.includes('Accordion')) {
|
|
145
|
+
return 'components/mui_extended/Accordion/index';
|
|
146
|
+
}
|
|
147
|
+
if (id.includes('BoxIcon')) {
|
|
148
|
+
return 'components/mui_extended/BoxIcon/index';
|
|
149
|
+
}
|
|
150
|
+
if (id.includes('Breadcrumbs')) {
|
|
151
|
+
return 'components/mui_extended/Breadcrumbs/index';
|
|
152
|
+
}
|
|
153
|
+
if (id.includes('IconButton')) {
|
|
154
|
+
return 'components/mui_extended/IconButton/index';
|
|
155
|
+
}
|
|
156
|
+
if (id.includes('LinearProgress')) {
|
|
157
|
+
return 'components/mui_extended/LinearProgress/index';
|
|
158
|
+
}
|
|
159
|
+
if (id.includes('Button')) {
|
|
160
|
+
return 'components/mui_extended/Button/index';
|
|
161
|
+
}
|
|
135
162
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
if (id.includes('Accordion')) {
|
|
140
|
-
return 'components/mui_extended/Accordion/index';
|
|
141
|
-
}
|
|
142
|
-
if (id.includes('BoxIcon')) {
|
|
143
|
-
return 'components/mui_extended/BoxIcon/index';
|
|
144
|
-
}
|
|
145
|
-
if (id.includes('Breadcrumbs')) {
|
|
146
|
-
return 'components/mui_extended/Breadcrumbs/index';
|
|
147
|
-
}
|
|
148
|
-
if (id.includes('IconButton')) {
|
|
149
|
-
return 'components/mui_extended/IconButton/index';
|
|
150
|
-
}
|
|
151
|
-
if (id.includes('LinearProgress')) {
|
|
152
|
-
return 'components/mui_extended/LinearProgress/index';
|
|
153
|
-
}
|
|
154
|
-
if (id.includes('Button')) {
|
|
155
|
-
return 'components/mui_extended/Button/index';
|
|
156
|
-
}
|
|
163
|
+
if (id.includes('CircularProgress')) {
|
|
164
|
+
return 'components/mui_extended/CircularProgress/index';
|
|
165
|
+
}
|
|
157
166
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
167
|
+
if (id.includes('LinkWithRoute')) {
|
|
168
|
+
return 'components/mui_extended/LinkWithRoute/index';
|
|
169
|
+
}
|
|
170
|
+
if (id.includes('LoadingButton')) {
|
|
171
|
+
return 'components/mui_extended/LoadingButton/index';
|
|
172
|
+
}
|
|
161
173
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
174
|
+
if (id.includes('MenuActions')) {
|
|
175
|
+
return 'components/mui_extended/MenuActions/index';
|
|
176
|
+
}
|
|
177
|
+
if (id.includes('Popover')) {
|
|
178
|
+
return 'components/mui_extended/Popover/index';
|
|
179
|
+
}
|
|
168
180
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
if (id.includes('Popover')) {
|
|
173
|
-
return 'components/mui_extended/Popover/index';
|
|
174
|
-
}
|
|
181
|
+
if (id.includes('Pager')) {
|
|
182
|
+
return 'components/mui_extended/Pager/index';
|
|
183
|
+
}
|
|
175
184
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
185
|
+
if (id.includes('Tab')) {
|
|
186
|
+
return 'components/mui_extended/Tab/index';
|
|
187
|
+
}
|
|
179
188
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
189
|
+
if (id.includes('Typography')) {
|
|
190
|
+
return 'components/mui_extended/Typography/index';
|
|
191
|
+
}
|
|
183
192
|
|
|
184
|
-
|
|
185
|
-
return 'components/mui_extended/Typography/index';
|
|
193
|
+
return 'components/mui_extended/index';
|
|
186
194
|
}
|
|
187
195
|
|
|
188
196
|
//components
|
|
197
|
+
if (id.includes('components/areas')) {
|
|
198
|
+
if (id.includes('components/areas/components')) {
|
|
199
|
+
if (id.includes('AreasAdmin')) {
|
|
200
|
+
return 'components/areas/components/AreasAdmin/index';
|
|
201
|
+
}
|
|
202
|
+
if (id.includes('AreasContainer')) {
|
|
203
|
+
return 'components/areas/components/AreasContainer/index';
|
|
204
|
+
}
|
|
205
|
+
if (id.includes('GridLayout')) {
|
|
206
|
+
return 'components/areas/components/GridLayout/index';
|
|
207
|
+
}
|
|
208
|
+
if (id.includes('WindowPopUp')) {
|
|
209
|
+
return 'components/areas/components/WindowPopUp/index';
|
|
210
|
+
}
|
|
211
|
+
if (id.includes('Window')) {
|
|
212
|
+
return 'components/areas/components/Window/index';
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
return 'components/areas/components/index';
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
if (id.includes('components/areas/contexts')) {
|
|
219
|
+
if (id.includes('AreaContext')) {
|
|
220
|
+
return 'components/areas/contexts/AreaContext/index';
|
|
221
|
+
}
|
|
222
|
+
if (id.includes('AreasContext')) {
|
|
223
|
+
return 'components/areas/contexts/AreasContext/index';
|
|
224
|
+
}
|
|
225
|
+
if (id.includes('DynamicMFParmsContext')) {
|
|
226
|
+
return 'components/areas/contexts/DynamicMFParmsContext/index';
|
|
227
|
+
}
|
|
228
|
+
return 'components/areas/contexts/index';
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
if (id.includes('components/areas/hooks')) {
|
|
232
|
+
if (id.includes('useArea')) {
|
|
233
|
+
return 'components/areas/hooks/useArea/index';
|
|
234
|
+
}
|
|
235
|
+
if (id.includes('useAreas')) {
|
|
236
|
+
return 'components/areas/hooks/useAreas/index';
|
|
237
|
+
}
|
|
238
|
+
if (id.includes('useDynamicMFParameters')) {
|
|
239
|
+
return 'components/areas/hooks/useDynamicMFParameters/index';
|
|
240
|
+
}
|
|
241
|
+
return 'components/areas/hooks/index';
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
return 'components/areas/index';
|
|
245
|
+
}
|
|
189
246
|
|
|
190
247
|
if (id.includes('components/DataGrid')) {
|
|
191
248
|
if (id.includes('formatters/BooleanFormatter')) {
|
|
@@ -238,6 +295,20 @@ function manualChunks(id: string, _api: any) {
|
|
|
238
295
|
if (id.includes('ModalDialog')) {
|
|
239
296
|
return 'components/ModalDialog/index';
|
|
240
297
|
}
|
|
298
|
+
|
|
299
|
+
if (id.includes('components/modal')) {
|
|
300
|
+
if (id.includes('ModalDialog')) {
|
|
301
|
+
return 'components/modal/ModalDialog';
|
|
302
|
+
}
|
|
303
|
+
if (id.includes('WindowBase')) {
|
|
304
|
+
return 'components/modal/WindowBase';
|
|
305
|
+
}
|
|
306
|
+
if (id.includes('WindowConfirm')) {
|
|
307
|
+
return 'components/modal/WindowConfirm';
|
|
308
|
+
}
|
|
309
|
+
return 'components/modal/index';
|
|
310
|
+
}
|
|
311
|
+
|
|
241
312
|
if (id.includes('NoItemSelected')) {
|
|
242
313
|
return 'components/NoItemSelected/index';
|
|
243
314
|
}
|
|
@@ -402,6 +473,7 @@ const isExternal = (source: string, importer: string | undefined, isResolved: bo
|
|
|
402
473
|
'can-use-dom',
|
|
403
474
|
'lodash',
|
|
404
475
|
'@hookform/resolvers',
|
|
476
|
+
'react-grid-layout',
|
|
405
477
|
];
|
|
406
478
|
|
|
407
479
|
if (internal_exact_libs.findIndex(l => source === l) > -1) {
|