@mcurros2/microm 1.1.83-0 → 1.1.85-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.map +1 -1
- package/dist/index.js +19 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -41993,7 +41993,7 @@ function $7de5d909c406e806$export$20e3f53645ebea6(props) {
|
|
|
41993
41993
|
enableAdd: formMode === "view" ? false : dataMapView.enableAdd,
|
|
41994
41994
|
enableEdit: formMode === "view" ? false : dataMapView.enableEdit,
|
|
41995
41995
|
enableDelete: formMode === "view" ? false : dataMapView.enableDelete,
|
|
41996
|
-
enableView:
|
|
41996
|
+
enableView: dataMapView.enableView
|
|
41997
41997
|
});
|
|
41998
41998
|
// Only return a new object if any of the properties changed
|
|
41999
41999
|
if (updatedDataMapView.enableAdd !== dataMapView.enableAdd || updatedDataMapView.enableEdit !== dataMapView.enableEdit || updatedDataMapView.enableDelete !== dataMapView.enableDelete || updatedDataMapView.enableView !== dataMapView.enableView || updatedDataMapView.entity && !dataMapView.entity) return updatedDataMapView;
|
|
@@ -42130,7 +42130,7 @@ function $71d4964e175e836b$export$a2abe8f30aacaab4(props) {
|
|
|
42130
42130
|
enableAdd: formMode === "view" ? false : dataMapView.enableAdd,
|
|
42131
42131
|
enableEdit: formMode === "view" ? false : dataMapView.enableEdit,
|
|
42132
42132
|
enableDelete: formMode === "view" ? false : dataMapView.enableDelete,
|
|
42133
|
-
enableView:
|
|
42133
|
+
enableView: dataMapView.enableView
|
|
42134
42134
|
});
|
|
42135
42135
|
// Only return a new object if any of the properties changed
|
|
42136
42136
|
if (updatedDataMapView.enableAdd !== dataMapView.enableAdd || updatedDataMapView.enableEdit !== dataMapView.enableEdit || updatedDataMapView.enableDelete !== dataMapView.enableDelete || updatedDataMapView.enableView !== dataMapView.enableView) return updatedDataMapView;
|
|
@@ -46152,7 +46152,22 @@ const $fd210d71b523c65e$export$4fef1edbf0f012ef = /*#__PURE__*/ (0, $b4te3$react
|
|
|
46152
46152
|
}),
|
|
46153
46153
|
radius: "xl",
|
|
46154
46154
|
size: size,
|
|
46155
|
-
styles: ()=>
|
|
46155
|
+
styles: ()=>theme.focusRing === "never" ? {
|
|
46156
|
+
searchInput: {
|
|
46157
|
+
lineHeight: "unset"
|
|
46158
|
+
},
|
|
46159
|
+
value: {
|
|
46160
|
+
minHeight: "1.4rem"
|
|
46161
|
+
},
|
|
46162
|
+
defaultValue: {
|
|
46163
|
+
paddingBottom: "0.1rem"
|
|
46164
|
+
},
|
|
46165
|
+
input: {
|
|
46166
|
+
"&:focus": {
|
|
46167
|
+
outline: "unset"
|
|
46168
|
+
} // fix focus ring bug
|
|
46169
|
+
}
|
|
46170
|
+
} : {
|
|
46156
46171
|
searchInput: {
|
|
46157
46172
|
lineHeight: "unset"
|
|
46158
46173
|
},
|
|
@@ -46162,8 +46177,7 @@ const $fd210d71b523c65e$export$4fef1edbf0f012ef = /*#__PURE__*/ (0, $b4te3$react
|
|
|
46162
46177
|
defaultValue: {
|
|
46163
46178
|
paddingBottom: "0.1rem"
|
|
46164
46179
|
}
|
|
46165
|
-
}
|
|
46166
|
-
),
|
|
46180
|
+
},
|
|
46167
46181
|
rightSection: (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.ActionIcon), {
|
|
46168
46182
|
size: size,
|
|
46169
46183
|
radius: "xl",
|