@fctc/edu-logic-lib 1.1.4 → 1.1.6
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 +1 -12
- package/dist/hooks.d.ts +1 -12
- package/dist/hooks.js +0 -3091
- package/dist/hooks.mjs +0 -3086
- package/dist/index.d.mts +5 -8
- package/dist/index.d.ts +5 -8
- package/dist/index.js +969 -981
- package/dist/index.mjs +413 -424
- package/dist/services.d.mts +7 -8
- package/dist/services.d.ts +7 -8
- package/dist/store.d.mts +194 -194
- package/dist/store.d.ts +194 -194
- package/dist/types.d.mts +1 -2
- package/dist/types.d.ts +1 -2
- package/dist/{api-type-dNqOR_Yp.d.mts → view-type-BTzRpkT7.d.mts} +42 -1
- package/dist/{api-type-dNqOR_Yp.d.ts → view-type-BTzRpkT7.d.ts} +42 -1
- package/package.json +12 -12
- package/dist/view-type-BOk5F1Fj.d.mts +0 -42
- package/dist/view-type-BOk5F1Fj.d.ts +0 -42
package/dist/index.d.mts
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
|
+
export { axiosClient } from './config.mjs';
|
|
1
2
|
export { ComponentType, FieldTypeConstants, KeyConstants, MethodConstants, MethodType, ModelConstants, SearchType, UriConstants, WIDGETAVATAR, WIDGETCOLOR, WIDGETNOSTRING, WIDGETSTATUS } from './constants.mjs';
|
|
2
3
|
export { EnvStore, env, getEnv, initEnv } from './environment.mjs';
|
|
3
|
-
export { C as ContextApi, D as DeleteParams, G as GetAllParams, a as GetDetailParams, b as GetListParams, O as OnChangeParams, S as SaveParams, c as Specification, V as ViewData } from './api-type-dNqOR_Yp.mjs';
|
|
4
|
-
export { F as ForgotPasswordBody, G as GetViewParams, L as LoginCredentialBody, R as ResetPasswordRequest, S as SocialTokenBody, U as UpdatePasswordRequest, V as View, u as updatePasswordBody } from './view-type-BOk5F1Fj.mjs';
|
|
5
|
-
export { B as BaseModelInit } from './base-model-type-DvO53Lwi.mjs';
|
|
6
|
-
export { Config } from './types.mjs';
|
|
7
|
-
export { C as Context } from './context-type-D5XefoL-.mjs';
|
|
8
4
|
export { BaseModel, CompanyModel, UserModel } from './models.mjs';
|
|
9
5
|
export { MainProvider, ReactQueryProvider, VersionGate } from './provider.mjs';
|
|
10
6
|
export { ActionService, AuthService, CompanyService, ExcelService, FormService, ModelService, UserService, ViewService } from './services.mjs';
|
|
11
7
|
export { AppDispatch, RootState, clearSearchMap, envSlice, envStore, excelSlice, formSlice, listSlice, navbarSlice, profileSlice, removeKeyFromSearchMap, searchSlice, selectEnv, selectExcel, selectForm, selectList, selectNavbar, selectProfile, selectSearch, selectSearchMap, setAllowCompanies, setCompanies, setDataParse, setDataUser, setDefaultCompany, setDomainTable, setEnv, setEnvFile, setErrorData, setFieldTranslate, setFields, setFilterBy, setFirstDomain, setFormSubmitComponent, setGroupBy, setGroupByDomain, setHoveredIndexSearchList, setIdFile, setIndexRowTableModal, setIsFileLoaded, setIsShowModalTranslate, setIsShowingModalDetail, setLang, setListSubject, setLoadingImport, setMenuList, setModelSearch, setOrder, setPage, setPageLimit, setProfile, setSearchMap, setSearchString, setSelectedFile, setSelectedRowKeys, setSelectedTags, setTableHead, setTypeFieldsSearch, setUid, setUser, setViewDataStore, updateSearchMap, useAppDispatch, useAppSelector } from './store.mjs';
|
|
8
|
+
export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams, a as GetDetailParams, b as GetListParams, e as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, S as SaveParams, c as SocialTokenBody, d as Specification, U as UpdatePasswordRequest, f as View, V as ViewData, u as updatePasswordBody } from './view-type-BTzRpkT7.mjs';
|
|
9
|
+
export { B as BaseModelInit } from './base-model-type-DvO53Lwi.mjs';
|
|
10
|
+
export { Config } from './types.mjs';
|
|
11
|
+
export { C as Context } from './context-type-D5XefoL-.mjs';
|
|
12
12
|
export { checkIsImageLink, domainHelper, evalJSONContext, evalJSONDomain, formatFileSize, formatSortingString, formatUrlPath, getFieldsOnChange, getSubdomain, isBase64File, isBase64Image, removeUndefinedFields, stringToColor, toQueryString, useTabModel } from './utils.mjs';
|
|
13
|
-
export { axiosClient } from './config.mjs';
|
|
14
|
-
export { useButton } from './hooks.mjs';
|
|
15
13
|
import '@reduxjs/toolkit';
|
|
16
14
|
import 'react/jsx-runtime';
|
|
17
15
|
import 'react';
|
|
@@ -19,4 +17,3 @@ import 'react-redux';
|
|
|
19
17
|
import 'redux-thunk';
|
|
20
18
|
import 'redux';
|
|
21
19
|
import 'immer';
|
|
22
|
-
import '@tanstack/react-query';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,17 +1,15 @@
|
|
|
1
|
+
export { axiosClient } from './config.js';
|
|
1
2
|
export { ComponentType, FieldTypeConstants, KeyConstants, MethodConstants, MethodType, ModelConstants, SearchType, UriConstants, WIDGETAVATAR, WIDGETCOLOR, WIDGETNOSTRING, WIDGETSTATUS } from './constants.js';
|
|
2
3
|
export { EnvStore, env, getEnv, initEnv } from './environment.js';
|
|
3
|
-
export { C as ContextApi, D as DeleteParams, G as GetAllParams, a as GetDetailParams, b as GetListParams, O as OnChangeParams, S as SaveParams, c as Specification, V as ViewData } from './api-type-dNqOR_Yp.js';
|
|
4
|
-
export { F as ForgotPasswordBody, G as GetViewParams, L as LoginCredentialBody, R as ResetPasswordRequest, S as SocialTokenBody, U as UpdatePasswordRequest, V as View, u as updatePasswordBody } from './view-type-BOk5F1Fj.js';
|
|
5
|
-
export { B as BaseModelInit } from './base-model-type-DvO53Lwi.js';
|
|
6
|
-
export { Config } from './types.js';
|
|
7
|
-
export { C as Context } from './context-type-D5XefoL-.js';
|
|
8
4
|
export { BaseModel, CompanyModel, UserModel } from './models.js';
|
|
9
5
|
export { MainProvider, ReactQueryProvider, VersionGate } from './provider.js';
|
|
10
6
|
export { ActionService, AuthService, CompanyService, ExcelService, FormService, ModelService, UserService, ViewService } from './services.js';
|
|
11
7
|
export { AppDispatch, RootState, clearSearchMap, envSlice, envStore, excelSlice, formSlice, listSlice, navbarSlice, profileSlice, removeKeyFromSearchMap, searchSlice, selectEnv, selectExcel, selectForm, selectList, selectNavbar, selectProfile, selectSearch, selectSearchMap, setAllowCompanies, setCompanies, setDataParse, setDataUser, setDefaultCompany, setDomainTable, setEnv, setEnvFile, setErrorData, setFieldTranslate, setFields, setFilterBy, setFirstDomain, setFormSubmitComponent, setGroupBy, setGroupByDomain, setHoveredIndexSearchList, setIdFile, setIndexRowTableModal, setIsFileLoaded, setIsShowModalTranslate, setIsShowingModalDetail, setLang, setListSubject, setLoadingImport, setMenuList, setModelSearch, setOrder, setPage, setPageLimit, setProfile, setSearchMap, setSearchString, setSelectedFile, setSelectedRowKeys, setSelectedTags, setTableHead, setTypeFieldsSearch, setUid, setUser, setViewDataStore, updateSearchMap, useAppDispatch, useAppSelector } from './store.js';
|
|
8
|
+
export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams, a as GetDetailParams, b as GetListParams, e as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, S as SaveParams, c as SocialTokenBody, d as Specification, U as UpdatePasswordRequest, f as View, V as ViewData, u as updatePasswordBody } from './view-type-BTzRpkT7.js';
|
|
9
|
+
export { B as BaseModelInit } from './base-model-type-DvO53Lwi.js';
|
|
10
|
+
export { Config } from './types.js';
|
|
11
|
+
export { C as Context } from './context-type-D5XefoL-.js';
|
|
12
12
|
export { checkIsImageLink, domainHelper, evalJSONContext, evalJSONDomain, formatFileSize, formatSortingString, formatUrlPath, getFieldsOnChange, getSubdomain, isBase64File, isBase64Image, removeUndefinedFields, stringToColor, toQueryString, useTabModel } from './utils.js';
|
|
13
|
-
export { axiosClient } from './config.js';
|
|
14
|
-
export { useButton } from './hooks.js';
|
|
15
13
|
import '@reduxjs/toolkit';
|
|
16
14
|
import 'react/jsx-runtime';
|
|
17
15
|
import 'react';
|
|
@@ -19,4 +17,3 @@ import 'react-redux';
|
|
|
19
17
|
import 'redux-thunk';
|
|
20
18
|
import 'redux';
|
|
21
19
|
import 'immer';
|
|
22
|
-
import '@tanstack/react-query';
|