@jetprint/editor-sdk 1.0.0 → 1.0.2

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/types.d.ts CHANGED
@@ -179,6 +179,8 @@ export type EditorOptions = {
179
179
  readOnly?: boolean;
180
180
  /** 为 true 时禁止在 Classic / Zone 模式之间切换,但保留其它编辑能力 */
181
181
  lockTemplateModeSwitch?: boolean;
182
+ /** Next 渲染页右上角 Download(按尺码×颜色分组导出 zip)按钮开关;false 时直接隐藏。默认 true */
183
+ showNextDownload?: boolean;
182
184
  /**
183
185
  * 界面主题:省略时与 `theme1` 相同(粉主色 + 藏青保存);显式 `'default'` 为现有靛蓝/蓝配色。
184
186
  */
@@ -3,7 +3,7 @@
3
3
  * 此文件由 vite-plugins/serverEncrypt.ts 在构建时自动生成
4
4
  * 请勿手动编辑
5
5
  *
6
- * 生成时间: 2026-06-10T06:49:14.030Z
6
+ * 生成时间: 2026-06-11T03:46:45.744Z
7
7
  * 构建模式: production
8
8
  * 加密模块数量: 13
9
9
  * 构建种子: Kx9mP2qR5s... (已隐藏)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetprint/editor-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "scripts": {