feat(smartdb): add operation log APIs, point-in-time revert support, and a web-based debug dashboard
This commit is contained in:
12
ts_debugui/index.ts
Normal file
12
ts_debugui/index.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export { SmartdbDebugUi } from './smartdb-debugui.js';
|
||||
|
||||
// Re-export relevant types from the main module
|
||||
export type {
|
||||
IOpLogEntry,
|
||||
IOpLogResult,
|
||||
IOpLogStats,
|
||||
IRevertResult,
|
||||
ICollectionInfo,
|
||||
IDocumentsResult,
|
||||
ISmartDbMetrics,
|
||||
} from '../ts/index.js';
|
||||
11
ts_debugui/plugins.ts
Normal file
11
ts_debugui/plugins.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export {
|
||||
DeesElement,
|
||||
customElement,
|
||||
html,
|
||||
css,
|
||||
property,
|
||||
state,
|
||||
cssManager,
|
||||
type TemplateResult,
|
||||
type CSSResult,
|
||||
} from '@design.estate/dees-element';
|
||||
1132
ts_debugui/smartdb-debugui.ts
Normal file
1132
ts_debugui/smartdb-debugui.ts
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user