@fctc/interface-logic 1.7.8 → 1.7.10

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/store.js CHANGED
@@ -535,10 +535,6 @@ var selectSearch = (state) => state.search;
535
535
  var selectSearchMap = (state) => state.search.searchMap;
536
536
  var search_slice_default = searchSlice.reducer;
537
537
 
538
- // src/store/index.ts
539
- var useAppDispatch = import_react_redux.useDispatch;
540
- var useAppSelector = import_react_redux.useSelector;
541
-
542
538
  // src/store/store.ts
543
539
  var import_toolkit11 = require("@reduxjs/toolkit");
544
540
 
@@ -730,6 +726,10 @@ var envStore = (0, import_toolkit11.configureStore)({
730
726
  serializableCheck: false
731
727
  })
732
728
  });
729
+
730
+ // src/store/index.ts
731
+ var useAppDispatch = import_react_redux.useDispatch;
732
+ var useAppSelector = import_react_redux.useSelector;
733
733
  // Annotate the CommonJS export names for ESM import in node:
734
734
  0 && (module.exports = {
735
735
  breadcrumbsSlice,
package/dist/store.mjs CHANGED
@@ -431,10 +431,6 @@ var selectSearch = (state) => state.search;
431
431
  var selectSearchMap = (state) => state.search.searchMap;
432
432
  var search_slice_default = searchSlice.reducer;
433
433
 
434
- // src/store/index.ts
435
- var useAppDispatch = useDispatch;
436
- var useAppSelector = useSelector;
437
-
438
434
  // src/store/store.ts
439
435
  import { configureStore } from "@reduxjs/toolkit";
440
436
 
@@ -626,6 +622,10 @@ var envStore = configureStore({
626
622
  serializableCheck: false
627
623
  })
628
624
  });
625
+
626
+ // src/store/index.ts
627
+ var useAppDispatch = useDispatch;
628
+ var useAppSelector = useSelector;
629
629
  export {
630
630
  breadcrumbsSlice,
631
631
  clearSearchMap,
package/dist/types.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, e as GetAllParams, c as GetDetailParams, b as GetListParams, G as GetSelectionType, a as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, d as SaveParams, S as SocialTokenBody, f as Specification, U as UpdatePasswordRequest, g as View, V as ViewData, u as updatePasswordBody } from './view-type-D8ukwj_2.mjs';
1
+ export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams, a as GetDetailParams, b as GetListParams, c as GetSelectionType, f as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, S as SaveParams, d as SocialTokenBody, e as Specification, U as UpdatePasswordRequest, g as View, V as ViewData, u as updatePasswordBody } from './view-type-BGJfDe73.mjs';
2
2
 
3
3
  interface Config {
4
4
  baseUrl: string;
package/dist/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, e as GetAllParams, c as GetDetailParams, b as GetListParams, G as GetSelectionType, a as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, d as SaveParams, S as SocialTokenBody, f as Specification, U as UpdatePasswordRequest, g as View, V as ViewData, u as updatePasswordBody } from './view-type-D8ukwj_2.js';
1
+ export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams, a as GetDetailParams, b as GetListParams, c as GetSelectionType, f as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, S as SaveParams, d as SocialTokenBody, e as Specification, U as UpdatePasswordRequest, g as View, V as ViewData, u as updatePasswordBody } from './view-type-BGJfDe73.js';
2
2
 
3
3
  interface Config {
4
4
  baseUrl: string;
@@ -110,4 +110,4 @@ interface GetViewParams {
110
110
  aid?: number | string | null | boolean;
111
111
  }
112
112
 
113
- export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetSelectionType as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SocialTokenBody as S, UpdatePasswordRequest as U, ViewData as V, GetViewParams as a, GetListParams as b, GetDetailParams as c, SaveParams as d, GetAllParams as e, Specification as f, View as g, updatePasswordBody as u };
113
+ export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetAllParams as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SaveParams as S, UpdatePasswordRequest as U, ViewData as V, GetDetailParams as a, GetListParams as b, GetSelectionType as c, SocialTokenBody as d, Specification as e, GetViewParams as f, View as g, updatePasswordBody as u };
@@ -110,4 +110,4 @@ interface GetViewParams {
110
110
  aid?: number | string | null | boolean;
111
111
  }
112
112
 
113
- export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetSelectionType as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SocialTokenBody as S, UpdatePasswordRequest as U, ViewData as V, GetViewParams as a, GetListParams as b, GetDetailParams as c, SaveParams as d, GetAllParams as e, Specification as f, View as g, updatePasswordBody as u };
113
+ export type { ContextApi as C, DeleteParams as D, ForgotPasswordBody as F, GetAllParams as G, LoginCredentialBody as L, OnChangeParams as O, ResetPasswordRequest as R, SaveParams as S, UpdatePasswordRequest as U, ViewData as V, GetDetailParams as a, GetListParams as b, GetSelectionType as c, SocialTokenBody as d, Specification as e, GetViewParams as f, View as g, updatePasswordBody as u };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "1.7.8",
3
+ "version": "1.7.10",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",