Skip to content

Commit eaf5c20

Browse files
author
pipeline
committed
v19.3.53 is released
1 parent 63e2524 commit eaf5c20

File tree

37 files changed

+188
-28
lines changed

37 files changed

+188
-28
lines changed

components/charts/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 19.3.53 (2021-11-12)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I346472`- Selection and highlight color is not proper when using pointColorMapping is fixed.
12+
- `#I346183` - StackingArea not rendering properly in huge data has been fixed.
13+
514
## 19.3.48 (2021-11-02)
615

716
### Chart

components/charts/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-vue-charts",
3-
"version": "19.3.46",
3+
"version": "19.3.48",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/circulargauge/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
## [Unreleased]
77

8+
## 19.3.53 (2021-11-12)
9+
10+
### CircularGauge
11+
12+
#### Bug Fixes
13+
14+
- `#I346747` - When the range tooltip is enabled and the pointer is hovered over, the tooltip now works properly.
15+
816
## 19.3.46 (2021-10-19)
917

1018
### CircularGauge

components/diagrams/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.3.53 (2021-11-12)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I346110` - The issue "Text did not display on Connector line after adjusting the Bezier Connector" has been fixed.
12+
513
## 19.3.48 (2021-11-02)
614

715
### Diagram

components/diagrams/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-vue-diagrams",
3-
"version": "19.3.47",
3+
"version": "19.3.48",
44
"description": "Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/documenteditor/CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,59 @@
22

33
## [Unreleased]
44

5+
## 19.3.53 (2021-11-12)
6+
7+
### Document Editor
8+
9+
#### Bug Fixes
10+
11+
- `#I343310` - Resolved the blank page adding issue in exported word document due to footnote.
12+
- `#I345594` - Resolved the new style listing problem during localization.
13+
- `#I344840` - Resolved the height and width for `insertImage` API.
14+
- `#I343403` - Resolved the script error while opening document with tracked changes and restrict editing enabled.
15+
- `#I342774` - Resolved the word export issue for document with content control.
16+
- `#I340276` - Resolved issue with entering custom date time value in form field.
17+
- `#I344605` - Resolved the context menu rendering issue for multiple instances of DocumentEditor in the same page.
18+
- `#I343106` - Resolved the table border rendering issue.
19+
- `#I337087`, `#I344332` - Improved the suggestion construction logic for error words.
20+
- `#I338302` - Resolved the hanging issue when opening document with table.
21+
- `#I339240` - RTL list is now deleted properly.
22+
- `#I340758` - Resolved the word export issue for the table with merged cells.
23+
- `#I341140` - Track changes content is now updated properly for the existing empty line.
24+
- `#F167253`, `#F168269` - Track changes pane visibility issue is resolved.
25+
- `#I341985` - Resolved the tab space rendering issue.
26+
- `#F168463` - Resolved the layout issue for the element with square wrapping style.
27+
- `#I338947` - Resolved the undo problem after paste of hebrew text.
28+
- `#I341435` - Optimized the content change event triggering in Document Editor.
29+
- `#I340867` - Selection issue after applying character format is resolved.
30+
- `#I341335` - Resolved the text formatting preservation for merge fields.
31+
- `#I339239`, `#I339242`, `#I339021` - Resolved the text arrangement issue for RTL documents.
32+
- `#I335659` - Resolved the undo/redo some text in RTL mode.
33+
- `#I340643` - Resolved the comment mark removal issue in comment delete.
34+
- `#I339335` - Resolved the hanging issue in editing document with Hebrew text.
35+
- `#I340121` - Resolved the issue with elbow connector rendering as line connector.
36+
- `#I339453` - Resolved the rendering issue in fixed table width case.
37+
- `#I341119` - Resolved the image with top and bottom wrapping overlapping issue with table.
38+
- `#I339602` – Track changes is now updated properly in header and footer.
39+
- `#I341964`, `#I342165` – Resolved the text rearrange issue in copy/paste of RTL text.
40+
- `#I339714` – Footnote order is now updated properly.
41+
- `#I339973` - Table serialization issue in word export is resolved.
42+
- `#I340795` – Issue with copying field is resolved.
43+
- `#I339872` – Page number is footer is now updated properly.
44+
- `#I339576`, `#F168072` – Resolved the issue in applying page orientation with the section break.
45+
- `#I339027` – Resolved the script error in saving tracked content in header/footer.
46+
- `#I340532` – Html elements are nor properly disposed.
47+
- `#F168319` – Resolved the ViewChange event binding issue in Document Editor component.
48+
- `#I341375` – Resolved the history issue in comment operations.
49+
- `#I341840` – Resolved the table rendering issue.
50+
51+
#### New Features
52+
53+
- `#I345565` - Added support for Word 2013 justification.
54+
- `#I343497` - Added support to render the texture style for table cell shading.
55+
- `#I343751` - Added alert window for row and column specified more than 63 and 32767 respectively in insert table dialog.
56+
- `#I342110` - Added event to customize the XMLHttpRequest in DocumentEditor and DocumentEditorContainer component.
57+
558
## 19.3.48 (2021-11-02)
659

