aquasis-fe-components 3.1.1 → 3.2.0-alpha.2
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/aquasis-fe-components.js +53566 -88988
- package/dist/aquasis-fe-components.umd.cjs +175 -413
- package/dist/index.css +1 -1
- package/dist/src/helpers/profileUser.d.ts +6 -0
- package/dist/{i18n → src/i18n}/locales/br.json.d.ts +8 -0
- package/dist/{i18n → src/i18n}/locales/en.json.d.ts +8 -0
- package/dist/{i18n → src/i18n}/locales/es.json.d.ts +8 -0
- package/dist/{i18n → src/i18n}/locales/jp.json.d.ts +8 -0
- package/dist/{i18n → src/i18n}/locales/pt.json.d.ts +8 -0
- package/dist/{i18n → src/i18n}/locales/ro.json.d.ts +8 -0
- package/dist/src/index.d.ts +18 -2
- package/dist/{lib → src/lib}/LanguageSwitcher/languageSwitcher.constants.d.ts +0 -3
- package/dist/src/lib/ProfileChip/ProfileChipConnector.d.ts +5 -0
- package/dist/src/lib/ProfileChip/index.d.ts +2 -0
- package/dist/{reactQuery → src/reactQuery}/index.d.ts +3 -0
- package/dist/{services → src/services}/userServices.d.ts +2 -0
- package/dist/{themes → src/themes}/dark.data.d.ts +5 -0
- package/dist/{themes → src/themes}/light.data.d.ts +5 -0
- package/dist/src/types/profileChip.d.ts +55 -0
- package/dist/src/types/profileUser.d.ts +35 -0
- package/package.json +109 -113
- package/dist/index.d.ts +0 -14
- /package/dist/{components → src/components}/FormField/Props.d.ts +0 -0
- /package/dist/{components → src/components}/FormField/index.d.ts +0 -0
- /package/dist/{components → src/components}/Providers/index.d.ts +0 -0
- /package/dist/{components → src/components}/ReduxErrorBoundary/index.d.ts +0 -0
- /package/dist/{components → src/components}/ThemeProvider/index.d.ts +0 -0
- /package/dist/{config → src/config}/aquasisApiContext.d.ts +0 -0
- /package/dist/{config → src/config}/env.d.ts +0 -0
- /package/dist/{enums → src/enums}/app.d.ts +0 -0
- /package/dist/{enums → src/enums}/helpdesk.d.ts +0 -0
- /package/dist/{enums → src/enums}/reactQueryNames.d.ts +0 -0
- /package/dist/{enums → src/enums}/releaseNotes.d.ts +0 -0
- /package/dist/{enums → src/enums}/user.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/cookies.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/formFields.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/index.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/storageKeyPrefix.d.ts +0 -0
- /package/dist/{helpers → src/helpers}/user.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/index.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useReduxProvider.d.ts +0 -0
- /package/dist/{i18n → src/i18n}/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/Helpdesk/HelpdeskConnector.d.ts +0 -0
- /package/dist/{lib → src/lib}/Helpdesk/HelpdeskContent/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/Helpdesk/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/LanguageSwitcher/LanguageSwitcherConnector.d.ts +0 -0
- /package/dist/{lib → src/lib}/LanguageSwitcher/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/ThemeModeToggle/ThemeModeToggleConnector.d.ts +0 -0
- /package/dist/{lib → src/lib}/ThemeModeToggle/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/UserModal/UserModalConnector.d.ts +0 -0
- /package/dist/{lib → src/lib}/UserModal/UserTab1/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/UserModal/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/WhatsNews/WhatsNewsConnector.d.ts +0 -0
- /package/dist/{lib → src/lib}/WhatsNews/index.d.ts +0 -0
- /package/dist/{lib → src/lib}/WhatsNews/useElementSize.d.ts +0 -0
- /package/dist/{services → src/services}/HelpdeskServices.d.ts +0 -0
- /package/dist/{services → src/services}/HttpClient.d.ts +0 -0
- /package/dist/{services → src/services}/appServices.d.ts +0 -0
- /package/dist/{services → src/services}/releaseNoteServices.d.ts +0 -0
- /package/dist/{store → src/store}/index.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/app.d.ts +0 -0
- /package/dist/{store → src/store}/reducers/index.d.ts +0 -0
- /package/dist/{store → src/store}/selectors/index.d.ts +0 -0
- /package/dist/{store → src/store}/storage.d.ts +0 -0
- /package/dist/{themes → src/themes}/index.d.ts +0 -0
- /package/dist/{types → src/types}/apiContext.d.ts +0 -0
- /package/dist/{types → src/types}/app.d.ts +0 -0
- /package/dist/{types → src/types}/helpdesk.d.ts +0 -0
- /package/dist/{types → src/types}/releaseNotes.d.ts +0 -0
- /package/dist/{types → src/types}/store.d.ts +0 -0
- /package/dist/{types → src/types}/user.d.ts +0 -0
- /package/dist/{types → src/types}/whatsNews.d.ts +0 -0
- /package/dist/{utils → src/utils}/app.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,113 +1,109 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "aquasis-fe-components",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "3.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"license": "ISC",
|
|
7
|
-
"author": "Ewerton Souza",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"react-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
"redux": "^5.0.1",
|
|
111
|
-
"universal-cookie": "^8.0.1"
|
|
112
|
-
}
|
|
113
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "aquasis-fe-components",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "3.2.0-alpha.2",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"license": "ISC",
|
|
7
|
+
"author": "Ewerton Souza",
|
|
8
|
+
"peerDependencies": {
|
|
9
|
+
"@tanstack/react-query": "^5.90.21",
|
|
10
|
+
"i18next": "^25.8.0",
|
|
11
|
+
"react": "^19.0.0",
|
|
12
|
+
"react-dom": "^19.0.0",
|
|
13
|
+
"react-i18next": "^16.5.4"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"main": "dist/aquasis-fe-components.umd.cjs",
|
|
19
|
+
"module": "dist/aquasis-fe-components.js",
|
|
20
|
+
"types": "dist/src/index.d.ts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"import": {
|
|
24
|
+
"types": "./dist/src/index.d.ts",
|
|
25
|
+
"default": "./dist/aquasis-fe-components.js"
|
|
26
|
+
},
|
|
27
|
+
"require": {
|
|
28
|
+
"types": "./dist/src/index.d.ts",
|
|
29
|
+
"default": "./dist/aquasis-fe-components.umd.cjs"
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "git+https://github.com/AQUASISPT/FrontendComponents.git"
|
|
36
|
+
},
|
|
37
|
+
"keywords": [
|
|
38
|
+
"react"
|
|
39
|
+
],
|
|
40
|
+
"homepage": "https://github.com/AQUASISPT/FrontendComponents",
|
|
41
|
+
"browserslist": {
|
|
42
|
+
"production": [
|
|
43
|
+
">0.2%",
|
|
44
|
+
"not dead",
|
|
45
|
+
"not op_mini all"
|
|
46
|
+
],
|
|
47
|
+
"development": [
|
|
48
|
+
"last 1 chrome version",
|
|
49
|
+
"last 1 firefox version",
|
|
50
|
+
"last 1 safari version"
|
|
51
|
+
]
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"@tanstack/react-query": "^5.100.9",
|
|
55
|
+
"@types/hoist-non-react-statics": "^3.3.7",
|
|
56
|
+
"@types/lodash": "^4.17.24",
|
|
57
|
+
"@types/node": "^25.6.0",
|
|
58
|
+
"@types/react": "^19.2.14",
|
|
59
|
+
"@types/react-dom": "^19.2.3",
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
|
61
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
62
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
63
|
+
"dotenv-cli": "^11.0.0",
|
|
64
|
+
"eslint": "^10.3.0",
|
|
65
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
66
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
67
|
+
"i18next": "^26.0.10",
|
|
68
|
+
"react": "^19.2.6",
|
|
69
|
+
"react-dom": "^19.2.6",
|
|
70
|
+
"react-i18next": "^17.0.7",
|
|
71
|
+
"sass": "^1.99.0",
|
|
72
|
+
"typescript": "^6.0.3",
|
|
73
|
+
"vite": "^8.0.11",
|
|
74
|
+
"vite-plugin-dts": "^5.0.0",
|
|
75
|
+
"vite-plugin-lib-inject-css": "^2.2.2"
|
|
76
|
+
},
|
|
77
|
+
"dependencies": {
|
|
78
|
+
"@ant-design/icons": "^6.2.2",
|
|
79
|
+
"@fortawesome/fontawesome-svg-core": "^7.2.0",
|
|
80
|
+
"@fortawesome/free-regular-svg-icons": "^7.2.0",
|
|
81
|
+
"@fortawesome/free-solid-svg-icons": "^7.2.0",
|
|
82
|
+
"@fortawesome/react-fontawesome": "^3.3.1",
|
|
83
|
+
"@rc-component/trigger": "^3.9.0",
|
|
84
|
+
"@reduxjs/toolkit": "^2.11.2",
|
|
85
|
+
"@uidotdev/usehooks": "^2.4.1",
|
|
86
|
+
"antd": "^6.3.7",
|
|
87
|
+
"axios": "^1.16.0",
|
|
88
|
+
"classnames": "^2.5.1",
|
|
89
|
+
"dayjs": "^1.11.20",
|
|
90
|
+
"hoist-non-react-statics": "^3.3.2",
|
|
91
|
+
"i18next-browser-languagedetector": "^8.2.1",
|
|
92
|
+
"lodash": "^4.18.1",
|
|
93
|
+
"rc-motion": "^2.9.5",
|
|
94
|
+
"rc-resize-observer": "^1.4.3",
|
|
95
|
+
"react-redux": "^9.2.0",
|
|
96
|
+
"react-router-dom": "^7.15.0",
|
|
97
|
+
"redux": "^5.0.1",
|
|
98
|
+
"universal-cookie": "^8.1.2"
|
|
99
|
+
},
|
|
100
|
+
"scripts": {
|
|
101
|
+
"dev": "vite",
|
|
102
|
+
"build": "tsc && vite build",
|
|
103
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
104
|
+
"preview": "vite preview",
|
|
105
|
+
"upd-version": "pnpm version patch --no-git-tag-version",
|
|
106
|
+
"npm:whoami": "dotenv -e .env -- npm whoami",
|
|
107
|
+
"publish-beta": "dotenv -e .env -- pnpm publish --tag beta --no-git-checks"
|
|
108
|
+
}
|
|
109
|
+
}
|
package/dist/index.d.ts
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { HelpdeskComponent as Helpdesk } from './lib/Helpdesk/HelpdeskConnector';
|
|
2
|
-
import { LanguageSwitcherComponent as LanguageSwitcher } from './lib/LanguageSwitcher/LanguageSwitcherConnector';
|
|
3
|
-
import { ThemeModeToggleComponent as ThemeModeToggle } from './lib/ThemeModeToggle/ThemeModeToggleConnector';
|
|
4
|
-
import { UserModalComponent as UserModal } from './lib/UserModal/UserModalConnector';
|
|
5
|
-
import { WhatsNewsComponent as WhatsNews } from './lib/WhatsNews/WhatsNewsConnector';
|
|
6
|
-
import { default as i18n } from './i18n';
|
|
7
|
-
export type * from './types/apiContext';
|
|
8
|
-
export type * from './types/app';
|
|
9
|
-
export type * from './types/helpdesk';
|
|
10
|
-
export type * from './types/user';
|
|
11
|
-
export type * from './types/whatsNews';
|
|
12
|
-
export { clearAquasisApiContext, getAquasisApiContext, replaceAquasisApiContext, setAquasisApiContext, } from './config/aquasisApiContext';
|
|
13
|
-
/** @deprecated ReleaseNote will be removed in the next major version. Use WhatsNews instead. */
|
|
14
|
-
export { Helpdesk, i18n, LanguageSwitcher, ThemeModeToggle, UserModal, WhatsNews };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|