Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# All members of the @com-pas/Alliander team are code owners for this repository

* @com-pas/Alliander
2 changes: 1 addition & 1 deletion foundation/tree.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { nsdToJson, LNodeDescription } from '@openenergytools/scl-lib';
import { nsdToJson, LNodeDescription } from '@openscd/scl-lib';
import { cdClasses } from './constants.js';

function getCDCForDOType(doc: XMLDocument, doType: string): string | undefined {
Expand Down
33 changes: 23 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@scopedelement/material-web": "^3.8.0",
"@openenergytools/open-scd-core": "0.0.5",
"@open-wc/scoped-elements": "^3.0.5",
"@openenergytools/scl-lib": "1.8.0",
"@openscd/scl-lib": "2.0.0",
"lit": "^3.0.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions scl-template-update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
removeDataType,
LNodeDescription,
updateLNodeType,
} from '@openenergytools/scl-lib';
} from '@openscd/scl-lib';

import { TreeGrid, TreeSelection } from '@openenergytools/tree-grid';

Expand All @@ -27,7 +27,7 @@ import { MdSelectOption } from '@scopedelement/material-web/select/MdSelectOptio
import { MdCircularProgress } from '@scopedelement/material-web/progress/circular-progress.js';
import { MdOutlinedTextField } from '@scopedelement/material-web/textfield/MdOutlinedTextField.js';
import { MdIconButton } from '@scopedelement/material-web/iconbutton/MdIconButton.js';
import { CdcChildren } from '@openenergytools/scl-lib/dist/tDataTypeTemplates/nsdToJson.js';
import { CdcChildren } from '@openscd/scl-lib/dist/tDataTypeTemplates/nsdToJson.js';

import { AddDataObjectDialog } from './components/add-data-object-dialog.js';
import { LNodeTypeSidebar } from './components/lnodetype-sidebar.js';
Expand Down