@fctc/widget-logic 1.4.1 → 1.4.3

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/config.d.mts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from '@fctc/interface-logic/configs';
2
2
  import '@fctc/interface-logic/constants';
3
3
  import '@fctc/interface-logic/environment';
4
+ import '@fctc/interface-logic/store';
4
5
  import '@fctc/interface-logic/provider';
5
6
  import '@fctc/interface-logic/services';
6
- import '@fctc/interface-logic/store';
package/dist/config.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  export * from '@fctc/interface-logic/configs';
2
2
  import '@fctc/interface-logic/constants';
3
3
  import '@fctc/interface-logic/environment';
4
+ import '@fctc/interface-logic/store';
4
5
  import '@fctc/interface-logic/provider';
5
6
  import '@fctc/interface-logic/services';
6
- import '@fctc/interface-logic/store';
package/dist/index.d.mts CHANGED
@@ -1,2 +1,19 @@
1
-
2
- export { }
1
+ export { ActionResultType, AppProvider, ContextProfile, Record, ViewResponse, useAppProvider, useAuth, useAuthType, useCallAction, useCallActionType, useClickOutside, useConfig, useConfigType, useDebounce, useDetail, useListData, useListDataType, useMenu, useMenuType, useProfile, useUser, useUserType, useViewV2, useViewV2Type } from './hooks.mjs';
2
+ export * from '@fctc/interface-logic/hooks';
3
+ export * from '@fctc/interface-logic/configs';
4
+ export { CloseIcon, EyeIcon, LoadingIcon } from './icons.mjs';
5
+ export { ISelctionStateProps, ITableBodyProps, ITableHeadProps, ITableProps, binaryFieldController, colorFieldController, copyLinkButtonController, dateFieldController, downLoadBinaryController, downloadFileController, durationController, floatController, floatTimeFiledController, many2manyFieldController, many2manyTagsController, many2oneButtonController, many2oneFieldController, priorityFieldController, statusDropdownController, tableBodyController, tableController, tableGroupController, tableHeadController } from './widget.mjs';
6
+ export * from '@fctc/interface-logic/types';
7
+ export { IInputFieldProps, ValuePropsType } from './types.mjs';
8
+ export { API_APP_URL, API_PRESCHOOL_URL, STORAGES, combineContexts, convertFieldsToArray, countSum, getDateRange, languages, mergeButtons, setStorageItemAsync, useGetRowIds, useStorageState } from './utils.mjs';
9
+ export * from '@fctc/interface-logic/utils';
10
+ export * from '@fctc/interface-logic/store';
11
+ export * from '@fctc/interface-logic/constants';
12
+ export * from '@fctc/interface-logic/environment';
13
+ export * from '@fctc/interface-logic/provider';
14
+ export * from '@fctc/interface-logic/services';
15
+ export * from '@fctc/interface-logic/models';
16
+ import '@tanstack/react-query';
17
+ import '@tanstack/query-core';
18
+ import 'react';
19
+ import 'moment';
package/dist/index.d.ts CHANGED
@@ -1,2 +1,19 @@
1
-
2
- export { }
1
+ export { ActionResultType, AppProvider, ContextProfile, Record, ViewResponse, useAppProvider, useAuth, useAuthType, useCallAction, useCallActionType, useClickOutside, useConfig, useConfigType, useDebounce, useDetail, useListData, useListDataType, useMenu, useMenuType, useProfile, useUser, useUserType, useViewV2, useViewV2Type } from './hooks.js';
2
+ export * from '@fctc/interface-logic/hooks';
3
+ export * from '@fctc/interface-logic/configs';
4
+ export { CloseIcon, EyeIcon, LoadingIcon } from './icons.js';
5
+ export { ISelctionStateProps, ITableBodyProps, ITableHeadProps, ITableProps, binaryFieldController, colorFieldController, copyLinkButtonController, dateFieldController, downLoadBinaryController, downloadFileController, durationController, floatController, floatTimeFiledController, many2manyFieldController, many2manyTagsController, many2oneButtonController, many2oneFieldController, priorityFieldController, statusDropdownController, tableBodyController, tableController, tableGroupController, tableHeadController } from './widget.js';
6
+ export * from '@fctc/interface-logic/types';
7
+ export { IInputFieldProps, ValuePropsType } from './types.js';
8
+ export { API_APP_URL, API_PRESCHOOL_URL, STORAGES, combineContexts, convertFieldsToArray, countSum, getDateRange, languages, mergeButtons, setStorageItemAsync, useGetRowIds, useStorageState } from './utils.js';
9
+ export * from '@fctc/interface-logic/utils';
10
+ export * from '@fctc/interface-logic/store';
11
+ export * from '@fctc/interface-logic/constants';
12
+ export * from '@fctc/interface-logic/environment';
13
+ export * from '@fctc/interface-logic/provider';
14
+ export * from '@fctc/interface-logic/services';
15
+ export * from '@fctc/interface-logic/models';
16
+ import '@tanstack/react-query';
17
+ import '@tanstack/query-core';
18
+ import 'react';
19
+ import 'moment';