@antscorp/antsomi-ui 1.3.5-beta.614 → 1.3.5-beta.616

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.
@@ -136,7 +136,7 @@ export function useDataTableListing(props) {
136
136
  params: mapObject,
137
137
  request: restOfApiColumnRequest,
138
138
  },
139
- options: Object.assign({ enabled: enabledApiColumn }, queryOptions === null || queryOptions === void 0 ? void 0 : queryOptions.getColumnMetricList),
139
+ options: Object.assign({ enabled: enabledApiColumn, refetchOnMount: 'always' }, queryOptions === null || queryOptions === void 0 ? void 0 : queryOptions.getColumnMetricList),
140
140
  });
141
141
  const getModifyColumnList = useGetModifyColumnList({
142
142
  args: {
@@ -160,7 +160,7 @@ export function useDataTableListing(props) {
160
160
  params: mapObject,
161
161
  request: restOfApiFilterRequest,
162
162
  },
163
- options: Object.assign({ enabled: enabledApiFilter }, queryOptions === null || queryOptions === void 0 ? void 0 : queryOptions.getFilterMetricList),
163
+ options: Object.assign({ enabled: enabledApiFilter, refetchOnMount: 'always' }, queryOptions === null || queryOptions === void 0 ? void 0 : queryOptions.getFilterMetricList),
164
164
  });
165
165
  const getInfiniteMatchesAnyList = useGetInfiniteMatchesAnyList({
166
166
  args: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.614",
3
+ "version": "1.3.5-beta.616",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",