From ef0e343205b54c5c439040c63eb0d923f41fcf3e Mon Sep 17 00:00:00 2001 From: Emery Comstock Date: Fri, 25 Mar 2022 14:11:33 -0700 Subject: [PATCH 1/2] Removed improperly named files * Removed asp control files --- tagconfigs/asp.BoundField.yaml | 16 --------- tagconfigs/asp.Button.yaml | 14 -------- tagconfigs/asp.ButtonField.yaml | 19 ---------- tagconfigs/asp.Content.yaml | 4 --- tagconfigs/asp.ContentPlaceHolder.yaml | 4 --- tagconfigs/asp.GridView.yaml | 33 ----------------- tagconfigs/asp.HyperLink.yaml | 14 -------- tagconfigs/asp.HyperLinkField.yaml | 22 ------------ tagconfigs/asp.Label.yaml | 13 ------- tagconfigs/asp.ListView.yaml | 50 -------------------------- tagconfigs/asp.PlaceHolder.yaml | 4 --- tagconfigs/asp.RadioButton.yaml | 30 ---------------- tagconfigs/asp.TemplateField.yaml | 15 -------- tagconfigs/asp.TextBox.yaml | 48 ------------------------- 14 files changed, 286 deletions(-) delete mode 100644 tagconfigs/asp.BoundField.yaml delete mode 100644 tagconfigs/asp.Button.yaml delete mode 100644 tagconfigs/asp.ButtonField.yaml delete mode 100644 tagconfigs/asp.Content.yaml delete mode 100644 tagconfigs/asp.ContentPlaceHolder.yaml delete mode 100644 tagconfigs/asp.GridView.yaml delete mode 100644 tagconfigs/asp.HyperLink.yaml delete mode 100644 tagconfigs/asp.HyperLinkField.yaml delete mode 100644 tagconfigs/asp.Label.yaml delete mode 100644 tagconfigs/asp.ListView.yaml delete mode 100644 tagconfigs/asp.PlaceHolder.yaml delete mode 100644 tagconfigs/asp.RadioButton.yaml delete mode 100644 tagconfigs/asp.TemplateField.yaml delete mode 100644 tagconfigs/asp.TextBox.yaml diff --git a/tagconfigs/asp.BoundField.yaml b/tagconfigs/asp.BoundField.yaml deleted file mode 100644 index 837c0c4..0000000 --- a/tagconfigs/asp.BoundField.yaml +++ /dev/null @@ -1,16 +0,0 @@ -!Template -TagName: asp:BoundField - -Invocations: - - !AddUsingDirective - NamespaceName: BlazorWebFormsComponents - -Templates: - Default: | - - #InnerHtml# - diff --git a/tagconfigs/asp.Button.yaml b/tagconfigs/asp.Button.yaml deleted file mode 100644 index cc2f286..0000000 --- a/tagconfigs/asp.Button.yaml +++ /dev/null @@ -1,14 +0,0 @@ -!Template -TagName: asp:Button -CodeBehindType: System.Web.UI.WebControls.Button -CodeBehindHandler: Default - -Templates: - Default: | - \ No newline at end of file diff --git a/tagconfigs/asp.ButtonField.yaml b/tagconfigs/asp.ButtonField.yaml deleted file mode 100644 index 3a2b2b4..0000000 --- a/tagconfigs/asp.ButtonField.yaml +++ /dev/null @@ -1,19 +0,0 @@ -!Template -TagName: asp:ButtonField - -Invocations: - - !AddUsingDirective - NamespaceName: BlazorWebFormsComponents - -Templates: - Default: | - - #InnerHtml# - diff --git a/tagconfigs/asp.Content.yaml b/tagconfigs/asp.Content.yaml deleted file mode 100644 index e1a198f..0000000 --- a/tagconfigs/asp.Content.yaml +++ /dev/null @@ -1,4 +0,0 @@ -!Template -TagName: asp:Content -Templates: - Default: "#InnerHtml#" \ No newline at end of file diff --git a/tagconfigs/asp.ContentPlaceHolder.yaml b/tagconfigs/asp.ContentPlaceHolder.yaml deleted file mode 100644 index 89d7b46..0000000 --- a/tagconfigs/asp.ContentPlaceHolder.yaml +++ /dev/null @@ -1,4 +0,0 @@ -!Template -TagName: asp:ContentPlaceHolder -Templates: - Default: "@Body" \ No newline at end of file diff --git a/tagconfigs/asp.GridView.yaml b/tagconfigs/asp.GridView.yaml deleted file mode 100644 index f80debf..0000000 --- a/tagconfigs/asp.GridView.yaml +++ /dev/null @@ -1,33 +0,0 @@ -!Template -TagName: asp:GridView -CodeBehindType: System.Web.UI.WebControls.GridView -CodeBehindHandler: Default - -Invocations: - - !AddUsingDirective - NamespaceName: BlazorWebFormsComponents - -Templates: - Default: | - - #InnerHtml# - \ No newline at end of file diff --git a/tagconfigs/asp.HyperLink.yaml b/tagconfigs/asp.HyperLink.yaml deleted file mode 100644 index 772d243..0000000 --- a/tagconfigs/asp.HyperLink.yaml +++ /dev/null @@ -1,14 +0,0 @@ -!Template -TagName: asp:HyperLink -CodeBehindType: System.Web.UI.WebControls.HyperLink -CodeBehindHandler: Default - -Templates: - Default: | - - #Text# - #InnerHtml# - \ No newline at end of file diff --git a/tagconfigs/asp.HyperLinkField.yaml b/tagconfigs/asp.HyperLinkField.yaml deleted file mode 100644 index a98663e..0000000 --- a/tagconfigs/asp.HyperLinkField.yaml +++ /dev/null @@ -1,22 +0,0 @@ -!Template -TagName: asp:HyperLinkField - -Invocations: - - !AddUsingDirective - NamespaceName: BlazorWebFormsComponents - -Templates: - Default: | - - #InnerHtml# - \ No newline at end of file diff --git a/tagconfigs/asp.Label.yaml b/tagconfigs/asp.Label.yaml deleted file mode 100644 index 259b6d1..0000000 --- a/tagconfigs/asp.Label.yaml +++ /dev/null @@ -1,13 +0,0 @@ -!Template -TagName: asp:Label -CodeBehindType: System.Web.UI.WebControls.Label -CodeBehindHandler: Default - -Templates: - Default: | - \ No newline at end of file diff --git a/tagconfigs/asp.ListView.yaml b/tagconfigs/asp.ListView.yaml deleted file mode 100644 index 8c01b3e..0000000 --- a/tagconfigs/asp.ListView.yaml +++ /dev/null @@ -1,50 +0,0 @@ -!Template -TagName: asp:ListView -CodeBehindType: System.Web.UI.WebControls.ListView -CodeBehindHandler: Default - -Invocations: - - !AddUsingDirective - NamespaceName: BlazorWebFormsComponents - -Templates: - Default: | - - #InnerHtml# - \ No newline at end of file diff --git a/tagconfigs/asp.PlaceHolder.yaml b/tagconfigs/asp.PlaceHolder.yaml deleted file mode 100644 index 1714dcd..0000000 --- a/tagconfigs/asp.PlaceHolder.yaml +++ /dev/null @@ -1,4 +0,0 @@ -!Template -TagName: asp:PlaceHolder -Templates: - Default: "@#ID#" \ No newline at end of file diff --git a/tagconfigs/asp.RadioButton.yaml b/tagconfigs/asp.RadioButton.yaml deleted file mode 100644 index 4c68e14..0000000 --- a/tagconfigs/asp.RadioButton.yaml +++ /dev/null @@ -1,30 +0,0 @@ -!Template -TagName: asp:RadioButton -CodeBehindType: System.Web.UI.WebControls.RadioButton -CodeBehindHandler: Default - -Conditions: - - !HasAttribute - AttributeName: Text - ForTemplates: [WithLabel] - -Templates: - WithLabel: | - - - WithoutLabel: | - \ No newline at end of file diff --git a/tagconfigs/asp.TemplateField.yaml b/tagconfigs/asp.TemplateField.yaml deleted file mode 100644 index 21d881d..0000000 --- a/tagconfigs/asp.TemplateField.yaml +++ /dev/null @@ -1,15 +0,0 @@ -!Template -TagName: asp:TemplateField - -Invocations: - - !AddUsingDirective - NamespaceName: BlazorWebFormsComponents - -Templates: - Default: | - - #InnerHtml# - \ No newline at end of file diff --git a/tagconfigs/asp.TextBox.yaml b/tagconfigs/asp.TextBox.yaml deleted file mode 100644 index 6a3f8da..0000000 --- a/tagconfigs/asp.TextBox.yaml +++ /dev/null @@ -1,48 +0,0 @@ -!Template -TagName: asp:TextBox -CodeBehindType: System.Web.UI.WebControls.TextBox -CodeBehindHandler: Default - -Conditions: - - !HasAttributeWithValue - AttributeName: TextMode - AttributeValue: MultiLine - ForTemplates: [TextArea] - - !HasAttributeWithValue - AttributeName: TextMode - AttributeValue: Password - ForTemplates: [Password] - -Templates: - TextArea: | - - Password: | - - Default: | - \ No newline at end of file From 04aedd2f6e81f1b5703f25f1b1cdd9a3127e09f3 Mon Sep 17 00:00:00 2001 From: Emery Comstock Date: Fri, 25 Mar 2022 14:14:38 -0700 Subject: [PATCH 2/2] Added back properly named files * Added back asp control configs with lowercased names --- tagconfigs/asp.boundfield.yaml | 16 +++++++++ tagconfigs/asp.button.yaml | 14 ++++++++ tagconfigs/asp.buttonfield.yaml | 19 ++++++++++ tagconfigs/asp.content.yaml | 4 +++ tagconfigs/asp.contentplaceholder.yaml | 4 +++ tagconfigs/asp.gridview.yaml | 33 +++++++++++++++++ tagconfigs/asp.hyperlink.yaml | 14 ++++++++ tagconfigs/asp.hyperlinkfield.yaml | 22 ++++++++++++ tagconfigs/asp.label.yaml | 13 +++++++ tagconfigs/asp.listview.yaml | 50 ++++++++++++++++++++++++++ tagconfigs/asp.placeholder.yaml | 4 +++ tagconfigs/asp.radiobutton.yaml | 30 ++++++++++++++++ tagconfigs/asp.templatefield.yaml | 15 ++++++++ tagconfigs/asp.textbox.yaml | 48 +++++++++++++++++++++++++ 14 files changed, 286 insertions(+) create mode 100644 tagconfigs/asp.boundfield.yaml create mode 100644 tagconfigs/asp.button.yaml create mode 100644 tagconfigs/asp.buttonfield.yaml create mode 100644 tagconfigs/asp.content.yaml create mode 100644 tagconfigs/asp.contentplaceholder.yaml create mode 100644 tagconfigs/asp.gridview.yaml create mode 100644 tagconfigs/asp.hyperlink.yaml create mode 100644 tagconfigs/asp.hyperlinkfield.yaml create mode 100644 tagconfigs/asp.label.yaml create mode 100644 tagconfigs/asp.listview.yaml create mode 100644 tagconfigs/asp.placeholder.yaml create mode 100644 tagconfigs/asp.radiobutton.yaml create mode 100644 tagconfigs/asp.templatefield.yaml create mode 100644 tagconfigs/asp.textbox.yaml diff --git a/tagconfigs/asp.boundfield.yaml b/tagconfigs/asp.boundfield.yaml new file mode 100644 index 0000000..837c0c4 --- /dev/null +++ b/tagconfigs/asp.boundfield.yaml @@ -0,0 +1,16 @@ +!Template +TagName: asp:BoundField + +Invocations: + - !AddUsingDirective + NamespaceName: BlazorWebFormsComponents + +Templates: + Default: | + + #InnerHtml# + diff --git a/tagconfigs/asp.button.yaml b/tagconfigs/asp.button.yaml new file mode 100644 index 0000000..cc2f286 --- /dev/null +++ b/tagconfigs/asp.button.yaml @@ -0,0 +1,14 @@ +!Template +TagName: asp:Button +CodeBehindType: System.Web.UI.WebControls.Button +CodeBehindHandler: Default + +Templates: + Default: | + \ No newline at end of file diff --git a/tagconfigs/asp.buttonfield.yaml b/tagconfigs/asp.buttonfield.yaml new file mode 100644 index 0000000..3a2b2b4 --- /dev/null +++ b/tagconfigs/asp.buttonfield.yaml @@ -0,0 +1,19 @@ +!Template +TagName: asp:ButtonField + +Invocations: + - !AddUsingDirective + NamespaceName: BlazorWebFormsComponents + +Templates: + Default: | + + #InnerHtml# + diff --git a/tagconfigs/asp.content.yaml b/tagconfigs/asp.content.yaml new file mode 100644 index 0000000..e1a198f --- /dev/null +++ b/tagconfigs/asp.content.yaml @@ -0,0 +1,4 @@ +!Template +TagName: asp:Content +Templates: + Default: "#InnerHtml#" \ No newline at end of file diff --git a/tagconfigs/asp.contentplaceholder.yaml b/tagconfigs/asp.contentplaceholder.yaml new file mode 100644 index 0000000..89d7b46 --- /dev/null +++ b/tagconfigs/asp.contentplaceholder.yaml @@ -0,0 +1,4 @@ +!Template +TagName: asp:ContentPlaceHolder +Templates: + Default: "@Body" \ No newline at end of file diff --git a/tagconfigs/asp.gridview.yaml b/tagconfigs/asp.gridview.yaml new file mode 100644 index 0000000..f80debf --- /dev/null +++ b/tagconfigs/asp.gridview.yaml @@ -0,0 +1,33 @@ +!Template +TagName: asp:GridView +CodeBehindType: System.Web.UI.WebControls.GridView +CodeBehindHandler: Default + +Invocations: + - !AddUsingDirective + NamespaceName: BlazorWebFormsComponents + +Templates: + Default: | + + #InnerHtml# + \ No newline at end of file diff --git a/tagconfigs/asp.hyperlink.yaml b/tagconfigs/asp.hyperlink.yaml new file mode 100644 index 0000000..772d243 --- /dev/null +++ b/tagconfigs/asp.hyperlink.yaml @@ -0,0 +1,14 @@ +!Template +TagName: asp:HyperLink +CodeBehindType: System.Web.UI.WebControls.HyperLink +CodeBehindHandler: Default + +Templates: + Default: | + + #Text# + #InnerHtml# + \ No newline at end of file diff --git a/tagconfigs/asp.hyperlinkfield.yaml b/tagconfigs/asp.hyperlinkfield.yaml new file mode 100644 index 0000000..a98663e --- /dev/null +++ b/tagconfigs/asp.hyperlinkfield.yaml @@ -0,0 +1,22 @@ +!Template +TagName: asp:HyperLinkField + +Invocations: + - !AddUsingDirective + NamespaceName: BlazorWebFormsComponents + +Templates: + Default: | + + #InnerHtml# + \ No newline at end of file diff --git a/tagconfigs/asp.label.yaml b/tagconfigs/asp.label.yaml new file mode 100644 index 0000000..259b6d1 --- /dev/null +++ b/tagconfigs/asp.label.yaml @@ -0,0 +1,13 @@ +!Template +TagName: asp:Label +CodeBehindType: System.Web.UI.WebControls.Label +CodeBehindHandler: Default + +Templates: + Default: | + \ No newline at end of file diff --git a/tagconfigs/asp.listview.yaml b/tagconfigs/asp.listview.yaml new file mode 100644 index 0000000..8c01b3e --- /dev/null +++ b/tagconfigs/asp.listview.yaml @@ -0,0 +1,50 @@ +!Template +TagName: asp:ListView +CodeBehindType: System.Web.UI.WebControls.ListView +CodeBehindHandler: Default + +Invocations: + - !AddUsingDirective + NamespaceName: BlazorWebFormsComponents + +Templates: + Default: | + + #InnerHtml# + \ No newline at end of file diff --git a/tagconfigs/asp.placeholder.yaml b/tagconfigs/asp.placeholder.yaml new file mode 100644 index 0000000..1714dcd --- /dev/null +++ b/tagconfigs/asp.placeholder.yaml @@ -0,0 +1,4 @@ +!Template +TagName: asp:PlaceHolder +Templates: + Default: "@#ID#" \ No newline at end of file diff --git a/tagconfigs/asp.radiobutton.yaml b/tagconfigs/asp.radiobutton.yaml new file mode 100644 index 0000000..4c68e14 --- /dev/null +++ b/tagconfigs/asp.radiobutton.yaml @@ -0,0 +1,30 @@ +!Template +TagName: asp:RadioButton +CodeBehindType: System.Web.UI.WebControls.RadioButton +CodeBehindHandler: Default + +Conditions: + - !HasAttribute + AttributeName: Text + ForTemplates: [WithLabel] + +Templates: + WithLabel: | + + + WithoutLabel: | + \ No newline at end of file diff --git a/tagconfigs/asp.templatefield.yaml b/tagconfigs/asp.templatefield.yaml new file mode 100644 index 0000000..21d881d --- /dev/null +++ b/tagconfigs/asp.templatefield.yaml @@ -0,0 +1,15 @@ +!Template +TagName: asp:TemplateField + +Invocations: + - !AddUsingDirective + NamespaceName: BlazorWebFormsComponents + +Templates: + Default: | + + #InnerHtml# + \ No newline at end of file diff --git a/tagconfigs/asp.textbox.yaml b/tagconfigs/asp.textbox.yaml new file mode 100644 index 0000000..6a3f8da --- /dev/null +++ b/tagconfigs/asp.textbox.yaml @@ -0,0 +1,48 @@ +!Template +TagName: asp:TextBox +CodeBehindType: System.Web.UI.WebControls.TextBox +CodeBehindHandler: Default + +Conditions: + - !HasAttributeWithValue + AttributeName: TextMode + AttributeValue: MultiLine + ForTemplates: [TextArea] + - !HasAttributeWithValue + AttributeName: TextMode + AttributeValue: Password + ForTemplates: [Password] + +Templates: + TextArea: | + + Password: | + + Default: | + \ No newline at end of file