- ✅ Ticket 1.1: Estructura Clean Architecture en backend - ✅ Ticket 1.2: Schemas Zod compartidos - ✅ Ticket 1.3: Refactorización drugs.ts (1362 → 8 archivos modulares) - ✅ Ticket 1.4: Refactorización procedures.ts (3583 → 6 archivos modulares) - ✅ Ticket 1.5: Eliminación de duplicidades (~50 líneas) Cambios principales: - Creada estructura Clean Architecture en backend/src/ - Schemas Zod compartidos en backend/src/shared/schemas/ - Refactorización modular de drugs y procedures - Utilidades genéricas en src/utils/ (filter, validation) - Eliminados scripts obsoletos y documentación antigua - Corregidos errores: QueryClient, import test-error-handling - Build verificado y funcionando correctamente
41 lines
1.1 KiB
TypeScript
41 lines
1.1 KiB
TypeScript
declare const _default: {
|
|
'border-collapse': boolean;
|
|
'border-spacing': boolean;
|
|
'caption-side': boolean;
|
|
color: boolean;
|
|
cursor: boolean;
|
|
direction: boolean;
|
|
'empty-cells': boolean;
|
|
'font-family': boolean;
|
|
'font-size': boolean;
|
|
'font-style': boolean;
|
|
'font-variant': boolean;
|
|
'font-weight': boolean;
|
|
'font-size-adjust': boolean;
|
|
'font-stretch': boolean;
|
|
font: boolean;
|
|
'letter-spacing': boolean;
|
|
'line-height': boolean;
|
|
'list-style-image': boolean;
|
|
'list-style-position': boolean;
|
|
'list-style-type': boolean;
|
|
'list-style': boolean;
|
|
orphans: boolean;
|
|
quotes: boolean;
|
|
'tab-size': boolean;
|
|
'text-align': boolean;
|
|
'text-align-last': boolean;
|
|
'text-decoration-color': boolean;
|
|
'text-indent': boolean;
|
|
'text-justify': boolean;
|
|
'text-shadow': boolean;
|
|
'text-transform': boolean;
|
|
visibility: boolean;
|
|
'white-space': boolean;
|
|
widows: boolean;
|
|
'word-break': boolean;
|
|
'word-spacing': boolean;
|
|
'word-wrap': boolean;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=CSSStyleDeclarationElementInheritedProperties.d.ts.map
|