star-horse-lowcode 3.0.5 → 3.0.7

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.
@@ -37,6 +37,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
37
37
  basePrefix?: string;
38
38
  permissionsUrl?: string;
39
39
  appName?: string;
40
+ subPrefix?: string;
40
41
  condition?: {
41
42
  propertyName?: string;
42
43
  operation?: string | null;
@@ -138,6 +139,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
138
139
  basePrefix?: string;
139
140
  permissionsUrl?: string;
140
141
  appName?: string;
142
+ subPrefix?: string;
141
143
  condition?: {
142
144
  propertyName?: string;
143
145
  operation?: string | null;
@@ -252,6 +254,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
252
254
  basePrefix?: string;
253
255
  permissionsUrl?: string;
254
256
  appName?: string;
257
+ subPrefix?: string;
255
258
  condition?: {
256
259
  propertyName?: string;
257
260
  operation?: string | null;
@@ -353,6 +356,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
353
356
  basePrefix?: string;
354
357
  permissionsUrl?: string;
355
358
  appName?: string;
359
+ subPrefix?: string;
356
360
  condition?: {
357
361
  propertyName?: string;
358
362
  operation?: string | null;
@@ -467,6 +471,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
467
471
  basePrefix?: string;
468
472
  permissionsUrl?: string;
469
473
  appName?: string;
474
+ subPrefix?: string;
470
475
  condition?: {
471
476
  propertyName?: string;
472
477
  operation?: string | null;
@@ -568,6 +573,7 @@ export declare const useSelfOperationStore: import('pinia').StoreDefinition<"sel
568
573
  basePrefix?: string;
569
574
  permissionsUrl?: string;
570
575
  appName?: string;
576
+ subPrefix?: string;
571
577
  condition?: {
572
578
  propertyName?: string;
573
579
  operation?: string | null;
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": "3.0.5",
5
+ "version": "3.0.7",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -80,7 +80,7 @@
80
80
  "@vueuse/core": "^14.3.0",
81
81
  "@wangeditor/editor": "^5.1.23",
82
82
  "@wangeditor/editor-for-vue": "^5.1.12",
83
- "axios": "^1.16.0",
83
+ "axios": "^1.16.1",
84
84
  "codemirror": "^6.0.2",
85
85
  "element-plus": "^2.14.0",
86
86
  "jquery": "^4.0.0",
@@ -91,10 +91,10 @@
91
91
  "pinia": "^3.0.4",
92
92
  "pinia-plugin-persistedstate": "^4.7.1",
93
93
  "preview-image-js": "^1.2.1",
94
- "qrcode.vue": "^3.9.0",
94
+ "qrcode.vue": "^3.9.1",
95
95
  "smooth-signature": "^1.1.0",
96
96
  "sortablejs": "^1.15.7",
97
- "sql-formatter": "^15.7.3",
97
+ "sql-formatter": "^15.7.4",
98
98
  "tailwindcss": "^4.3.0",
99
99
  "thememirror": "^2.0.1",
100
100
  "uuid": "^14.0.0",
@@ -102,7 +102,7 @@
102
102
  "vue": "^3.5.34",
103
103
  "vue-i18n": "^11.4.2",
104
104
  "vue-m-message": "^4.0.2",
105
- "vue-router": "^5.0.6",
105
+ "vue-router": "^5.0.7",
106
106
  "vue3-barcode": "^1.0.1",
107
107
  "vue3-signature": "^0.4.4",
108
108
  "vue3-ts-jsoneditor": "^3.4.0",
@@ -115,11 +115,11 @@
115
115
  "@types/jquery": "^4.0.0",
116
116
  "@types/prismjs": "^1.26.6",
117
117
  "@types/sortablejs": "^1.15.9",
118
- "@typescript-eslint/eslint-plugin": "^8.59.2",
119
- "@typescript-eslint/parser": "^8.59.2",
118
+ "@typescript-eslint/eslint-plugin": "^8.59.3",
119
+ "@typescript-eslint/parser": "^8.59.3",
120
120
  "@typescript/typescript6": "^6.0.1",
121
121
  "@vitejs/plugin-vue": "^6.0.6",
122
- "@vue/language-core": "^3.2.8",
122
+ "@vue/language-core": "^3.2.9",
123
123
  "eslint": "^10.3.0",
124
124
  "eslint-plugin-vue": "^10.9.1",
125
125
  "globals": "^17.6.0",