star-horse-lowcode 2.8.22 → 2.8.24

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.
@@ -10,12 +10,12 @@ import { DefineComponent } from 'vue';
10
10
  import { ExtractPropTypes } from 'vue';
11
11
  import { GlobalComponents } from 'vue';
12
12
  import { GlobalDirectives } from 'vue';
13
- import { JSONEditorSelection } from 'vue3-ts-jsoneditor';
14
- import { JSONParser } from 'vue3-ts-jsoneditor';
15
- import { JSONPathParser } from 'vue3-ts-jsoneditor';
16
- import { OnClassName } from 'vue3-ts-jsoneditor';
17
- import { OnRenderMenu } from 'vue3-ts-jsoneditor';
18
- import { OnRenderValue } from 'vue3-ts-jsoneditor';
13
+ import { JSONEditorSelection } from 'vanilla-jsoneditor';
14
+ import { JSONParser } from 'vanilla-jsoneditor';
15
+ import { JSONPathParser } from 'vanilla-jsoneditor';
16
+ import { OnClassName } from 'vanilla-jsoneditor';
17
+ import { OnRenderMenu } from 'vanilla-jsoneditor';
18
+ import { OnRenderValue } from 'vanilla-jsoneditor';
19
19
  import { Pinia } from 'pinia';
20
20
  import { PropType } from 'vue';
21
21
  import { PublicProps } from 'vue';
@@ -26,7 +26,7 @@ import { RouteLocationNormalized } from 'vue-router';
26
26
  import { Router } from 'vue-router';
27
27
  import { ShallowRef } from 'vue';
28
28
  import { StoreDefinition } from 'pinia';
29
- import { Validator } from 'vue3-ts-jsoneditor';
29
+ import { Validator } from 'vanilla-jsoneditor';
30
30
  import { WritableComputedRef } from 'vue';
31
31
 
