@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.
- package/dist/{editor-wrap-DFbXkvlV.js → editor-wrap-DschAPhW.js} +2 -2
- package/dist/{epubjs-C7q2NtLD.js → epubjs-BxcPGxCG.js} +11 -8
- package/dist/{excel-reader-B0E9DWVT.js → excel-reader-jQgyThK1.js} +2 -2
- package/dist/excel.es.js +1 -1
- package/dist/file-readers.es.js +2 -2
- package/dist/{highlight-code-BGo6UgwT.js → highlight-code-CxGYFG-K.js} +11 -52
- package/dist/index.css +1 -1
- package/dist/index.es.js +7812 -2627
- package/dist/{jszip-aevhPAHa.js → jszip-CNVWBM0E.js} +1 -1
- package/dist/{lodash-k2j6dYGv.js → lodash-DVkZQU_K.js} +3 -2
- package/dist/{mammoth-vi3pqzr_.js → mammoth-Cz4NVm9J.js} +1100 -1052
- package/dist/markdown.es.js +3438 -3380
- package/dist/{pdfjs-dist-zGGfit5L.js → pdfjs-dist-CO-ekNVq.js} +16 -11
- package/dist/{rolldown-runtime-BETGA6I9.js → rolldown-runtime-gEudmnaM.js} +1 -1
- package/dist/src/lib/components/form/textarea.d.ts +5 -1
- package/dist/src/lib/components/form/wrapper/index.d.ts +2 -2
- package/dist/src/lib/components/icon-font/icons.d.ts +13 -13
- package/dist/src/lib/components/index.d.ts +1 -0
- package/dist/src/lib/components/page-container/index.d.ts +15 -0
- package/dist/src/lib/components/table/components/layout.d.ts +2 -2
- package/dist/src/lib/context/CoreUIContext.d.ts +9 -1
- package/dist/src/lib/hooks/index.d.ts +3 -1
- package/dist/src/lib/hooks/useCurrentUser.d.ts +3 -0
- package/dist/src/lib/hooks/useTableFetch.d.ts +3 -0
- package/dist/{useIntl-BZWVSOXz.js → useIntl-6aAPK8Pf.js} +11 -5
- package/dist/{utils-CAmt8TVf.js → utils-8vGWRIPF.js} +4 -4
- package/dist/utils.es.js +3 -3
- package/dist/{word-reader-B8l8Mmvn.js → word-reader-CIrD60Ns.js} +5 -5
- package/dist/{xlsx-BxM-6u7U.js → xlsx-CPuMg8xj.js} +1 -1
- package/dist/yaml-editor.es.js +2 -2
- package/package.json +3 -1
- package/dist/lib-CYhlAgFY.js +0 -2
package/dist/yaml-editor.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { t as e } from "./useIntl-
|
|
2
|
-
import { t } from "./editor-wrap-
|
|
1
|
+
import { t as e } from "./useIntl-6aAPK8Pf.js";
|
|
2
|
+
import { t } from "./editor-wrap-DschAPhW.js";
|
|
3
3
|
import { forwardRef as n, useEffect as r, useImperativeHandle as i, useRef as a } from "react";
|
|
4
4
|
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
5
5
|
import { ImportOutlined as c, LoadingOutlined as l } from "@ant-design/icons";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gpustack/core-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css",
|
|
@@ -93,6 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@ant-design/icons": ">=6.0.0",
|
|
96
|
+
"@ant-design/pro-components": "3.1.0-0",
|
|
96
97
|
"@eslint/js": "^9.39.4",
|
|
97
98
|
"@monaco-editor/react": "^4.6.0",
|
|
98
99
|
"@types/lodash": "^4.17.24",
|
|
@@ -142,6 +143,7 @@
|
|
|
142
143
|
},
|
|
143
144
|
"peerDependencies": {
|
|
144
145
|
"@ant-design/icons": ">=6.0.0",
|
|
146
|
+
"@ant-design/pro-components": "3.1.0-0",
|
|
145
147
|
"@monaco-editor/react": "^4.6.0",
|
|
146
148
|
"ahooks": ">=3.0.0",
|
|
147
149
|
"antd": ">=6.0.0",
|
package/dist/lib-CYhlAgFY.js
DELETED