@fctc/edu-logic-lib 1.1.2 → 1.1.4
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/{view-type-BTzRpkT7.d.mts → api-type-dNqOR_Yp.d.mts} +1 -42
- package/dist/{view-type-BTzRpkT7.d.ts → api-type-dNqOR_Yp.d.ts} +1 -42
- package/dist/hooks.d.mts +5 -208
- package/dist/hooks.d.ts +5 -208
- package/dist/hooks.js +10 -1782
- package/dist/hooks.mjs +11 -1738
- package/dist/index.d.mts +22 -0
- package/dist/index.d.ts +22 -0
- package/dist/index.js +4714 -0
- package/dist/index.mjs +4601 -0
- package/dist/models.d.mts +21 -4
- package/dist/models.d.ts +21 -4
- package/dist/services.d.mts +15 -3
- package/dist/services.d.ts +15 -3
- package/dist/types.d.mts +2 -1
- package/dist/types.d.ts +2 -1
- package/dist/view-type-BOk5F1Fj.d.mts +42 -0
- package/dist/view-type-BOk5F1Fj.d.ts +42 -0
- package/package.json +89 -128
- package/dist/index-C_nK1Mii.d.mts +0 -19
- package/dist/index-C_nK1Mii.d.ts +0 -19
- package/dist/use-get-selection-DFh6sc49.d.mts +0 -26
- package/dist/use-get-selection-DFh6sc49.d.ts +0 -26
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { ComponentType, FieldTypeConstants, KeyConstants, MethodConstants, MethodType, ModelConstants, SearchType, UriConstants, WIDGETAVATAR, WIDGETCOLOR, WIDGETNOSTRING, WIDGETSTATUS } from './constants.mjs';
|
|
2
|
+
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
|
+
export { BaseModel, CompanyModel, UserModel } from './models.mjs';
|
|
9
|
+
export { MainProvider, ReactQueryProvider, VersionGate } from './provider.mjs';
|
|
10
|
+
export { ActionService, AuthService, CompanyService, ExcelService, FormService, ModelService, UserService, ViewService } from './services.mjs';
|
|
11
|
+
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';
|
|
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
|
+
import '@reduxjs/toolkit';
|
|
16
|
+
import 'react/jsx-runtime';
|
|
17
|
+
import 'react';
|
|
18
|
+
import 'react-redux';
|
|
19
|
+
import 'redux-thunk';
|
|
20
|
+
import 'redux';
|
|
21
|
+
import 'immer';
|
|
22
|
+
import '@tanstack/react-query';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export { ComponentType, FieldTypeConstants, KeyConstants, MethodConstants, MethodType, ModelConstants, SearchType, UriConstants, WIDGETAVATAR, WIDGETCOLOR, WIDGETNOSTRING, WIDGETSTATUS } from './constants.js';
|
|
2
|
+
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
|
+
export { BaseModel, CompanyModel, UserModel } from './models.js';
|
|
9
|
+
export { MainProvider, ReactQueryProvider, VersionGate } from './provider.js';
|
|
10
|
+
export { ActionService, AuthService, CompanyService, ExcelService, FormService, ModelService, UserService, ViewService } from './services.js';
|
|
11
|
+
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';
|
|
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
|
+
import '@reduxjs/toolkit';
|
|
16
|
+
import 'react/jsx-runtime';
|
|
17
|
+
import 'react';
|
|
18
|
+
import 'react-redux';
|
|
19
|
+
import 'redux-thunk';
|
|
20
|
+
import 'redux';
|
|
21
|
+
import 'immer';
|
|
22
|
+
import '@tanstack/react-query';
|