szld-libs 0.3.43 → 0.3.44

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.
@@ -19,6 +19,9 @@ export declare const handleUrlOptions: (val: any, delimiter: string, list: any[]
19
19
  export declare const handleGetSingleAttrListObj: (children: any[]) => {
20
20
  [key: string]: any;
21
21
  }[];
22
+ /**
23
+ * 匹配语言数据
24
+ */
22
25
  export declare const getTitle: (langConfig: any[], dataID?: string) => any;
23
26
  /**
24
27
  * 根据属性项配置处理成下拉数据
@@ -19,6 +19,9 @@ export declare const handleUrlOptions: (val: any, delimiter: string, list: any[]
19
19
  export declare const handleGetSingleAttrListObj: (children: any[]) => {
20
20
  [key: string]: any;
21
21
  }[];
22
+ /**
23
+ * 匹配语言数据
24
+ */
22
25
  export declare const getTitle: (langConfig: any[], dataID?: string) => any;
23
26
  /**
24
27
  * 根据属性项配置处理成下拉数据
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "szld-libs",
3
3
  "private": false,
4
- "version": "0.3.43",
4
+ "version": "0.3.44",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",