@mcurros2/microm 1.1.285-0 → 1.1.286-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.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1515,7 +1515,7 @@ function $5ed3bb7179b182a6$export$b26ab034a805040d() {
|
|
|
1515
1515
|
function $5ed3bb7179b182a6$export$7b2c356fa50d350f() {
|
|
1516
1516
|
return new Array();
|
|
1517
1517
|
}
|
|
1518
|
-
function $5ed3bb7179b182a6$export$a98ac09e56a5ecee(
|
|
1518
|
+
function $5ed3bb7179b182a6$export$a98ac09e56a5ecee(selector) {
|
|
1519
1519
|
const path = [];
|
|
1520
1520
|
const proxy = new Proxy({}, {
|
|
1521
1521
|
get (_target, prop) {
|
|
@@ -41726,7 +41726,6 @@ $parcel$export(module.exports, "DeveloperToolsPanel", function () { return $c40c
|
|
|
41726
41726
|
|
|
41727
41727
|
parcelRequire("faRXj");
|
|
41728
41728
|
var $buOaz = parcelRequire("buOaz");
|
|
41729
|
-
var $4USZu = parcelRequire("4USZu");
|
|
41730
41729
|
parcelRequire("2eyXi");
|
|
41731
41730
|
var $lTNXP = parcelRequire("lTNXP");
|
|
41732
41731
|
parcelRequire("2Qb3Q");
|
|
@@ -41736,7 +41735,7 @@ function $c40c7203e1497e9f$export$12b7164fb7891bc7({ client: client, ...rest })
|
|
|
41736
41735
|
return /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsx)((0, $kjFvY.DataGrid), {
|
|
41737
41736
|
...rest,
|
|
41738
41737
|
formMode: "view",
|
|
41739
|
-
viewName: (0, $lTNXP.nameof)((
|
|
41738
|
+
viewName: (0, $lTNXP.nameof)((v)=>v.views.mty_brwStandard),
|
|
41740
41739
|
entity: entity.current,
|
|
41741
41740
|
gridHeight: "flex-grow"
|
|
41742
41741
|
});
|