@nxtedition/types 23.0.32 → 23.0.34

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.
@@ -16,7 +16,13 @@ export declare const randomGeneralTitleRecord: () => GeneralTitleRecord;
16
16
  export declare const assertGuardGeneralTitleRecord: __AssertionGuard<GeneralTitleRecord>;
17
17
  export declare const stringifyGeneralTitleRecord: (input: GeneralTitleRecord) => string;
18
18
  export declare const assertStringifyGeneralTitleRecord: (input: unknown) => string;
19
+ /**
20
+ * Record holding manually added tags
21
+ */
19
22
  export interface GeneralTagsRecord {
23
+ /**
24
+ * Manually added tags
25
+ */
20
26
  value?: string[];
21
27
  }
22
28
  export declare const isGeneralTagsRecord: (input: unknown) => input is GeneralTagsRecord;
@@ -20,7 +20,274 @@ export interface PanelDomainPanelRecord {
20
20
  }
21
21
  export declare const isPanelDomainPanelRecord: (input: unknown) => input is PanelDomainPanelRecord;
22
22
  export declare const assertPanelDomainPanelRecord: (input: unknown) => PanelDomainPanelRecord;
23
- export declare const randomPanelDomainPanelRecord: () => PanelDomainPanelRecord;
23
+ export declare const randomPanelDomainPanelRecord: () => {
24
+ title?: string | undefined;
25
+ supports?: string | string[] | undefined;
26
+ priority?: number | undefined;
27
+ editorPriority?: number | undefined;
28
+ properties?: {
29
+ [x: string]: {
30
+ type: "array" | "asset" | "boolean" | "datetime" | "number" | "string" | "object" | "rpc";
31
+ title?: string | undefined;
32
+ description?: string | undefined;
33
+ domain?: string | undefined;
34
+ path?: string | undefined;
35
+ computed?: Nxtpression<unknown>;
36
+ index?: {
37
+ label: string;
38
+ path: string;
39
+ } | undefined;
40
+ required?: boolean | undefined;
41
+ oneOf?: unknown[] | undefined;
42
+ };
43
+ } | undefined;
44
+ layout?: {
45
+ panel?: string | {
46
+ type: "divider";
47
+ title?: string | undefined;
48
+ } | {
49
+ property: string;
50
+ width?: (string | number) | undefined;
51
+ widget?: WidgetType | {
52
+ type: WidgetType;
53
+ readOnly?: boolean | undefined;
54
+ } | undefined;
55
+ } | (string | {
56
+ type: "divider";
57
+ title?: string | undefined;
58
+ } | {
59
+ property: string;
60
+ width?: (string | number) | undefined;
61
+ widget?: WidgetType | {
62
+ type: WidgetType;
63
+ readOnly?: boolean | undefined;
64
+ } | undefined;
65
+ } | (string | {
66
+ type: "divider";
67
+ title?: string | undefined;
68
+ } | {
69
+ property: string;
70
+ width?: (string | number) | undefined;
71
+ widget?: WidgetType | {
72
+ type: WidgetType;
73
+ readOnly?: boolean | undefined;
74
+ } | undefined;
75
+ } | (string | {
76
+ type: "divider";
77
+ title?: string | undefined;
78
+ } | {
79
+ property: string;
80
+ width?: (string | number) | undefined;
81
+ widget?: WidgetType | {
82
+ type: WidgetType;
83
+ readOnly?: boolean | undefined;
84
+ } | undefined;
85
+ } | (string | {
86
+ type: "divider";
87
+ title?: string | undefined;
88
+ } | {
89
+ property: string;
90
+ width?: (string | number) | undefined;
91
+ widget?: WidgetType | {
92
+ type: WidgetType;
93
+ readOnly?: boolean | undefined;
94
+ } | undefined;
95
+ } | (string | {
96
+ type: "divider";
97
+ title?: string | undefined;
98
+ } | {
99
+ property: string;
100
+ width?: (string | number) | undefined;
101
+ widget?: WidgetType | {
102
+ type: WidgetType;
103
+ readOnly?: boolean | undefined;
104
+ } | undefined;
105
+ } | (string | {
106
+ type: "divider";
107
+ title?: string | undefined;
108
+ } | {
109
+ property: string;
110
+ width?: (string | number) | undefined;
111
+ widget?: WidgetType | {
112
+ type: WidgetType;
113
+ readOnly?: boolean | undefined;
114
+ } | undefined;
115
+ } | (string | {
116
+ type: "divider";
117
+ title?: string | undefined;
118
+ } | {
119
+ property: string;
120
+ width?: (string | number) | undefined;
121
+ widget?: WidgetType | {
122
+ type: WidgetType;
123
+ readOnly?: boolean | undefined;
124
+ } | undefined;
125
+ } | (string | {
126
+ type: "divider";
127
+ title?: string | undefined;
128
+ } | {
129
+ property: string;
130
+ width?: (string | number) | undefined;
131
+ widget?: WidgetType | {
132
+ type: WidgetType;
133
+ readOnly?: boolean | undefined;
134
+ } | undefined;
135
+ } | (string | {
136
+ type: "divider";
137
+ title?: string | undefined;
138
+ } | {
139
+ property: string;
140
+ width?: (string | number) | undefined;
141
+ widget?: WidgetType | {
142
+ type: WidgetType;
143
+ readOnly?: boolean | undefined;
144
+ } | undefined;
145
+ } | (string | {
146
+ type: "divider";
147
+ title?: string | undefined;
148
+ } | {
149
+ property: string;
150
+ width?: (string | number) | undefined;
151
+ widget?: WidgetType | {
152
+ type: WidgetType;
153
+ readOnly?: boolean | undefined;
154
+ } | undefined;
155
+ } | (string | {
156
+ type: "divider";
157
+ title?: string | undefined;
158
+ } | {
159
+ property: string;
160
+ width?: (string | number) | undefined;
161
+ widget?: WidgetType | {
162
+ type: WidgetType;
163
+ readOnly?: boolean | undefined;
164
+ } | undefined;
165
+ } | any)[])[])[])[])[])[])[])[])[])[])[] | undefined;
166
+ editor?: string | {
167
+ type: "divider";
168
+ title?: string | undefined;
169
+ } | {
170
+ property: string;
171
+ width?: (string | number) | undefined;
172
+ widget?: WidgetType | {
173
+ type: WidgetType;
174
+ readOnly?: boolean | undefined;
175
+ } | undefined;
176
+ } | (string | {
177
+ type: "divider";
178
+ title?: string | undefined;
179
+ } | {
180
+ property: string;
181
+ width?: (string | number) | undefined;
182
+ widget?: WidgetType | {
183
+ type: WidgetType;
184
+ readOnly?: boolean | undefined;
185
+ } | undefined;
186
+ } | (string | {
187
+ type: "divider";
188
+ title?: string | undefined;
189
+ } | {
190
+ property: string;
191
+ width?: (string | number) | undefined;
192
+ widget?: WidgetType | {
193
+ type: WidgetType;
194
+ readOnly?: boolean | undefined;
195
+ } | undefined;
196
+ } | (string | {
197
+ type: "divider";
198
+ title?: string | undefined;
199
+ } | {
200
+ property: string;
201
+ width?: (string | number) | undefined;
202
+ widget?: WidgetType | {
203
+ type: WidgetType;
204
+ readOnly?: boolean | undefined;
205
+ } | undefined;
206
+ } | (string | {
207
+ type: "divider";
208
+ title?: string | undefined;
209
+ } | {
210
+ property: string;
211
+ width?: (string | number) | undefined;
212
+ widget?: WidgetType | {
213
+ type: WidgetType;
214
+ readOnly?: boolean | undefined;
215
+ } | undefined;
216
+ } | (string | {
217
+ type: "divider";
218
+ title?: string | undefined;
219
+ } | {
220
+ property: string;
221
+ width?: (string | number) | undefined;
222
+ widget?: WidgetType | {
223
+ type: WidgetType;
224
+ readOnly?: boolean | undefined;
225
+ } | undefined;
226
+ } | (string | {
227
+ type: "divider";
228
+ title?: string | undefined;
229
+ } | {
230
+ property: string;
231
+ width?: (string | number) | undefined;
232
+ widget?: WidgetType | {
233
+ type: WidgetType;
234
+ readOnly?: boolean | undefined;
235
+ } | undefined;
236
+ } | (string | {
237
+ type: "divider";
238
+ title?: string | undefined;
239
+ } | {
240
+ property: string;
241
+ width?: (string | number) | undefined;
242
+ widget?: WidgetType | {
243
+ type: WidgetType;
244
+ readOnly?: boolean | undefined;
245
+ } | undefined;
246
+ } | (string | {
247
+ type: "divider";
248
+ title?: string | undefined;
249
+ } | {
250
+ property: string;
251
+ width?: (string | number) | undefined;
252
+ widget?: WidgetType | {
253
+ type: WidgetType;
254
+ readOnly?: boolean | undefined;
255
+ } | undefined;
256
+ } | (string | {
257
+ type: "divider";
258
+ title?: string | undefined;
259
+ } | {
260
+ property: string;
261
+ width?: (string | number) | undefined;
262
+ widget?: WidgetType | {
263
+ type: WidgetType;
264
+ readOnly?: boolean | undefined;
265
+ } | undefined;
266
+ } | (string | {
267
+ type: "divider";
268
+ title?: string | undefined;
269
+ } | {
270
+ property: string;
271
+ width?: (string | number) | undefined;
272
+ widget?: WidgetType | {
273
+ type: WidgetType;
274
+ readOnly?: boolean | undefined;
275
+ } | undefined;
276
+ } | (string | {
277
+ type: "divider";
278
+ title?: string | undefined;
279
+ } | {
280
+ property: string;
281
+ width?: (string | number) | undefined;
282
+ widget?: WidgetType | {
283
+ type: WidgetType;
284
+ readOnly?: boolean | undefined;
285
+ } | undefined;
286
+ } | any)[])[])[])[])[])[])[])[])[])[])[] | undefined;
287
+ } | undefined;
288
+ filter?: string | undefined;
289
+ expand?: string | undefined;
290
+ };
24
291
  export declare const assertGuardPanelDomainPanelRecord: __AssertionGuard<PanelDomainPanelRecord>;
25
292
  export declare const stringifyPanelDomainPanelRecord: (input: PanelDomainPanelRecord) => string;
26
293
  export declare const assertStringifyPanelDomainPanelRecord: (input: unknown) => string;