star-horse-lowcode 3.0.6 → 3.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/README.md CHANGED
@@ -548,3 +548,14 @@ barcode 条形码组件
548
548
  ```
549
549
  -修复StarHorseDialog 最大最小化和数据超过高度不滚动Bug,
550
550
  ```
551
+
552
+ #### v3.0.7
553
+ ```
554
+ -优化组件内存占用高问题
555
+ ```
556
+
557
+ #### v3.0.7
558
+
559
+ ```
560
+ -优化apiInstance 接口当appName 是url地址时,多出斜线问题,
561
+ ```
@@ -159,9 +159,9 @@ export declare function dynamicUrlOperation(preps: any, queryInfo?: SearchParams
159
159
  */
160
160
  export declare function createFilter(queryString: string): Promise<(data: SelectOption) => number>;
161
161
  /**
162
- * 公共Api接口
163
- * @param appName 应用名称
164
- * @param urlPrefix api接口前缀
162
+ * 公共 Api 接口
163
+ * @param appName 应用名称或者接口前缀
164
+ * @param urlPrefix api 接口前缀
165
165
  * @param condition 条件
166
166
  */
167
167
  export declare function apiInstance(appName: string, urlPrefix: string, condition?: Array<any>): ApiUrls;
@@ -1,5 +1,8 @@
1
1
  import { Ref } from 'vue';
2
2
  import { UserFuncInfo } from '../components/types/PageFieldInfo';
3
+ /**
4
+ * 动态表单用户自定义驱动
5
+ */
3
6
  /**
4
7
  * 用户自定义事件对接接口
5
8
  * @param code 需要执行的代码