@gpustack/core-ui 1.0.6 → 1.0.8

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 (32) hide show
  1. package/dist/{editor-wrap-DFbXkvlV.js → editor-wrap-DschAPhW.js} +2 -2
  2. package/dist/{epubjs-C7q2NtLD.js → epubjs-BxcPGxCG.js} +11 -8
  3. package/dist/{excel-reader-B0E9DWVT.js → excel-reader-jQgyThK1.js} +2 -2
  4. package/dist/excel.es.js +1 -1
  5. package/dist/file-readers.es.js +2 -2
  6. package/dist/{highlight-code-BGo6UgwT.js → highlight-code-CxGYFG-K.js} +11 -52
  7. package/dist/index.css +1 -1
  8. package/dist/index.es.js +7812 -2627
  9. package/dist/{jszip-aevhPAHa.js → jszip-CNVWBM0E.js} +1 -1
  10. package/dist/{lodash-k2j6dYGv.js → lodash-DVkZQU_K.js} +3 -2
  11. package/dist/{mammoth-vi3pqzr_.js → mammoth-Cz4NVm9J.js} +1100 -1052
  12. package/dist/markdown.es.js +3438 -3380
  13. package/dist/{pdfjs-dist-zGGfit5L.js → pdfjs-dist-CO-ekNVq.js} +16 -11
  14. package/dist/{rolldown-runtime-BETGA6I9.js → rolldown-runtime-gEudmnaM.js} +1 -1
  15. package/dist/src/lib/components/form/textarea.d.ts +5 -1
  16. package/dist/src/lib/components/form/wrapper/index.d.ts +2 -2
  17. package/dist/src/lib/components/icon-font/icons.d.ts +13 -13
  18. package/dist/src/lib/components/index.d.ts +1 -0
  19. package/dist/src/lib/components/page-container/index.d.ts +15 -0
  20. package/dist/src/lib/components/table/components/layout.d.ts +2 -2
  21. package/dist/src/lib/context/CoreUIContext.d.ts +9 -1
  22. package/dist/src/lib/hooks/index.d.ts +3 -1
  23. package/dist/src/lib/hooks/useCurrentUser.d.ts +3 -0
  24. package/dist/src/lib/hooks/useTableFetch.d.ts +3 -0
  25. package/dist/{useIntl-BZWVSOXz.js → useIntl-6aAPK8Pf.js} +11 -5
  26. package/dist/{utils-CAmt8TVf.js → utils-8vGWRIPF.js} +4 -4
  27. package/dist/utils.es.js +3 -3
  28. package/dist/{word-reader-B8l8Mmvn.js → word-reader-CIrD60Ns.js} +5 -5
  29. package/dist/{xlsx-BxM-6u7U.js → xlsx-CPuMg8xj.js} +1 -1
  30. package/dist/yaml-editor.es.js +2 -2
  31. package/package.json +3 -1
  32. package/dist/lib-CYhlAgFY.js +0 -2
@@ -1,4 +1,4 @@
1
- import { i as e, t } from "./rolldown-runtime-BETGA6I9.js";
1
+ import { i as e, t } from "./rolldown-runtime-gEudmnaM.js";
2
2
  //#region ../../node_modules/.pnpm/jszip@3.10.1/node_modules/jszip/dist/jszip.min.js
3
3
  var n = /* @__PURE__ */ t(((t, n) => {
4
4
  (function(e) {
@@ -1,4 +1,4 @@
1
- import { t as e } from "./rolldown-runtime-BETGA6I9.js";
1
+ import { t as e } from "./rolldown-runtime-gEudmnaM.js";
2
2
  //#region ../../node_modules/.pnpm/lodash@4.18.1/node_modules/lodash/lodash.js
3
3
  var t = /* @__PURE__ */ e(((e, t) => {
4
4
  (function() {
@@ -667,7 +667,8 @@ var t = /* @__PURE__ */ e(((e, t) => {
667
667
  }
668
668
  pi.prototype.add = pi.prototype.push = mi, pi.prototype.has = hi;
669
669
  function gi(e) {
670
- this.size = (this.__data__ = new ti(e)).size;
670
+ var t = this.__data__ = new ti(e);
671
+ this.size = t.size;
671
672
  }
672
673
  function _i() {
673
674
  this.__data__ = new ti(), this.size = 0;