@uniformdev/canvas-next 19.173.1-alpha.17 → 19.175.1-alpha.35
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.
- package/dist/route/index.d.mts +8 -224
- package/dist/route/index.d.ts +8 -224
- package/package.json +7 -7
package/dist/route/index.d.mts
CHANGED
|
@@ -133,34 +133,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
133
133
|
locales?: {
|
|
134
134
|
[key: string]: unknown;
|
|
135
135
|
} | undefined;
|
|
136
|
-
conditions?: {
|
|
137
|
-
when: {
|
|
138
|
-
op?: "&" | "|" | undefined;
|
|
139
|
-
clauses: (any | {
|
|
140
|
-
rule: string;
|
|
141
|
-
source?: string | undefined;
|
|
142
|
-
op: string;
|
|
143
|
-
value: string | string[];
|
|
144
|
-
})[];
|
|
145
|
-
};
|
|
146
|
-
value: unknown;
|
|
147
|
-
id: number;
|
|
148
|
-
}[] | undefined;
|
|
149
|
-
localesConditions?: {
|
|
150
|
-
[key: string]: {
|
|
151
|
-
when: {
|
|
152
|
-
op?: "&" | "|" | undefined;
|
|
153
|
-
clauses: (any | {
|
|
154
|
-
rule: string;
|
|
155
|
-
source?: string | undefined;
|
|
156
|
-
op: string;
|
|
157
|
-
value: string | string[];
|
|
158
|
-
})[];
|
|
159
|
-
};
|
|
160
|
-
value: unknown;
|
|
161
|
-
id: number;
|
|
162
|
-
}[];
|
|
163
|
-
} | undefined;
|
|
164
136
|
};
|
|
165
137
|
} | undefined;
|
|
166
138
|
variant?: string | undefined;
|
|
@@ -201,34 +173,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
201
173
|
locales?: {
|
|
202
174
|
[key: string]: unknown;
|
|
203
175
|
} | undefined;
|
|
204
|
-
conditions?: {
|
|
205
|
-
when: {
|
|
206
|
-
op?: "&" | "|" | undefined;
|
|
207
|
-
clauses: (any | {
|
|
208
|
-
rule: string;
|
|
209
|
-
source?: string | undefined;
|
|
210
|
-
op: string;
|
|
211
|
-
value: string | string[];
|
|
212
|
-
})[];
|
|
213
|
-
};
|
|
214
|
-
value: unknown;
|
|
215
|
-
id: number;
|
|
216
|
-
}[] | undefined;
|
|
217
|
-
localesConditions?: {
|
|
218
|
-
[key: string]: {
|
|
219
|
-
when: {
|
|
220
|
-
op?: "&" | "|" | undefined;
|
|
221
|
-
clauses: (any | {
|
|
222
|
-
rule: string;
|
|
223
|
-
source?: string | undefined;
|
|
224
|
-
op: string;
|
|
225
|
-
value: string | string[];
|
|
226
|
-
})[];
|
|
227
|
-
};
|
|
228
|
-
value: unknown;
|
|
229
|
-
id: number;
|
|
230
|
-
}[];
|
|
231
|
-
} | undefined;
|
|
232
176
|
};
|
|
233
177
|
} | undefined;
|
|
234
178
|
variant?: string | undefined;
|
|
@@ -243,6 +187,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
243
187
|
isPatternParameter?: boolean | undefined;
|
|
244
188
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
245
189
|
optionalPatternParameter?: boolean | undefined;
|
|
190
|
+
isDraft?: boolean | undefined;
|
|
246
191
|
variables?: {
|
|
247
192
|
[key: string]: string;
|
|
248
193
|
} | undefined;
|
|
@@ -254,6 +199,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
254
199
|
isPatternParameter?: boolean | undefined;
|
|
255
200
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
256
201
|
optionalPatternParameter?: boolean | undefined;
|
|
202
|
+
isDraft?: boolean | undefined;
|
|
257
203
|
variables?: {
|
|
258
204
|
[key: string]: string;
|
|
259
205
|
} | undefined;
|
|
@@ -276,34 +222,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
276
222
|
locales?: {
|
|
277
223
|
[key: string]: unknown;
|
|
278
224
|
} | undefined;
|
|
279
|
-
conditions?: {
|
|
280
|
-
when: {
|
|
281
|
-
op?: "&" | "|" | undefined;
|
|
282
|
-
clauses: (any | {
|
|
283
|
-
rule: string;
|
|
284
|
-
source?: string | undefined;
|
|
285
|
-
op: string;
|
|
286
|
-
value: string | string[];
|
|
287
|
-
})[];
|
|
288
|
-
};
|
|
289
|
-
value: unknown;
|
|
290
|
-
id: number;
|
|
291
|
-
}[] | undefined;
|
|
292
|
-
localesConditions?: {
|
|
293
|
-
[key: string]: {
|
|
294
|
-
when: {
|
|
295
|
-
op?: "&" | "|" | undefined;
|
|
296
|
-
clauses: (any | {
|
|
297
|
-
rule: string;
|
|
298
|
-
source?: string | undefined;
|
|
299
|
-
op: string;
|
|
300
|
-
value: string | string[];
|
|
301
|
-
})[];
|
|
302
|
-
};
|
|
303
|
-
value: unknown;
|
|
304
|
-
id: number;
|
|
305
|
-
}[];
|
|
306
|
-
} | undefined;
|
|
307
225
|
};
|
|
308
226
|
} | undefined;
|
|
309
227
|
slots?: {
|
|
@@ -336,6 +254,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
336
254
|
isPatternParameter?: boolean | undefined;
|
|
337
255
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
338
256
|
optionalPatternParameter?: boolean | undefined;
|
|
257
|
+
isDraft?: boolean | undefined;
|
|
339
258
|
variables?: {
|
|
340
259
|
[key: string]: string;
|
|
341
260
|
} | undefined;
|
|
@@ -347,6 +266,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
347
266
|
isPatternParameter?: boolean | undefined;
|
|
348
267
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
349
268
|
optionalPatternParameter?: boolean | undefined;
|
|
269
|
+
isDraft?: boolean | undefined;
|
|
350
270
|
variables?: {
|
|
351
271
|
[key: string]: string;
|
|
352
272
|
} | undefined;
|
|
@@ -369,34 +289,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
369
289
|
locales?: {
|
|
370
290
|
[key: string]: unknown;
|
|
371
291
|
} | undefined;
|
|
372
|
-
conditions?: {
|
|
373
|
-
when: {
|
|
374
|
-
op?: "&" | "|" | undefined;
|
|
375
|
-
clauses: (any | {
|
|
376
|
-
rule: string;
|
|
377
|
-
source?: string | undefined;
|
|
378
|
-
op: string;
|
|
379
|
-
value: string | string[];
|
|
380
|
-
})[];
|
|
381
|
-
};
|
|
382
|
-
value: unknown;
|
|
383
|
-
id: number;
|
|
384
|
-
}[] | undefined;
|
|
385
|
-
localesConditions?: {
|
|
386
|
-
[key: string]: {
|
|
387
|
-
when: {
|
|
388
|
-
op?: "&" | "|" | undefined;
|
|
389
|
-
clauses: (any | {
|
|
390
|
-
rule: string;
|
|
391
|
-
source?: string | undefined;
|
|
392
|
-
op: string;
|
|
393
|
-
value: string | string[];
|
|
394
|
-
})[];
|
|
395
|
-
};
|
|
396
|
-
value: unknown;
|
|
397
|
-
id: number;
|
|
398
|
-
}[];
|
|
399
|
-
} | undefined;
|
|
400
292
|
};
|
|
401
293
|
} | undefined;
|
|
402
294
|
slots?: {
|
|
@@ -437,34 +329,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
437
329
|
locales?: {
|
|
438
330
|
[key: string]: unknown;
|
|
439
331
|
} | undefined;
|
|
440
|
-
conditions?: {
|
|
441
|
-
when: {
|
|
442
|
-
op?: "&" | "|" | undefined;
|
|
443
|
-
clauses: (any | {
|
|
444
|
-
rule: string;
|
|
445
|
-
source?: string | undefined;
|
|
446
|
-
op: string;
|
|
447
|
-
value: string | string[];
|
|
448
|
-
})[];
|
|
449
|
-
};
|
|
450
|
-
value: unknown;
|
|
451
|
-
id: number;
|
|
452
|
-
}[] | undefined;
|
|
453
|
-
localesConditions?: {
|
|
454
|
-
[key: string]: {
|
|
455
|
-
when: {
|
|
456
|
-
op?: "&" | "|" | undefined;
|
|
457
|
-
clauses: (any | {
|
|
458
|
-
rule: string;
|
|
459
|
-
source?: string | undefined;
|
|
460
|
-
op: string;
|
|
461
|
-
value: string | string[];
|
|
462
|
-
})[];
|
|
463
|
-
};
|
|
464
|
-
value: unknown;
|
|
465
|
-
id: number;
|
|
466
|
-
}[];
|
|
467
|
-
} | undefined;
|
|
468
332
|
};
|
|
469
333
|
} | undefined;
|
|
470
334
|
variant?: string | undefined;
|
|
@@ -505,34 +369,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
505
369
|
locales?: {
|
|
506
370
|
[key: string]: unknown;
|
|
507
371
|
} | undefined;
|
|
508
|
-
conditions?: {
|
|
509
|
-
when: {
|
|
510
|
-
op?: "&" | "|" | undefined;
|
|
511
|
-
clauses: (any | {
|
|
512
|
-
rule: string;
|
|
513
|
-
source?: string | undefined;
|
|
514
|
-
op: string;
|
|
515
|
-
value: string | string[];
|
|
516
|
-
})[];
|
|
517
|
-
};
|
|
518
|
-
value: unknown;
|
|
519
|
-
id: number;
|
|
520
|
-
}[] | undefined;
|
|
521
|
-
localesConditions?: {
|
|
522
|
-
[key: string]: {
|
|
523
|
-
when: {
|
|
524
|
-
op?: "&" | "|" | undefined;
|
|
525
|
-
clauses: (any | {
|
|
526
|
-
rule: string;
|
|
527
|
-
source?: string | undefined;
|
|
528
|
-
op: string;
|
|
529
|
-
value: string | string[];
|
|
530
|
-
})[];
|
|
531
|
-
};
|
|
532
|
-
value: unknown;
|
|
533
|
-
id: number;
|
|
534
|
-
}[];
|
|
535
|
-
} | undefined;
|
|
536
372
|
};
|
|
537
373
|
} | undefined;
|
|
538
374
|
variant?: string | undefined;
|
|
@@ -547,6 +383,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
547
383
|
isPatternParameter?: boolean | undefined;
|
|
548
384
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
549
385
|
optionalPatternParameter?: boolean | undefined;
|
|
386
|
+
isDraft?: boolean | undefined;
|
|
550
387
|
variables?: {
|
|
551
388
|
[key: string]: string;
|
|
552
389
|
} | undefined;
|
|
@@ -558,6 +395,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
558
395
|
isPatternParameter?: boolean | undefined;
|
|
559
396
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
560
397
|
optionalPatternParameter?: boolean | undefined;
|
|
398
|
+
isDraft?: boolean | undefined;
|
|
561
399
|
variables?: {
|
|
562
400
|
[key: string]: string;
|
|
563
401
|
} | undefined;
|
|
@@ -580,34 +418,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
580
418
|
locales?: {
|
|
581
419
|
[key: string]: unknown;
|
|
582
420
|
} | undefined;
|
|
583
|
-
conditions?: {
|
|
584
|
-
when: {
|
|
585
|
-
op?: "&" | "|" | undefined;
|
|
586
|
-
clauses: (any | {
|
|
587
|
-
rule: string;
|
|
588
|
-
source?: string | undefined;
|
|
589
|
-
op: string;
|
|
590
|
-
value: string | string[];
|
|
591
|
-
})[];
|
|
592
|
-
};
|
|
593
|
-
value: unknown;
|
|
594
|
-
id: number;
|
|
595
|
-
}[] | undefined;
|
|
596
|
-
localesConditions?: {
|
|
597
|
-
[key: string]: {
|
|
598
|
-
when: {
|
|
599
|
-
op?: "&" | "|" | undefined;
|
|
600
|
-
clauses: (any | {
|
|
601
|
-
rule: string;
|
|
602
|
-
source?: string | undefined;
|
|
603
|
-
op: string;
|
|
604
|
-
value: string | string[];
|
|
605
|
-
})[];
|
|
606
|
-
};
|
|
607
|
-
value: unknown;
|
|
608
|
-
id: number;
|
|
609
|
-
}[];
|
|
610
|
-
} | undefined;
|
|
611
421
|
};
|
|
612
422
|
} | undefined;
|
|
613
423
|
slots?: {
|
|
@@ -640,6 +450,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
640
450
|
isPatternParameter?: boolean | undefined;
|
|
641
451
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
642
452
|
optionalPatternParameter?: boolean | undefined;
|
|
453
|
+
isDraft?: boolean | undefined;
|
|
643
454
|
variables?: {
|
|
644
455
|
[key: string]: string;
|
|
645
456
|
} | undefined;
|
|
@@ -651,6 +462,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
651
462
|
isPatternParameter?: boolean | undefined;
|
|
652
463
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
653
464
|
optionalPatternParameter?: boolean | undefined;
|
|
465
|
+
isDraft?: boolean | undefined;
|
|
654
466
|
variables?: {
|
|
655
467
|
[key: string]: string;
|
|
656
468
|
} | undefined;
|
|
@@ -673,34 +485,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
673
485
|
locales?: {
|
|
674
486
|
[key: string]: unknown;
|
|
675
487
|
} | undefined;
|
|
676
|
-
conditions?: {
|
|
677
|
-
when: {
|
|
678
|
-
op?: "&" | "|" | undefined;
|
|
679
|
-
clauses: (any | {
|
|
680
|
-
rule: string;
|
|
681
|
-
source?: string | undefined;
|
|
682
|
-
op: string;
|
|
683
|
-
value: string | string[];
|
|
684
|
-
})[];
|
|
685
|
-
};
|
|
686
|
-
value: unknown;
|
|
687
|
-
id: number;
|
|
688
|
-
}[] | undefined;
|
|
689
|
-
localesConditions?: {
|
|
690
|
-
[key: string]: {
|
|
691
|
-
when: {
|
|
692
|
-
op?: "&" | "|" | undefined;
|
|
693
|
-
clauses: (any | {
|
|
694
|
-
rule: string;
|
|
695
|
-
source?: string | undefined;
|
|
696
|
-
op: string;
|
|
697
|
-
value: string | string[];
|
|
698
|
-
})[];
|
|
699
|
-
};
|
|
700
|
-
value: unknown;
|
|
701
|
-
id: number;
|
|
702
|
-
}[];
|
|
703
|
-
} | undefined;
|
|
704
488
|
};
|
|
705
489
|
} | undefined;
|
|
706
490
|
slots?: {
|
package/dist/route/index.d.ts
CHANGED
|
@@ -133,34 +133,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
133
133
|
locales?: {
|
|
134
134
|
[key: string]: unknown;
|
|
135
135
|
} | undefined;
|
|
136
|
-
conditions?: {
|
|
137
|
-
when: {
|
|
138
|
-
op?: "&" | "|" | undefined;
|
|
139
|
-
clauses: (any | {
|
|
140
|
-
rule: string;
|
|
141
|
-
source?: string | undefined;
|
|
142
|
-
op: string;
|
|
143
|
-
value: string | string[];
|
|
144
|
-
})[];
|
|
145
|
-
};
|
|
146
|
-
value: unknown;
|
|
147
|
-
id: number;
|
|
148
|
-
}[] | undefined;
|
|
149
|
-
localesConditions?: {
|
|
150
|
-
[key: string]: {
|
|
151
|
-
when: {
|
|
152
|
-
op?: "&" | "|" | undefined;
|
|
153
|
-
clauses: (any | {
|
|
154
|
-
rule: string;
|
|
155
|
-
source?: string | undefined;
|
|
156
|
-
op: string;
|
|
157
|
-
value: string | string[];
|
|
158
|
-
})[];
|
|
159
|
-
};
|
|
160
|
-
value: unknown;
|
|
161
|
-
id: number;
|
|
162
|
-
}[];
|
|
163
|
-
} | undefined;
|
|
164
136
|
};
|
|
165
137
|
} | undefined;
|
|
166
138
|
variant?: string | undefined;
|
|
@@ -201,34 +173,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
201
173
|
locales?: {
|
|
202
174
|
[key: string]: unknown;
|
|
203
175
|
} | undefined;
|
|
204
|
-
conditions?: {
|
|
205
|
-
when: {
|
|
206
|
-
op?: "&" | "|" | undefined;
|
|
207
|
-
clauses: (any | {
|
|
208
|
-
rule: string;
|
|
209
|
-
source?: string | undefined;
|
|
210
|
-
op: string;
|
|
211
|
-
value: string | string[];
|
|
212
|
-
})[];
|
|
213
|
-
};
|
|
214
|
-
value: unknown;
|
|
215
|
-
id: number;
|
|
216
|
-
}[] | undefined;
|
|
217
|
-
localesConditions?: {
|
|
218
|
-
[key: string]: {
|
|
219
|
-
when: {
|
|
220
|
-
op?: "&" | "|" | undefined;
|
|
221
|
-
clauses: (any | {
|
|
222
|
-
rule: string;
|
|
223
|
-
source?: string | undefined;
|
|
224
|
-
op: string;
|
|
225
|
-
value: string | string[];
|
|
226
|
-
})[];
|
|
227
|
-
};
|
|
228
|
-
value: unknown;
|
|
229
|
-
id: number;
|
|
230
|
-
}[];
|
|
231
|
-
} | undefined;
|
|
232
176
|
};
|
|
233
177
|
} | undefined;
|
|
234
178
|
variant?: string | undefined;
|
|
@@ -243,6 +187,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
243
187
|
isPatternParameter?: boolean | undefined;
|
|
244
188
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
245
189
|
optionalPatternParameter?: boolean | undefined;
|
|
190
|
+
isDraft?: boolean | undefined;
|
|
246
191
|
variables?: {
|
|
247
192
|
[key: string]: string;
|
|
248
193
|
} | undefined;
|
|
@@ -254,6 +199,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
254
199
|
isPatternParameter?: boolean | undefined;
|
|
255
200
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
256
201
|
optionalPatternParameter?: boolean | undefined;
|
|
202
|
+
isDraft?: boolean | undefined;
|
|
257
203
|
variables?: {
|
|
258
204
|
[key: string]: string;
|
|
259
205
|
} | undefined;
|
|
@@ -276,34 +222,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
276
222
|
locales?: {
|
|
277
223
|
[key: string]: unknown;
|
|
278
224
|
} | undefined;
|
|
279
|
-
conditions?: {
|
|
280
|
-
when: {
|
|
281
|
-
op?: "&" | "|" | undefined;
|
|
282
|
-
clauses: (any | {
|
|
283
|
-
rule: string;
|
|
284
|
-
source?: string | undefined;
|
|
285
|
-
op: string;
|
|
286
|
-
value: string | string[];
|
|
287
|
-
})[];
|
|
288
|
-
};
|
|
289
|
-
value: unknown;
|
|
290
|
-
id: number;
|
|
291
|
-
}[] | undefined;
|
|
292
|
-
localesConditions?: {
|
|
293
|
-
[key: string]: {
|
|
294
|
-
when: {
|
|
295
|
-
op?: "&" | "|" | undefined;
|
|
296
|
-
clauses: (any | {
|
|
297
|
-
rule: string;
|
|
298
|
-
source?: string | undefined;
|
|
299
|
-
op: string;
|
|
300
|
-
value: string | string[];
|
|
301
|
-
})[];
|
|
302
|
-
};
|
|
303
|
-
value: unknown;
|
|
304
|
-
id: number;
|
|
305
|
-
}[];
|
|
306
|
-
} | undefined;
|
|
307
225
|
};
|
|
308
226
|
} | undefined;
|
|
309
227
|
slots?: {
|
|
@@ -336,6 +254,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
336
254
|
isPatternParameter?: boolean | undefined;
|
|
337
255
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
338
256
|
optionalPatternParameter?: boolean | undefined;
|
|
257
|
+
isDraft?: boolean | undefined;
|
|
339
258
|
variables?: {
|
|
340
259
|
[key: string]: string;
|
|
341
260
|
} | undefined;
|
|
@@ -347,6 +266,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
347
266
|
isPatternParameter?: boolean | undefined;
|
|
348
267
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
349
268
|
optionalPatternParameter?: boolean | undefined;
|
|
269
|
+
isDraft?: boolean | undefined;
|
|
350
270
|
variables?: {
|
|
351
271
|
[key: string]: string;
|
|
352
272
|
} | undefined;
|
|
@@ -369,34 +289,6 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
369
289
|
locales?: {
|
|
370
290
|
[key: string]: unknown;
|
|
371
291
|
} | undefined;
|
|
372
|
-
conditions?: {
|
|
373
|
-
when: {
|
|
374
|
-
op?: "&" | "|" | undefined;
|
|
375
|
-
clauses: (any | {
|
|
376
|
-
rule: string;
|
|
377
|
-
source?: string | undefined;
|
|
378
|
-
op: string;
|
|
379
|
-
value: string | string[];
|
|
380
|
-
})[];
|
|
381
|
-
};
|
|
382
|
-
value: unknown;
|
|
383
|
-
id: number;
|
|
384
|
-
}[] | undefined;
|
|
385
|
-
localesConditions?: {
|
|
386
|
-
[key: string]: {
|
|
387
|
-
when: {
|
|
388
|
-
op?: "&" | "|" | undefined;
|
|
389
|
-
clauses: (any | {
|
|
390
|
-
rule: string;
|
|
391
|
-
source?: string | undefined;
|
|
392
|
-
op: string;
|
|
393
|
-
value: string | string[];
|
|
394
|
-
})[];
|
|
395
|
-
};
|
|
396
|
-
value: unknown;
|
|
397
|
-
id: number;
|
|
398
|
-
}[];
|
|
399
|
-
} | undefined;
|
|
400
292
|
};
|
|
401
293
|
} | undefined;
|
|
402
294
|
slots?: {
|
|
@@ -437,34 +329,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
437
329
|
locales?: {
|
|
438
330
|
[key: string]: unknown;
|
|
439
331
|
} | undefined;
|
|
440
|
-
conditions?: {
|
|
441
|
-
when: {
|
|
442
|
-
op?: "&" | "|" | undefined;
|
|
443
|
-
clauses: (any | {
|
|
444
|
-
rule: string;
|
|
445
|
-
source?: string | undefined;
|
|
446
|
-
op: string;
|
|
447
|
-
value: string | string[];
|
|
448
|
-
})[];
|
|
449
|
-
};
|
|
450
|
-
value: unknown;
|
|
451
|
-
id: number;
|
|
452
|
-
}[] | undefined;
|
|
453
|
-
localesConditions?: {
|
|
454
|
-
[key: string]: {
|
|
455
|
-
when: {
|
|
456
|
-
op?: "&" | "|" | undefined;
|
|
457
|
-
clauses: (any | {
|
|
458
|
-
rule: string;
|
|
459
|
-
source?: string | undefined;
|
|
460
|
-
op: string;
|
|
461
|
-
value: string | string[];
|
|
462
|
-
})[];
|
|
463
|
-
};
|
|
464
|
-
value: unknown;
|
|
465
|
-
id: number;
|
|
466
|
-
}[];
|
|
467
|
-
} | undefined;
|
|
468
332
|
};
|
|
469
333
|
} | undefined;
|
|
470
334
|
variant?: string | undefined;
|
|
@@ -505,34 +369,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
505
369
|
locales?: {
|
|
506
370
|
[key: string]: unknown;
|
|
507
371
|
} | undefined;
|
|
508
|
-
conditions?: {
|
|
509
|
-
when: {
|
|
510
|
-
op?: "&" | "|" | undefined;
|
|
511
|
-
clauses: (any | {
|
|
512
|
-
rule: string;
|
|
513
|
-
source?: string | undefined;
|
|
514
|
-
op: string;
|
|
515
|
-
value: string | string[];
|
|
516
|
-
})[];
|
|
517
|
-
};
|
|
518
|
-
value: unknown;
|
|
519
|
-
id: number;
|
|
520
|
-
}[] | undefined;
|
|
521
|
-
localesConditions?: {
|
|
522
|
-
[key: string]: {
|
|
523
|
-
when: {
|
|
524
|
-
op?: "&" | "|" | undefined;
|
|
525
|
-
clauses: (any | {
|
|
526
|
-
rule: string;
|
|
527
|
-
source?: string | undefined;
|
|
528
|
-
op: string;
|
|
529
|
-
value: string | string[];
|
|
530
|
-
})[];
|
|
531
|
-
};
|
|
532
|
-
value: unknown;
|
|
533
|
-
id: number;
|
|
534
|
-
}[];
|
|
535
|
-
} | undefined;
|
|
536
372
|
};
|
|
537
373
|
} | undefined;
|
|
538
374
|
variant?: string | undefined;
|
|
@@ -547,6 +383,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
547
383
|
isPatternParameter?: boolean | undefined;
|
|
548
384
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
549
385
|
optionalPatternParameter?: boolean | undefined;
|
|
386
|
+
isDraft?: boolean | undefined;
|
|
550
387
|
variables?: {
|
|
551
388
|
[key: string]: string;
|
|
552
389
|
} | undefined;
|
|
@@ -558,6 +395,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
558
395
|
isPatternParameter?: boolean | undefined;
|
|
559
396
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
560
397
|
optionalPatternParameter?: boolean | undefined;
|
|
398
|
+
isDraft?: boolean | undefined;
|
|
561
399
|
variables?: {
|
|
562
400
|
[key: string]: string;
|
|
563
401
|
} | undefined;
|
|
@@ -580,34 +418,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
580
418
|
locales?: {
|
|
581
419
|
[key: string]: unknown;
|
|
582
420
|
} | undefined;
|
|
583
|
-
conditions?: {
|
|
584
|
-
when: {
|
|
585
|
-
op?: "&" | "|" | undefined;
|
|
586
|
-
clauses: (any | {
|
|
587
|
-
rule: string;
|
|
588
|
-
source?: string | undefined;
|
|
589
|
-
op: string;
|
|
590
|
-
value: string | string[];
|
|
591
|
-
})[];
|
|
592
|
-
};
|
|
593
|
-
value: unknown;
|
|
594
|
-
id: number;
|
|
595
|
-
}[] | undefined;
|
|
596
|
-
localesConditions?: {
|
|
597
|
-
[key: string]: {
|
|
598
|
-
when: {
|
|
599
|
-
op?: "&" | "|" | undefined;
|
|
600
|
-
clauses: (any | {
|
|
601
|
-
rule: string;
|
|
602
|
-
source?: string | undefined;
|
|
603
|
-
op: string;
|
|
604
|
-
value: string | string[];
|
|
605
|
-
})[];
|
|
606
|
-
};
|
|
607
|
-
value: unknown;
|
|
608
|
-
id: number;
|
|
609
|
-
}[];
|
|
610
|
-
} | undefined;
|
|
611
421
|
};
|
|
612
422
|
} | undefined;
|
|
613
423
|
slots?: {
|
|
@@ -640,6 +450,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
640
450
|
isPatternParameter?: boolean | undefined;
|
|
641
451
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
642
452
|
optionalPatternParameter?: boolean | undefined;
|
|
453
|
+
isDraft?: boolean | undefined;
|
|
643
454
|
variables?: {
|
|
644
455
|
[key: string]: string;
|
|
645
456
|
} | undefined;
|
|
@@ -651,6 +462,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
651
462
|
isPatternParameter?: boolean | undefined;
|
|
652
463
|
ignorePatternParameterDefault?: boolean | undefined;
|
|
653
464
|
optionalPatternParameter?: boolean | undefined;
|
|
465
|
+
isDraft?: boolean | undefined;
|
|
654
466
|
variables?: {
|
|
655
467
|
[key: string]: string;
|
|
656
468
|
} | undefined;
|
|
@@ -673,34 +485,6 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
673
485
|
locales?: {
|
|
674
486
|
[key: string]: unknown;
|
|
675
487
|
} | undefined;
|
|
676
|
-
conditions?: {
|
|
677
|
-
when: {
|
|
678
|
-
op?: "&" | "|" | undefined;
|
|
679
|
-
clauses: (any | {
|
|
680
|
-
rule: string;
|
|
681
|
-
source?: string | undefined;
|
|
682
|
-
op: string;
|
|
683
|
-
value: string | string[];
|
|
684
|
-
})[];
|
|
685
|
-
};
|
|
686
|
-
value: unknown;
|
|
687
|
-
id: number;
|
|
688
|
-
}[] | undefined;
|
|
689
|
-
localesConditions?: {
|
|
690
|
-
[key: string]: {
|
|
691
|
-
when: {
|
|
692
|
-
op?: "&" | "|" | undefined;
|
|
693
|
-
clauses: (any | {
|
|
694
|
-
rule: string;
|
|
695
|
-
source?: string | undefined;
|
|
696
|
-
op: string;
|
|
697
|
-
value: string | string[];
|
|
698
|
-
})[];
|
|
699
|
-
};
|
|
700
|
-
value: unknown;
|
|
701
|
-
id: number;
|
|
702
|
-
}[];
|
|
703
|
-
} | undefined;
|
|
704
488
|
};
|
|
705
489
|
} | undefined;
|
|
706
490
|
slots?: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.175.1-alpha.35+f2ac62967d",
|
|
4
4
|
"description": "Next.js SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"document": "api-extractor run --local"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@uniformdev/canvas": "19.
|
|
71
|
-
"@uniformdev/canvas-react": "19.
|
|
72
|
-
"@uniformdev/project-map": "19.
|
|
73
|
-
"@uniformdev/redirect": "19.
|
|
74
|
-
"@uniformdev/richtext": "19.
|
|
70
|
+
"@uniformdev/canvas": "19.175.1-alpha.35+f2ac62967d",
|
|
71
|
+
"@uniformdev/canvas-react": "19.175.1-alpha.35+f2ac62967d",
|
|
72
|
+
"@uniformdev/project-map": "19.175.1-alpha.35+f2ac62967d",
|
|
73
|
+
"@uniformdev/redirect": "19.175.1-alpha.35+f2ac62967d",
|
|
74
|
+
"@uniformdev/richtext": "19.175.1-alpha.35+f2ac62967d",
|
|
75
75
|
"colorette": "2.0.20"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"publishConfig": {
|
|
92
92
|
"access": "public"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "f2ac62967d4046285a3cf007cf90fd2889510262"
|
|
95
95
|
}
|