persagy-vant 0.0.32 → 0.0.33

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/README.md CHANGED
@@ -39,7 +39,7 @@ pnpm up persagy-vant@latest
39
39
 
40
40
  组件、组件文档和 Skill 会随 npm 包一起更新;已有的 `.agents` 入口会自动读取新版内容,无需再次初始化。仅当维护者通知入口机制有变时,才执行 `pnpm exec persagy-vant init --force`。
41
41
 
42
- 完整的可转发说明见:[产品经理 AI 开发使用说明](./docs/markdown/product-manager-guide.zh-CN.md)。
42
+ 完整的可转发说明见:[Persagy Vant 组件库与 Skill 使用说明](./docs/markdown/product-manager-guide.zh-CN.md)。
43
43
 
44
44
  ## 包结构
45
45
 
package/es/index.d.ts CHANGED
@@ -116,4 +116,4 @@ declare namespace _default {
116
116
  }
117
117
  export default _default;
118
118
  export function install(app: any): void;
119
- export const version: "0.0.32";
119
+ export const version: "0.0.33";
package/es/index.mjs CHANGED
@@ -109,7 +109,7 @@ import { Uploader } from "./uploader/index.mjs";
109
109
  import { VideoPreview } from "./video-preview/index.mjs";
110
110
  import { WorkOrderCard } from "./work-order-card/index.mjs";
111
111
  import { WorkOrderFilter } from "./work-order-filter/index.mjs";
112
- const version = "0.0.32";
112
+ const version = "0.0.33";
113
113
  function install(app) {
114
114
  const components = [
115
115
  ActionBar,
package/lib/index.d.ts CHANGED
@@ -116,4 +116,4 @@ declare namespace _default {
116
116
  }
117
117
  export default _default;
118
118
  export function install(app: any): void;
119
- export const version: "0.0.32";
119
+ export const version: "0.0.33";
package/lib/index.js CHANGED
@@ -246,7 +246,7 @@ __reExport(stdin_exports, require("./uploader"), module.exports);
246
246
  __reExport(stdin_exports, require("./video-preview"), module.exports);
247
247
  __reExport(stdin_exports, require("./work-order-card"), module.exports);
248
248
  __reExport(stdin_exports, require("./work-order-filter"), module.exports);
249
- const version = "0.0.32";
249
+ const version = "0.0.33";
250
250
  function install(app) {
251
251
  const components = [
252
252
  import_action_bar.ActionBar,
package/lib/vant.cjs.js CHANGED
@@ -20214,7 +20214,7 @@ const Lazyload = {
20214
20214
  });
20215
20215
  }
20216
20216
  };
20217
- const version = "0.0.32";
20217
+ const version = "0.0.33";
20218
20218
  function install(app) {
20219
20219
  const components = [
20220
20220
  ActionBar,
package/lib/vant.es.js CHANGED
@@ -20212,7 +20212,7 @@ const Lazyload = {
20212
20212
  });
20213
20213
  }
20214
20214
  };
20215
- const version = "0.0.32";
20215
+ const version = "0.0.33";
20216
20216
  function install(app) {
20217
20217
  const components = [
20218
20218
  ActionBar,
package/lib/vant.js CHANGED
@@ -23801,7 +23801,7 @@
23801
23801
  });
23802
23802
  }
23803
23803
  };
23804
- const version = "0.0.32";
23804
+ const version = "0.0.33";
23805
23805
  function install(app) {
23806
23806
  const components = [
23807
23807
  ActionBar,