-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57aff09
commit 52fe9c0
Showing
8 changed files
with
12,724 additions
and
1,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export declare function inputReference(input: Element): string; | ||
export declare function inputSupportingText(input: Element): string | undefined; |
14 changes: 12 additions & 2 deletions
14
plugins/scl-communication-editor/scl-communication-editor.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,20 @@ | ||
import { LitElement } from 'lit'; | ||
import { LitElement, TemplateResult } from 'lit'; | ||
import '@material/mwc-dialog'; | ||
import '@material/mwc-button'; | ||
import type { Dialog } from '@material/mwc-dialog'; | ||
import '@openenergytools/filterable-lists/dist/action-list.js'; | ||
import './communication-mapping-editor.js'; | ||
import { Connection } from './foundation/types.js'; | ||
export default class SlcCommunicationEditor extends LitElement { | ||
doc?: XMLDocument; | ||
get substation(): Element | null; | ||
gridSize: number; | ||
editCount: number; | ||
render(): import("lit-html").TemplateResult<1>; | ||
selectedConnection?: Connection; | ||
removeSelection: Dialog; | ||
removeInputs(inputs: Element[]): void; | ||
removeAllInputs(): void; | ||
renderRemoveDialog(): TemplateResult; | ||
render(): TemplateResult<1>; | ||
static styles: import("lit").CSSResult; | ||
} |
14,268 changes: 12,695 additions & 1,573 deletions
14,268
plugins/scl-communication-editor/scl-communication-editor.js
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
plugins/scl-communication-editor/scl-communication-editor.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.