@a2simcode/ui 0.0.28 → 0.0.29

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.
@@ -24,6 +24,10 @@ export declare const JFormItem: {
24
24
  type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
25
25
  default: () => never[];
26
26
  };
27
+ isNotCol: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
27
31
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
28
32
  type: string;
29
33
  id: string;
@@ -31,6 +35,7 @@ export declare const JFormItem: {
31
35
  getCompType: Function;
32
36
  config: Record<string, any>;
33
37
  getCompConfig: Function;
38
+ isNotCol: boolean;
34
39
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
35
40
  P: {};
36
41
  B: {};
@@ -63,6 +68,10 @@ export declare const JFormItem: {
63
68
  type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
64
69
  default: () => never[];
65
70
  };
71
+ isNotCol: {
72
+ type: BooleanConstructor;
73
+ default: boolean;
74
+ };
66
75
  }>> & Readonly<{}>, {}, {}, {}, {}, {
67
76
  type: string;
68
77
  id: string;
@@ -70,6 +79,7 @@ export declare const JFormItem: {
70
79
  getCompType: Function;
71
80
  config: Record<string, any>;
72
81
  getCompConfig: Function;
82
+ isNotCol: boolean;
73
83
  }>;
74
84
  __isFragment?: never;
75
85
  __isTeleport?: never;
@@ -99,6 +109,10 @@ export declare const JFormItem: {
99
109
  type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
100
110
  default: () => never[];
101
111
  };
112
+ isNotCol: {
113
+ type: BooleanConstructor;
114
+ default: boolean;
115
+ };
102
116
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
103
117
  type: string;
104
118
  id: string;
@@ -106,6 +120,7 @@ export declare const JFormItem: {
106
120
  getCompType: Function;
107
121
  config: Record<string, any>;
108
122
  getCompConfig: Function;
123
+ isNotCol: boolean;
109
124
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
110
125
  install: (app: import('vue').App) => void;
111
126
  };
@@ -43,6 +43,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
43
43
  type: PropType<SchemaRuntimeConfig[]>;
44
44
  default: () => never[];
45
45
  };
46
+ isNotCol: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
46
50
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
47
51
  /**
48
52
  * @zh 组件 id
@@ -86,6 +90,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
86
90
  type: PropType<SchemaRuntimeConfig[]>;
87
91
  default: () => never[];
88
92
  };
93
+ isNotCol: {
94
+ type: BooleanConstructor;
95
+ default: boolean;
96
+ };
89
97
  }>> & Readonly<{}>, {
90
98
  type: string;
91
99
  id: string;
@@ -93,5 +101,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
93
101
  getCompType: Function;
94
102
  config: Record<string, any>;
95
103
  getCompConfig: Function;
104
+ isNotCol: boolean;
96
105
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
97
106
  export default _default;