@fctc/edu-logic-lib 1.0.10 → 1.1.0
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/environment.js +2 -1
- package/dist/environment.mjs +2 -1
- package/dist/hooks.d.mts +1 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/hooks.js +1 -0
- package/dist/hooks.mjs +1 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/models.js +2110 -0
- package/dist/models.mjs +2110 -0
- package/dist/provider.js +2109 -0
- package/dist/provider.mjs +2109 -0
- package/dist/services.d.mts +1 -1
- package/dist/services.d.ts +1 -1
- package/dist/services.js +2110 -0
- package/dist/services.mjs +2110 -0
- package/dist/store-tC7LKtbY.d.mts +505 -0
- package/dist/store-tC7LKtbY.d.ts +505 -0
- package/dist/store.d.mts +6 -505
- package/dist/store.d.ts +6 -505
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/{view-type-BTzRpkT7.d.mts → view-type-DCixhUzb.d.mts} +1 -1
- package/dist/{view-type-BTzRpkT7.d.ts → view-type-DCixhUzb.d.ts} +1 -1
- package/package.json +1 -2
package/dist/environment.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
require('react-redux');
|
|
3
4
|
var toolkit = require('@reduxjs/toolkit');
|
|
4
5
|
var axios = require('axios');
|
|
5
6
|
|
|
@@ -7,7 +8,7 @@ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
|
7
8
|
|
|
8
9
|
var axios__default = /*#__PURE__*/_interopDefault(axios);
|
|
9
10
|
|
|
10
|
-
// src/store/
|
|
11
|
+
// src/store/index.ts
|
|
11
12
|
var initialState = {
|
|
12
13
|
baseUrl: "",
|
|
13
14
|
requests: null,
|
package/dist/environment.mjs
CHANGED
package/dist/hooks.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
|
-
import { L as LoginCredentialBody,
|
|
2
|
+
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, f as GetViewParams } from './view-type-DCixhUzb.mjs';
|
|
3
3
|
export { u as useGetFormView, a as useGetSelection } from './use-get-selection-DFh6sc49.mjs';
|
|
4
4
|
import { a as BaseModelInit, B as BaseModel } from './index-C_nK1Mii.mjs';
|
|
5
5
|
import './environment.mjs';
|
package/dist/hooks.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _tanstack_react_query from '@tanstack/react-query';
|
|
2
|
-
import { L as LoginCredentialBody,
|
|
2
|
+
import { L as LoginCredentialBody, d as SocialTokenBody, F as ForgotPasswordBody, u as updatePasswordBody, V as ViewData, C as ContextApi, f as GetViewParams } from './view-type-DCixhUzb.js';
|
|
3
3
|
export { u as useGetFormView, a as useGetSelection } from './use-get-selection-DFh6sc49.js';
|
|
4
4
|
import { a as BaseModelInit, B as BaseModel } from './index-C_nK1Mii.js';
|
|
5
5
|
import './environment.js';
|
package/dist/hooks.js
CHANGED
package/dist/hooks.mjs
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -4,9 +4,9 @@ export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRe
|
|
|
4
4
|
export { u as useGetFormView, a as useGetSelection } from './use-get-selection-DFh6sc49.mjs';
|
|
5
5
|
export { MainProvider, ReactQueryProvider, VersionGate } from './provider.mjs';
|
|
6
6
|
export { ActionService, AuthService, CompanyService, ExcelService, FormService, ModelService, UserService, ViewService } from './services.mjs';
|
|
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';
|
|
7
|
+
export { A as AppDispatch, E as ExcelState, F as FormState, L as ListState, Q as NavbarStateType, X as ProfileStateType, R as RootState, $ as SearchState, W as UserInfor, V as ViewDataStore, ae as clearSearchMap, e as envSlice, ah as envStore, k as excelSlice, t as formSlice, G as listSlice, S as navbarSlice, Y as profileSlice, ac as removeKeyFromSearchMap, a0 as searchSlice, j as selectEnv, r as selectExcel, D as selectForm, P as selectList, U as selectNavbar, _ as selectProfile, af as selectSearch, ag as selectSearchMap, d as setAllowCompanies, f as setCompanies, l as setDataParse, C as setDataUser, g as setDefaultCompany, O as setDomainTable, s as setEnv, i as setEnvFile, q as setErrorData, z as setFieldTranslate, I as setFields, a7 as setFilterBy, a5 as setFirstDomain, y as setFormSubmitComponent, ad as setGroupBy, a1 as setGroupByDomain, a4 as setHoveredIndexSearchList, m as setIdFile, M as setIndexRowTableModal, n as setIsFileLoaded, x as setIsShowModalTranslate, w as setIsShowingModalDetail, c as setLang, B as setListSubject, o as setLoadingImport, T as setMenuList, a9 as setModelSearch, J as setOrder, N as setPage, H as setPageLimit, Z as setProfile, aa as setSearchMap, a3 as setSearchString, p as setSelectedFile, K as setSelectedRowKeys, a2 as setSelectedTags, a6 as setTableHead, a8 as setTypeFieldsSearch, b as setUid, h as setUser, v as setViewDataStore, ab as updateSearchMap, u as useAppDispatch, a as useAppSelector } from './store-tC7LKtbY.mjs';
|
|
8
8
|
export { checkIsImageLink, domainHelper, evalJSONContext, evalJSONDomain, formatFileSize, formatSortingString, formatUrlPath, getFieldsOnChange, getSubdomain, isBase64File, isBase64Image, removeUndefinedFields, stringToColor, toQueryString, useTabModel } from './utils.mjs';
|
|
9
|
-
export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams,
|
|
9
|
+
export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams, b as GetDetailParams, a as GetListParams, f as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, c as SaveParams, d as SocialTokenBody, S as Specification, U as UpdatePasswordRequest, e as View, V as ViewData, u as updatePasswordBody } from './view-type-DCixhUzb.mjs';
|
|
10
10
|
export { B as BaseModelInit } from './base-model-type-DvO53Lwi.mjs';
|
|
11
11
|
export { Config } from './types.mjs';
|
|
12
12
|
export { C as Context } from './context-type-D5XefoL-.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -4,9 +4,9 @@ export { useButton, useChangeStatus, useDelete, useDeleteComment, useDuplicateRe
|
|
|
4
4
|
export { u as useGetFormView, a as useGetSelection } from './use-get-selection-DFh6sc49.js';
|
|
5
5
|
export { MainProvider, ReactQueryProvider, VersionGate } from './provider.js';
|
|
6
6
|
export { ActionService, AuthService, CompanyService, ExcelService, FormService, ModelService, UserService, ViewService } from './services.js';
|
|
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';
|
|
7
|
+
export { A as AppDispatch, E as ExcelState, F as FormState, L as ListState, Q as NavbarStateType, X as ProfileStateType, R as RootState, $ as SearchState, W as UserInfor, V as ViewDataStore, ae as clearSearchMap, e as envSlice, ah as envStore, k as excelSlice, t as formSlice, G as listSlice, S as navbarSlice, Y as profileSlice, ac as removeKeyFromSearchMap, a0 as searchSlice, j as selectEnv, r as selectExcel, D as selectForm, P as selectList, U as selectNavbar, _ as selectProfile, af as selectSearch, ag as selectSearchMap, d as setAllowCompanies, f as setCompanies, l as setDataParse, C as setDataUser, g as setDefaultCompany, O as setDomainTable, s as setEnv, i as setEnvFile, q as setErrorData, z as setFieldTranslate, I as setFields, a7 as setFilterBy, a5 as setFirstDomain, y as setFormSubmitComponent, ad as setGroupBy, a1 as setGroupByDomain, a4 as setHoveredIndexSearchList, m as setIdFile, M as setIndexRowTableModal, n as setIsFileLoaded, x as setIsShowModalTranslate, w as setIsShowingModalDetail, c as setLang, B as setListSubject, o as setLoadingImport, T as setMenuList, a9 as setModelSearch, J as setOrder, N as setPage, H as setPageLimit, Z as setProfile, aa as setSearchMap, a3 as setSearchString, p as setSelectedFile, K as setSelectedRowKeys, a2 as setSelectedTags, a6 as setTableHead, a8 as setTypeFieldsSearch, b as setUid, h as setUser, v as setViewDataStore, ab as updateSearchMap, u as useAppDispatch, a as useAppSelector } from './store-tC7LKtbY.js';
|
|
8
8
|
export { checkIsImageLink, domainHelper, evalJSONContext, evalJSONDomain, formatFileSize, formatSortingString, formatUrlPath, getFieldsOnChange, getSubdomain, isBase64File, isBase64Image, removeUndefinedFields, stringToColor, toQueryString, useTabModel } from './utils.js';
|
|
9
|
-
export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams,
|
|
9
|
+
export { C as ContextApi, D as DeleteParams, F as ForgotPasswordBody, G as GetAllParams, b as GetDetailParams, a as GetListParams, f as GetViewParams, L as LoginCredentialBody, O as OnChangeParams, R as ResetPasswordRequest, c as SaveParams, d as SocialTokenBody, S as Specification, U as UpdatePasswordRequest, e as View, V as ViewData, u as updatePasswordBody } from './view-type-DCixhUzb.js';
|
|
10
10
|
export { B as BaseModelInit } from './base-model-type-DvO53Lwi.js';
|
|
11
11
|
export { Config } from './types.js';
|
|
12
12
|
export { C as Context } from './context-type-D5XefoL-.js';
|