32
32
  declare const __VLS_component: DefineComponent<ExtractPropTypes< {
@@ -4997,7 +4997,7 @@ default: any;
4997
4997
  text: PropType<string>;
4998
4998
  jsonString: PropType<string>;
4999
4999
  selection: {
5000
- type: PropType<JSONEditorSelection>;
5000
+ type: PropType<JSONEditorSelection | undefined>;
5001
5001
  default: any;
5002
5002
  };
5003
5003
  mode: {
@@ -5056,7 +5056,7 @@ darkTheme: {
5056
5056
  type: PropType<boolean>;
5057
5057
  default: any;
5058
5058
  };
5059
- }>> & {
5059
+ }>> & Readonly<{
5060
5060
  "onUpdate:modelValue"?: (...args: any[]) => any;
5061
5061
  "onUpdate:json"?: (...args: any[]) => any;
5062
5062
  "onUpdate:text"?: (...args: any[]) => any;
@@ -5069,17 +5069,17 @@ onError?: (...args: any[]) => any;
5069
5069
  "onChange-query-language"?: (...args: any[]) => any;
5070
5070
  onFocus?: (...args: any[]) => any;
5071
5071
  onBlur?: (...args: any[]) => any;
5072
- }, {
5073
- max: Ref<boolean>;
5072
+ }>, {
5073
+ max: Ref<boolean, boolean>;
5074
5074
  getHeight: ComputedRef< {
5075
5075
  height: string;
5076
5076
  } | {
5077
5077
  height?: undefined;
5078
5078
  }>;
5079
- container: Ref<HTMLDivElement>;
5079
+ container: Ref<HTMLDivElement, HTMLDivElement>;
5080
5080
  darkThemeStyle: ComputedRef<boolean>;
5081
- fallbackSlot: Ref<boolean>;
5082
- }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "blur" | "change" | "focus" | "update:modelValue" | "update:json" | "update:text" | "update:jsonString" | "update:selection" | "change-mode" | "update:mode" | "change-query-language")[], PublicProps, {
5081
+ fallbackSlot: Ref<boolean, boolean>;
5082
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("error" | "blur" | "change" | "focus" | "update:modelValue" | "update:json" | "update:text" | "update:jsonString" | "update:selection" | "change-mode" | "update:mode" | "change-query-language")[], PublicProps, {
5083
5083
  selection: JSONEditorSelection;
5084
5084
  mainMenuBar: boolean;
5085
5085
  navigationBar: boolean;
@@ -5114,7 +5114,7 @@ default: any;
5114
5114
  text: PropType<string>;
5115
5115
  jsonString: PropType<string>;
5116
5116
  selection: {
5117
- type: PropType<JSONEditorSelection>;
5117
+ type: PropType<JSONEditorSelection | undefined>;
5118
5118
  default: any;
5119
5119
  };
5120
5120
  mode: {
@@ -5173,7 +5173,7 @@ darkTheme: {
5173
5173
  type: PropType<boolean>;
5174
5174
  default: any;
5175
5175
  };
5176
- }>> & {
5176
+ }>> & Readonly<{
5177
5177
  "onUpdate:modelValue"?: (...args: any[]) => any;
5178
5178
  "onUpdate:json"?: (...args: any[]) => any;
5179
5179
  "onUpdate:text"?: (...args: any[]) => any;
@@ -5186,16 +5186,16 @@ onError?: (...args: any[]) => any;
5186
5186
  "onChange-query-language"?: (...args: any[]) => any;
5187
5187
  onFocus?: (...args: any[]) => any;
5188
5188
  onBlur?: (...args: any[]) => any;
5189
- }, {
5190
- max: Ref<boolean>;
5189
+ }>, {
5190
+ max: Ref<boolean, boolean>;
5191
5191
  getHeight: ComputedRef< {
5192
5192
  height: string;
5193
5193
  } | {
5194
5194
  height?: undefined;
5195
5195
  }>;
5196
- container: Ref<HTMLDivElement>;
5196
+ container: Ref<HTMLDivElement, HTMLDivElement>;
5197
5197
  darkThemeStyle: ComputedRef<boolean>;
5198
- fallbackSlot: Ref<boolean>;
5198
+ fallbackSlot: Ref<boolean, boolean>;
5199
5199
  }, {}, {}, {}, {
5200
5200
  selection: JSONEditorSelection;
5201
5201
  mainMenuBar: boolean;
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.8.22",
5
+ "version": "2.8.24",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -61,15 +61,14 @@
61
61
  ]
62
62
  },
63
63
  "dependencies": {
64
- "@element-plus/icons-vue": "^2.3.2",
65
- "@eslint/js": "^9.37.0",
64
+ "@eslint/js": "^9.38.0",
66
65
  "@originjs/vite-plugin-commonjs": "^1.0.3",
67
66
  "@rollup/plugin-inject": "^5.0.5",
68
- "@tailwindcss/vite": "^4.1.14",
67
+ "@tailwindcss/vite": "^4.1.16",
69
68
  "@vitejs/plugin-vue-jsx": "^5.1.1",
70
69
  "@vueup/vue-quill": "^1.2.0",
71
- "axios": "^1.12.2",
72
- "element-plus": "^2.11.4",
70
+ "axios": "^1.13.0",
71
+ "element-plus": "^2.11.5",
73
72
  "eslint-config-prettier": "^10.1.8",
74
73
  "eslint-plugin-prettier": "^5.5.4",
75
74
  "globals": "^16.4.0",
@@ -83,10 +82,10 @@
83
82
  "quill-image-uploader": "^1.3.0",
84
83
  "smooth-signature": "^1.1.0",
85
84
  "sortablejs": "^1.15.6",
86
- "tailwindcss": "^4.1.14",
85
+ "tailwindcss": "^4.1.16",
87
86
  "unplugin-auto-import": "^20.2.0",
88
87
  "unplugin-element-plus": "^0.10.0",
89
- "unplugin-vue-components": "^29.1.0",
88
+ "unplugin-vue-components": "^30.0.0",
90
89
  "uuid": "^13.0.0",
91
90
  "vanilla-jsoneditor": "^3.10.0",
92
91
  "vite-plugin-dts": "^4.5.4",
@@ -94,29 +93,29 @@
94
93
  "vue-eslint-parser": "^10.2.0",
95
94
  "vue-i18n": "^11.1.12",
96
95
  "vue-m-message": "^4.0.2",
97
- "vue-router": "^4.5.1",
96
+ "vue-router": "^4.6.3",
98
97
  "vue3-barcode": "^1.0.1",
99
- "vue3-ts-jsoneditor": "2.11.4",
98
+ "vue3-ts-jsoneditor": "^3.1.2",
100
99
  "vuedraggable": "^4.1.0"
101
100
  },
102
101
  "devDependencies": {
103
- "@rollup/plugin-commonjs": "^28.0.6",
102
+ "@rollup/plugin-commonjs": "^28.0.9",
104
103
  "@types/jquery": "^3.5.33",
105
- "@types/node": "^24.7.2",
104
+ "@types/node": "^24.9.1",
106
105
  "@types/prismjs": "^1.26.5",
107
- "@types/sortablejs": "^1.15.8",
106
+ "@types/sortablejs": "^1.15.9",
108
107
  "@types/uuid": "^11.0.0",
109
- "@typescript-eslint/eslint-plugin": "^8.46.0",
110
- "@typescript-eslint/parser": "^8.46.0",
108
+ "@typescript-eslint/eslint-plugin": "^8.46.2",
109
+ "@typescript-eslint/parser": "^8.46.2",
111
110
  "@vitejs/plugin-vue": "^6.0.1",
112
- "eslint": "^9.37.0",
111
+ "eslint": "^9.38.0",
113
112
  "eslint-config-prettier": "^10.1.8",
114
113
  "eslint-plugin-prettier": "^5.5.4",
115
- "eslint-plugin-vue": "^10.5.0",
114
+ "eslint-plugin-vue": "^10.5.1",
116
115
  "prettier": "^3.6.2",
117
116
  "sass-embedded": "^1.93.2",
118
117
  "terser": "^5.44.0",
119
- "vite": "^7.1.9"
118
+ "vite": "^7.1.12"
120
119
  },
121
120
  "engines": {
122
121
  "node": ">=20.13.0"