qidian-vue-ui 1.0.84 → 1.0.85

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 (34) hide show
  1. package/dist/components/config-provider/index.d.ts +24 -0
  2. package/dist/components/config-provider/types.d.ts +8 -0
  3. package/dist/components/config-provider/useConfig.d.ts +32 -0
  4. package/dist/components/index.d.ts +1 -0
  5. package/dist/components/office/index.d.ts +1 -0
  6. package/dist/components/office/pdf/config.d.ts +6 -0
  7. package/dist/components/office/pdf/hooks/useZoom.d.ts +21 -0
  8. package/dist/components/office/pdf/index.d.ts +2 -0
  9. package/dist/components/office/pdf/index.vue.d.ts +11 -0
  10. package/dist/components/office/pdf/types.d.ts +17 -0
  11. package/dist/{en-US-CsYwtG6d.mjs → en-US-BdOOHCSJ.mjs} +10 -2
  12. package/dist/{en-US-CsYwtG6d.mjs.map → en-US-BdOOHCSJ.mjs.map} +1 -1
  13. package/dist/{en-US-C55n1wuP.js → en-US-D2IzulAB.js} +10 -2
  14. package/dist/{en-US-C55n1wuP.js.map → en-US-D2IzulAB.js.map} +1 -1
  15. package/dist/index-B0-G03jL.js +55337 -0
  16. package/dist/index-B0-G03jL.js.map +1 -0
  17. package/dist/index-lh3EKA6q.mjs +55337 -0
  18. package/dist/index-lh3EKA6q.mjs.map +1 -0
  19. package/dist/locales/en-US.d.ts +8 -0
  20. package/dist/locales/zh-CN.d.ts +8 -0
  21. package/dist/locales/zh-TW.d.ts +8 -0
  22. package/dist/qidian-vue-ui.css +5722 -0
  23. package/dist/qidian-vue-ui.js +3 -2
  24. package/dist/qidian-vue-ui.js.map +1 -1
  25. package/dist/qidian-vue-ui.mjs +25 -24
  26. package/dist/{zh-TW-Su06dbjv.mjs → zh-TW-BjN0peGG.mjs} +10 -2
  27. package/dist/{zh-TW-Su06dbjv.mjs.map → zh-TW-BjN0peGG.mjs.map} +1 -1
  28. package/dist/{zh-TW-DRa4wW8w.js → zh-TW-Chz0MiJO.js} +10 -2
  29. package/dist/{zh-TW-DRa4wW8w.js.map → zh-TW-Chz0MiJO.js.map} +1 -1
  30. package/package.json +3 -2
  31. package/dist/index-Coh5ZgRv.mjs +0 -20124
  32. package/dist/index-Coh5ZgRv.mjs.map +0 -1
  33. package/dist/index-DfX1tDYg.js +0 -20123
  34. package/dist/index-DfX1tDYg.js.map +0 -1
@@ -88,6 +88,14 @@ declare const _default: {
88
88
  uploadImageText: "upload image";
89
89
  uploadAttachmentText: "upload attachment";
90
90
  };
91
+ office: {
92
+ zoomOut: string;
93
+ zoomIn: string;
94
+ adaptiveView: string;
95
+ cancelAdaptiveView: string;
96
+ nextPage: string;
97
+ prevPage: string;
98
+ };
91
99
  autoComplete: {
92
100
  readonly empty: "Empty Data";
93
101
  };
@@ -88,6 +88,14 @@ declare const _default: {
88
88
  uploadImageText: "\u4E0A\u4F20\u56FE\u7247";
89
89
  uploadAttachmentText: "\u4E0A\u4F20\u9644\u4EF6";
90
90
  };
91
+ office: {
92
+ zoomOut: string;
93
+ zoomIn: string;
94
+ adaptiveView: string;
95
+ cancelAdaptiveView: string;
96
+ nextPage: string;
97
+ prevPage: string;
98
+ };
91
99
  autoComplete: {
92
100
  readonly empty: "\u6682\u65E0\u6570\u636E";
93
101
  };
@@ -88,6 +88,14 @@ declare const _default: {
88
88
  uploadImageText: "\u4E0A\u50B3\u5716\u7247";
89
89
  uploadAttachmentText: "\u4E0A\u50B3\u9644\u4EF6";
90
90
  };
91
+ office: {
92
+ zoomOut: string;
93
+ zoomIn: string;
94
+ adaptiveView: string;
95
+ cancelAdaptiveView: string;
96
+ nextPage: string;
97
+ prevPage: string;
98
+ };
91
99
  autoComplete: {
92
100
  readonly empty: "\u66AB\u7121\u6578\u64DA";
93
101
  };