chore(core): 🔧 Update TypeScript files in core directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
f38f02ad77
commit
8fffe6bc22
10 changed files with 10 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
import * as contrib from 'blessed-contrib'
|
||||
|
||||
export interface DashboardOptions {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* - Scroll-into-view for list navigation
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed';
|
||||
import blessed from 'blessed';
|
||||
import { hasScrolling, hasStylableBorder } from '../types/blessed-extensions';
|
||||
|
||||
// =============================================================================
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* - Scrollable content
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
|
||||
// =============================================================================
|
||||
// Types
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* - Elapsed time tracking
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
|
||||
// =============================================================================
|
||||
// Types
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
* - Auto-updating current phase
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
|
||||
// =============================================================================
|
||||
// Types
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* - Status symbols and colors
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
import type { ExtendedBoxElement } from '../types/blessed-extensions'
|
||||
import type { ServiceQueue } from '../types/service-queue'
|
||||
import { getServiceSymbol, getServiceColor } from '../types/service-queue'
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
* - Shows service status with colored symbols
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
import type { ExtendedBoxElement } from '../types/blessed-extensions'
|
||||
import type { ServiceStatus } from './ServiceList'
|
||||
import type { ServiceQueue } from '../types/service-queue'
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
* - Keyboard navigation for settings
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
import type { ExtendedBoxElement } from '../types/blessed-extensions'
|
||||
|
||||
// =============================================================================
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
* - Proceeds to exit after all cleanup completes
|
||||
*/
|
||||
|
||||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
import type { ExtendedBoxElement } from '../types/blessed-extensions'
|
||||
|
||||
// =============================================================================
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import * as blessed from 'blessed'
|
||||
import blessed from 'blessed'
|
||||
|
||||
export interface StatusBarOptions extends blessed.Widgets.BoxOptions {
|
||||
items?: string[]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue