Skip to content

Commit 9d96577

Browse files
author
pipeline
committed
v19.2.44 is released
1 parent cd2751e commit 9d96577

File tree

217 files changed

+5243
-3081
lines changed

Some content is hidden

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

217 files changed

+5243
-3081
lines changed

config.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@
143143
"wip",
144144
"validation",
145145
"editing",
146-
"progressbar"
146+
"progressbar",
147+
"adaptive-ui",
148+
null
147149
]
148150
}

index.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
<span class='sb-download-text'>FREE TRIAL</span>
155155
</button>
156156
</a>
157-
<a href='https://www.npmjs.com/search?q=ej2-typescript' target="_blank" style=" display: none; ">
157+
<a href='https://www.npmjs.com/search?q=ej2-typescript' target="_blank">
158158
<button class='sb-npm-btn'>
159159
<img class="npm-svg" src="styles/images/NPM.svg" alt="npm icon"><span class="doc-npm-link">Install NPM</span>
160160
</button>
@@ -208,6 +208,14 @@
208208
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
209209
<span class="switch-text">Bootstrap v4</span>
210210
</li>
211+
<li class="e-list" id="tailwind">
212+
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
213+
<span class="switch-text">Tailwind</span>
214+
</li>
215+
<!--<li class="e-list" id="tailwind-dark">-->
216+
<!-- <span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>-->
217+
<!-- <span class="switch-text">Tailwind Dark</span>-->
218+
<!--</li>-->
211219
<li class="e-list" id="highcontrast">
212220
<span class='sb-icons sb-theme-select sb-icon-icon-selection'></span>
213221
<span class="switch-text">High Contrast</span>
@@ -231,6 +239,8 @@
231239
<option value="fabric">Fabric</option>
232240
<option value="bootstrap">Bootstrap</option>
233241
<option value="bootstrap4">Bootstrap v4</option>
242+
<!--<option value="tailwind-dark">Tailwind Dark</option>-->
243+
<option value="tailwind">Tailwind</option>
234244
<option value="highcontrast">High Contrast</option>
235245
</select>
236246
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-samples",
3-
"version": "19.1.63",
3+
"version": "19.2.44",
44
"description": "Samples for Syncfusion Essential JS 2",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

sampleOrder.json

