@grapecity-software/spread-sheets-designer 18.1.2 → 18.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11693,6 +11693,16 @@ declare module GC.Spread.Sheets{
|
|
|
11693
11693
|
* var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CustomSortDialogTemplate);
|
|
11694
11694
|
*/
|
|
11695
11695
|
static CustomSortDialogTemplate: string;
|
|
11696
|
+
/**
|
|
11697
|
+
* Get the template name.
|
|
11698
|
+
* @name GC.Spread.Sheets.Designer#DataBindingEditorTemplate
|
|
11699
|
+
* @example
|
|
11700
|
+
* ```
|
|
11701
|
+
* //this example get the DataBindingEditorTemplate by the template name.
|
|
11702
|
+
* var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.DataBindingEditorTemplate);
|
|
11703
|
+
* ```
|
|
11704
|
+
*/
|
|
11705
|
+
static DataBindingEditorTemplate: string;
|
|
11696
11706
|
/**
|
|
11697
11707
|
* Get the template name.
|
|
11698
11708
|
* @name GC.Spread.Sheets.Designer#DataChartPanelTemplate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grapecity-software/spread-sheets-designer",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.3",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"description":"SpreadJS Designer Component present as a control that could be embedded into your web application easily, and also provided flexible, customizable configuration to achieve your business logic.",
|
|
6
6
|
"scripts": {},
|