@mcurros2/microm 1.1.70-0 → 1.1.71-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 CHANGED
@@ -36682,7 +36682,7 @@ const $1ac999cc924a9b5d$export$d13f8a6d57c9f999 = {
36682
36682
  };
36683
36683
  function $1ac999cc924a9b5d$export$a1905d17a14ce215(props) {
36684
36684
  var _a, _b, _c;
36685
- const { recordIndex: recordIndex, selected: selected, handleDeleteClick: handleDeleteClick, handleDeselectRecord: handleDeselectRecord, handleEditClick: handleEditClick, handleSelectRecord: handleSelectRecord, handleViewClick: handleViewClick, enableDelete: enableDelete, enableEdit: enableEdit, enableView: enableView, entity: entity, record: record, toggleSelectable: toggleSelectable, EntityCard: EntityCard, CardProps: CardProps, refreshView: refreshView, handleCardClick: handleCardClick, cardHrefRootURL: cardHrefRootURL, cardHrefTarget: cardHrefTarget, handleExecuteAction: handleExecuteAction } = (0, $b4te3$mantinecore.useComponentDefaultProps)("DataViewCardContainer", $1ac999cc924a9b5d$export$d13f8a6d57c9f999, props);
36685
+ const { recordIndex: recordIndex, selected: selected, handleDeleteClick: handleDeleteClick, handleDeselectRecord: handleDeselectRecord, handleEditClick: handleEditClick, handleSelectRecord: handleSelectRecord, handleViewClick: handleViewClick, enableDelete: enableDelete, enableEdit: enableEdit, enableView: enableView, entity: entity, record: record, toggleSelectable: toggleSelectable, EntityCard: EntityCard, CardProps: CardProps, refreshView: refreshView, handleCardClick: handleCardClick, cardHrefRootURL: cardHrefRootURL, cardHrefTarget: cardHrefTarget, handleExecuteAction: handleExecuteAction, handleDeselectAllRecords: handleDeselectAllRecords } = (0, $b4te3$mantinecore.useComponentDefaultProps)("DataViewCardContainer", $1ac999cc924a9b5d$export$d13f8a6d57c9f999, props);
36686
36686
  const theme = (0, $b4te3$mantinecore.useMantineTheme)();
36687
36687
  const editElement = (0, $b4te3$react.useRef)(null);
36688
36688
  const deleteElement = (0, $b4te3$react.useRef)(null);
@@ -36714,6 +36714,7 @@ function $1ac999cc924a9b5d$export$a1905d17a14ce215(props) {
36714
36714
  handleViewClick: handleViewClick,
36715
36715
  handleCardClick: handleCardClick,
36716
36716
  handleExecuteAction: handleExecuteAction,
36717
+ handleDeselectAllRecords: handleDeselectAllRecords,
36717
36718
  selected: selected,
36718
36719
  toggleSelectable: toggleSelectable,
36719
36720
  refreshView: refreshView,