star-horse-lowcode 2.7.49 → 2.7.50
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 +2 -1
- package/dist/assets/index.css +1 -1
- package/dist/index.es.js +155 -24631
- package/dist/types/index.d.ts +0 -7
- package/package.json +3 -8
package/dist/types/index.d.ts
CHANGED
|
@@ -7854,13 +7854,6 @@ isDesign: boolean;
|
|
|
7854
7854
|
isSearch: boolean;
|
|
7855
7855
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
7856
7856
|
|
|
7857
|
-
/**
|
|
7858
|
-
* 文本转拼音
|
|
7859
|
-
* @param text 文本
|
|
7860
|
-
* @param toCamel 是否驼峰
|
|
7861
|
-
*/
|
|
7862
|
-
export declare function textToPinYin(text: string, toCamel?: boolean): string;
|
|
7863
|
-
|
|
7864
7857
|
export declare const timeItem: DefineComponent<ExtractPropTypes< {
|
|
7865
7858
|
isDesign: {
|
|
7866
7859
|
type: BooleanConstructor;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "star-horse-lowcode",
|
|
3
3
|
"private": false,
|
|
4
4
|
"author": "l_1019@163.com",
|
|
5
|
-
"version": "2.7.
|
|
5
|
+
"version": "2.7.50",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
|
|
8
8
|
"keywords": [
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@vitejs/plugin-vue-jsx": "^5.0.1",
|
|
52
52
|
"@vueup/vue-quill": "^1.2.0",
|
|
53
53
|
"axios": "^1.10.0",
|
|
54
|
-
"element-plus": "^2.10.
|
|
54
|
+
"element-plus": "^2.10.4",
|
|
55
55
|
"glob": "^11.0.3",
|
|
56
56
|
"jquery": "^3.7.1",
|
|
57
57
|
"json5": "^2.2.3",
|
|
@@ -61,13 +61,11 @@
|
|
|
61
61
|
"path": "^0.12.7",
|
|
62
62
|
"pinia": "^3.0.3",
|
|
63
63
|
"pinia-plugin-persistedstate": "^4.4.1",
|
|
64
|
-
"pinyin-pro": "^3.26.0",
|
|
65
64
|
"process": "^0.11.10",
|
|
66
65
|
"qrcode.vue": "^3.6.0",
|
|
67
66
|
"quill-image-uploader": "^1.3.0",
|
|
68
67
|
"smooth-signature": "^1.1.0",
|
|
69
68
|
"sortablejs": "^1.15.6",
|
|
70
|
-
"svgicons2svgfont": "^15.0.1",
|
|
71
69
|
"tailwindcss": "^4.1.11",
|
|
72
70
|
"unplugin-auto-import": "^19.3.0",
|
|
73
71
|
"unplugin-element-plus": "^0.10.0",
|
|
@@ -75,7 +73,6 @@
|
|
|
75
73
|
"uuid": "^11.1.0",
|
|
76
74
|
"vite-plugin-dts": "^4.5.4",
|
|
77
75
|
"vue": "^3.5.17",
|
|
78
|
-
"vue-demi": "^0.14.10",
|
|
79
76
|
"vue-i18n": "^11.1.9",
|
|
80
77
|
"vue-m-message": "^4.0.2",
|
|
81
78
|
"vue-router": "^4.5.1",
|
|
@@ -90,10 +87,8 @@
|
|
|
90
87
|
"@types/uuid": "^10.0.0",
|
|
91
88
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
92
89
|
"sass-embedded": "^1.89.2",
|
|
93
|
-
"svg2ttf": "^6.0.3",
|
|
94
90
|
"terser": "^5.43.1",
|
|
95
|
-
"
|
|
96
|
-
"vite": "^7.0.2"
|
|
91
|
+
"vite": "^7.0.4"
|
|
97
92
|
},
|
|
98
93
|
"engines": {
|
|
99
94
|
"node": ">=20.13.0"
|