cc1-form 1.3.0 → 1.3.2

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.
@@ -3,7 +3,7 @@ import type { CurdConfig, CurdConfigColumn } from './indexType';
3
3
  import questionFilled from './icon/questionFilled.vue';
4
4
  import CirclePlusFilled from './icon/CirclePlusFilled.vue';
5
5
  import RemoveFilled from './icon/RemoveFilled.vue';
6
- import { ElInput, ElOption, ElSelect, ElSwitch, ElTableColumn } from 'element-plus';
6
+ import { ElFormItem, ElInput, ElOption, ElSelect, ElSwitch, ElTableColumn } from 'element-plus';
7
7
  import TSys from '../../utils/TSys';
8
8
  import TForm from '../../utils/TForm';
9
9
  declare const isFun: (fun: any, ...args: any[]) => any;
@@ -13,16 +13,17 @@ type __VLS_Props = {
13
13
  option: CurdConfig;
14
14
  };
15
15
  declare const self: any;
16
+ declare const isRequiredColumn: (item: CurdConfigColumn) => boolean;
16
17
  declare const __VLS_ctx: InstanceType<__VLS_PickNotAny<typeof __VLS_self, new () => {}>>;
17
18
  declare var __VLS_6: string, __VLS_7: {
18
19
  item: CurdConfigColumn<any>;
19
- }, __VLS_27: string | number, __VLS_28: any, __VLS_31: string, __VLS_32: {
20
+ }, __VLS_27: string | number, __VLS_28: any, __VLS_35: string, __VLS_36: {
20
21
  row: any;
21
22
  item: CurdConfigColumn<any>;
22
- }, __VLS_51: string, __VLS_52: {
23
+ }, __VLS_67: string, __VLS_68: {
23
24
  row: any;
24
25
  item: CurdConfigColumn<any>;
25
- }, __VLS_71: string, __VLS_72: {
26
+ }, __VLS_87: string, __VLS_88: {
26
27
  row: any;
27
28
  item: CurdConfigColumn<any>;
28
29
  };
@@ -31,16 +32,17 @@ type __VLS_Slots = __VLS_PrettifyGlobal<__VLS_OmitStringIndex<typeof __VLS_ctx.$
31
32
  } & {
32
33
  [K in NonNullable<typeof __VLS_27>]?: (props: typeof __VLS_28) => any;
33
34
  } & {
34
- [K in NonNullable<typeof __VLS_31>]?: (props: typeof __VLS_32) => any;
35
+ [K in NonNullable<typeof __VLS_35>]?: (props: typeof __VLS_36) => any;
35
36
  } & {
36
- [K in NonNullable<typeof __VLS_51>]?: (props: typeof __VLS_52) => any;
37
+ [K in NonNullable<typeof __VLS_67>]?: (props: typeof __VLS_68) => any;
37
38
  } & {
38
- [K in NonNullable<typeof __VLS_71>]?: (props: typeof __VLS_72) => any;
39
+ [K in NonNullable<typeof __VLS_87>]?: (props: typeof __VLS_88) => any;
39
40
  }>;
40
41
  declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
41
42
  questionFilled: typeof questionFilled;
42
43
  CirclePlusFilled: typeof CirclePlusFilled;
43
44
  RemoveFilled: typeof RemoveFilled;
45
+ ElFormItem: typeof ElFormItem;
44
46
  ElInput: typeof ElInput;
45
47
  ElOption: typeof ElOption;
46
48
  ElSelect: typeof ElSelect;
@@ -50,6 +52,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
50
52
  TForm: typeof TForm;
51
53
  isFun: typeof isFun;
52
54
  self: typeof self;
55
+ isRequiredColumn: typeof isRequiredColumn;
53
56
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
54
57
  declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
55
58
  declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cc1-form",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "我来助你-表单组件库",
5
5
  "repository": {
6
6
  "type": "git",