Skip to content

Commit bcb3e55

Browse files
author
pipeline
committed
v20.2.36 is released
1 parent 473ac9d commit bcb3e55

File tree

407 files changed

+4863
-4064
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

407 files changed

+4863
-4064
lines changed

config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@
102102
"editing",
103103
"timeline",
104104
"progressbar",
105+
"RTL",
106+
"stacked",
107+
"area",
108+
"skipChunk",
109+
"stock",
110+
"ohlc",
111+
"common",
112+
"sys",
105113
null
106114
]
107115
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-javascript-samples",
3-
"version": "20.1.47",
3+
"version": "20.2.36",
44
"description": "Examples of JavaScript (ES5) UI Controls",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -23,6 +23,7 @@
2323
"markdown-it": "^8.4.0",
2424
"run-sequence": "^2.2.0",
2525
"webpack": "^4.43.0",
26+
"shelljs": "^0.8.5",
2627
"webpack-stream": "^6.0.0"
2728
},
2829
"scripts": {

src/avatar/card-stack.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"index.html":"<html><head><script src=\"//ej2.syncfusion.com/javascript/demos/avatar/card/datasource.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdn.syncfusion.com/ej2/dist/ej2.min.js\" type=\"text/javascript\"></script>\n <link href=\"https://cdn.syncfusion.com/ej2/material.css\" rel=\"stylesheet\">\n\n <link href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" rel=\"stylesheet\">\n\n <style>\n body{\n touch-action:none;\n }\n </style></head><body><div class=\"stackblitz-container {{theme}}\"><div class=\"col-lg-12 control-section\">\n <div class=\"sample_container\">\n <!-- Card Component -->\n <div class=\"e-card e-custom-card\">\n <div class=\"e-card-header\">\n <!-- xLarge Circle Avatar-->\n <div class=\"e-avatar e-avatar-circle e-avatar-xlarge\">\n <img src=\"//ej2.syncfusion.com/javascript/demos/src/avatar/images/pic02.png\" alt=\"profile_pic\">\n </div>\n &nbsp;\n </div>\n <div class=\"e-card-header\">\n <div class=\"e-card-header-caption center\">\n <div class=\"e-card-header-title name\">Laura Callahan</div>\n <div class=\"e-card-sub-title\">Sales Coordinator</div>\n </div>\n </div>\n <div class=\"e-card-content\">\n <p class=\"avatar-content\"> Laura received a BA in psychology from the University of Washington. She has also completed a course\n in business French. She reads and writes French.</p>\n </div>\n </div>\n </div>\n</div>\n\n\n\n\n<style>\n .sample_container {\n max-width: 300px;\n margin: auto;\n min-height: 400px;\n }\n\n /* Card Customizations */\n\n .e-custom-card {\n position: relative;\n margin-top: 80px;\n overflow: visible;\n border-radius: 15px;\n box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);\n transition: 0.2s;\n border-width: 1px;\n padding: 1px;\n }\n\n .e-custom-card.e-card:hover {\n border-width: 1px;\n padding: 1px;\n }\n\n .e-custom-card :nth-child(2) .e-card-header-title.name {\n margin-top: 20px;\n }\n\n .sample_container p.avatar-content {\n line-height: 20px;\n font-family: inherit;\n }\n\n .e-custom-card .e-card-header {\n text-align: center;\n }\n\n .e-custom-card .e-avatar {\n font-size: 40px;\n position: absolute;\n top: calc(0% - 1.5em);\n left: calc(50% - 1.5em);\n box-shadow: 0 16px 28px -8px rgba(0, 0, 0, .36), 0 4px 15px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);\n }\n\n .tailwind .e-custom-card .e-avatar,\n .bootstrap5 .e-custom-card .e-avatar,\n .bootstrap5-dark .e-custom-card .e-avatar,.fluent .e-custom-card .e-avatar,.fluent-dark .e-custom-card .e-avatar{\n height: 3em;\n width: 3em;\n }\n\n .e-card.e-custom-card :nth-child(3) {\n padding: 12px 0px 20px 0px;\n height: 130px;\n }\n\n .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {\n font-size: 24px;\n font-weight: 500;\n line-height: normal;\n color: rgba(83, 101, 132, 0.65);\n text-shadow: 0 0 0.1px;\n }\n\n .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {\n font-size: 12px;\n font-weight: 500;\n line-height: normal;\n color: rgba(86, 90, 97, 0.65);\n text-shadow: 0 0 0.1px;\n }\n\n .e-custom-card.e-card .e-card-content {\n overflow: visible;\n width: auto;\n margin: -5px 20px 0 20px;\n word-spacing: 1px;\n }\n\n .avatar-content {\n color: rgba(250, 200, 130, 0.6);\n margin: 0 auto;\n text-align: center;\n color: rgb(94, 94, 94);\n border: none;\n padding: 0;\n font-size: 14px;\n }\n\n .avatar-content {\n margin-bottom: 0;\n }\n\n .sample_container .name {\n margin-top: 10px;\n }\n .highcontrast .e-custom-card.e-card .avatar-content,\n .bootstrap-dark .e-custom-card.e-card .avatar-content,\n .tailwind-dark .e-custom-card.e-card .avatar-content,\n .material-dark .e-custom-card.e-card .avatar-content,\n .fabric-dark .e-custom-card.e-card .avatar-content,\n .bootstrap5-dark .e-custom-card.e-card .avatar-content {\n color: rgba(255, 255, 255, 0.84);\n }\n\n .highcontrast .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .bootstrap-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .tailwind-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .material-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .fabric-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .bootstrap5-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {\n color: rgba(255, 255, 255, 0.45);\n }\n\n .highcontrast .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .bootstrap-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .tailwind-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .material-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .fabric-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .bootstrap5-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {\n color: rgba(255, 255, 255, 0.84);\n }\n\n .tailwind .e-custom-card .e-avatar,\n body.tailwind-dark .e-custom-card .e-avatar,\n body.bootstrap5-dark .e-custom-card .e-avatar {\n height: 3em;\n width: 3em;\n }\n\n .bootstrap4 .e-custom-card .e-avatar {\n left: calc(50% - 1.4em);\n }\n</style></div></body></html>","index.js":"{{ripple}}/**\n * Sample for CSS Basic Layout Badge\n */\n\n //\n"}
1+
{"index.html":"<html><head><script src=\"//ej2.syncfusion.com/javascript/demos/avatar/card/datasource.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdn.syncfusion.com/ej2/dist/ej2.min.js\" type=\"text/javascript\"></script>\n <link href=\"https://cdn.syncfusion.com/ej2/material.css\" rel=\"stylesheet\">\n\n <link href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" rel=\"stylesheet\">\n\n <style>\n body{\n touch-action:none;\n }\n </style></head><body><div class=\"stackblitz-container {{theme}}\"><div class=\"col-lg-12 control-section\">\n <div class=\"sample_container\">\n <!-- Card Component -->\n <div class=\"e-card e-custom-card\">\n <div class=\"e-card-header\">\n <!-- xLarge Circle Avatar-->\n <div class=\"e-avatar e-avatar-circle e-avatar-xlarge\">\n <img src=\"//ej2.syncfusion.com/javascript/demos/src/avatar/images/pic02.png\" alt=\"profile_pic\">\n </div>\n &nbsp;\n </div>\n <div class=\"e-card-header\">\n <div class=\"e-card-header-caption center\">\n <div class=\"e-card-header-title name\">Laura Callahan</div>\n <div class=\"e-card-sub-title\">Sales Coordinator</div>\n </div>\n </div>\n <div class=\"e-card-content\">\n <p class=\"avatar-content\"> Laura received a BA in psychology from the University of Washington. She has also completed a course\n in business French. She reads and writes French.</p>\n </div>\n </div>\n </div>\n</div>\n\n\n\n\n<style>\n .sample_container {\n max-width: 300px;\n margin: auto;\n min-height: 400px;\n }\n\n /* Card Customizations */\n\n .e-custom-card {\n position: relative;\n margin-top: 80px;\n overflow: visible;\n border-radius: 15px;\n box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);\n transition: 0.2s;\n border-width: 1px;\n padding: 1px;\n }\n\n .e-custom-card.e-card:hover {\n border-width: 1px;\n padding: 1px;\n }\n\n .e-custom-card :nth-child(2) .e-card-header-title.name {\n margin-top: 20px;\n }\n\n .sample_container p.avatar-content {\n line-height: 20px;\n font-family: inherit;\n }\n\n .e-custom-card .e-card-header {\n text-align: center;\n }\n\n .e-custom-card .e-avatar {\n font-size: 40px;\n position: absolute;\n top: calc(0% - 1.5em);\n left: calc(50% - 1.5em);\n box-shadow: 0 16px 28px -8px rgba(0, 0, 0, .36), 0 4px 15px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);\n }\n\n .tailwind .e-custom-card .e-avatar,\n .bootstrap5 .e-custom-card .e-avatar,\n .bootstrap5-dark .e-custom-card .e-avatar{\n height: 3em;\n width: 3em;\n }\n\n .e-card.e-custom-card :nth-child(3) {\n padding: 12px 0px 20px 0px;\n height: 130px;\n }\n\n .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {\n font-size: 24px;\n font-weight: 500;\n line-height: normal;\n color: rgba(83, 101, 132, 0.65);\n text-shadow: 0 0 0.1px;\n }\n\n .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {\n font-size: 12px;\n font-weight: 500;\n line-height: normal;\n color: rgba(86, 90, 97, 0.65);\n text-shadow: 0 0 0.1px;\n }\n\n .e-custom-card.e-card .e-card-content {\n overflow: visible;\n width: auto;\n margin: -5px 20px 0 20px;\n word-spacing: 1px;\n }\n\n .avatar-content {\n color: rgba(250, 200, 130, 0.6);\n margin: 0 auto;\n text-align: center;\n color: rgb(94, 94, 94);\n border: none;\n padding: 0;\n font-size: 14px;\n }\n\n .avatar-content {\n margin-bottom: 0;\n }\n\n .sample_container .name {\n margin-top: 10px;\n }\n .highcontrast .e-custom-card.e-card .avatar-content,\n .bootstrap-dark .e-custom-card.e-card .avatar-content,\n .tailwind-dark .e-custom-card.e-card .avatar-content,\n .material-dark .e-custom-card.e-card .avatar-content,\n .fabric-dark .e-custom-card.e-card .avatar-content,\n .bootstrap5-dark .e-custom-card.e-card .avatar-content {\n color: rgba(255, 255, 255, 0.84);\n }\n\n .highcontrast .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .bootstrap-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .tailwind-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .material-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .fabric-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title,\n .bootstrap5-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-sub-title {\n color: rgba(255, 255, 255, 0.45);\n }\n\n .highcontrast .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .bootstrap-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .tailwind-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .material-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .fabric-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title,\n .bootstrap5-dark .e-custom-card.e-card .e-card-header .e-card-header-caption .e-card-header-title {\n color: rgba(255, 255, 255, 0.84);\n }\n\n .tailwind .e-custom-card .e-avatar,\n body.tailwind-dark .e-custom-card .e-avatar,\n body.bootstrap5-dark .e-custom-card .e-avatar {\n height: 3em;\n width: 3em;\n }\n\n .bootstrap4 .e-custom-card .e-avatar {\n left: calc(50% - 1.4em);\n }\n</style></div></body></html>","index.js":"{{ripple}}/**\n * Sample for CSS Basic Layout Badge\n */\n\n //\n"}

src/avatar/card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181

8282
.tailwind .e-custom-card .e-avatar,
8383
.bootstrap5 .e-custom-card .e-avatar,
84-
.bootstrap5-dark .e-custom-card .e-avatar,.fluent .e-custom-card .e-avatar,.fluent-dark .e-custom-card .e-avatar{
84+
.bootstrap5-dark .e-custom-card .e-avatar{
8585
height: 3em;
8686
width: 3em;
8787
}

0 commit comments

Comments
 (0)