datastake-daf 0.6.330 → 0.6.331

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.
@@ -54413,7 +54413,7 @@ const filtersConfig$a = {
54413
54413
  name: "",
54414
54414
  datastakeId: ""
54415
54415
  };
54416
- const view$3 = "admin-users";
54416
+ const view$2 = "admin-users";
54417
54417
  const defaultUrlParams$3 = {
54418
54418
  activeTab: "active"
54419
54419
  };
@@ -54557,7 +54557,7 @@ function UserTable(_ref) {
54557
54557
  goTo,
54558
54558
  location,
54559
54559
  selectFiltersConfig: selectFiltersConfig$a,
54560
- view: view$3,
54560
+ view: view$2,
54561
54561
  defaultUrlParams: defaultUrlParams$3,
54562
54562
  module,
54563
54563
  filtersConfig: filtersConfig$a,
@@ -55001,7 +55001,7 @@ const filtersConfig$9 = {
55001
55001
  name: "",
55002
55002
  datastakeId: ""
55003
55003
  };
55004
- const view$2 = "accounts";
55004
+ const view$1 = "accounts";
55005
55005
  const defaultUrlParams$2 = {
55006
55006
  activeTab: "active"
55007
55007
  };
@@ -55401,7 +55401,7 @@ function AccountTable(_ref) {
55401
55401
  goTo,
55402
55402
  location,
55403
55403
  selectFiltersConfig: selectFiltersConfig$9,
55404
- view: view$2,
55404
+ view: view$1,
55405
55405
  defaultUrlParams: defaultUrlParams$2,
55406
55406
  module,
55407
55407
  defaultPageSize,
@@ -55552,7 +55552,6 @@ function AccountTable(_ref) {
55552
55552
  });
55553
55553
  }
55554
55554
 
55555
- const view$1 = "locations";
55556
55555
  const getTabs = ({
55557
55556
  t
55558
55557
  }) => {
@@ -56059,7 +56058,8 @@ function LocationTable(_ref) {
56059
56058
  getData,
56060
56059
  module,
56061
56060
  config,
56062
- defaultPageSize = 20
56061
+ defaultPageSize = 20,
56062
+ view
56063
56063
  } = _ref;
56064
56064
  const [showFilters, setShowFilters] = React.useState(false);
56065
56065
  const [hasError, setHasError] = React.useState(false);
@@ -56082,7 +56082,7 @@ function LocationTable(_ref) {
56082
56082
  goTo,
56083
56083
  location,
56084
56084
  selectFiltersConfig: selectFiltersConfig$8,
56085
- view: view$1,
56085
+ view,
56086
56086
  defaultUrlParams: defaultUrlParams$1,
56087
56087
  module,
56088
56088
  defaultPageSize,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.330",
3
+ "version": "0.6.331",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -5,7 +5,6 @@ import DAFTable from "../../../../Table/index.jsx";
5
5
  import { theme, Tag } from "antd";
6
6
  import CustomIcon from "../../../../Icon/CustomIcon.jsx";
7
7
  import {
8
- view,
9
8
  getTabs,
10
9
  selectFiltersConfig,
11
10
  filtersConfig,
@@ -26,6 +25,7 @@ export default function LocationTable({
26
25
  module,
27
26
  config,
28
27
  defaultPageSize = 20,
28
+ view,
29
29
  }) {
30
30
  const [showFilters, setShowFilters] = useState(false);
31
31
  const [hasError, setHasError] = useState(false);