@innovastudio/contentbox 1.6.116 → 1.6.118

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.
Files changed (2) hide show
  1. package/index.d.ts +11 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -319,6 +319,16 @@ interface ContentBoxOptions {
319
319
  commandInfo?: any[];
320
320
  commandInfoCanvasMode?: any[];
321
321
  onStartRequest?: () => void;
322
+
323
+ assetFolderTree?: boolean;
324
+ assetFilesOnly?: boolean;
325
+ assetPanelReverse?: boolean;
326
+ assetRefreshButton?: boolean;
327
+ assetAllowedFileTypes?: any[];
328
+ assetShowRelativeTime?: boolean;
329
+ assetLocale?: string;
330
+ assetDateShortOptions?: any[];
331
+ assetDateLongOptions?: any[];
322
332
  }
323
333
 
324
334
  declare class ContentBox {
@@ -341,6 +351,7 @@ declare class ContentBox {
341
351
  sectionCss(): string;
342
352
  undo(): void;
343
353
  redo(): void;
354
+ destroy(): void;
344
355
  setScreenMode(screenMode: string): void;
345
356
  download(options?: object): void;
346
357
  viewHtml(): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.6.116",
4
+ "version": "1.6.118",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "types": "index.d.ts",