@mamrp/components 1.7.69 → 1.7.70

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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/index.d.mts CHANGED
@@ -29,6 +29,9 @@ interface MultipleSelectChipProps {
29
29
  variant?: "outlined" | "filled" | "standard";
30
30
  placeholder?: string;
31
31
  }
32
+ /**
33
+ * @deprecated Use SingleClientSelector or MultipleSelector instead. @mamrp/components/selectors
34
+ */
32
35
  declare function MultipleSelectChip({ name, control, label, data, multipleitems, isLoading, disabled, size, clear, variant, placeholder, }: MultipleSelectChipProps): React$1.JSX.Element;
33
36
 
34
37
  type ConnectToBasculeButtonProps = {
@@ -653,6 +656,9 @@ type TapleProps = {
653
656
  isRowSelectable?: (params: GridRowParams) => boolean;
654
657
  disablePageSizeChange?: boolean;
655
658
  };
659
+ /**
660
+ * @deprecated Use DataTable instead.
661
+ */
656
662
  declare const Table: ({ pagingmode, totalRows, rows, columns, paginationModel, setPaginationModel, loading, rowId, _tools, _CustomFooter, rowInPage, highlightedRowId, evenRowBgColor, sortFieldMapping, setsortQuery, sortQuery, fontSize, checkboxSelection, selectedRows, setSelectedRows, isRowSelectable, disablePageSizeChange, ...rest }: TapleProps) => React__default.JSX.Element;
657
663
 
658
664
  type FormInputTextProps$1<T extends FieldValues> = {
package/dist/index.d.ts CHANGED
@@ -29,6 +29,9 @@ interface MultipleSelectChipProps {
29
29
  variant?: "outlined" | "filled" | "standard";
30
30
  placeholder?: string;
31
31
  }
32
+ /**
33
+ * @deprecated Use SingleClientSelector or MultipleSelector instead. @mamrp/components/selectors
34
+ */
32
35
  declare function MultipleSelectChip({ name, control, label, data, multipleitems, isLoading, disabled, size, clear, variant, placeholder, }: MultipleSelectChipProps): React$1.JSX.Element;
33
36
 
34
37
  type ConnectToBasculeButtonProps = {
@@ -653,6 +656,9 @@ type TapleProps = {
653
656
  isRowSelectable?: (params: GridRowParams) => boolean;
654
657
  disablePageSizeChange?: boolean;
655
658
  };
659
+ /**
660
+ * @deprecated Use DataTable instead.
661
+ */
656
662
  declare const Table: ({ pagingmode, totalRows, rows, columns, paginationModel, setPaginationModel, loading, rowId, _tools, _CustomFooter, rowInPage, highlightedRowId, evenRowBgColor, sortFieldMapping, setsortQuery, sortQuery, fontSize, checkboxSelection, selectedRows, setSelectedRows, isRowSelectable, disablePageSizeChange, ...rest }: TapleProps) => React__default.JSX.Element;
657
663
 
658
664
  type FormInputTextProps$1<T extends FieldValues> = {
package/dist/index.js CHANGED
File without changes