@compill/admin 1.0.35 → 1.0.37

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.cjs.js CHANGED
@@ -2073,6 +2073,7 @@ function DetailsView(_a) {
2073
2073
  const ref = React__default["default"].useRef(null);
2074
2074
  return jsxRuntime.jsx(PageQueryStateContainer, Object.assign({
2075
2075
  api: api,
2076
+ apiFn: "get",
2076
2077
  queryId: id,
2077
2078
  ref: ref,
2078
2079
  p: "5"
@@ -2242,6 +2243,7 @@ function TabbedView(_a) {
2242
2243
  return jsxRuntime.jsx(PageQueryStateContainer, {
2243
2244
  queryId: id,
2244
2245
  api: api,
2246
+ apiFn: "get",
2245
2247
  p: "5",
2246
2248
  children: city => {
2247
2249
  const {
package/index.esm.js CHANGED
@@ -2064,6 +2064,7 @@ function DetailsView(_a) {
2064
2064
  const ref = React.useRef(null);
2065
2065
  return jsx(PageQueryStateContainer, Object.assign({
2066
2066
  api: api,
2067
+ apiFn: "get",
2067
2068
  queryId: id,
2068
2069
  ref: ref,
2069
2070
  p: "5"
@@ -2233,6 +2234,7 @@ function TabbedView(_a) {
2233
2234
  return jsx(PageQueryStateContainer, {
2234
2235
  queryId: id,
2235
2236
  api: api,
2237
+ apiFn: "get",
2236
2238
  p: "5",
2237
2239
  children: city => {
2238
2240
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compill/admin",
3
- "version": "1.0.35",
3
+ "version": "1.0.37",
4
4
  "module": "./index.esm.js",
5
5
  "main": "./index.cjs.js"
6
6
  }