Skip to content

Commit 9841d11

Browse files
author
pipeline
committed
v30.2.4 is released
1 parent 397516e commit 9841d11

16 files changed

+28
-24
lines changed

config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@
131131
"dropdown-button",
132132
"virtualize",
133133
"textarea",
134-
"keytip",
135-
null
134+
"keytip"
136135
]
137136
}

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
display: inline;">
8888
15+ Modern Pure React UI components for 2X faster development
8989
<a
90-
href="https://react.syncfusion.com/getting-started/introduction"
90+
href="https://react.syncfusion.com/overview/introduction"
9191
class="promo-link"
9292
style="
9393
color: #FFBF2A;
@@ -123,7 +123,7 @@
123123
<div id="left-pane-component"></div>
124124
<div class='sb-left-pane-footer'>
125125
<div class="sb-mobile-header-buttons">
126-
<a href='https://www.syncfusion.com/react-ui-components' target="_blank" aria-label="About React component">
126+
<a href='https://www.syncfusion.com/react-components' target="_blank" aria-label="About React component">
127127
<div class="sb-mobile-header-about">
128128
About</div>
129129
</a>
@@ -165,7 +165,7 @@
165165
<div class='sb-header-item sb-table-cell sb-nextjs-wrapper sb-hide'>
166166
<a href='https://ej2.syncfusion.com/nextjs/demos' target="_blank"
167167
aria-label="Next.js Demos (Opens in a new window)">
168-
<button id='sb-nextjs-btn' type="button" class='e-btn e-lib e-link'>
168+
<button id='sb-nextjs-btn' type="button" class='e-btn e-lib e-secondary'>
169169
<span class='sb-nextjs-text'>NEXT.JS DEMOS</span>
170170
</button>
171171
</a>
@@ -457,7 +457,7 @@ <h1 class='sb-sample-text' role="heading" aria-level="1"></h1>
457457
<a href="https://syncfusion.com/blogs" target="_blank" aria-label="Blog - Opens in a new window">
458458
<div class="sb-footer-link">Blog</div>
459459
</a>
460-
<a href="https://www.syncfusion.com/kb" target="_blank" aria-label="Knowledge base - Opens in a new window">
460+
<a href="https://support.syncfusion.com/kb" target="_blank" aria-label="Knowledge base - Opens in a new window">
461461
<div class="sb-footer-link">Knowledge Base</div>
462462
</a>
463463
</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-react-samples",
3-
"version": "30.1.37",
3+
"version": "30.2.4",
44
"description": "Examples of React UI Components",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

src/daterangepicker/format-style.css

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

1111
#format{
1212
padding-bottom: 15px;
13-
left: 80px;
13+
left: 30px;
1414
top: 25px !important;
1515
margin-left: 15px;
1616
width: 300px !important;

src/pdfviewer/config.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export const PdfViewerSampleOrder:Object = [
1515
{ 'path': 'pdfviewer/annotations', 'type': 'update', 'component': 'Annotations', 'name': 'Annotations', 'order': '08', 'category': 'Annotation', 'description': 'This sample demonstrates the creation of different types of annotations such as text markup, shapes, measurements, free text, stamps, etc. in the PDF viewer.', 'api': '{"PdfViewerComponent":["serviceUrl", "documentPath", "documentLoad"]}'},
1616
{ 'path': 'pdfviewer/programmatic-operations', 'type': 'update', 'component': 'ProgrammaticOperations', 'name': 'Programmatic Operations', 'order': '08', 'category': 'Annotation', 'description': 'This sample showcases how to programmatically create or edit various types of annotations in the PDF Viewer.', 'api': '{"PdfViewerComponent":["serviceUrl", "documentPath", "documentLoad"]}'},
1717
{ 'path': 'pdfviewer/hand-written', 'component': 'HandWrittenSignature', 'name': 'Handwritten Signature', 'order': '09', 'category': 'Signature', 'description': 'This sample shows the handwritten signature and initial support of PDF viewer. The signature or initial support reduces the paperwork.', 'api': '{"PdfViewerComponent":["serviceUrl", "documentPath", "documentLoad"]}'},
18-
{ 'path': 'pdfviewer/invisible-signature','component': 'InvisibleSignature', 'name': 'Invisible Signature', 'order': '09', 'category': 'Signature', 'description': 'This sample demonstrates how to digitally sign a PDF document from code behind using Syncfusions PDF Viewer and PDF Library.', 'api': '{"PdfViewerComponent":["serviceUrl", "documentPath", "documentLoad"]}'}
18+
{ 'path': 'pdfviewer/invisible-digital-signature','component': 'InvisibleDigitalSignature', 'name': 'Invisible Digital Signature', 'order': '09', 'category': 'Signature', 'description': 'This sample demonstrates how to digitally sign a PDF document from code behind using Syncfusions PDF Viewer and PDF Library.', 'api': '{"PdfViewerComponent":["serviceUrl", "documentPath", "documentLoad"]}'}
1919
]

