adpro-react 0.0.23-rc.1 → 0.0.23-rc.3
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/adpro-react.cjs.js +135 -322
- package/dist/adpro-react.es.js +11485 -45928
- package/dist/components/AuditoriaADPRO/components/AuditoriaAcordeon.d.ts.map +1 -1
- package/dist/components/AuditoriaADPRO/components/AuditoriaDetalle.d.ts.map +1 -1
- package/dist/components/AuditoriaADPRO/components/AuditoriaFiltros.d.ts.map +1 -1
- package/dist/components/AuditoriaADPRO/types/typesAuditoria.d.ts +2 -7
- package/dist/components/AuditoriaADPRO/types/typesAuditoria.d.ts.map +1 -1
- package/dist/components/AuditoriaADPRO/view/AuditoriaADPRO.d.ts.map +1 -1
- package/dist/main.d.ts.map +1 -1
- package/package.json +2 -2
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AuditoriaAcordeon.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/components/AuditoriaAcordeon.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAgB,MAAM,yBAAyB,CAAA;AAMvE,UAAU,KAAK;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CACpG;AAED,eAAO,MAAM,iBAAiB,GAAI,sEAAsE,KAAK,
|
1
|
+
{"version":3,"file":"AuditoriaAcordeon.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/components/AuditoriaAcordeon.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAgB,MAAM,yBAAyB,CAAA;AAMvE,UAAU,KAAK;IACX,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,OAAO,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,iBAAiB,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,CAAC,KAAK,EAAE,KAAK,CAAC,cAAc,EAAE,UAAU,EAAE,OAAO,KAAK,IAAI,CAAC;CACpG;AAED,eAAO,MAAM,iBAAiB,GAAI,sEAAsE,KAAK,4CA6F5G,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AuditoriaDetalle.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/components/AuditoriaDetalle.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,gBAAgB,+
|
1
|
+
{"version":3,"file":"AuditoriaDetalle.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/components/AuditoriaDetalle.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,gBAAgB,+CA8C5B,CAAA"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AuditoriaFiltros.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/components/AuditoriaFiltros.tsx"],"names":[],"mappings":"AASA,UAAU,KAAK;IACX,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACxC;AAED,eAAO,MAAM,gBAAgB,GAAI,8BAA8B,KAAK,
|
1
|
+
{"version":3,"file":"AuditoriaFiltros.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/components/AuditoriaFiltros.tsx"],"names":[],"mappings":"AASA,UAAU,KAAK;IACX,wBAAwB,EAAE,MAAM,IAAI,CAAC;CACxC;AAED,eAAO,MAAM,gBAAgB,GAAI,8BAA8B,KAAK,4CAoFnE,CAAA"}
|
@@ -1,11 +1,6 @@
|
|
1
1
|
export interface columsAuditoria {
|
2
|
-
id
|
3
|
-
|
4
|
-
FechaHora: string;
|
5
|
-
Antes: string;
|
6
|
-
Despues: string;
|
7
|
-
Origen?: string;
|
8
|
-
Comentario?: string;
|
2
|
+
id: string;
|
3
|
+
[key: string]: string | undefined;
|
9
4
|
}
|
10
5
|
export interface UsuarioAuditoriaDTO {
|
11
6
|
id: number;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"typesAuditoria.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/types/typesAuditoria.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,EAAE,
|
1
|
+
{"version":3,"file":"typesAuditoria.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/types/typesAuditoria.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;CACrC;AAED,MAAM,WAAW,mBAAmB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,YAAY,EAAE,eAQ1B,CAAC"}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"AuditoriaADPRO.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/view/AuditoriaADPRO.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"AuditoriaADPRO.d.ts","sourceRoot":"","sources":["../../../../src/components/AuditoriaADPRO/view/AuditoriaADPRO.tsx"],"names":[],"mappings":"AAQA,eAAO,MAAM,cAAc,+CA+C1B,CAAA"}
|
package/dist/main.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.tsx"],"names":[],"mappings":"AA4FA,eAAO,MAAM,KAAK,+CA6TjB,CAAA"}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "adpro-react",
|
3
|
-
"version": "0.0.23-rc.
|
3
|
+
"version": "0.0.23-rc.03",
|
4
4
|
"author": "Joel Mateo Robles Atuesta",
|
5
5
|
"main": "dist/adpro-react.cjs.js",
|
6
6
|
"module": "dist/adpro-react.es.js",
|
@@ -22,6 +22,7 @@
|
|
22
22
|
"@mui/material": "^6.1.8",
|
23
23
|
"@mui/x-date-pickers-pro": "^7.27.3",
|
24
24
|
"@mui/x-date-pickers": "^7.27.3",
|
25
|
+
"@mui/x-data-grid-pro": "^7.23.4",
|
25
26
|
"react": "^18.3.1",
|
26
27
|
"react-dom": "^18.3.1"
|
27
28
|
},
|
@@ -61,7 +62,6 @@
|
|
61
62
|
"@hookform/devtools": "^4.3.3",
|
62
63
|
"@mui/icons-material": "^6.1.8",
|
63
64
|
"@mui/material": "^6.1.8",
|
64
|
-
"@mui/x-data-grid-pro": "^7.23.4",
|
65
65
|
"@sinco/react": "^1.2.5-rc.3",
|
66
66
|
"@testing-library/jest-dom": "^6.6.3",
|
67
67
|
"@types/js-cookie": "^3.0.6",
|