authscape 1.0.600 → 1.0.604
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/index.js
CHANGED
|
@@ -6344,7 +6344,7 @@ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructur
|
|
|
6344
6344
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
6345
6345
|
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
6346
6346
|
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
6347
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
6347
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } // import Image from "next/image";
|
|
6348
6348
|
// remove after NPM
|
|
6349
6349
|
// import {FileUploader, apiService, ColorPicker, Dropzone} from 'authscape';
|
|
6350
6350
|
// import AddDomain from "./AddDomainModal";
|
package/package.json
CHANGED
|
@@ -9,6 +9,7 @@ import Box from '@mui/material/Box';
|
|
|
9
9
|
import { Grid, TextField } from "@mui/material";
|
|
10
10
|
import { DataGrid } from "@mui/x-data-grid";
|
|
11
11
|
import PublishRoundedIcon from '@mui/icons-material/PublishRounded';
|
|
12
|
+
// import Image from "next/image";
|
|
12
13
|
import InputLabel from '@mui/material/InputLabel';
|
|
13
14
|
import MenuItem from '@mui/material/MenuItem';
|
|
14
15
|
import FormControl from '@mui/material/FormControl';
|