src/pdfviewer/custom-toolbar-functional.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ function CustomToolbar() {
317317
<ItemDirective prefixIcon="e-icons e-highlight-color" tooltipText="Highlight" id="highlights" align="Center"></ItemDirective>
318318
<ItemDirective prefixIcon="e-icons e-underline" tooltipText="Underline" id="underline" align="Center" ></ItemDirective>
319319
<ItemDirective prefixIcon="e-icons e-strikethrough" tooltipText="Strikethrough" id="strikethrough" align="Center" ></ItemDirective>
320+
<ItemDirective prefixIcon="e-icons e-squiggly" tooltipText="Squiggly" id="squiggly" align="Center" ></ItemDirective>
320321
<ItemDirective type="Separator" tooltipText="separator" align="Center" ></ItemDirective>
321322
<ItemDirective prefixIcon="e-icons e-line" tooltipText="Add Line" id="line" align="Center" ></ItemDirective>
322323
<ItemDirective prefixIcon="e-icons e-arrow-right-up" tooltipText="Add Arrow" id="arrow" align="Center" ></ItemDirective>
@@ -955,6 +956,10 @@ function CustomToolbar() {
955956
disableInkAnnotation();
956957
viewer.annotationModule.setAnnotationMode('Strikethrough');
957958
break;
959+
case 'squiggly':
960+
disableInkAnnotation();
961+
viewer.annotationModule.setAnnotationMode('Squiggly');
962+
break;
958963
case 'edit_annotation':
959964
disableInkAnnotation();
960965
let formFieldToolbarElement: HTMLInputElement = document.getElementById(

src/pdfviewer/custom-toolbar.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,10 @@ export class CustomToolbar extends SampleBase<{}, {}> {
551551
disableInkAnnotation.bind(this);
552552
viewer.annotationModule.setAnnotationMode('Strikethrough');
553553
break;
554+
case 'squiggly':
555+
disableInkAnnotation.bind(this);
556+
viewer.annotationModule.setAnnotationMode('Squiggly');
557+
break;
554558
case 'edit_annotation':
555559
disableInkAnnotation.bind(this);
556560
let formFieldToolbarElement: HTMLInputElement = document.getElementById(
@@ -783,6 +787,7 @@ export class CustomToolbar extends SampleBase<{}, {}> {
783787
<ItemDirective prefixIcon="e-icons e-highlight-color" tooltipText="Highlight" id="highlights" align="Center"></ItemDirective>
784788
<ItemDirective prefixIcon="e-icons e-underline" tooltipText="Underline" id="underline" align="Center" ></ItemDirective>
785789
<ItemDirective prefixIcon="e-icons e-strikethrough" tooltipText="Strikethrough" id="strikethrough" align="Center" ></ItemDirective>
790+
<ItemDirective prefixIcon="e-icons e-squiggly" tooltipText="Squiggly" id="squiggly" align="Center" ></ItemDirective>
786791
<ItemDirective type="Separator" tooltipText="separator" align="Center" ></ItemDirective>
787792
<ItemDirective prefixIcon="e-icons e-line" tooltipText="Add Line" id="line" align="Center" ></ItemDirective>
788793
<ItemDirective prefixIcon="e-icons e-arrow-right-up" tooltipText="Add Arrow" id="arrow" align="Center" ></ItemDirective>

src/pdfviewer/document-list-functional.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function DocumentList () {
109109
'FormDesignerEditTool', 'FreeTextAnnotationOption', 'InkAnnotationOption',
110110
'ShapeAnnotationOption', 'StampAnnotation', 'SignatureOption', 'SearchOption',
111111
'PrintOption', 'DownloadOption'],
112-
annotationToolbarItems: ['HighlightTool', 'UnderlineTool', 'StrikethroughTool',
112+
annotationToolbarItems: ['HighlightTool', 'UnderlineTool', 'StrikethroughTool', 'SquigglyTool',
113113
'ColorEditTool', 'OpacityEditTool', 'AnnotationDeleteTool', 'StampAnnotationTool',
114114
'HandWrittenSignatureTool', 'InkAnnotationTool', 'ShapeTool', 'CalibrateTool',
115115
'StrokeColorEditTool', 'ThicknessEditTool', 'FreeTextAnnotationTool', 'FontFamilyAnnotationTool',

src/pdfviewer/document-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export class DocumentList extends SampleBase<{}, { hideDialog: boolean, document
124124
'FormDesignerEditTool', 'FreeTextAnnotationOption', 'InkAnnotationOption',
125125
'ShapeAnnotationOption', 'StampAnnotation', 'SignatureOption', 'SearchOption',
126126
'PrintOption', 'DownloadOption'],
127-
annotationToolbarItems: ['HighlightTool', 'UnderlineTool', 'StrikethroughTool',
127+
annotationToolbarItems: ['HighlightTool', 'UnderlineTool', 'StrikethroughTool', 'SquigglyTool',
128128
'ColorEditTool', 'OpacityEditTool', 'AnnotationDeleteTool', 'StampAnnotationTool',
129129
'HandWrittenSignatureTool', 'InkAnnotationTool', 'ShapeTool', 'CalibrateTool',
130130
'StrokeColorEditTool', 'ThicknessEditTool', 'FreeTextAnnotationTool', 'FontFamilyAnnotationTool',

src/pdfviewer/invisible-signature-functional.tsx renamed to src/pdfviewer/invisible-digital-signature-functional.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Invisible signature sample
2+
* Invisible digital signature sample
33
*/
44
import * as ReactDOM from 'react-dom';
55
import * as React from 'react';

0 commit comments

Comments
 (0)