componentes-sinco 1.0.1-rc.11 → 1.0.1-rc.12
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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1847,7 +1847,7 @@ var SCDataGrid = (_a) => {
|
|
|
1847
1847
|
))) : "");
|
|
1848
1848
|
};
|
|
1849
1849
|
|
|
1850
|
-
// src/Components/SCAutocomplete.tsx
|
|
1850
|
+
// src/Components/AutoComplete/SCAutocomplete.tsx
|
|
1851
1851
|
var import_react19 = __toESM(require("react"), 1);
|
|
1852
1852
|
var import_material13 = require("@mui/material");
|
|
1853
1853
|
var import_Grid26 = __toESM(require("@mui/material/Grid2"), 1);
|
package/dist/index.js
CHANGED
|
@@ -1787,7 +1787,7 @@ var SCDataGrid = (_a) => {
|
|
|
1787
1787
|
))) : "");
|
|
1788
1788
|
};
|
|
1789
1789
|
|
|
1790
|
-
// src/Components/SCAutocomplete.tsx
|
|
1790
|
+
// src/Components/AutoComplete/SCAutocomplete.tsx
|
|
1791
1791
|
import React15, { useEffect as useEffect12 } from "react";
|
|
1792
1792
|
import { Autocomplete, Checkbox as Checkbox2, InputAdornment as InputAdornment3, MenuItem as MenuItem3, TextField as TextField3, Typography as Typography12, SvgIcon as SvgIcon7, ListItemIcon as ListItemIcon3, ListItemText, Divider as Divider3, FormControlLabel, IconButton as IconButton8, Chip, Box as Box11, Button as Button8 } from "@mui/material";
|
|
1793
1793
|
import Grid7 from "@mui/material/Grid2";
|