760
### Document Editor

components/documenteditor/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-vue-documenteditor",
3-
"version": "19.3.47",
3+
"version": "19.3.48",
44
"description": "Feature-rich document editor control with built-in support for context menu, options pane and dialogs. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.3.53 (2021-11-12)
6+
7+
### Dropdown Tree
8+
9+
#### Bug Fixes
10+
11+
- `#I345378` - The issue with "The interaction value is not updated properly in the select event while selecting via Select All checkbox" has been resolved.
12+
513
## 19.3.48 (2021-11-02)
614

715
### Dropdown Tree

components/dropdowns/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-vue-dropdowns",
3-
"version": "19.3.47",
3+
"version": "19.3.48",
44
"description": "Essential JS 2 DropDown Components for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/dropdowns/src/multi-select/multiselect.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { MultiSelect } from '@syncfusion/ej2-dropdowns';
77

88

99
// {{VueImport}}
10-
export const properties: string[] = ['islazyUpdate', 'actionFailureTemplate', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
10+
export const properties: string[] = ['islazyUpdate', 'actionFailureTemplate', 'addTagOnBlur', 'allowCustomValue', 'allowFiltering', 'changeOnBlur', 'closePopupOnSelect', 'cssClass', 'dataSource', 'delimiterChar', 'enableGroupCheckBox', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableSelectionOrder', 'enabled', 'fields', 'filterBarPlaceholder', 'filterType', 'floatLabelType', 'footerTemplate', 'groupTemplate', 'headerTemplate', 'hideSelectedItem', 'htmlAttributes', 'ignoreAccent', 'ignoreCase', 'itemTemplate', 'locale', 'maximumSelectionLength', 'mode', 'noRecordsTemplate', 'openOnClick', 'placeholder', 'popupHeight', 'popupWidth', 'query', 'readonly', 'selectAllText', 'showClearButton', 'showDropDownIcon', 'showSelectAll', 'sortOrder', 'text', 'unSelectAllText', 'value', 'valueTemplate', 'width', 'zIndex', 'actionBegin', 'actionComplete', 'actionFailure', 'beforeOpen', 'beforeSelectAll', 'blur', 'change', 'chipSelection', 'close', 'created', 'customValueSelection', 'dataBound', 'destroyed', 'filtering', 'focus', 'open', 'removed', 'removing', 'select', 'selectedAll', 'tagging'];
1111
export const modelProps: string[] = ['value'];
1212

1313
export const testProp: any = getProps({props: properties});

components/filemanager/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### File Manager
88

components/gantt/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.3.53 (2021-11-12)
6+
7+
### Gantt
8+
9+
#### Bug Fixes
10+
11+
- `#342557` - In fixed work type duration update issue has been fixed.
12+
513
## 19.3.48 (2021-11-02)
614

715
### Gantt

components/gantt/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-vue-gantt",
3-
"version": "19.3.47",
3+
"version": "19.3.48",
44
"description": "Essential JS 2 Gantt Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/grids/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Grid
88

components/inplaceeditor/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### In-place Editor
88

components/inputs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.3.53 (2021-11-12)
6+
7+
### ColorPicker
8+
9+
#### Bug Fixes
10+
11+
- Overflow issue in ColorPicker has been resolved.
12+
513
## 19.3.48 (2021-11-02)
614

715
### ColorPicker

components/inputs/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-vue-inputs",
3-
"version": "19.3.47",
3+
"version": "19.3.48",
44
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/kanban/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Kanban
88

components/layouts/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Dashboard Layout
88

components/lists/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### ListBase
88

components/maps/CHANGELOG.md

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

1515
## [Unreleased]
1616

17-
## 19.3.48 (2021-11-02)
17+
## 19.3.53 (2021-11-12)
1818

1919
### Maps
2020

components/pdfviewer/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-vue-pdfviewer",
3-
"version": "19.3.47",
3+
"version": "19.3.48",
44
"description": "Essential JS 2 PDF viewer Component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/pivotview/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## [Unreleased]
44

5+
## 19.3.53 (2021-11-12)
6+
7+
### Pivot Table
8+
9+
#### Bug Fixes
10+
11+
- The Pivot Table can now be exported properly with static field list.
12+
13+
#### New Features
14+
15+
- `#I343343` - Provided support to render value totals alone when no field in row axis.
16+
517
## 19.3.48 (2021-11-02)
618

719
### Pivot Table

components/pivotview/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-vue-pivotview",
3-
"version": "19.3.47",
3+
"version": "19.3.48",
44
"description": "The pivot grid, or pivot table, is used to visualize large sets of relational data in a cross-tabular format, similar to an Excel pivot table. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/popups/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Tooltip
88

components/querybuilder/CHANGELOG.md

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

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### QueryBuilder
88

components/richtexteditor/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
6+
7+
### RichTextEditor
8+
9+
#### Bug Fixes
10+
11+
- `#I346580` - The issue with "align top in the table vertical align quick toolbar is always disabled" has been resolved.
12+
- `#I346331` - The issue with "font family is not working when changed dynamically when the Rich Text Editor is in inline mode" has been resolved.
13+
- `#I346832` - The issue with "upload icon overlaps with the percentage icon in the insert image dialog when uploading" has been resolved.
14+
15+
## 19.3.47 (2021-10-26)
616

717
### RichTextEditor
818

components/richtexteditor/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-vue-richtexteditor",
3-
"version": "19.3.46",
3+
"version": "19.3.47",
44
"description": "Essential JS 2 RichTextEditor component for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@
22

33
## [Unreleased]
44

5-
## 19.3.48 (2021-11-02)
5+
## 19.3.53 (2021-11-12)
66

77
### Schedule
88

99
#### New Features
1010

11-
- `#I224286`, `#I224730`, `#I316683`, `#I321325`, `#I331265`, `#I331820`, `#I338907`, `#I342102`, `#F169564`, `#F169824`, `#F169024` - Provided support to render the spanned events in the time slot region also based on the `spannedEventPlacement` option within the `eventSettings` property.
11+
- `#I224286`, `#I224730`, `#I316683`, `#I321325`, `#I331265`, `#I331820`, `#I338907`, `#I342102`, `#F169564`, `#F169824`, `#F169024` - Provided option to render the spanned events greater than 24 hours in either `AllDayRow` region or `TimeSlot` region.
12+
- `#I339786` - Provided localization support for timezone collections which are displayed in the editor window.
13+
14+
## 19.3.48 (2021-11-02)
15+
16+
### Schedule
1217

1318
#### Bug Fixes
1419

components/schedule/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-vue-schedule",
3-
"version": "19.3.46",
3+
"version": "19.3.48",
44
"description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

components/schedule/src/schedule/schedule.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { HeaderRowsDirective, HeaderRowDirective, HeaderRowsPlugin, HeaderRowPlu
1010

1111

1212
// {{VueImport}}
13-
export const properties: string[] = ['islazyUpdate', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select'];
13+
export const properties: string[] = ['islazyUpdate', 'agendaDaysCount', 'allowDragAndDrop', 'allowInline', 'allowKeyboardInteraction', 'allowMultiCellSelection', 'allowMultiDrag', 'allowMultiRowSelection', 'allowResizing', 'calendarMode', 'cellHeaderTemplate', 'cellTemplate', 'cssClass', 'currentView', 'dateFormat', 'dateHeaderTemplate', 'dayHeaderTemplate', 'editorTemplate', 'enableAdaptiveUI', 'enableAllDayScroll', 'enablePersistence', 'enableRecurrenceValidation', 'enableRtl', 'endHour', 'eventDragArea', 'eventSettings', 'firstDayOfWeek', 'firstMonthOfYear', 'group', 'headerIndentTemplate', 'headerRows', 'height', 'hideEmptyAgendaDays', 'locale', 'maxDate', 'minDate', 'monthHeaderTemplate', 'monthsCount', 'quickInfoOnSelectionEnd', 'quickInfoTemplates', 'readonly', 'resourceHeaderTemplate', 'resources', 'rowAutoHeight', 'selectedDate', 'showHeaderBar', 'showQuickInfo', 'showTimeIndicator', 'showWeekNumber', 'showWeekend', 'startHour', 'timeFormat', 'timeScale', 'timezone', 'timezoneDataSource', 'views', 'weekRule', 'width', 'workDays', 'workHours', 'actionBegin', 'actionComplete', 'actionFailure', 'cellClick', 'cellDoubleClick', 'created', 'dataBinding', 'dataBound', 'destroyed', 'drag', 'dragStart', 'dragStop', 'eventClick', 'eventRendered', 'hover', 'moreEventsClick', 'navigating', 'popupClose', 'popupOpen', 'renderCell', 'resizeStart', 'resizeStop', 'resizing', 'select'];
1414
export const modelProps: string[] = ['currentView', 'selectedDate'];
1515

1616
export const testProp: any = getProps({props: properties});

0 commit comments

Comments
 (0)