infinity-forge 0.6.92 → 0.6.94

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.
Files changed (75) hide show
  1. package/dist/system/pages/index.d.ts +1 -0
  2. package/dist/system/pages/index.js +18 -0
  3. package/dist/system/pages/index.js.map +1 -0
  4. package/dist/system/pages/usuarios/index.d.ts +1 -0
  5. package/dist/system/pages/usuarios/index.js +57 -0
  6. package/dist/system/pages/usuarios/index.js.map +1 -0
  7. package/dist/system/pages/usuarios/styles.d.ts +4 -0
  8. package/dist/system/pages/usuarios/styles.js +14 -0
  9. package/dist/system/pages/usuarios/styles.js.map +1 -0
  10. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js +1 -1
  11. package/dist/system/presentation/components/layout/menu/components/select-workspace/index.js.map +1 -1
  12. package/dist/system/presentation/configs/menu.d.ts +16 -0
  13. package/dist/system/presentation/configs/menu.js +138 -0
  14. package/dist/system/presentation/configs/menu.js.map +1 -0
  15. package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/index.d.ts +1 -0
  16. package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/index.js +33 -0
  17. package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/index.js.map +1 -0
  18. package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/styles.d.ts +4 -0
  19. package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/styles.js +14 -0
  20. package/dist/system/presentation/hooks/ui/use-table/components/active-indicator/styles.js.map +1 -0
  21. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/index.d.ts +1 -0
  22. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/index.js +33 -0
  23. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/index.js.map +1 -0
  24. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/styles.d.ts +4 -0
  25. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/styles.js +14 -0
  26. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/active-indicator/styles.js.map +1 -0
  27. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/index.d.ts +2 -0
  28. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/index.js +56 -0
  29. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/index.js.map +1 -0
  30. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/interfaces.d.ts +7 -0
  31. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/interfaces.js +3 -0
  32. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/interfaces.js.map +1 -0
  33. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/styles.d.ts +8 -0
  34. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/styles.js +14 -0
  35. package/dist/system/presentation/hooks/ui/use-table/components/searchbar/styles.js.map +1 -0
  36. package/dist/system/presentation/hooks/ui/use-table/query/index.d.ts +6 -0
  37. package/dist/system/presentation/hooks/ui/use-table/query/index.js +30 -0
  38. package/dist/system/presentation/hooks/ui/use-table/query/index.js.map +1 -0
  39. package/dist/system/presentation/hooks/ui/use-table/query/interfaces.d.ts +33 -0
  40. package/dist/system/presentation/hooks/ui/use-table/query/interfaces.js +3 -0
  41. package/dist/system/presentation/hooks/ui/use-table/query/interfaces.js.map +1 -0
  42. package/dist/system/presentation/hooks/ui/use-table/query/service.d.ts +25 -0
  43. package/dist/system/presentation/hooks/ui/use-table/query/service.js +113 -0
  44. package/dist/system/presentation/hooks/ui/use-table/query/service.js.map +1 -0
  45. package/dist/system/presentation/hooks/ui/use-table/utils/buffer.d.ts +3 -0
  46. package/dist/system/presentation/hooks/ui/use-table/utils/buffer.js +32 -0
  47. package/dist/system/presentation/hooks/ui/use-table/utils/buffer.js.map +1 -0
  48. package/dist/system/presentation/hooks/ui/use-table/utils/filter-empty-values.d.ts +1 -0
  49. package/dist/system/presentation/hooks/ui/use-table/utils/filter-empty-values.js +22 -0
  50. package/dist/system/presentation/hooks/ui/use-table/utils/filter-empty-values.js.map +1 -0
  51. package/dist/system/presentation/hooks/ui/use-table/utils/index.d.ts +4 -0
  52. package/dist/system/presentation/hooks/ui/use-table/utils/index.js +21 -0
  53. package/dist/system/presentation/hooks/ui/use-table/utils/index.js.map +1 -0
  54. package/dist/system/presentation/hooks/ui/use-table/utils/is-object-empty.d.ts +1 -0
  55. package/dist/system/presentation/hooks/ui/use-table/utils/is-object-empty.js +12 -0
  56. package/dist/system/presentation/hooks/ui/use-table/utils/is-object-empty.js.map +1 -0
  57. package/dist/system/presentation/hooks/ui/use-table/utils/update-route.d.ts +6 -0
  58. package/dist/system/presentation/hooks/ui/use-table/utils/update-route.js +31 -0
  59. package/dist/system/presentation/hooks/ui/use-table/utils/update-route.js.map +1 -0
  60. package/dist/ui/components/form/checkbox/index.d.ts +1 -0
  61. package/dist/ui/components/form/checkbox/index.js +2 -1
  62. package/dist/ui/components/form/checkbox/index.js.map +1 -1
  63. package/dist/ui/components/form/radio/index.d.ts +2 -1
  64. package/dist/ui/components/form/radio/index.js +16 -3
  65. package/dist/ui/components/form/radio/index.js.map +1 -1
  66. package/dist/ui/utils/libs/@tanstack/index.d.ts +1 -0
  67. package/dist/ui/utils/libs/@tanstack/index.js +18 -0
  68. package/dist/ui/utils/libs/@tanstack/index.js.map +1 -0
  69. package/dist/ui/utils/libs/@tanstack/react-query/cached-query.d.ts +6 -0
  70. package/dist/ui/utils/libs/@tanstack/react-query/cached-query.js +10 -0
  71. package/dist/ui/utils/libs/@tanstack/react-query/cached-query.js.map +1 -0
  72. package/dist/ui/utils/libs/@tanstack/react-query/index.d.ts +1 -0
  73. package/dist/ui/utils/libs/@tanstack/react-query/index.js +18 -0
  74. package/dist/ui/utils/libs/@tanstack/react-query/index.js.map +1 -0
  75. package/package.json +85 -85
