@mcurros2/microm 1.1.102-0 → 1.1.104-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 +33 -35
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36574,41 +36574,36 @@ const $55dd21617ac1c7dc$export$5e15d737b33a1c27 = /*#__PURE__*/ (0, $b4te3$react
|
|
|
36574
36574
|
children: (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Stack), {
|
|
36575
36575
|
spacing: "sm",
|
|
36576
36576
|
children: [
|
|
36577
|
-
showToolbar && (0, $b4te3$reactjsxruntime.
|
|
36578
|
-
children:
|
|
36579
|
-
|
|
36580
|
-
|
|
36581
|
-
|
|
36582
|
-
|
|
36583
|
-
|
|
36584
|
-
|
|
36585
|
-
|
|
36586
|
-
|
|
36587
|
-
|
|
36588
|
-
|
|
36589
|
-
|
|
36590
|
-
|
|
36591
|
-
|
|
36592
|
-
|
|
36593
|
-
|
|
36594
|
-
|
|
36595
|
-
|
|
36596
|
-
|
|
36597
|
-
|
|
36598
|
-
|
|
36599
|
-
|
|
36600
|
-
|
|
36601
|
-
|
|
36602
|
-
|
|
36603
|
-
|
|
36604
|
-
|
|
36605
|
-
|
|
36606
|
-
|
|
36607
|
-
})),
|
|
36608
|
-
(0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Space), {
|
|
36609
|
-
h: "xs"
|
|
36610
|
-
})
|
|
36611
|
-
]
|
|
36577
|
+
showToolbar && (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$reactjsxruntime.Fragment), {
|
|
36578
|
+
children: (0, $b4te3$reactjsxruntime.jsx)((0, $3vFhj.DataGridToolbar), Object.assign({}, labels, {
|
|
36579
|
+
enableExport: enableExport,
|
|
36580
|
+
onExportClick: dataViewAPI.handleExport,
|
|
36581
|
+
onRefreshClick: dataViewAPI.handleRefresh,
|
|
36582
|
+
onCheckboxToggle: dataViewAPI.handleToggleSelectable,
|
|
36583
|
+
autoFocus: autoFocus,
|
|
36584
|
+
toolbarIconVariant: toolbarIconVariant,
|
|
36585
|
+
searchText: viewState.searchText,
|
|
36586
|
+
setSearchText: viewState.setSearchText,
|
|
36587
|
+
searchData: searchData,
|
|
36588
|
+
setSearchData: setSearchData,
|
|
36589
|
+
client: entity === null || entity === void 0 ? void 0 : entity.API.client,
|
|
36590
|
+
FiltersEntity: entity && viewName && (entity === null || entity === void 0 ? void 0 : entity.def.views[viewName]) ? entity === null || entity === void 0 ? void 0 : entity.def.views[viewName].FiltersEntity : undefined,
|
|
36591
|
+
filterValues: viewState.filterValues,
|
|
36592
|
+
setFilterValues: viewState.setFilterValues,
|
|
36593
|
+
filtersDescription: viewState.filtersDescription,
|
|
36594
|
+
setFiltersDescription: viewState.setFiltersDescription,
|
|
36595
|
+
filtersFormSize: filtersFormSize,
|
|
36596
|
+
size: toolbarSize,
|
|
36597
|
+
showAppliedFilters: showAppliedFilters,
|
|
36598
|
+
showRefreshButton: showRefreshButton,
|
|
36599
|
+
showFiltersButton: showFiltersButton,
|
|
36600
|
+
showSearchInput: showSearchInput,
|
|
36601
|
+
showSelectRowsButton: showSelectRowsButton,
|
|
36602
|
+
hideCheckboxToggle: hideCheckboxToggle,
|
|
36603
|
+
searchPlaceholder: searchPlaceholder,
|
|
36604
|
+
visibleFilters: visibleFilters,
|
|
36605
|
+
initialColumnFilters: setInitialFiltersFromColumns && entity ? entity.def.columns : undefined
|
|
36606
|
+
}))
|
|
36612
36607
|
}),
|
|
36613
36608
|
showActions && (0, $b4te3$reactjsxruntime.jsx)((0, $j8hoz.DataGridActionsToolbar), Object.assign({}, labels, {
|
|
36614
36609
|
viewName: viewName,
|
|
@@ -36623,6 +36618,9 @@ const $55dd21617ac1c7dc$export$5e15d737b33a1c27 = /*#__PURE__*/ (0, $b4te3$react
|
|
|
36623
36618
|
handleExecuteAction: dataViewAPI.handleExecuteAction,
|
|
36624
36619
|
parentFormMode: effectiveFormMode
|
|
36625
36620
|
})),
|
|
36621
|
+
!showActions && (0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Space), {
|
|
36622
|
+
h: "xs"
|
|
36623
|
+
}),
|
|
36626
36624
|
dataViewAPI.isLoading && (0, $b4te3$reactjsxruntime.jsxs)((0, $b4te3$mantinecore.Group), {
|
|
36627
36625
|
children: [
|
|
36628
36626
|
(0, $b4te3$reactjsxruntime.jsx)((0, $b4te3$mantinecore.Loader), {
|