Skip to content

Commit 643fff4

Browse files
author
pipeline
committed
v31.1.17 is released
1 parent 3e95ffd commit 643fff4

File tree

721 files changed

+24853
-46570
lines changed

Some content is hidden

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

721 files changed

+24853
-46570
lines changed

index.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
1313
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
1414
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
15+
})(window,document,'script','dataLayer','GTM-P3WXFWCW');</script>
16+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
17+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
18+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
19+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
1520
})(window,document,'script','dataLayer','GTM-W8WD8WN');</script>
1621
<!-- End Google Tag Manager -->
1722
<meta charset="utf-8" />
@@ -23,14 +28,15 @@
2328
<link rel="shortcut icon" href="favicon.ico" />
2429
<link rel="manifest" href="./manifest.webmanifest">
2530
<link href="src/common/lib/content/roboto.css" rel="stylesheet">
26-
<link rel="preload" href="src/common/lib/content/bootstrap.min.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
27-
<noscript><link href="src/common/lib/content/bootstrap.min.css" rel="stylesheet" /></noscript>
31+
32+
<link href="src/common/lib/content/bootstrap.min.css" as="style" rel="stylesheet" />
33+
<!-- <noscript><link href="src/common/lib/content/bootstrap.min.css" rel="stylesheet" /></noscript> -->
2834
<link href="src/common/lib/highlightjs/styles/default.css" rel="stylesheet" />
2935
<link rel="preconnect" href="https://fonts.googleapis.com">
3036
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3137
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet"></link>
3238
<!-- Theme Reference -->
33-
<link rel="preload" id="themelink" href="styles/tailwind3.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
39+
<link id="themelink" href="" rel="stylesheet" />
3440
<noscript><link href="styles/tailwind3.css" rel="stylesheet" /></noscript>
3541
<link rel="preload" href="styles/index.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
3642
<noscript><link href="styles/index.css" rel="stylesheet" /></noscript>
@@ -62,11 +68,12 @@
6268

6369
<body class='e-view' aria-busy="true">
6470
<!-- Google Tag Manager (noscript) -->
71+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P3WXFWCW" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
6572
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W8WD8WN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
6673
<!-- End Google Tag Manager (noscript) -->
6774
<div hidden id="sync-analytics" data-queue="EJ2 - JavaScript - Demos"></div>
6875
<aside id='left-sidebar' role="complementary" aria-labelledby="sb-toggle-left">
69-
<div class='sb-left-pane e-view'>
76+
<div class='sb-left-pane e-view' id="sb-left-pane" style="visibility: hidden;">
7077
<div class="sb-left-pane-header">
7178
<div class="sb-header-top">
7279
<div class="sb-ej2">
@@ -117,15 +124,15 @@
117124
</aside>
118125
<div class="sample-browser e-view" rol>
119126
<div class="sb-mobile-overlay sb-hide"></div>
120-
<div id='sample-header' class="sb-header e-view" role="banner">
127+
<div id='sample-header' class="sb-header e-view" role="banner" style="visibility: hidden;" >
121128
<div class='sb-header-left sb-left sb-table'>
122129
<div class='sb-header-item sb-table-cell'>
123130
<div id="sb-toggle-left" role="button" tabindex="0" class="sb-slide-nav sb-icons toggle-active sb-icon-Hamburger" aria-label="Toggle all controls navigation" aria-controls="left-sidebar"
124131
title='toggle left pane'></div>
125132
</div>
126133
<div class='sb-header-item sb-table-cell'>
127134
<div id='sb-header-text' class='e-sb-header-text'>
128-
<span class='sb-header-text-left'>Essential Studio<sup>®</sup> for</span>
135+
<span class='sb-header-text-left'>Essential Studio<sup>®</sup> UI Suite for</span>
129136
<span class='sb-header-text-right' role="button" tabindex="0">JavaScript</span>
130137
</div>
131138
</div>
@@ -195,7 +202,7 @@
195202
</div>
196203

197204
</div>
198-
<div id='sb-popup-section' class='sb-popups'>
205+
<div id='sb-popup-section' class='sb-popups' style="visibility: hidden;">
199206
<div id='sb-switcher-popup' role='navigation' class='sb-switch-popup'>
200207
<ul id='switch-sb' role="list">
201208
<li class='sb-current' role="listiem">JavaScript</li>
@@ -520,7 +527,7 @@ <h1 class='sb-sample-text' aria-level="1" role="heading">Data Grid</h1>
520527
document.getElementById('download-now').style.display = 'none';
521528
}
522529
</script>
523-
<script defer src="src/common/index.min.js" type="text/javascript"></script>
530+
<script src="src/common/index.min.js" type="text/javascript"></script>
524531
</body>
525532

