@grapecity-software/spread-sheets-designer 18.2.3 → 18.2.4
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.
- package/dist/gc.spread.sheets.designer.all.min.js +347 -347
- package/dist/gc.spread.sheets.designer.d.ts +10 -0
- package/package.json +1 -1
- package/styles/gc.spread.sheets.designer.dark.min.css +3 -3
- package/styles/gc.spread.sheets.designer.light.min.css +3 -3
- package/styles/gc.spread.sheets.designer.min.css +3 -3
|
@@ -11921,6 +11921,16 @@ declare module GC.Spread.Sheets{
|
|
|
11921
11921
|
* ```
|
|
11922
11922
|
*/
|
|
11923
11923
|
static CustomizeThemeFontsDialog: string;
|
|
11924
|
+
/**
|
|
11925
|
+
* Get the template name.
|
|
11926
|
+
* @name GC.Spread.Sheets.Designer#CustomSortDialogEditor
|
|
11927
|
+
* @example
|
|
11928
|
+
* ```
|
|
11929
|
+
* //this example get the CustomSortDialogEditor by the template name.
|
|
11930
|
+
* var template = GC.Spread.Sheets.Designer.getTemplate(GC.Spread.Sheets.Designer.TemplateNames.CustomSortDialogEditor);
|
|
11931
|
+
* ```
|
|
11932
|
+
*/
|
|
11933
|
+
static CustomSortDialogEditor: string;
|
|
11924
11934
|
/**
|
|
11925
11935
|
* Get the template name.
|
|
11926
11936
|
* @name GC.Spread.Sheets.Designer#CustomSortDialogTemplate
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grapecity-software/spread-sheets-designer",
|
|
3
|
-
"version": "18.2.
|
|
3
|
+
"version": "18.2.4",
|
|
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": {},
|