@m4l/components 9.3.38-BE20251203-beta.1 → 9.3.38-JT03122025.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.
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +3 -3
- package/components/ActionsGroup/slots/ActionsGroupSlots.d.ts +1 -1
- package/components/Chip/slots/ChipSlots.d.ts +1 -1
- package/components/EditLabel/slots/EditLabelSlots.d.ts +1 -1
- package/components/HelperError/slots/HelperErrorSlots.d.ts +1 -1
- package/components/ImageText/slots/ImageTextSlots.d.ts +2 -2
- package/components/Label/slots/LabelSlots.d.ts +2 -2
- package/components/LoadingError/slots/LoadingErrorSlots.d.ts +1 -1
- package/components/Pager/slots/PagerSlots.d.ts +3 -3
- package/components/PaperForm/slots/PaperFormSlots.d.ts +1 -1
- package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +1 -1
- package/{helpers → components/Stepper/helpers}/getStepsAndValidationSchema/getStepsAndValidationSchema.d.ts +4 -4
- package/{helpers → components/Stepper/helpers}/getStepsAndValidationSchema/getStepsAndValidationSchema.js +6 -12
- package/{helpers → components/Stepper/helpers}/getStepsAndValidationSchema/types.d.ts +6 -3
- package/components/Stepper/hooks/useDynamicValidation/index.d.ts +2 -1
- package/components/Stepper/hooks/useDynamicValidation/index.js +31 -6
- package/components/Stepper/index.d.ts +1 -0
- package/components/Stepper/slots/StepperSlot.d.ts +4 -4
- package/components/TabsNavigator/slots/TabsNavigatorSlots.d.ts +2 -2
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +2 -2
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +1 -1
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.d.ts +1 -1
- package/components/formatters/ConcatenatedFormatter/slots/ConcatenatedFormatterSlots.d.ts +1 -1
- package/components/formatters/DateFormatter/slots/DateFormatterSlots.d.ts +1 -1
- package/components/formatters/DistanceToNowFormatter/slots/DistanceToNowFormatterSlots.d.ts +1 -1
- package/components/formatters/ImageFormatter/slots/ImageFormatterSlots.d.ts +1 -1
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.d.ts +1 -1
- package/components/formatters/PointsFormatter/slots/ointsFormatterSlots.d.ts +1 -1
- package/components/formatters/PriceFormatter/slots/PriceFormatterSlots.d.ts +1 -1
- package/components/formatters/UncertaintyFormatter/slots/UncertaintyFormatterSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +5 -5
- package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +1 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +2 -2
- package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +1 -1
- package/components/mui_extended/NavLink/slots/NavLinkSlots.d.ts +1 -1
- package/components/mui_extended/RadioButton/slots/RadioButtonSlots.d.ts +1 -1
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +3 -3
- package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
- package/components/mui_extended/Tabs/Tabs.js +2 -48
- package/components/mui_extended/Tabs/Tabs.styles.js +26 -52
- package/components/mui_extended/Tabs/types.d.ts +1 -4
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +3 -3
- package/index.d.ts +0 -1
- package/index.js +24 -24
- package/package.json +1 -1
- package/components/mui_extended/Tabs/icons.d.ts +0 -4
- package/components/mui_extended/Tabs/icons.js +0 -7
- package/helpers/index.d.ts +0 -1
- package/helpers/index.js +0 -1
- /package/{helpers → components/Stepper/helpers}/getStepsAndValidationSchema/index.d.ts +0 -0
- /package/{helpers → components/Stepper/helpers}/getStepsAndValidationSchema/index.js +0 -0
- /package/{helpers → components/Stepper/helpers}/getStepsAndValidationSchema/types.js +0 -0
package/index.js
CHANGED
|
@@ -230,15 +230,16 @@ import { S as S18 } from "./components/Stepper/subcomponents/StepperButtons/Step
|
|
|
230
230
|
import { S as S19 } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
|
|
231
231
|
import { S as S20 } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
|
|
232
232
|
import { e as e2 } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
|
|
233
|
-
import { g as g30 } from "./components/Stepper/
|
|
234
|
-
import { g as g31 } from "./components/
|
|
233
|
+
import { g as g30 } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
234
|
+
import { g as g31 } from "./components/Stepper/dictionary.js";
|
|
235
|
+
import { g as g32 } from "./components/hook-form/RHFormProvider/dictionary.js";
|
|
235
236
|
import { u as u23 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
236
237
|
import { A as A17 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
237
238
|
import { a as a17, M as M10 } from "./contexts/ModalContext/index.js";
|
|
238
239
|
import { u as u24 } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
239
240
|
import { u as u25 } from "./hooks/useModal/index.js";
|
|
240
241
|
import { u as u26 } from "./hooks/useTab/index.js";
|
|
241
|
-
import { g as
|
|
242
|
+
import { g as g33 } from "./hooks/useFormAddEdit/dictionary.js";
|
|
242
243
|
import { u as u27 } from "./hooks/useFormFocus/index.js";
|
|
243
244
|
import { u as u28 } from "./hooks/useInterval/index.js";
|
|
244
245
|
import { u as u29 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
@@ -254,18 +255,17 @@ import { u as u37 } from "./hooks/useSizeContainer/index.js";
|
|
|
254
255
|
import { u as u38 } from "./hooks/useWatchTyped/useTypedWatch.js";
|
|
255
256
|
import { c as c5 } from "./utils/capitalizeFirstLetter.js";
|
|
256
257
|
import { i as i2 } from "./utils/isValidDate.js";
|
|
257
|
-
import { g as
|
|
258
|
-
import { g as
|
|
259
|
-
import { g as
|
|
260
|
-
import { g as
|
|
261
|
-
import { a as a18, g as
|
|
258
|
+
import { g as g34 } from "./utils/getComponentUtilityClass.js";
|
|
259
|
+
import { g as g35 } from "./utils/getPaletteColor.js";
|
|
260
|
+
import { g as g36 } from "./utils/getTypographyStyles.js";
|
|
261
|
+
import { g as g37 } from "./utils/getIconColor.js";
|
|
262
|
+
import { a as a18, g as g38 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
262
263
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
263
|
-
import { g as
|
|
264
|
+
import { g as g39, a as a19 } from "./utils/getComponentSlotRoot.js";
|
|
264
265
|
import { f as f2 } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
265
|
-
import { g as
|
|
266
|
-
import { g as
|
|
266
|
+
import { g as g40 } from "./utils/getValidDate.js";
|
|
267
|
+
import { g as g41 } from "./utils/getNullGuard.js";
|
|
267
268
|
import { c as c6, d as d5 } from "./utils/deepShallow.js";
|
|
268
|
-
import { g as g41 } from "./helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
269
269
|
export {
|
|
270
270
|
A8 as AREAS_DICCTIONARY,
|
|
271
271
|
a3 as AREAS_DICTIONARY_ID,
|
|
@@ -487,23 +487,23 @@ export {
|
|
|
487
487
|
b2 as getAreasComponentsDictionary,
|
|
488
488
|
g3 as getAreasDictionary,
|
|
489
489
|
g4 as getCommonActionsDictionary,
|
|
490
|
-
|
|
490
|
+
g39 as getComponentClasses,
|
|
491
491
|
a19 as getComponentSlotRoot,
|
|
492
|
-
|
|
492
|
+
g34 as getComponentUtilityClass,
|
|
493
493
|
g5 as getDataGridComponentsDictionary,
|
|
494
494
|
g6 as getDataGridRowsFromSet,
|
|
495
495
|
g17 as getDistanceToNowFormatterComponentsDictionary,
|
|
496
496
|
g7 as getDynamicFilterComponentsDictionary,
|
|
497
497
|
a6 as getDynamicSortComponentsDictionary,
|
|
498
498
|
a5 as getFilterGroupFieldsByName,
|
|
499
|
-
|
|
499
|
+
g32 as getFormComponentsDictionary,
|
|
500
500
|
g15 as getFormatConcatenated,
|
|
501
501
|
g12 as getFormatDate,
|
|
502
502
|
g14 as getFormatPoints,
|
|
503
503
|
g16 as getFormatPrice,
|
|
504
504
|
g18 as getFormattersComponentsDictionary,
|
|
505
505
|
a18 as getHeightSizeStyles,
|
|
506
|
-
|
|
506
|
+
g37 as getIconColor,
|
|
507
507
|
g8 as getIsIfInDynamicFilter,
|
|
508
508
|
g22 as getLoadingErrorComponentsDictionary,
|
|
509
509
|
g24 as getMFLoaderComponentsDictionary,
|
|
@@ -512,23 +512,23 @@ export {
|
|
|
512
512
|
g29 as getModalDictionary,
|
|
513
513
|
g26 as getNoItemPrivilegesComponentsDictionary,
|
|
514
514
|
g25 as getNoItemSelectedComponentsDictionary,
|
|
515
|
-
|
|
515
|
+
g41 as getNullGuard,
|
|
516
516
|
g27 as getObjectLogsComponentsDictionary,
|
|
517
517
|
g11 as getPagerComponentsDictionary,
|
|
518
|
-
|
|
518
|
+
g35 as getPaletteColor,
|
|
519
519
|
g21 as getPeriodComponetsDictionary,
|
|
520
520
|
g20 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
521
521
|
g19 as getRHFAutocompleteComponentsDictionary,
|
|
522
522
|
g9 as getRawFiltersForNetwork,
|
|
523
523
|
g10 as getRawSortsForNetwork,
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
524
|
+
g38 as getSizeStyles,
|
|
525
|
+
g31 as getStepperComponentsDictionary,
|
|
526
|
+
g30 as getStepsAndValidationSchema,
|
|
527
527
|
g28 as getTabsNavigatorComponentsDictionary,
|
|
528
|
-
|
|
528
|
+
g36 as getTypographyStyles,
|
|
529
529
|
g13 as getUncertaintyFormat,
|
|
530
|
-
|
|
531
|
-
|
|
530
|
+
g40 as getValidDate,
|
|
531
|
+
g33 as getformAddEditDictionary,
|
|
532
532
|
i as isEqualLayout,
|
|
533
533
|
k as isEqualLayouts,
|
|
534
534
|
i2 as isValidDate,
|
package/package.json
CHANGED
package/helpers/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './getStepsAndValidationSchema';
|
package/helpers/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|