Lines changed: 9 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
"step-area": "Step Area",
128128
"range-area": "Range Area",
129129
"stacked-area": "Stacked Area",
130-
"stacked-step-area":"Stacked Step Area",
131130
"stacked-area-100": "100% Stacked Area",
132131
"area-empty": "Area - Empty Points",
133132
"area-segments": "Area Zone",
@@ -235,7 +234,6 @@
235234
"semi-circular-gauge": "Semi-circular Gauge",
236235
"arc-gauge": "Arc Gauge",
237236
"legend": "Legend",
238-
"gradient-color":"Gradient Color",
239237
"compass": "Direction Compass",
240238
"pointer-image": "Pointer Image",
241239
"pointer": "Pointer Customization",
@@ -368,8 +366,7 @@
368366
"remote-data": "Remote Data",
369367
"crud": "CRUD",
370368
"venn-diagram": "Venn Diagram",
371-
"fishbone-diagram": "Fishbone Diagram",
372-
"virtualization":"Virtualization"
369+
"fishbone-diagram": "Fishbone Diagram"
373370
}
374371
},
375372
"dialog": {
@@ -384,8 +381,7 @@
384381
"resizable": "Resizable",
385382
"position": "Positioning",
386383
"animation": "Animation",
387-
"multiple-dialogs": "Multiple Dialogs",
388-
"components-dialog":"Components inside Dialog"
384+
"multiple-dialogs": "Multiple Dialogs"
389385
}
390386
},
391387
"document-editor": {
@@ -409,11 +405,7 @@
409405
"document-protection": "Document Protection",
410406
"toolbar-customization": "Toolbar Customization",
411407
"web-layout": "Web Layout",
412-
"comments": "Comments",
413-
"track-changes":"Track Changes",
414-
"form-fields":"Form Fields",
415-
"mail-merge":"Mail Merge",
416-
"notes":"Footnotes and Endnotes"
408+
"comments": "Comments"
417409
}
418410
},
419411
"drop-down-list": {
@@ -436,10 +428,7 @@
436428
"local-data": "Local Data",
437429
"remote-data": "Remote Data",
438430
"icons": "Icons and Images",
439-
"checkbox":"Checkbox",
440-
"multiple-selection":"Multiple Selection",
441-
"template": "Template",
442-
"filtering":"Filtering"
431+
"template": "Template"
443432
}
444433
},
445434
"file-manager": {
@@ -479,22 +468,18 @@
479468
"working-time-range": "Working Time Range",
480469
"holidays": "Holidays",
481470
"resources": "Resource Allocation",
482-
"resource-view":"Resource View",
483-
"resource-multi-taskbar":"Resource Multi Taskbar",
484471
"event-markers": "Event Markers",
485472
"indicators": "Indicators",
486473
"baseline": "Baseline",
487474
"unscheduled-tasks": "Unscheduled Tasks",
488475
"timeline": "Timeline API",
489476
"zooming": "Zooming",
490477
"editing": "Editing",
491-
"selection":"Selection",
492478
"filtering": "Filtering",
493479
"contextMenu": "Context Menu",
494480
"exporting": "Exporting",
495481
"events": "Events",
496482
"keyboard-interactions": "Keyboard Interactions",
497-
"split-tasks":"Split Tasks",
498483
"column-menu": "Column Menu",
499484
"show-hide-column": "Show or Hide Column",
500485
"reorder": "Column Reorder",
@@ -509,8 +494,7 @@
509494
"sorting": "Default",
510495
"sorting-api": "Sorting API",
511496
"taskMode": "Task Scheduling Mode",
512-
"drag-and-drop": "Row Drag And Drop",
513-
"virtual-scroll":"Virtual Scrolling"
497+
"drag-and-drop": "Row Drag And Drop"
514498
}
515499
},
516500
"grid": {
@@ -592,7 +576,6 @@
592576
"legend": "Legend Placement",
593577
"large-data": "Large Data",
594578
"palette": "Palette Mode",
595-
"color-range":"Color Range",
596579
"render-mode": "Rendering mode",
597580
"tooltip-template": "Tooltip Template"
598581
}
@@ -612,11 +595,8 @@
612595
"overview": "Overview",
613596
"default": "Default Functionalities",
614597
"swimlane": "Swimlane",
615-
"workflow":"Workflow",
616598
"stacked-header": "Stacked Header",
617599
"dialog-editing": "Dialog Editing",
618-
"search-filter":"Search and Filter Cards",
619-
"sorting":"Sorting Cards",
620600
"local-data": "Local Data",
621601
"remote-data": "Remote Data",
622602
"header-template": "Header Template",
@@ -639,7 +619,6 @@
639619
"data": "Data Sample",
640620
"axes": "Axes and Pointers",
641621
"annotation": "Annotation",
642-
"gradient-color":"Gradient Color",
643622
"tooltip": "Tooltip",
644623
"style": "Styles",
645624
"export": "Export"
@@ -757,7 +736,9 @@
757736
"custom-toolbar": "Custom Toolbar",
758737
"right-to-left": "Right to Left",
759738
"form-filling": "Form Filling",
760-
"hand-written":"Handwritten Signature"
739+
"formdesigner": "Form Designer",
740+
"annotations": "Annotations",
741+
"hand-written": "Handwritten Signature"
761742
}
762743
},
763744
"pivot-table": {
@@ -804,9 +785,7 @@
804785
"angle": "Angle",
805786
"custom-content": "Custom Contents",
806787
"labels": "Labels",
807-
"radius": "Radius",
808-
"stripes": "Stripes",
809-
"progress_segment":"Progress Segment"
788+
"radius": "Radius"
810789
}
811790
},
812791
"query-builder": {
@@ -851,7 +830,6 @@
851830
"client-side-events": "Events",
852831
"blog-posting": "Use Case",
853832
"auto-save": "Auto Save",
854-
"file-browser":"File Browser",
855833
"types": "Type",
856834
"insert-emoticons": "Insert Emoticons",
857835
"insert-special-characters": "Insert Special Characters",
@@ -865,7 +843,6 @@
865843
"schedule": {
866844
"ControlName": "Scheduler",
867845
"Samples": {
868-
"overview":"Overview",
869846
"default": "Default Functionalities",
870847
"local-data": "Local Data",
871848
"remote-data": "Remote Data",
@@ -875,7 +852,6 @@
875852
"search-events": "Search Events",
876853
"timezone": "Timezone",
877854
"external-drag-drop": "External Drag and Drop",
878-
"inline-editing": "Inline Editing",
879855
"virtual-scrolling": "Virtual Scrolling ",
880856
"views": "Basic Views",
881857
"timeline": "Timeline Views",
@@ -899,7 +875,6 @@
899875
"date-header-template": "Date Header",
900876
"event-template": "Events",
901877
"tooltip": "Tooltip",
902-
"quick-info-template": "Quick Info Template",
903878
"editor-validation": "Field Validation",
904879
"editor-custom-field": "Additional Fields",
905880
"editor-template": "Editor Template",
@@ -988,7 +963,6 @@
988963
"Samples": {
989964
"default": "Default Functionalities",
990965
"formula": "Formula",
991-
"protect-sheet": "Protect Sheet",
992966
"cell-data-binding": "Cell Data Binding",
993967
"remote-data-binding": "Remote Data Binding",
994968
"cell-formatting": "Cell Formatting",

src/auto-complete/custom-filtering.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@ import * as booksData from './dataSource.json';
2929
let result: any = fuse.search(e.text);
3030
// declare object array for storing filtering results
3131
let data: { [key: string]: Object; }[] = [];
32-
// store the search result to the array
32+
// store the search result to the array
3333
for (let i: number = 0; i < result.length; i++) {
3434
data.push(result[i].item as any);
3535
}
3636
// pass the filter data source to updateData method.
3737
e.updateData(data, null);
3838
let popupElement: HTMLElement = document.getElementById('books_popup');
39-
let lists: Element[] = <NodeListOf<Element> & Element[]>popupElement.querySelectorAll('.e-list-item');
40-
// For highlight the typed characters, pass the result data and list items to highlightSearch method.
41-
highlightSearch(lists, result);
39+
if (popupElement)
40+
{
41+
let lists: Element[] = <NodeListOf<Element> & Element[]>popupElement.querySelectorAll('.e-list-item');
42+
// For highlight the typed characters, pass the result data and list items to highlightSearch method.
43+
highlightSearch(lists, result);
44+
}
4245
}
4346
});
4447
atcObj.appendTo('#books');

src/auto-complete/template.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,15 @@
162162
.e-bigger:not(.bootstrap) #employees_popup.e-popup .empImage {
163163
margin: 10px 16px;
164164
}
165+
166+
.tailwind #employees_popup .job {
167+
margin-top: -7px;
168+
margin-bottom: 5px;
169+
}
170+
171+
.e-bigger.tailwind #employees_popup .job {
172+
margin-top: -15px;
173+
margin-bottom: 5px;
174+
}
175+
165176
</style>

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><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}}\">\n<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/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 .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\n .highcontrast .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 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 color: rgba(255, 255, 255, 0.84);\n }\n</style>\n</div></body></html>","index.ts":"{{ripple}}\n/**\n * Sample for CSS Basic Layout Badge\n */\n\n \n//\n"}
1+
{"index.html":"<html><head><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}}\">\n<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/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 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\n .highcontrast .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 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 color: rgba(255, 255, 255, 0.84);\n }\n</style>\n</div></body></html>","index.ts":"{{ripple}}\n/**\n * Sample for CSS Basic Layout Badge\n */\n\n \n//\n"}

src/avatar/card.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
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);
8080
}
8181

82+
.tailwind .e-custom-card .e-avatar {
83+
height: 3em;
84+
width: 3em;
85+
}
86+
8287
.e-card.e-custom-card :nth-child(3) {
8388
padding: 12px 0px 20px 0px;
8489
height: 130px;

0 commit comments

Comments
 (0)