@m4l/components 9.4.21 → 9.4.22-BE20260204-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/CheckableList/slots/styled.d.ts +4 -4
- package/components/Chip/slots/ChipSlots.d.ts +1 -1
- package/components/DaysOfMonthPicker/DaysOfMonthPicker.d.ts +6 -0
- package/components/DaysOfMonthPicker/DaysOfMonthPicker.js +66 -0
- package/components/DaysOfMonthPicker/DaysOfMonthPicker.styles.d.ts +2 -0
- package/components/DaysOfMonthPicker/DaysOfMonthPicker.styles.js +111 -0
- package/components/DaysOfMonthPicker/DaysOfMonthPicker.test.d.ts +1 -0
- package/components/DaysOfMonthPicker/constants.d.ts +12 -0
- package/components/DaysOfMonthPicker/constants.js +11 -0
- package/components/DaysOfMonthPicker/constants.test.d.ts +1 -0
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/index.d.ts +2 -0
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/index.js +1 -0
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/types.d.ts +27 -0
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/types.js +1 -0
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.d.ts +8 -0
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.js +121 -0
- package/components/DaysOfMonthPicker/hooks/useDaysOfMonthPicker/useDaysOfMonthPicker.test.d.ts +1 -0
- package/components/DaysOfMonthPicker/index.d.ts +2 -0
- package/components/DaysOfMonthPicker/index.js +1 -0
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerEnum.d.ts +6 -0
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerEnum.js +10 -0
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.d.ts +4 -0
- package/components/DaysOfMonthPicker/slots/DaysOfMonthPickerSlots.js +28 -0
- package/components/DaysOfMonthPicker/slots/index.d.ts +2 -0
- package/components/DaysOfMonthPicker/types.d.ts +82 -0
- package/components/DaysOfMonthPicker/types.js +1 -0
- 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/MFIsolationApp/slots/MFIsolationAppSlots.d.ts +2 -2
- package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +2 -0
- package/components/ObjectLogs/slots/ObjectLogsSlots.d.ts +1 -1
- package/components/Pager/slots/PagerSlots.d.ts +3 -3
- package/components/PaperForm/slots/PaperFormSlots.d.ts +1 -1
- package/components/PropertyValue/PropertyValue.js +23 -12
- package/components/PropertyValue/PropertyValue.styles.js +135 -15
- package/components/PropertyValue/slots/PropertyValueEnum.d.ts +4 -1
- package/components/PropertyValue/slots/PropertyValueEnum.js +3 -0
- package/components/PropertyValue/slots/PropertyValueSlots.d.ts +9 -0
- package/components/PropertyValue/slots/PropertyValueSlots.js +17 -1
- package/components/PropertyValue/types.d.ts +117 -5
- package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +1 -1
- 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/datagrids/views/TableView/hooks/useSortColumnsRows/useSortColumnsRows.js +2 -0
- 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/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +5 -0
- package/components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.d.ts +29 -0
- package/components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js +6 -0
- package/components/hook-form/RHFDaysOfMonthPicker/index.d.ts +1 -0
- package/components/hook-form/RHFDaysOfMonthPicker/index.js +1 -0
- 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/hook-form/index.d.ts +1 -0
- package/components/index.d.ts +1 -0
- 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/Radio/slots/styled.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/TextField/slots/TextFieldSlots.d.ts +3 -3
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/hooks/useDynamicFilterAndSort/slots/DynamicFilterAndSortSlots.d.ts +3 -3
- package/index.js +40 -36
- package/not_recognized/index.js +100 -25
- package/package.json +1 -1
package/not_recognized/index.js
CHANGED
|
@@ -6,7 +6,7 @@ function memoize(fn) {
|
|
|
6
6
|
return cache[arg];
|
|
7
7
|
};
|
|
8
8
|
}
|
|
9
|
-
var reactIs
|
|
9
|
+
var reactIs = { exports: {} };
|
|
10
10
|
var reactIs_production_min = {};
|
|
11
11
|
/** @license React v16.13.1
|
|
12
12
|
* react-is.production.min.js
|
|
@@ -272,31 +272,106 @@ function requireReactIs_development() {
|
|
|
272
272
|
}
|
|
273
273
|
return reactIs_development;
|
|
274
274
|
}
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
275
|
+
var hasRequiredReactIs;
|
|
276
|
+
function requireReactIs() {
|
|
277
|
+
if (hasRequiredReactIs) return reactIs.exports;
|
|
278
|
+
hasRequiredReactIs = 1;
|
|
279
|
+
if (process.env.NODE_ENV === "production") {
|
|
280
|
+
reactIs.exports = requireReactIs_production_min();
|
|
281
|
+
} else {
|
|
282
|
+
reactIs.exports = requireReactIs_development();
|
|
283
|
+
}
|
|
284
|
+
return reactIs.exports;
|
|
279
285
|
}
|
|
280
|
-
var
|
|
281
|
-
var
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
286
|
+
var hoistNonReactStatics_cjs;
|
|
287
|
+
var hasRequiredHoistNonReactStatics_cjs;
|
|
288
|
+
function requireHoistNonReactStatics_cjs() {
|
|
289
|
+
if (hasRequiredHoistNonReactStatics_cjs) return hoistNonReactStatics_cjs;
|
|
290
|
+
hasRequiredHoistNonReactStatics_cjs = 1;
|
|
291
|
+
var reactIs2 = requireReactIs();
|
|
292
|
+
var REACT_STATICS = {
|
|
293
|
+
childContextTypes: true,
|
|
294
|
+
contextType: true,
|
|
295
|
+
contextTypes: true,
|
|
296
|
+
defaultProps: true,
|
|
297
|
+
displayName: true,
|
|
298
|
+
getDefaultProps: true,
|
|
299
|
+
getDerivedStateFromError: true,
|
|
300
|
+
getDerivedStateFromProps: true,
|
|
301
|
+
mixins: true,
|
|
302
|
+
propTypes: true,
|
|
303
|
+
type: true
|
|
304
|
+
};
|
|
305
|
+
var KNOWN_STATICS = {
|
|
306
|
+
name: true,
|
|
307
|
+
length: true,
|
|
308
|
+
prototype: true,
|
|
309
|
+
caller: true,
|
|
310
|
+
callee: true,
|
|
311
|
+
arguments: true,
|
|
312
|
+
arity: true
|
|
313
|
+
};
|
|
314
|
+
var FORWARD_REF_STATICS = {
|
|
315
|
+
"$$typeof": true,
|
|
316
|
+
render: true,
|
|
317
|
+
defaultProps: true,
|
|
318
|
+
displayName: true,
|
|
319
|
+
propTypes: true
|
|
320
|
+
};
|
|
321
|
+
var MEMO_STATICS = {
|
|
322
|
+
"$$typeof": true,
|
|
323
|
+
compare: true,
|
|
324
|
+
defaultProps: true,
|
|
325
|
+
displayName: true,
|
|
326
|
+
propTypes: true,
|
|
327
|
+
type: true
|
|
328
|
+
};
|
|
329
|
+
var TYPE_STATICS = {};
|
|
330
|
+
TYPE_STATICS[reactIs2.ForwardRef] = FORWARD_REF_STATICS;
|
|
331
|
+
TYPE_STATICS[reactIs2.Memo] = MEMO_STATICS;
|
|
332
|
+
function getStatics(component) {
|
|
333
|
+
if (reactIs2.isMemo(component)) {
|
|
334
|
+
return MEMO_STATICS;
|
|
335
|
+
}
|
|
336
|
+
return TYPE_STATICS[component["$$typeof"]] || REACT_STATICS;
|
|
337
|
+
}
|
|
338
|
+
var defineProperty = Object.defineProperty;
|
|
339
|
+
var getOwnPropertyNames = Object.getOwnPropertyNames;
|
|
340
|
+
var getOwnPropertySymbols = Object.getOwnPropertySymbols;
|
|
341
|
+
var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
|
|
342
|
+
var getPrototypeOf = Object.getPrototypeOf;
|
|
343
|
+
var objectPrototype = Object.prototype;
|
|
344
|
+
function hoistNonReactStatics(targetComponent, sourceComponent, blacklist) {
|
|
345
|
+
if (typeof sourceComponent !== "string") {
|
|
346
|
+
if (objectPrototype) {
|
|
347
|
+
var inheritedComponent = getPrototypeOf(sourceComponent);
|
|
348
|
+
if (inheritedComponent && inheritedComponent !== objectPrototype) {
|
|
349
|
+
hoistNonReactStatics(targetComponent, inheritedComponent, blacklist);
|
|
350
|
+
}
|
|
351
|
+
}
|
|
352
|
+
var keys = getOwnPropertyNames(sourceComponent);
|
|
353
|
+
if (getOwnPropertySymbols) {
|
|
354
|
+
keys = keys.concat(getOwnPropertySymbols(sourceComponent));
|
|
355
|
+
}
|
|
356
|
+
var targetStatics = getStatics(targetComponent);
|
|
357
|
+
var sourceStatics = getStatics(sourceComponent);
|
|
358
|
+
for (var i = 0; i < keys.length; ++i) {
|
|
359
|
+
var key = keys[i];
|
|
360
|
+
if (!KNOWN_STATICS[key] && !(blacklist && blacklist[key]) && !(sourceStatics && sourceStatics[key]) && !(targetStatics && targetStatics[key])) {
|
|
361
|
+
var descriptor = getOwnPropertyDescriptor(sourceComponent, key);
|
|
362
|
+
try {
|
|
363
|
+
defineProperty(targetComponent, key, descriptor);
|
|
364
|
+
} catch (e) {
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
return targetComponent;
|
|
370
|
+
}
|
|
371
|
+
hoistNonReactStatics_cjs = hoistNonReactStatics;
|
|
372
|
+
return hoistNonReactStatics_cjs;
|
|
373
|
+
}
|
|
374
|
+
requireHoistNonReactStatics_cjs();
|
|
300
375
|
function murmur2(str) {
|
|
301
376
|
var h = 0;
|
|
302
377
|
var k, i = 0, len = str.length;
|