@m4l/components 9.1.149 → 9.1.150-beta.1
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getModalDialogComponentsDictionary } from "../
|
|
1
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/dictionary.js";
|
|
2
2
|
import { g as getPagerComponentsDictionary } from "../Pager/dicctionary.js";
|
|
3
3
|
function getDataGridComponentsDictionary() {
|
|
4
4
|
return ["data_grid"].concat(getPagerComponentsDictionary()).concat(getModalDialogComponentsDictionary());
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getCommonActionsDictionary } from "
|
|
1
|
+
import { g as getCommonActionsDictionary } from "../CommonActions/dictionary.js";
|
|
2
2
|
function getModalDialogComponentsDictionary() {
|
|
3
3
|
return ["modal_dialog"].concat(getCommonActionsDictionary());
|
|
4
4
|
}
|
package/index.js
CHANGED
|
@@ -182,17 +182,18 @@ 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
186
|
import { M as M7 } from "./components/ModalDialog/ModalDialog.js";
|
|
186
187
|
import { a as a12, D as D9, M as M8 } from "./components/areas/contexts/DynamicMFParmsContext/index.js";
|
|
187
188
|
import { F as F2, R as R22, u as u16 } from "./components/hook-form/RHFormContext/index.js";
|
|
188
|
-
import { g as
|
|
189
|
+
import { g as g24 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
189
190
|
import { u as u17 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
190
191
|
import { A as A16 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
191
192
|
import { a as a13, M as M9 } from "./contexts/ModalContext/index.js";
|
|
192
193
|
import { u as u18 } from "./hooks/useFormAddEdit/index.js";
|
|
193
194
|
import { u as u19 } from "./hooks/useModal/index.js";
|
|
194
195
|
import { u as u20 } from "./hooks/useTab/index.js";
|
|
195
|
-
import { g as
|
|
196
|
+
import { g as g25 } from "./hooks/useFormAddEdit/dictionary.js";
|
|
196
197
|
import { u as u21 } from "./hooks/useFormFocus/index.js";
|
|
197
198
|
import { u as u22 } from "./hooks/useInterval/index.js";
|
|
198
199
|
import { u as u23 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
@@ -203,14 +204,14 @@ import { u as u26 } from "./hooks/useSvgColor/useSvgColor.js";
|
|
|
203
204
|
import { u as u27 } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
204
205
|
import { c as c5 } from "./utils/capitalizeFirstLetter.js";
|
|
205
206
|
import { i as i2 } from "./utils/isValidDate.js";
|
|
206
|
-
import { g as
|
|
207
|
-
import { g as
|
|
208
|
-
import { g as
|
|
209
|
-
import { g as
|
|
207
|
+
import { g as g26 } from "./utils/getComponentUtilityClass.js";
|
|
208
|
+
import { g as g27 } from "./utils/getPaletteColor.js";
|
|
209
|
+
import { g as g28 } from "./utils/getTypographyStyles.js";
|
|
210
|
+
import { g as g29 } from "./utils/getIconColor.js";
|
|
210
211
|
import { a as a14 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
211
|
-
import { g as
|
|
212
|
+
import { g as g30 } from "./utils/getValidDate.js";
|
|
212
213
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
213
|
-
import { g as
|
|
214
|
+
import { g as g31, a as a15 } from "./utils/getComponentSlotRoot.js";
|
|
214
215
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
215
216
|
export {
|
|
216
217
|
A7 as AREAS_DICCTIONARY,
|
|
@@ -401,38 +402,39 @@ export {
|
|
|
401
402
|
b2 as getAreasComponentsDictionary,
|
|
402
403
|
g3 as getAreasDictionary,
|
|
403
404
|
g4 as getCommonActionsDictionary,
|
|
404
|
-
|
|
405
|
+
g31 as getComponentClasses,
|
|
405
406
|
a15 as getComponentSlotRoot,
|
|
406
|
-
|
|
407
|
+
g26 as getComponentUtilityClass,
|
|
407
408
|
g5 as getDataGridComponentsDictionary,
|
|
408
409
|
g6 as getDataGridRowsFromSet,
|
|
409
410
|
g13 as getDistanceToNowFormatterComponentsDictionary,
|
|
410
411
|
a5 as getDynamicFilterComponentsDictionary,
|
|
411
412
|
b3 as getDynamicSortComponentsDictionary,
|
|
412
413
|
a6 as getFilterGroupFieldsByName,
|
|
413
|
-
|
|
414
|
+
g24 as getFormComponentsDictionary,
|
|
414
415
|
g11 as getFormatConcatenated,
|
|
415
416
|
g8 as getFormatDate,
|
|
416
417
|
g10 as getFormatPoints,
|
|
417
418
|
g12 as getFormatPrice,
|
|
418
419
|
g14 as getFormattersComponentsDictionary,
|
|
419
420
|
a14 as getHeightSizeStyles,
|
|
420
|
-
|
|
421
|
+
g29 as getIconColor,
|
|
421
422
|
g7 as getIsIfInDynamicFilter,
|
|
422
423
|
g18 as getLoadingErrorComponentsDictionary,
|
|
423
424
|
g19 as getMFLoaderComponentsDictionary,
|
|
424
425
|
a7 as getMenuActionsComponentsDictionary,
|
|
426
|
+
g23 as getModalDialogComponentsDictionary,
|
|
425
427
|
g21 as getNoItemSelectedComponentsDictionary,
|
|
426
428
|
g22 as getObjectLogsComponentsDictionary,
|
|
427
429
|
g20 as getPagerComponentsDictionary,
|
|
428
|
-
|
|
430
|
+
g27 as getPaletteColor,
|
|
429
431
|
g17 as getPeriodComponetsDictionary,
|
|
430
432
|
g16 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
431
433
|
g15 as getRHFAutocompleteComponentsDictionary,
|
|
432
|
-
|
|
434
|
+
g28 as getTypographyStyles,
|
|
433
435
|
g9 as getUncertaintyFormat,
|
|
434
|
-
|
|
435
|
-
|
|
436
|
+
g30 as getValidDate,
|
|
437
|
+
g25 as getformAddEditDictionary,
|
|
436
438
|
i as isEqualLayout,
|
|
437
439
|
k as isEqualLayouts,
|
|
438
440
|
i2 as isValidDate,
|
package/package.json
CHANGED