cc1-form 1.2.26 → 1.2.28

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/dist/index.d.ts CHANGED
@@ -12,6 +12,7 @@ import TFormConfig from './utils/TFormConfig';
12
12
  import TFormI18n from './utils/TFormI18n';
13
13
  import TSys from './utils/TSys';
14
14
  import TFile from './utils/TFile';
15
+ import TObj from './utils/TObj';
15
16
  /**
16
17
  * 安装 cc1-form 插件,注册全局组件 `TCurd`、`TFormList`、`TColumn`
17
18
  *
@@ -46,7 +47,7 @@ export declare const install: (app: App, options?: {
46
47
  [key: string]: any;
47
48
  };
48
49
  }) => void;
49
- export { ArrUtil, ExcelUtil, TColumn, TCurd, TForm, TFormList, TFormI18n, TSys, TFile, TFormConfig, type CurdConfig, type CurdConfigColumn, type CurdOption, type curdConfType };
50
+ export { ArrUtil, ExcelUtil, TColumn, TCurd, TForm, TFormList, TFormI18n, TSys, TFile, TFormConfig, type CurdConfig, type CurdConfigColumn, type CurdOption, type curdConfType, TObj };
50
51
  declare const _default: {
51
52
  install: (app: App, options?: {
52
53
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc1-form",
3
- "version": "1.2.26",
3
+ "version": "1.2.28",
4
4
  "description": "我来助你-表单组件库",
5
5
  "repository": {
6
6
  "type": "git",