Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic dotype manipulation capability #209

Merged
merged 18 commits into from
Jun 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
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
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