@sl-material/sl-import 1.0.0-beta19 → 1.0.0

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/index.d.ts CHANGED
@@ -185,6 +185,10 @@ declare class ImportDialog {
185
185
  private _openModalCore;
186
186
  openModal(options?: OpenModalOptions): void;
187
187
  closeModal(): void;
188
+ /**
189
+ * 处理下载模板
190
+ */
191
+ private handleDownloadTemplate;
188
192
  setConfirmLoading(loading: boolean): void;
189
193
  hide(): void;
190
194
  destroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sl-material/sl-import",
3
- "version": "1.0.0-beta19",
3
+ "version": "1.0.0",
4
4
  "description": "导入组件 - 支持批量导入文件,提供多种模板配置",
5
5
  "main": "./sl-import.cjs.js",
6
6
  "module": "./sl-import.es.js",