package/package.json CHANGED
@@ -1,85 +1,85 @@
1
- {
2
- "name": "infinity-forge",
3
- "version": "0.6.92",
4
- "description": "codie Library",
5
- "main": "./dist/index.js",
6
- "module": "./dist/index.js",
7
- "types": "./dist/index.d.ts",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/CodieDigital/codiedigital-library"
11
- },
12
- "scripts": {
13
- "dev": "next -p 3016",
14
- "start": "next start -p 3015",
15
- "build": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w --resolve-full-paths\"",
16
- "nextBuild": "next build",
17
- "build:esm": "tsc",
18
- "build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\"
19
- },
20
- "peerDependencies": {
21
- "react": ">=16"
22
- },
23
- "files": [
24
- "dist",
25
- "LICENSE",
26
- "README.md"
27
- ],
28
- "keywords": [
29
- "react",
30
- "typescript",
31
- "awesome-project"
32
- ],
33
- "author": "Codie Digital",
34
- "license": "MIT",
35
- "devDependencies": {
36
- "@types/node": "^18.11.7",
37
- "@types/react": "^18.0.12",
38
- "@types/react-dom": "^18.2.18",
39
- "@types/styled-components": "^5.1.26",
40
- "prettier": "^2.6.2",
41
- "react": "^18.1.0",
42
- "react-dom": "^18.2.0",
43
- "tslib": "^2.4.1",
44
- "typescript": "^5.1.5"
45
- },
46
- "dependencies": {
47
- "@emotion/react": "^11.11.3",
48
- "@emotion/styled": "^11.11.0",
49
- "@fullcalendar/core": "^6.1.10",
50
- "@fullcalendar/daygrid": "^6.1.10",
51
- "@fullcalendar/interaction": "^6.1.10",
52
- "@fullcalendar/react": "^6.1.10",
53
- "@fullcalendar/timegrid": "^6.1.10",
54
- "@react-input/mask": "^1.0.21",
55
- "aos": "^2.3.4",
56
- "axios": "^1.4.0",
57
- "concurrently": "^8.2.2",
58
- "formik": "^2.4.5",
59
- "fs": "^0.0.1-security",
60
- "fs-extra": "^11.1.1",
61
- "glider-js": "^1.7.8",
62
- "inversify": "^6.0.2",
63
- "js-cookie": "^3.0.5",
64
- "lz-string": "^1.4.4",
65
- "next": "^13.1.6",
66
- "npm": "^10.2.4",
67
- "path": "^0.12.7",
68
- "react-countup": "^6.5.0",
69
- "react-error-boundary": "^3.1.4",
70
- "react-ga": "^3.3.1",
71
- "react-glider": "^4.0.2",
72
- "react-google-recaptcha": "^3.1.0",
73
- "react-select": "^5.8.0",
74
- "react-slick": "^0.30.2",
75
- "reflect-metadata": "^0.2.1",
76
- "semantic-ui-css": "^2.5.0",
77
- "semantic-ui-react": "^2.1.5",
78
- "sharp": "^0.33.2",
79
- "slick-carousel": "^1.8.1",
80
- "styled-components": "^6.0.1",
81
- "swr": "^2.2.5",
82
- "tsc-alias": "^1.8.8",
83
- "zustand": "^4.3.8"
84
- }
85
- }
1
+ {
2
+ "name": "infinity-forge",
3
+ "version": "0.6.94",
4
+ "description": "codie Library",
5
+ "main": "./dist/index.js",
6
+ "module": "./dist/index.js",
7
+ "types": "./dist/index.d.ts",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/CodieDigital/codiedigital-library"
11
+ },
12
+ "scripts": {
13
+ "dev": "next -p 3016",
14
+ "start": "next start -p 3015",
15
+ "build": "concurrently --kill-others \"tsc -w\" \"tsc-alias -w --resolve-full-paths\"",
16
+ "nextBuild": "next build",
17
+ "build:esm": "tsc",
18
+ "build:cjs": "tsc --module commonjs --outDir dist && tsc-alias -p tsconfig.json && for /r src %i in (.otf, *.ttf) do copy \"%i\" dist\\ && for /r src %i in (.css) do copy \"%i\" dist\\"
19
+ },
20
+ "peerDependencies": {
21
+ "react": ">=16"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "LICENSE",
26
+ "README.md"
27
+ ],
28
+ "keywords": [
29
+ "react",
30
+ "typescript",
31
+ "awesome-project"
32
+ ],
33
+ "author": "Codie Digital",
34
+ "license": "MIT",
35
+ "devDependencies": {
36
+ "@types/node": "^18.11.7",
37
+ "@types/react": "^18.0.12",
38
+ "@types/react-dom": "^18.2.18",
39
+ "@types/styled-components": "^5.1.26",
40
+ "prettier": "^2.6.2",
41
+ "react": "^18.1.0",
42
+ "react-dom": "^18.2.0",
43
+ "tslib": "^2.4.1",
44
+ "typescript": "^5.1.5"
45
+ },
46
+ "dependencies": {
47
+ "@emotion/react": "^11.11.3",
48
+ "@emotion/styled": "^11.11.0",
49
+ "@fullcalendar/core": "^6.1.10",
50
+ "@fullcalendar/daygrid": "^6.1.10",
51
+ "@fullcalendar/interaction": "^6.1.10",
52
+ "@fullcalendar/react": "^6.1.10",
53
+ "@fullcalendar/timegrid": "^6.1.10",
54
+ "@react-input/mask": "^1.0.21",
55
+ "aos": "^2.3.4",
56
+ "axios": "^1.4.0",
57
+ "concurrently": "^8.2.2",
58
+ "formik": "^2.4.5",
59
+ "fs": "^0.0.1-security",
60
+ "fs-extra": "^11.1.1",
61
+ "glider-js": "^1.7.8",
62
+ "inversify": "^6.0.2",
63
+ "js-cookie": "^3.0.5",
64
+ "lz-string": "^1.4.4",
65
+ "next": "^13.1.6",
66
+ "npm": "^10.2.4",
67
+ "path": "^0.12.7",
68
+ "react-countup": "^6.5.0",
69
+ "react-error-boundary": "^3.1.4",
70
+ "react-ga": "^3.3.1",
71
+ "react-glider": "^4.0.2",
72
+ "react-google-recaptcha": "^3.1.0",
73
+ "react-select": "^5.8.0",
74
+ "react-slick": "^0.30.2",
75
+ "reflect-metadata": "^0.2.1",
76
+ "semantic-ui-css": "^2.5.0",
77
+ "semantic-ui-react": "^2.1.5",
78
+ "sharp": "^0.33.2",
79
+ "slick-carousel": "^1.8.1",
80
+ "styled-components": "^6.0.1",
81
+ "swr": "^2.2.5",
82
+ "tsc-alias": "^1.8.8",
83
+ "zustand": "^4.3.8"
84
+ }
85
+ }