@m4l/components 9.1.150-beta.2 → 9.1.150-beta.3
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.
|
@@ -2,6 +2,10 @@ import { g as getCommonActionsDictionary } from "../CommonActions/dictionary.js"
|
|
|
2
2
|
function getModalDictionary() {
|
|
3
3
|
return ["modal_dialog"].concat(getCommonActionsDictionary());
|
|
4
4
|
}
|
|
5
|
+
function getModalDialogComponentsDictionary() {
|
|
6
|
+
return getModalDictionary();
|
|
7
|
+
}
|
|
5
8
|
export {
|
|
9
|
+
getModalDialogComponentsDictionary as a,
|
|
6
10
|
getModalDictionary as g
|
|
7
11
|
};
|
package/index.js
CHANGED
|
@@ -182,14 +182,14 @@ import { I as I6 } from "./components/WindowBase/icons.js";
|
|
|
182
182
|
import { W as W4 } from "./components/WindowBase/slots/WindowBaseEnum.js";
|
|
183
183
|
import { a as a11, C as C15, b as b4, H as H4, I as I7, e as e2, L as L11, M as M6, c as c4, P as P14, S as S10, d as d5, T as T20, W as W5 } from "./components/WindowBase/slots/WindowBaseSlots.js";
|
|
184
184
|
import { H as H5 } from "./components/WindowBase/subcomponents/Header/HeaderWindowBase.js";
|
|
185
|
-
import { g as g23 } from "./components/ModalDialog/dictionary.js";
|
|
185
|
+
import { a as a12, g as g23 } from "./components/ModalDialog/dictionary.js";
|
|
186
186
|
import { M as M7 } from "./components/ModalDialog/ModalDialog.js";
|
|
187
|
-
import { a as
|
|
187
|
+
import { a as a13, D as D9, M as M8 } from "./components/areas/contexts/DynamicMFParmsContext/index.js";
|
|
188
188
|
import { F as F2, R as R22, u as u16 } from "./components/hook-form/RHFormContext/index.js";
|
|
189
189
|
import { g as g24 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
190
190
|
import { u as u17 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
191
191
|
import { A as A16 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
192
|
-
import { a as
|
|
192
|
+
import { a as a14, M as M9 } from "./contexts/ModalContext/index.js";
|
|
193
193
|
import { u as u18 } from "./hooks/useFormAddEdit/index.js";
|
|
194
194
|
import { u as u19 } from "./hooks/useModal/index.js";
|
|
195
195
|
import { u as u20 } from "./hooks/useTab/index.js";
|
|
@@ -208,10 +208,10 @@ import { g as g26 } from "./utils/getComponentUtilityClass.js";
|
|
|
208
208
|
import { g as g27 } from "./utils/getPaletteColor.js";
|
|
209
209
|
import { g as g28 } from "./utils/getTypographyStyles.js";
|
|
210
210
|
import { g as g29 } from "./utils/getIconColor.js";
|
|
211
|
-
import { a as
|
|
211
|
+
import { a as a15 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
212
212
|
import { g as g30 } from "./utils/getValidDate.js";
|
|
213
213
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
214
|
-
import { g as g31, a as
|
|
214
|
+
import { g as g31, a as a16 } from "./utils/getComponentSlotRoot.js";
|
|
215
215
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
216
216
|
export {
|
|
217
217
|
A7 as AREAS_DICCTIONARY,
|
|
@@ -261,7 +261,7 @@ export {
|
|
|
261
261
|
D7 as DistanceToNowFormatter,
|
|
262
262
|
D3 as DragResizeWindow,
|
|
263
263
|
D4 as DynamicFilter,
|
|
264
|
-
|
|
264
|
+
a13 as DynamicMFParmsContext,
|
|
265
265
|
D9 as DynamicMFParmsProvider,
|
|
266
266
|
D5 as DynamicSort,
|
|
267
267
|
F as FixedSizeList,
|
|
@@ -298,7 +298,7 @@ export {
|
|
|
298
298
|
a8 as MemonizedMenuActions,
|
|
299
299
|
M3 as MenuActions,
|
|
300
300
|
M6 as MenuActionsWindowsStyled,
|
|
301
|
-
|
|
301
|
+
a14 as ModalContext,
|
|
302
302
|
M7 as ModalDialog,
|
|
303
303
|
M9 as ModalProvider,
|
|
304
304
|
M as MotionContainer,
|
|
@@ -403,7 +403,7 @@ export {
|
|
|
403
403
|
g3 as getAreasDictionary,
|
|
404
404
|
g4 as getCommonActionsDictionary,
|
|
405
405
|
g31 as getComponentClasses,
|
|
406
|
-
|
|
406
|
+
a16 as getComponentSlotRoot,
|
|
407
407
|
g26 as getComponentUtilityClass,
|
|
408
408
|
g5 as getDataGridComponentsDictionary,
|
|
409
409
|
g6 as getDataGridRowsFromSet,
|
|
@@ -417,12 +417,13 @@ export {
|
|
|
417
417
|
g10 as getFormatPoints,
|
|
418
418
|
g12 as getFormatPrice,
|
|
419
419
|
g14 as getFormattersComponentsDictionary,
|
|
420
|
-
|
|
420
|
+
a15 as getHeightSizeStyles,
|
|
421
421
|
g29 as getIconColor,
|
|
422
422
|
g7 as getIsIfInDynamicFilter,
|
|
423
423
|
g18 as getLoadingErrorComponentsDictionary,
|
|
424
424
|
g19 as getMFLoaderComponentsDictionary,
|
|
425
425
|
a7 as getMenuActionsComponentsDictionary,
|
|
426
|
+
a12 as getModalDialogComponentsDictionary,
|
|
426
427
|
g23 as getModalDictionary,
|
|
427
428
|
g21 as getNoItemSelectedComponentsDictionary,
|
|
428
429
|
g22 as getObjectLogsComponentsDictionary,
|