@nocobase/client 1.6.15 → 1.6.17

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.
@@ -11,7 +11,9 @@ export declare const defaultAppComponents: {
11
11
  AppMain: React.NamedExoticComponent<object>;
12
12
  AppSpin: React.FC;
13
13
  AppError: React.FC<{
14
- error: Error;
14
+ error: Error & {
15
+ title?: string;
16
+ };
15
17
  }>;
16
18
  AppNotFound: React.FC;
17
19
  };
@@ -133,17 +133,10 @@ export declare const enumType: ({
133
133
  selected: boolean;
134
134
  schema: {
135
135
  'x-component': string;
136
- 'x-component-props'?: undefined;
137
- };
138
- noValue?: undefined;
139
- } | {
140
- label: string;
141
- value: string;
142
- schema: {
143
- 'x-component': string;
144
- 'x-component-props'?: undefined;
136
+ 'x-component-props': {
137
+ mode: any;
138
+ };
145
139
  };
146
- selected?: undefined;
147
140
  noValue?: undefined;
148
141
  } | {
149
142
  label: string;
@@ -106,17 +106,10 @@ export declare class RadioGroupFieldInterface extends CollectionFieldInterface {
106
106
  selected: boolean;
107
107
  schema: {
108
108
  'x-component': string;
109
- 'x-component-props'?: undefined;
110
- };
111
- noValue?: undefined;
112
- } | {
113
- label: string;
114
- value: string;
115
- schema: {
116
- 'x-component': string;
117
- 'x-component-props'?: undefined;
109
+ 'x-component-props': {
110
+ mode: any;
111
+ };
118
112
  };
119
- selected?: undefined;
120
113
  noValue?: undefined;
121
114
  } | {
122
115
  label: string;
@@ -108,17 +108,10 @@ export declare class SelectFieldInterface extends CollectionFieldInterface {
108
108
  selected: boolean;
109
109
  schema: {
110
110
  'x-component': string;
111
- 'x-component-props'?: undefined;
112
- };
113
- noValue?: undefined;
114
- } | {
115
- label: string;
116
- value: string;
117
- schema: {
118
- 'x-component': string;
119
- 'x-component-props'?: undefined;
111
+ 'x-component-props': {
112
+ mode: any;
113
+ };
120
114
  };
121
- selected?: undefined;
122
115
  noValue?: undefined;
123
116
  } | {
124
117
  label: string;