Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
1705f70
Publish
dclaux Mar 23, 2021
6fe18b2
Initial commit
dclaux Mar 23, 2021
f822545
Working through package hell
dclaux Mar 23, 2021
8a293b1
End of package hell?
dclaux Mar 24, 2021
2f4151f
Table - WIP
dclaux Mar 24, 2021
6a06e18
Table - WIP
dclaux Mar 25, 2021
73148f9
Table - WIP
dclaux Mar 25, 2021
7bc0ca3
Merge remote-tracking branch 'origin/release/schema-1.4' into js/extras
dclaux Mar 25, 2021
f2ab154
Table - still WIP
dclaux Mar 26, 2021
53b9ece
Table - almost done
dclaux Mar 26, 2021
deba0ba
Small bug fix
dclaux Mar 26, 2021
f3a3461
Fix newly dropped card element initialization
dclaux Mar 30, 2021
757ea74
Tweaks
dclaux Apr 13, 2021
0d97bac
Move to flex, <table> is too constraining
dclaux Apr 15, 2021
0549ef6
Merge branch 'main' into js/extras
dclaux Apr 19, 2021
abc4d78
Merge branch 'main' into js/extras
dclaux Apr 21, 2021
45be695
Merge branch 'main' into js/extras
dclaux Apr 21, 2021
4869ece
Col header txt style, cascading h and v alignments
dclaux Apr 21, 2021
b14a861
Adjust cellSpacing to 8 (4 isn't enough)
dclaux Apr 21, 2021
6b5388d
Merge branch 'main' into js/extras
dclaux Apr 26, 2021
e66cad7
Merge branch 'main' into js/extras
dclaux Apr 29, 2021
4797629
Merge branch 'main' into js/extras
dclaux Apr 30, 2021
b845da5
Merge branch 'main' into js/extras
dclaux May 7, 2021
12423e7
Move Table to main package
dclaux May 7, 2021
a05a7ed
Merge branch 'main' into js/extras
dclaux May 10, 2021
a11584d
Add column editing support in designer
dclaux May 10, 2021
85323b1
Merge branch 'main' into js/extras
dclaux May 10, 2021
6ced51f
Fix treeview ordering issue
dclaux May 10, 2021
a324298
Add missing copyright headers
dclaux May 10, 2021
f3693e1
Explicit color variable names in ProgressBar
dclaux May 10, 2021
b38a1d7
Merge branch 'main' into js/extras
dclaux May 11, 2021
f3b3424
Rearrange code to fix build break
dclaux May 12, 2021
71c1d1c
Merge branch 'js/extras' of https://github.com/microsoft/AdaptiveCard…
dclaux May 12, 2021
ca74409
TableColumnDefinition + pkg version updates
dclaux May 12, 2021
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
6 changes: 6 additions & 0 deletions samples/HostConfig/cortana-skills-classic.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"containerStyles": {
"default": {
"borderColor": "#666666",
"backgroundColor": "#000000",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -91,6 +92,7 @@
}
},
"emphasis": {
"borderColor": "#33CCCCCC",
"backgroundColor": "#33FFFFFF",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -124,6 +126,7 @@
}
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#C7DEF9",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -157,6 +160,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#CCFFCC",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -190,6 +194,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#FFC5B2",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -223,6 +228,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#FFE2B2",
"foregroundColors": {
"default": {
Expand Down
6 changes: 6 additions & 0 deletions samples/HostConfig/cortana-skills-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
},
"containerStyles": {
"default": {
"borderColor": "#666666",
"backgroundColor": "#222222",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -107,6 +108,7 @@
}
},
"emphasis": {
"borderColor": "#717171",
"backgroundColor": "#2F2F2F",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -140,6 +142,7 @@
}
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#1B3345",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -173,6 +176,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#92C353",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -206,6 +210,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#D74553",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -239,6 +244,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#F8D22A",
"foregroundColors": {
"default": {
Expand Down
6 changes: 6 additions & 0 deletions samples/HostConfig/cortana-skills-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
},
"containerStyles": {
"default": {
"borderColor": "#CCCCCC",
"backgroundColor": "#ffffff",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -107,6 +108,7 @@
}
},
"emphasis": {
"borderColor": "#717171",
"backgroundColor": "#F2F2F2",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -140,6 +142,7 @@
}
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#E5F1FA",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -173,6 +176,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#107C10",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -206,6 +210,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#C50F1F",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -239,6 +244,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#FCE100",
"foregroundColors": {
"default": {
Expand Down
6 changes: 6 additions & 0 deletions samples/HostConfig/microsoft-teams-dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"subtle": "#e5d74654"
}
},
"borderColor": "#CCCCCC",
"backgroundColor": "#ff2d2c2c"
},
"emphasis": {
Expand Down Expand Up @@ -127,9 +128,11 @@
"subtle": "#e5d74654"
}
},
"borderColor": "#666666",
"backgroundColor": "#ff292828"
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#C7DEF9",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -163,6 +166,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#CCFFCC",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -196,6 +200,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#FFC5B2",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -229,6 +234,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#FFE2B2",
"foregroundColors": {
"default": {
Expand Down
6 changes: 6 additions & 0 deletions samples/HostConfig/microsoft-teams-light.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"subtle": "#e5c4314b"
}
},
"borderColor": "#CCCCCC",
"backgroundColor": "#ffffff"
},
"emphasis": {
Expand Down Expand Up @@ -127,9 +128,11 @@
"subtle": "#e5c4314b"
}
},
"borderColor": "#666666",
"backgroundColor": "#fff9f8f7"
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#C7DEF9",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -163,6 +166,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#CCFFCC",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -196,6 +200,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#FFC5B2",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -229,6 +234,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#FFE2B2",
"foregroundColors": {
"default": {
Expand Down
6 changes: 6 additions & 0 deletions samples/HostConfig/outlook-desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
},
"containerStyles": {
"default": {
"borderColor": "#CCCCCC",
"backgroundColor": "#FFFFFF",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -97,6 +98,7 @@
}
},
"emphasis": {
"borderColor": "#666666",
"backgroundColor": "#08000000",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -130,6 +132,7 @@
}
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#C7DEF9",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -163,6 +166,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#CCFFCC",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -196,6 +200,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#FFC5B2",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -229,6 +234,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#FFE2B2",
"foregroundColors": {
"default": {
Expand Down
6 changes: 6 additions & 0 deletions samples/HostConfig/render-to-image.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"containerStyles": {
"default": {
"borderColor": "#CCCCCC",
"backgroundColor": "#FFFFFF",
"foregroundColors": {
"default": {
Expand All @@ -83,6 +84,7 @@
}
},
"emphasis": {
"borderColor": "#666666",
"backgroundColor": "#08000000",
"foregroundColors": {
"default": {
Expand All @@ -108,6 +110,7 @@
}
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#C7DEF9",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -141,6 +144,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#CCFFCC",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -174,6 +178,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#FFC5B2",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -207,6 +212,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#FFE2B2",
"foregroundColors": {
"default": {
Expand Down
6 changes: 6 additions & 0 deletions samples/HostConfig/sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"containerStyles": {
"default": {
"borderColor": "#CCCCCC",
"backgroundColor": "#FFFFFF",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -87,6 +88,7 @@
}
},
"emphasis": {
"borderColor": "#666666",
"backgroundColor": "#F9F9F9",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -116,6 +118,7 @@
}
},
"accent": {
"borderColor": "#62A8F7",
"backgroundColor": "#D7E7FA",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -149,6 +152,7 @@
}
},
"good": {
"borderColor": "#69E569",
"backgroundColor": "#CCFFCC",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -182,6 +186,7 @@
}
},
"attention": {
"borderColor": "#FF764C",
"backgroundColor": "#FFC5B2",
"foregroundColors": {
"default": {
Expand Down Expand Up @@ -215,6 +220,7 @@
}
},
"warning": {
"borderColor": "#FFBC51",
"backgroundColor": "#FFE2B2",
"foregroundColors": {
"default": {
Expand Down
Loading