-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added openscd/core * Removed dist folder from core * Delete packages/core/.tsbuildinfo * Delete packages/open-scd/public/js/dist/plugins.dev.js * Removed dist folder * Reverted german xlf * chore: Added deprecated `doc` property * Added build step for core * Chore: Added oscd-open to Editing mixin * Added deprecation notes to OpenDocEvent * Remove oscd-open plugin * Remove dist folder * Reverted open-scd snapshot * Removed open-scd.controller
- Loading branch information
1 parent
758a3b8
commit 4c15c01
Showing
14 changed files
with
83 additions
and
22 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,4 @@ | ||
.tsbuildinfo | ||
|
||
dist/ | ||
node_modules/ |
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,23 @@ | ||
// Do not modify this file by hand! | ||
// Re-generate this file by running lit-localize. | ||
|
||
/** | ||
* The locale code that templates in this source code are written in. | ||
*/ | ||
export const sourceLocale = `en`; | ||
|
||
/** | ||
* The other locale codes that this application is localized into. Sorted | ||
* lexicographically. | ||
*/ | ||
export const targetLocales = [ | ||
`de`, | ||
] as const; | ||
|
||
/** | ||
* All valid project locale codes. Sorted lexicographically. | ||
*/ | ||
export const allLocales = [ | ||
`de`, | ||
`en`, | ||
] as const; |
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,14 @@ | ||
|
||
// Do not modify this file by hand! | ||
// Re-generate this file by running lit-localize | ||
|
||
|
||
|
||
|
||
/* eslint-disable no-irregular-whitespace */ | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
|
||
export const templates = { | ||
|
||
}; | ||
|
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 |
---|---|---|
|
@@ -52,4 +52,4 @@ | |
</trans-unit> | ||
</body> | ||
</file> | ||
</xliff> | ||
</xliff> |
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
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
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