@a2simcode/ui 0.0.124 → 0.0.126

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.
@@ -58,8 +58,8 @@ export declare const JForm: {
58
58
  codeInit: string;
59
59
  };
60
60
  readonly: boolean;
61
- isAutoSize: boolean;
62
61
  schema: any[];
62
+ isAutoSize: boolean;
63
63
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
64
64
  P: {};
65
65
  B: {};
@@ -124,8 +124,8 @@ export declare const JForm: {
124
124
  codeInit: string;
125
125
  };
126
126
  readonly: boolean;
127
- isAutoSize: boolean;
128
127
  schema: any[];
128
+ isAutoSize: boolean;
129
129
  }>;
130
130
  __isFragment?: never;
131
131
  __isTeleport?: never;
@@ -189,8 +189,8 @@ export declare const JForm: {
189
189
  codeInit: string;
190
190
  };
191
191
  readonly: boolean;
192
- isAutoSize: boolean;
193
192
  schema: any[];
193
+ isAutoSize: boolean;
194
194
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
195
195
  install: (app: import('vue').App) => void;
196
196
  };
@@ -101,7 +101,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
101
101
  codeInit: string;
102
102
  };
103
103
  readonly: boolean;
104
- isAutoSize: boolean;
105
104
  schema: any[];
105
+ isAutoSize: boolean;
106
106
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
107
107
  export default _default;
@@ -14,7 +14,7 @@ export declare const JFormItem: {
14
14
  };
15
15
  config: {
16
16
  type: import('vue').PropType<Record<string, any>>;
17
- default: () => void;
17
+ default: () => {};
18
18
  };
19
19
  getCompConfig: {
20
20
  type: FunctionConstructor;
@@ -58,7 +58,7 @@ export declare const JFormItem: {
58
58
  };
59
59
  config: {
60
60
  type: import('vue').PropType<Record<string, any>>;
61
- default: () => void;
61
+ default: () => {};
62
62
  };
63
63
  getCompConfig: {
64
64
  type: FunctionConstructor;
@@ -99,7 +99,7 @@ export declare const JFormItem: {
99
99
  };
100
100
  config: {
101
101
  type: import('vue').PropType<Record<string, any>>;
102
- default: () => void;
102
+ default: () => {};
103
103
  };
104
104
  getCompConfig: {
105
105
  type: FunctionConstructor;
@@ -27,7 +27,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
27
27
  */
28
28
  config: {
29
29
  type: PropType<Record<string, any>>;
30
- default: () => void;
30
+ default: () => {};
31
31
  };
32
32
  /**
33
33
  * @zh 获取组件配置
@@ -74,7 +74,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
74
74
  */
75
75
  config: {
76
76
  type: PropType<Record<string, any>>;
77
- default: () => void;
77
+ default: () => {};
78
78
  };
79
79
  /**
80
80
  * @zh 获取组件配置
@@ -20,9 +20,9 @@ export declare const JPage: {
20
20
  on: (id: string, handler: (method: string, ...args: any[]) => void) => void;
21
21
  off: (id: string, handler?: (method: string, ...args: any[]) => void) => void;
22
22
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
23
+ schema: import('..').SchemaConfig[];
23
24
  actions: Record<string, any>;
24
25
  noPadding: boolean;
25
- schema: import('..').SchemaConfig[];
26
26
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
27
27
  P: {};
28
28
  B: {};
@@ -51,9 +51,9 @@ export declare const JPage: {
51
51
  on: (id: string, handler: (method: string, ...args: any[]) => void) => void;
52
52
  off: (id: string, handler?: (method: string, ...args: any[]) => void) => void;
53
53
  }, {}, {}, {}, {
54
+ schema: import('..').SchemaConfig[];
54
55
  actions: Record<string, any>;
55
56
  noPadding: boolean;
56
- schema: import('..').SchemaConfig[];
57
57
  }>;
58
58
  __isFragment?: never;
59
59
  __isTeleport?: never;
@@ -79,9 +79,9 @@ export declare const JPage: {
79
79
  on: (id: string, handler: (method: string, ...args: any[]) => void) => void;
80
80
  off: (id: string, handler?: (method: string, ...args: any[]) => void) => void;
81
81
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
82
+ schema: import('..').SchemaConfig[];
82
83
  actions: Record<string, any>;
83
84
  noPadding: boolean;
84
- schema: import('..').SchemaConfig[];
85
85
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
86
86
  install: (app: import('vue').App) => void;
87
87
  };
@@ -52,8 +52,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
52
52
  default: () => {};
53
53
  };
54
54
  }>> & Readonly<{}>, {
55
+ schema: SchemaConfig[];
55
56
  actions: Record<string, any>;
56
57
  noPadding: boolean;
57
- schema: SchemaConfig[];
58
58
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
59
59
  export default _default;
@@ -124,13 +124,13 @@ export declare const JTree: {
124
124
  immediate: boolean;
125
125
  valueKey: string;
126
126
  labelKey: string;
127
+ accordion: boolean;
127
128
  defaultExpandAll: boolean;
128
129
  theme: string;
129
130
  defaultCheckedKeys: any[];
130
131
  checkable: boolean;
131
132
  draggable: boolean;
132
133
  defaultExpandedKeys: any[];
133
- accordion: boolean;
134
134
  highlightCurrent: boolean;
135
135
  renderAfterExpand: boolean;
136
136
  pidKey: string;
@@ -276,13 +276,13 @@ export declare const JTree: {
276
276
  immediate: boolean;
277
277
  valueKey: string;
278
278
  labelKey: string;
279
+ accordion: boolean;
279
280
  defaultExpandAll: boolean;
280
281
  theme: string;
281
282
  defaultCheckedKeys: any[];
282
283
  checkable: boolean;
283
284
  draggable: boolean;
284
285
  defaultExpandedKeys: any[];
285
- accordion: boolean;
286
286
  highlightCurrent: boolean;
287
287
  renderAfterExpand: boolean;
288
288
  pidKey: string;
@@ -425,13 +425,13 @@ export declare const JTree: {
425
425
  immediate: boolean;
426
426
  valueKey: string;
427
427
  labelKey: string;
428
+ accordion: boolean;
428
429
  defaultExpandAll: boolean;
429
430
  theme: string;
430
431
  defaultCheckedKeys: any[];
431
432
  checkable: boolean;
432
433
  draggable: boolean;
433
434
  defaultExpandedKeys: any[];
434
- accordion: boolean;
435
435
  highlightCurrent: boolean;
436
436
  renderAfterExpand: boolean;
437
437
  pidKey: string;
@@ -452,13 +452,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
452
452
  immediate: boolean;
453
453
  valueKey: string;
454
454
  labelKey: string;
455
+ accordion: boolean;
455
456
  defaultExpandAll: boolean;
456
457
  theme: string;
457
458
  defaultCheckedKeys: any[];
458
459
  checkable: boolean;
459
460
  draggable: boolean;
460
461
  defaultExpandedKeys: any[];
461
- accordion: boolean;
462
462
  highlightCurrent: boolean;
463
463
  renderAfterExpand: boolean;
464
464
  pidKey: string;