@fctc/widget-logic 2.4.0 → 2.4.1

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/hooks.d.mts CHANGED
@@ -982,4 +982,4 @@ declare const useClickOutside: ({ handler, events, nodes, refs, }: UseClickOutsi
982
982
 
983
983
  declare function useDebounce<T>(value: T, delay: number): [T];
984
984
 
985
- export { type ActionResultType, AppProvider, type ContextProfile, type Record, type ViewResponse, useAppProvider, useAuth, type useAuthType, useCallAction, type useCallActionType, useClickOutside, useConfig, type useConfigType, useDebounce, useDetail, useGetRowIds, useListData, type useListDataType, useMenu, useMenuItem, type useMenuType, useProfile, useUser, type useUserType, useViewV2, type useViewV2Type };
985
+ export { type ActionResultType, AppProvider, type ContextProfile, type Record, type ViewResponse, useAppProvider, useAuth, type useAuthType, useCallAction, type useCallActionType, useClickOutside, useCompany, type useCompanyType, useConfig, type useConfigType, useDebounce, useDetail, useGetRowIds, useListData, type useListDataType, useMenu, useMenuItem, type useMenuType, useProfile, useUser, type useUserType, useViewV2, type useViewV2Type };
package/dist/hooks.d.ts CHANGED
@@ -982,4 +982,4 @@ declare const useClickOutside: ({ handler, events, nodes, refs, }: UseClickOutsi
982
982
 
983
983
  declare function useDebounce<T>(value: T, delay: number): [T];
984
984
 
985
- export { type ActionResultType, AppProvider, type ContextProfile, type Record, type ViewResponse, useAppProvider, useAuth, type useAuthType, useCallAction, type useCallActionType, useClickOutside, useConfig, type useConfigType, useDebounce, useDetail, useGetRowIds, useListData, type useListDataType, useMenu, useMenuItem, type useMenuType, useProfile, useUser, type useUserType, useViewV2, type useViewV2Type };
985
+ export { type ActionResultType, AppProvider, type ContextProfile, type Record, type ViewResponse, useAppProvider, useAuth, type useAuthType, useCallAction, type useCallActionType, useClickOutside, useCompany, type useCompanyType, useConfig, type useConfigType, useDebounce, useDetail, useGetRowIds, useListData, type useListDataType, useMenu, useMenuItem, type useMenuType, useProfile, useUser, type useUserType, useViewV2, type useViewV2Type };
package/dist/hooks.js CHANGED
@@ -26,6 +26,7 @@ __export(hooks_exports, {
26
26
  useAuth: () => useAuth,
27
27
  useCallAction: () => useCallAction,
28
28
  useClickOutside: () => useClickOutside,
29
+ useCompany: () => useCompany,
29
30
  useConfig: () => useConfig,
30
31
  useDebounce: () => useDebounce,
31
32
  useDetail: () => useDetail,
@@ -881,6 +882,7 @@ __reExport(hooks_exports, require("@fctc/interface-logic/hooks"), module.exports
881
882
  useAuth,
882
883
  useCallAction,
883
884
  useClickOutside,
885
+ useCompany,
884
886
  useConfig,
885
887
  useDebounce,
886
888
  useDetail,
package/dist/hooks.mjs CHANGED
@@ -873,6 +873,7 @@ export {
873
873
  useAuth,
874
874
  useCallAction,
875
875
  useClickOutside,
876
+ useCompany,
876
877
  useConfig,
877
878
  useDebounce,
878
879
  useDetail,
package/dist/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- export { ActionResultType, AppProvider, ContextProfile, Record, ViewResponse, useAppProvider, useAuth, useAuthType, useCallAction, useCallActionType, useClickOutside, useConfig, useConfigType, useDebounce, useDetail, useGetRowIds, useListData, useListDataType, useMenu, useMenuItem, useMenuType, useProfile, useUser, useUserType, useViewV2, useViewV2Type } from './hooks.mjs';
1
+ export { ActionResultType, AppProvider, ContextProfile, Record, ViewResponse, useAppProvider, useAuth, useAuthType, useCallAction, useCallActionType, useClickOutside, useCompany, useCompanyType, useConfig, useConfigType, useDebounce, useDetail, useGetRowIds, useListData, useListDataType, useMenu, useMenuItem, useMenuType, useProfile, useUser, useUserType, useViewV2, useViewV2Type } from './hooks.mjs';
2
2
  export * from '@fctc/interface-logic/hooks';
3
3
  export * from '@fctc/interface-logic/configs';
4
4
  export { CheckIcon, ChevronBottomIcon, CloseIcon, EyeIcon, FilterIcon, GroupByIcon, LoadingIcon, SearchIcon } from './icons.mjs';
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export { ActionResultType, AppProvider, ContextProfile, Record, ViewResponse, useAppProvider, useAuth, useAuthType, useCallAction, useCallActionType, useClickOutside, useConfig, useConfigType, useDebounce, useDetail, useGetRowIds, useListData, useListDataType, useMenu, useMenuItem, useMenuType, useProfile, useUser, useUserType, useViewV2, useViewV2Type } from './hooks.js';
1
+ export { ActionResultType, AppProvider, ContextProfile, Record, ViewResponse, useAppProvider, useAuth, useAuthType, useCallAction, useCallActionType, useClickOutside, useCompany, useCompanyType, useConfig, useConfigType, useDebounce, useDetail, useGetRowIds, useListData, useListDataType, useMenu, useMenuItem, useMenuType, useProfile, useUser, useUserType, useViewV2, useViewV2Type } from './hooks.js';
2
2
  export * from '@fctc/interface-logic/hooks';
3
3
  export * from '@fctc/interface-logic/configs';
4
4
  export { CheckIcon, ChevronBottomIcon, CloseIcon, EyeIcon, FilterIcon, GroupByIcon, LoadingIcon, SearchIcon } from './icons.js';
package/dist/index.js CHANGED
@@ -4075,6 +4075,7 @@ __export(index_exports, {
4075
4075
  useAuth: () => useAuth,
4076
4076
  useCallAction: () => useCallAction,
4077
4077
  useClickOutside: () => useClickOutside,
4078
+ useCompany: () => useCompany,
4078
4079
  useConfig: () => useConfig,
4079
4080
  useDebounce: () => useDebounce,
4080
4081
  useDetail: () => useDetail,
@@ -4097,6 +4098,7 @@ __export(hooks_exports, {
4097
4098
  useAuth: () => useAuth,
4098
4099
  useCallAction: () => useCallAction,
4099
4100
  useClickOutside: () => useClickOutside,
4101
+ useCompany: () => useCompany,
4100
4102
  useConfig: () => useConfig,
4101
4103
  useDebounce: () => useDebounce,
4102
4104
  useDetail: () => useDetail,
@@ -7466,6 +7468,7 @@ __reExport(index_exports, types_exports, module.exports);
7466
7468
  useAuth,
7467
7469
  useCallAction,
7468
7470
  useClickOutside,
7471
+ useCompany,
7469
7472
  useConfig,
7470
7473
  useDebounce,
7471
7474
  useDetail,
package/dist/index.mjs CHANGED
@@ -4079,6 +4079,7 @@ __export(index_exports, {
4079
4079
  useAuth: () => useAuth,
4080
4080
  useCallAction: () => useCallAction,
4081
4081
  useClickOutside: () => useClickOutside,
4082
+ useCompany: () => useCompany,
4082
4083
  useConfig: () => useConfig,
4083
4084
  useDebounce: () => useDebounce,
4084
4085
  useDetail: () => useDetail,
@@ -4100,6 +4101,7 @@ __export(hooks_exports, {
4100
4101
  useAuth: () => useAuth,
4101
4102
  useCallAction: () => useCallAction,
4102
4103
  useClickOutside: () => useClickOutside,
4104
+ useCompany: () => useCompany,
4103
4105
  useConfig: () => useConfig,
4104
4106
  useDebounce: () => useDebounce,
4105
4107
  useDetail: () => useDetail,
@@ -7504,6 +7506,7 @@ export {
7504
7506
  useAuth,
7505
7507
  useCallAction,
7506
7508
  useClickOutside,
7509
+ useCompany,
7507
7510
  useConfig,
7508
7511
  useDebounce,
7509
7512
  useDetail,
package/dist/widget.js CHANGED
@@ -4120,6 +4120,7 @@ __export(hooks_exports, {
4120
4120
  useAuth: () => useAuth,
4121
4121
  useCallAction: () => useCallAction,
4122
4122
  useClickOutside: () => useClickOutside,
4123
+ useCompany: () => useCompany,
4123
4124
  useConfig: () => useConfig,
4124
4125
  useDebounce: () => useDebounce,
4125
4126
  useDetail: () => useDetail,
package/dist/widget.mjs CHANGED
@@ -4101,6 +4101,7 @@ __export(hooks_exports, {
4101
4101
  useAuth: () => useAuth,
4102
4102
  useCallAction: () => useCallAction,
4103
4103
  useClickOutside: () => useClickOutside,
4104
+ useCompany: () => useCompany,
4104
4105
  useConfig: () => useConfig,
4105
4106
  useDebounce: () => useDebounce,
4106
4107
  useDetail: () => useDetail,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/widget-logic",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",