star-horse-lowcode 2.8.33 → 2.8.40

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.
@@ -523,6 +523,8 @@ declare type __VLS_Props_40 = ItemPreps;
523
523
 
524
524
  declare type __VLS_Props_41 = ItemPreps;
525
525
 
526
+ declare type __VLS_Props_42 = ItemPreps;
527
+
526
528
  declare type __VLS_Props_5 = ItemPreps;
527
529
 
528
530
  declare type __VLS_Props_6 = ItemPreps;
@@ -677,6 +679,10 @@ declare type __VLS_PublicProps_41 = {
677
679
  "formData"?: any;
678
680
  } & __VLS_Props_41;
679
681
 
682
+ declare type __VLS_PublicProps_42 = {
683
+ "formData"?: any;
684
+ } & __VLS_Props_42;
685
+
680
686
  declare type __VLS_PublicProps_5 = {
681
687
  "formData"?: any;
682
688
  } & __VLS_Props_5;
@@ -1722,7 +1728,7 @@ export declare interface ContainerPreps {
1722
1728
  /**
1723
1729
  * 组件url
1724
1730
  */
1725
- compUrl: ApiUrls;
1731
+ compUrl?: ApiUrls;
1726
1732
  /**
1727
1733
  * 组件属性
1728
1734
  */
@@ -1759,7 +1765,7 @@ export declare interface ContainerPreps {
1759
1765
  /**
1760
1766
  * 主键
1761
1767
  */
1762
- primaryKey: string | any;
1768
+ primaryKey?: string | any;
1763
1769
  /**
1764
1770
  * 校验规则
1765
1771
  */
@@ -2497,6 +2503,22 @@ showFormItem: boolean;
2497
2503
  dialogInputTableRef: unknown;
2498
2504
  }, any>;
2499
2505
 
2506
+ export declare const dialogItem: DefineComponent<__VLS_PublicProps_42, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2507
+ selectItem: (...args: any[]) => void;
2508
+ selfFunc: (...args: any[]) => void;
2509
+ "update:formData": (value: any) => void;
2510
+ }, string, PublicProps, Readonly<__VLS_PublicProps_42> & Readonly<{
2511
+ onSelectItem?: (...args: any[]) => any;
2512
+ onSelfFunc?: (...args: any[]) => any;
2513
+ "onUpdate:formData"?: (value: any) => any;
2514
+ }>, {
2515
+ disabled: boolean;
2516
+ isDesign: boolean;
2517
+ bareFlag: boolean;
2518
+ isSearch: boolean;
2519
+ showFormItem: boolean;
2520
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
2521
+
2500
2522
  /**
2501
2523
  * 模态窗口相关属性
2502
2524
  */
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.33",
5
+ "version": "2.8.40",
6
6
  "type": "module",
7
7
  "description": "星马低代码核心库,提供了低代码平台的基础功能和组件库。此库可引用到您的项目中,快速构建表单和列表。",
8
8
  "keywords": [
@@ -77,13 +77,13 @@
77
77
  "@replit/codemirror-minimap": "^0.5.2",
78
78
  "thememirror": "^2.0.1",
79
79
  "codemirror": "^6.0.2",
80
- "sql-formatter": "^15.6.10",
80
+ "sql-formatter": "^15.6.11",
81
81
  "@vueup/vue-quill": "^1.2.0",
82
82
  "axios": "^1.13.2",
83
83
  "element-plus": "^2.12.0",
84
84
  "jquery": "^3.7.1",
85
85
  "json5": "^2.2.3",
86
- "md-editor-v3": "^6.2.0",
86
+ "md-editor-v3": "^6.2.1",
87
87
  "path": "^0.12.7",
88
88
  "pinia": "^3.0.4",
89
89
  "pinia-plugin-persistedstate": "^4.7.1",
@@ -93,7 +93,7 @@
93
93
  "sortablejs": "^1.15.6",
94
94
  "tailwindcss": "^4.1.17",
95
95
  "uuid": "^13.0.0",
96
- "vanilla-jsoneditor": "^3.10.0",
96
+ "vanilla-jsoneditor": "^3.11.0",
97
97
  "preview-image-js": "^1.2.0",
98
98
  "vue": "^3.5.25",
99
99
  "vue-i18n": "^11.2.2",
@@ -111,8 +111,8 @@
111
111
  "@types/prismjs": "^1.26.5",
112
112
  "@types/sortablejs": "^1.15.9",
113
113
  "@rollup/plugin-inject": "^5.0.5",
114
- "@typescript-eslint/eslint-plugin": "^8.48.1",
115
- "@typescript-eslint/parser": "^8.48.1",
114
+ "@typescript-eslint/eslint-plugin": "^8.49.0",
115
+ "@typescript-eslint/parser": "^8.49.0",
116
116
  "@vitejs/plugin-vue": "^6.0.2",
117
117
  "unplugin-auto-import": "^20.3.0",
118
118
  "unplugin-vue-components": "^30.0.0",
@@ -121,7 +121,7 @@
121
121
  "eslint-plugin-vue": "^10.6.2",
122
122
  "prettier": "^3.7.4",
123
123
  "vite-plugin-dts": "^4.5.4",
124
- "sass-embedded": "^1.93.3",
124
+ "sass-embedded": "^1.96.0",
125
125
  "terser": "^5.44.1",
126
126
  "vite": "^7.2.7"
127
127
  },