Skip to content

Commit

Permalink
Add basic dotype manipulation capability (#209)
Browse files Browse the repository at this point in the history
* feat(editors/dotype-wizard): add dOTypeWizard

* fix(translate): german translation

* feat(public/templates): add some DOType elements

* feat(editors/dotype-wizards): add wizard to create add DOType from template

* fix(editors/dotype-wizard): create DOType specific update action

* feat(editors/dotype-wizard): add sDOWizard and dAWizard

* test(editors/dotype-wizard): add createDOTypeWizard intgration tests

* test(editors/datype-wizards): fix snapshot

* fix(translations): add missing translations

* test(editors/datype-dotype-wizard): update snapshots

* test(editors/dotype-wizards): add more integration tests

* test(editors/dotype-wizard): add missing dotype.scd

* test(editors/dotype-wizard): make test more save

* feat(editors/dotype-wizard): add functional constraints selector

* feat(editors/templates): add read-only LNodeType filtered-list (#212)

* fix(dotype-wizards): translate mwc-select helper (#214)

* fix(dotype-wizards): translate mwc-select helper

* fix(translations/en): add helper translation

* fix(translations/de): add helper translation

* test(dotype-wizard): update snapshots

* test(filtered-list): fix snapshot

Co-authored-by: Christian Dinkel <christian.dinkel@omicronenergy.com>
Co-authored-by: Christian Dinkel <chhildeb@gmail.com>
  • Loading branch information
3 people committed Jun 11, 2021
1 parent 943595e commit e21f237
Show file tree
Hide file tree
Showing 14 changed files with 10,135 additions and 2,424 deletions.
22 changes: 11 additions & 11 deletions __snapshots__/DAType wizards.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@
</wizard-textfield>
<mwc-button
icon="playlist_add"
label="[scl.BDA]"
label="[scl.DA]"
slot="graphic"
trailingicon=""
>
Expand Down Expand Up @@ -563,7 +563,7 @@
</wizard-textfield>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.bType]"
helper="[scl.bType]"
label="bType"
required=""
>
Expand Down Expand Up @@ -887,7 +887,7 @@
</mwc-select>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.type]"
helper="[scl.type]"
label="type"
>
<mwc-list-item
Expand Down Expand Up @@ -995,15 +995,15 @@
</mwc-select>
<wizard-textfield
disabled=""
helper="[bda.wizard.sAddr]"
helper="[scl.sAddr]"
label="sAddr"
nullable=""
pattern="([ -~]|[…]|[ -퟿]|[-�]|[𐀀\-􏿿])*"
>
</wizard-textfield>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.valKind]"
helper="[scl.valKind]"
label="valKind"
>
<mwc-list-item
Expand Down Expand Up @@ -1054,7 +1054,7 @@
</mwc-select>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.valImport]"
helper="[scl.valImport]"
label="valImport"
>
<mwc-list-item
Expand Down Expand Up @@ -1135,7 +1135,7 @@
</wizard-textfield>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.bType]"
helper="[scl.bType]"
label="bType"
required=""
>
Expand Down Expand Up @@ -1459,7 +1459,7 @@
</mwc-select>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.type]"
helper="[scl.type]"
label="type"
>
<mwc-list-item
Expand Down Expand Up @@ -1570,15 +1570,15 @@
</mwc-select>
<wizard-textfield
disabled=""
helper="[bda.wizard.sAddr]"
helper="[scl.sAddr]"
label="sAddr"
nullable=""
pattern="([ -~]|[…]|[ -퟿]|[-�]|[𐀀\-􏿿])*"
>
</wizard-textfield>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.valKind]"
helper="[scl.valKind]"
label="valKind"
>
<mwc-list-item
Expand Down Expand Up @@ -1629,7 +1629,7 @@
</mwc-select>
<mwc-select
fixedmenuposition=""
helper="[bda.wizard.valImport]"
helper="[scl.valImport]"
label="valImport"
>
<mwc-list-item
Expand Down
Loading

0 comments on commit e21f237

Please sign in to comment.