@mcurros2/microm 1.1.230-0 → 1.1.237-0
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/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1516,7 +1516,7 @@ function $5ed3bb7179b182a6$export$a98ac09e56a5ecee(_type, selector) {
|
|
|
1516
1516
|
}
|
|
1517
1517
|
});
|
|
1518
1518
|
selector(proxy);
|
|
1519
|
-
return path.
|
|
1519
|
+
return String(path[path.length - 1]);
|
|
1520
1520
|
}
|
|
1521
1521
|
|
|
1522
1522
|
});
|
|
@@ -4643,9 +4643,7 @@ const $95e2e1bafd0c20d6$export$2c73285ae9390cec = /*#__PURE__*/ (0, $b4te3$react
|
|
|
4643
4643
|
label: label ?? column.prompt,
|
|
4644
4644
|
placeholder: placeholder ?? column.placeholder,
|
|
4645
4645
|
description: showDescription ? description ?? column.description : '',
|
|
4646
|
-
maw: maw ?? (column.length <= 20 ?
|
|
4647
|
-
maxWidth: '10rem'
|
|
4648
|
-
} : undefined),
|
|
4646
|
+
maw: maw ?? (column.length <= 20 ? '10rem' : undefined),
|
|
4649
4647
|
maxLength: maxLength ?? (column.length || undefined),
|
|
4650
4648
|
readOnly: entityForm.formMode === 'view' ? true : readOnly,
|
|
4651
4649
|
"data-autofocus": autoFocus,
|