526533
</html>

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-samples",
3-
"version": "30.2.4",
3+
"version": "31.1.17",
44
"description": "Samples for Syncfusion Essential JS 2",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",
@@ -16,7 +16,6 @@
1616
"@syncfusion/ej2-compression": "*",
1717
"@syncfusion/ej2-data": "*",
1818
"@syncfusion/ej2-diagrams": "*",
19-
"@syncfusion/ej2-documenteditor": "*",
2019
"@syncfusion/ej2-dropdowns": "*",
2120
"@syncfusion/ej2-excel-export": "*",
2221
"@syncfusion/ej2-file-utils": "*",
@@ -31,7 +30,6 @@
3130
"@syncfusion/ej2-maps": "*",
3231
"@syncfusion/ej2-navigations": "*",
3332
"@syncfusion/ej2-pdf-export": "*",
34-
"@syncfusion/ej2-pdfviewer": "*",
3533
"@syncfusion/ej2-popups": "*",
3634
"@syncfusion/ej2-progressbar": "*",
3735
"@syncfusion/ej2-richtexteditor": "*",

sampleOrder.json

Lines changed: 1 addition & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -452,30 +452,6 @@
452452
"multiple-dialogs": "Multiple Dialogs"
453453
}
454454
},
455-
"document-editor": {
456-
"ControlName": "DocumentEditor",
457-
"Samples": {
458-
"default": "Default Functionalities",
459-
"character-formatting": "Character Formatting",
460-
"paragraph-formatting": "Paragraph Formatting",
461-
"styles": "Styles",
462-
"bullets-and-numbering": "Bullets and Numbering",
463-
"links-and-bookmarks": "Hyperlinks and Bookmarks",
464-
"table-formatting": "Table Formatting",
465-
"section-formatting": "Section Formatting",
466-
"headers-and-footers": "Headers and Footers",
467-
"table-of-contents": "Table of Contents",
468-
"print": "Print",
469-
"right-to-left": "Right To Left",
470-
"custom-context-menu": "Custom Context Menu",
471-
"auto-save": "Auto Save",
472-
"chart": "Chart Preservation",
473-
"document-protection": "Document Protection",
474-
"toolbar-customization": "Toolbar Customization",
475-
"web-layout": "Web Layout",
476-
"comments": "Comments"
477-
}
478-
},
479455
"image-editor": {
480456
"ControlName": "Image Editor",
481457
"Samples": {
@@ -650,7 +626,7 @@
650626
"streaming": "Streaming Response",
651627
"attachments": "File Attachments",
652628
"template": "Template",
653-
"dialog": "Dialog"
629+
"dialog": "Notes Assistant"
654630
}
655631
},
656632
"heatmap-chart": {
@@ -873,28 +849,6 @@
873849
"api": "API"
874850
}
875851
},
876-
"pdfviewer": {
877-
"ControlName": "PDF Viewer",
878-
"Samples": {
879-
"default": "Default",
880-
"read-only": "Read-Only",
881-
"document-list": "Document List",
882-
"multi-format-viewer": "Multi-Format Viewer",
883-
"organize-pdf": "Organize Pages",
884-
"redaction": "Redaction",
885-
"custom-toolbar": "Custom Toolbar",
886-
"custom-context-menu":"Context Menu",
887-
"right-to-left": "Right To Left",
888-
"form-filling": "Form Filling",
889-
"form-designer": "Form Designer",
890-
"eSigning-form-designer": "eSigning Form Designer",
891-
"eSigning-pdf-forms": "eSigning PDF Forms",
892-
"annotations": "Annotations",
893-
"hand-written": "Handwritten Signature",
894-
"invisible-signature": "Invisible Signature",
895-
"programmatic-operations": "Programmatic Operations"
896-
}
897-
},
898852
"pivot-table": {
899853
"ControlName": "Pivot Table",
900854
"Samples": {
@@ -1171,22 +1125,6 @@
11711125
"code-editor-layout": "Code Editor Layout"
11721126
}
11731127
},
1174-
"spreadsheet": {
1175-
"ControlName": "Spreadsheet",
1176-
"Samples": {
1177-
"default": "Default Functionalities",
1178-
"formula": "Formula",
1179-
"protect-sheet": "Protect Sheet",
1180-
"cell-data-binding": "Cell Data Binding",
1181-
"remote-data-binding": "Remote Data Binding",
1182-
"cell-formatting": "Cell Formatting",
1183-
"number-formatting": "Number Formatting",
1184-
"sorting-and-filtering": "Sorting and Filtering",
1185-
"cell-template": "Cell Template",
1186-
"notes": "Note",
1187-
"print": "Print"
1188-
}
1189-
},
11901128
"speed-dial": {
11911129
"ControlName": "SpeedDial",
11921130
"Samples": {

src/accordion/icon.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
documentation</a> section.
5555
</p>
5656
</div>
57-
<!-- custom code start -->
5857
<style>
5958
@font-face {
6059
font-family: 'acrdn-icons';
@@ -222,5 +221,4 @@
222221
margin: 0;
223222
}
224223
}
225-
</style>
226-
<!-- custom code end -->
224+
</style>
File renamed without changes.

0 commit comments

Comments
 (0)