@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.
- package/dist/charts/index.d.mts +0 -0
- package/dist/charts/index.d.ts +0 -0
- package/dist/charts/index.js +0 -0
- package/dist/charts/index.js.map +0 -0
- package/dist/charts/index.mjs +0 -0
- package/dist/charts/index.mjs.map +0 -0
- package/dist/date-pickers/index.d.mts +0 -0
- package/dist/date-pickers/index.d.ts +0 -0
- package/dist/date-pickers/index.js +0 -0
- package/dist/date-pickers/index.js.map +0 -0
- package/dist/date-pickers/index.mjs +0 -0
- package/dist/date-pickers/index.mjs.map +0 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +0 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -0
- package/dist/index.mjs.map +1 -1
- package/dist/pagination/index.d.mts +0 -0
- package/dist/pagination/index.d.ts +0 -0
- package/dist/pagination/index.js +0 -0
- package/dist/pagination/index.js.map +0 -0
- package/dist/pagination/index.mjs +0 -0
- package/dist/pagination/index.mjs.map +0 -0
- package/dist/selectors/index.d.mts +0 -0
- package/dist/selectors/index.d.ts +0 -0
- package/dist/selectors/index.js +0 -0
- package/dist/selectors/index.js.map +1 -1
- package/dist/selectors/index.mjs +0 -0
- package/dist/selectors/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/charts/index.d.mts
CHANGED
|
File without changes
|
package/dist/charts/index.d.ts
CHANGED
|
File without changes
|
package/dist/charts/index.js
CHANGED
|
File without changes
|
package/dist/charts/index.js.map
CHANGED
|
File without changes
|
package/dist/charts/index.mjs
CHANGED
|
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
|