@uniformdev/canvas-next 19.79.1-alpha.18 → 19.79.1-alpha.25
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/project-map/index.d.mts +1 -1
- package/dist/project-map/index.d.ts +1 -1
- package/dist/route/index.d.mts +45 -1
- package/dist/route/index.d.ts +45 -1
- package/dist/slug/index.d.mts +1 -1
- package/dist/slug/index.d.ts +1 -1
- package/package.json +7 -7
- /package/dist/{models--s4UGr5M.d.mts → models-IAhm-va2.d.mts} +0 -0
- /package/dist/{models--s4UGr5M.d.ts → models-IAhm-va2.d.ts} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RichTextRendererComponent, RenderRichTextComponentResolver, UniformRichText as UniformRichText$1, UniformRichTextNode as UniformRichTextNode$1 } from '@uniformdev/canvas-react';
|
|
2
2
|
import { ParsedUrlQuery } from 'querystring';
|
|
3
|
-
export { U as UniformCompositionNextPage, c as UniformGetServerSideProps, b as UniformGetStaticProps, a as UniformPreviewData } from './models
|
|
3
|
+
export { U as UniformCompositionNextPage, c as UniformGetServerSideProps, b as UniformGetStaticProps, a as UniformPreviewData } from './models-IAhm-va2.mjs';
|
|
4
4
|
import { NextApiHandler, NextApiRequest } from 'next';
|
|
5
5
|
import { RootComponentInstance } from '@uniformdev/canvas';
|
|
6
6
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { RichTextRendererComponent, RenderRichTextComponentResolver, UniformRichText as UniformRichText$1, UniformRichTextNode as UniformRichTextNode$1 } from '@uniformdev/canvas-react';
|
|
2
2
|
import { ParsedUrlQuery } from 'querystring';
|
|
3
|
-
export { U as UniformCompositionNextPage, c as UniformGetServerSideProps, b as UniformGetStaticProps, a as UniformPreviewData } from './models
|
|
3
|
+
export { U as UniformCompositionNextPage, c as UniformGetServerSideProps, b as UniformGetStaticProps, a as UniformPreviewData } from './models-IAhm-va2.js';
|
|
4
4
|
import { NextApiHandler, NextApiRequest } from 'next';
|
|
5
5
|
import { RootComponentInstance } from '@uniformdev/canvas';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, PreviewData, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models
|
|
3
|
+
import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models-IAhm-va2.mjs';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, PreviewData, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models
|
|
3
|
+
import { c as UniformGetServerSideProps, a as UniformPreviewData, b as UniformGetStaticProps } from '../models-IAhm-va2.js';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
package/dist/route/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSidePropsResult, GetServerSideProps, GetStaticPropsContext, GetStaticPropsResult, GetStaticProps } from 'next';
|
|
3
|
-
import { a as UniformPreviewData } from '../models
|
|
3
|
+
import { a as UniformPreviewData } from '../models-IAhm-va2.mjs';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RouteClient, RouteGetParameters, RootComponentInstance } from '@uniformdev/canvas';
|
|
@@ -137,6 +137,21 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
137
137
|
id: string;
|
|
138
138
|
path: string;
|
|
139
139
|
projectMapId: string;
|
|
140
|
+
data?: {
|
|
141
|
+
isSearchHit?: boolean | undefined;
|
|
142
|
+
queryStrings?: {
|
|
143
|
+
name: string;
|
|
144
|
+
value: string;
|
|
145
|
+
helpText?: string | undefined;
|
|
146
|
+
}[] | undefined;
|
|
147
|
+
previewValue?: string | undefined;
|
|
148
|
+
} | undefined;
|
|
149
|
+
locales?: {
|
|
150
|
+
[key: string]: {
|
|
151
|
+
path: string;
|
|
152
|
+
inherited: boolean;
|
|
153
|
+
};
|
|
154
|
+
} | undefined;
|
|
140
155
|
}[] | undefined;
|
|
141
156
|
slots?: {
|
|
142
157
|
[key: string]: {
|
|
@@ -196,6 +211,9 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
196
211
|
} | undefined;
|
|
197
212
|
};
|
|
198
213
|
} | undefined;
|
|
214
|
+
slots?: {
|
|
215
|
+
[key: string]: any[];
|
|
216
|
+
} | undefined;
|
|
199
217
|
variant?: string | undefined;
|
|
200
218
|
};
|
|
201
219
|
} | undefined;
|
|
@@ -233,6 +251,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
233
251
|
} | undefined;
|
|
234
252
|
};
|
|
235
253
|
} | undefined;
|
|
254
|
+
_patternError?: "NOTFOUND" | "CYCLIC" | undefined;
|
|
236
255
|
_overrides?: {
|
|
237
256
|
[key: string]: {
|
|
238
257
|
parameters?: {
|
|
@@ -248,6 +267,9 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
248
267
|
} | undefined;
|
|
249
268
|
};
|
|
250
269
|
} | undefined;
|
|
270
|
+
slots?: {
|
|
271
|
+
[key: string]: any[];
|
|
272
|
+
} | undefined;
|
|
251
273
|
variant?: string | undefined;
|
|
252
274
|
};
|
|
253
275
|
} | undefined;
|
|
@@ -287,6 +309,21 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
287
309
|
id: string;
|
|
288
310
|
path: string;
|
|
289
311
|
projectMapId: string;
|
|
312
|
+
data?: {
|
|
313
|
+
isSearchHit?: boolean | undefined;
|
|
314
|
+
queryStrings?: {
|
|
315
|
+
name: string;
|
|
316
|
+
value: string;
|
|
317
|
+
helpText?: string | undefined;
|
|
318
|
+
}[] | undefined;
|
|
319
|
+
previewValue?: string | undefined;
|
|
320
|
+
} | undefined;
|
|
321
|
+
locales?: {
|
|
322
|
+
[key: string]: {
|
|
323
|
+
path: string;
|
|
324
|
+
inherited: boolean;
|
|
325
|
+
};
|
|
326
|
+
} | undefined;
|
|
290
327
|
}[] | undefined;
|
|
291
328
|
slots?: {
|
|
292
329
|
[key: string]: {
|
|
@@ -346,6 +383,9 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
346
383
|
} | undefined;
|
|
347
384
|
};
|
|
348
385
|
} | undefined;
|
|
386
|
+
slots?: {
|
|
387
|
+
[key: string]: any[];
|
|
388
|
+
} | undefined;
|
|
349
389
|
variant?: string | undefined;
|
|
350
390
|
};
|
|
351
391
|
} | undefined;
|
|
@@ -383,6 +423,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
383
423
|
} | undefined;
|
|
384
424
|
};
|
|
385
425
|
} | undefined;
|
|
426
|
+
_patternError?: "NOTFOUND" | "CYCLIC" | undefined;
|
|
386
427
|
_overrides?: {
|
|
387
428
|
[key: string]: {
|
|
388
429
|
parameters?: {
|
|
@@ -398,6 +439,9 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
398
439
|
} | undefined;
|
|
399
440
|
};
|
|
400
441
|
} | undefined;
|
|
442
|
+
slots?: {
|
|
443
|
+
[key: string]: any[];
|
|
444
|
+
} | undefined;
|
|
401
445
|
variant?: string | undefined;
|
|
402
446
|
};
|
|
403
447
|
} | undefined;
|
package/dist/route/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSidePropsResult, GetServerSideProps, GetStaticPropsContext, GetStaticPropsResult, GetStaticProps } from 'next';
|
|
3
|
-
import { a as UniformPreviewData } from '../models
|
|
3
|
+
import { a as UniformPreviewData } from '../models-IAhm-va2.js';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import { RouteGetResponseEdgehancedComposition, RouteGetResponseNotFound, RouteGetResponseRedirect, RouteClient, RouteGetParameters, RootComponentInstance } from '@uniformdev/canvas';
|
|
@@ -137,6 +137,21 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
137
137
|
id: string;
|
|
138
138
|
path: string;
|
|
139
139
|
projectMapId: string;
|
|
140
|
+
data?: {
|
|
141
|
+
isSearchHit?: boolean | undefined;
|
|
142
|
+
queryStrings?: {
|
|
143
|
+
name: string;
|
|
144
|
+
value: string;
|
|
145
|
+
helpText?: string | undefined;
|
|
146
|
+
}[] | undefined;
|
|
147
|
+
previewValue?: string | undefined;
|
|
148
|
+
} | undefined;
|
|
149
|
+
locales?: {
|
|
150
|
+
[key: string]: {
|
|
151
|
+
path: string;
|
|
152
|
+
inherited: boolean;
|
|
153
|
+
};
|
|
154
|
+
} | undefined;
|
|
140
155
|
}[] | undefined;
|
|
141
156
|
slots?: {
|
|
142
157
|
[key: string]: {
|
|
@@ -196,6 +211,9 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
196
211
|
} | undefined;
|
|
197
212
|
};
|
|
198
213
|
} | undefined;
|
|
214
|
+
slots?: {
|
|
215
|
+
[key: string]: any[];
|
|
216
|
+
} | undefined;
|
|
199
217
|
variant?: string | undefined;
|
|
200
218
|
};
|
|
201
219
|
} | undefined;
|
|
@@ -233,6 +251,7 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
233
251
|
} | undefined;
|
|
234
252
|
};
|
|
235
253
|
} | undefined;
|
|
254
|
+
_patternError?: "NOTFOUND" | "CYCLIC" | undefined;
|
|
236
255
|
_overrides?: {
|
|
237
256
|
[key: string]: {
|
|
238
257
|
parameters?: {
|
|
@@ -248,6 +267,9 @@ declare const getServerSideProps: next.GetServerSideProps<{
|
|
|
248
267
|
} | undefined;
|
|
249
268
|
};
|
|
250
269
|
} | undefined;
|
|
270
|
+
slots?: {
|
|
271
|
+
[key: string]: any[];
|
|
272
|
+
} | undefined;
|
|
251
273
|
variant?: string | undefined;
|
|
252
274
|
};
|
|
253
275
|
} | undefined;
|
|
@@ -287,6 +309,21 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
287
309
|
id: string;
|
|
288
310
|
path: string;
|
|
289
311
|
projectMapId: string;
|
|
312
|
+
data?: {
|
|
313
|
+
isSearchHit?: boolean | undefined;
|
|
314
|
+
queryStrings?: {
|
|
315
|
+
name: string;
|
|
316
|
+
value: string;
|
|
317
|
+
helpText?: string | undefined;
|
|
318
|
+
}[] | undefined;
|
|
319
|
+
previewValue?: string | undefined;
|
|
320
|
+
} | undefined;
|
|
321
|
+
locales?: {
|
|
322
|
+
[key: string]: {
|
|
323
|
+
path: string;
|
|
324
|
+
inherited: boolean;
|
|
325
|
+
};
|
|
326
|
+
} | undefined;
|
|
290
327
|
}[] | undefined;
|
|
291
328
|
slots?: {
|
|
292
329
|
[key: string]: {
|
|
@@ -346,6 +383,9 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
346
383
|
} | undefined;
|
|
347
384
|
};
|
|
348
385
|
} | undefined;
|
|
386
|
+
slots?: {
|
|
387
|
+
[key: string]: any[];
|
|
388
|
+
} | undefined;
|
|
349
389
|
variant?: string | undefined;
|
|
350
390
|
};
|
|
351
391
|
} | undefined;
|
|
@@ -383,6 +423,7 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
383
423
|
} | undefined;
|
|
384
424
|
};
|
|
385
425
|
} | undefined;
|
|
426
|
+
_patternError?: "NOTFOUND" | "CYCLIC" | undefined;
|
|
386
427
|
_overrides?: {
|
|
387
428
|
[key: string]: {
|
|
388
429
|
parameters?: {
|
|
@@ -398,6 +439,9 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
398
439
|
} | undefined;
|
|
399
440
|
};
|
|
400
441
|
} | undefined;
|
|
442
|
+
slots?: {
|
|
443
|
+
[key: string]: any[];
|
|
444
|
+
} | undefined;
|
|
401
445
|
variant?: string | undefined;
|
|
402
446
|
};
|
|
403
447
|
} | undefined;
|
package/dist/slug/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import { a as UniformPreviewData, c as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models
|
|
3
|
+
import { a as UniformPreviewData, c as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models-IAhm-va2.mjs';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
package/dist/slug/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as next from 'next';
|
|
2
2
|
import { GetServerSidePropsContext, GetServerSideProps, GetStaticPropsContext, GetStaticProps } from 'next';
|
|
3
|
-
import { a as UniformPreviewData, c as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models
|
|
3
|
+
import { a as UniformPreviewData, c as UniformGetServerSideProps, b as UniformGetStaticProps } from '../models-IAhm-va2.js';
|
|
4
4
|
import * as querystring from 'querystring';
|
|
5
5
|
import { ParsedUrlQuery } from 'querystring';
|
|
6
6
|
import * as _uniformdev_canvas from '@uniformdev/canvas';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "19.79.1-alpha.
|
|
3
|
+
"version": "19.79.1-alpha.25+87cea1cd47",
|
|
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.79.1-alpha.
|
|
71
|
-
"@uniformdev/canvas-react": "19.79.1-alpha.
|
|
72
|
-
"@uniformdev/project-map": "19.79.1-alpha.
|
|
73
|
-
"@uniformdev/redirect": "19.79.1-alpha.
|
|
74
|
-
"@uniformdev/richtext": "19.79.1-alpha.
|
|
70
|
+
"@uniformdev/canvas": "19.79.1-alpha.25+87cea1cd47",
|
|
71
|
+
"@uniformdev/canvas-react": "19.79.1-alpha.25+87cea1cd47",
|
|
72
|
+
"@uniformdev/project-map": "19.79.1-alpha.25+87cea1cd47",
|
|
73
|
+
"@uniformdev/redirect": "19.79.1-alpha.25+87cea1cd47",
|
|
74
|
+
"@uniformdev/richtext": "19.79.1-alpha.25+87cea1cd47",
|
|
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": "87cea1cd47c691f7d32b876660d5f7c984bb1d87"
|
|
95
95
|
}
|
|
File without changes
|
|
File without changes
|