@uniformdev/canvas-next 19.134.3-alpha.10 → 19.135.0
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 +30 -0
- package/dist/route/index.d.ts +30 -0
- package/package.json +7 -7
package/dist/route/index.d.mts
CHANGED
|
@@ -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]: {
|
|
@@ -294,6 +309,21 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
294
309
|
id: string;
|
|
295
310
|
path: string;
|
|
296
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;
|
|
297
327
|
}[] | undefined;
|
|
298
328
|
slots?: {
|
|
299
329
|
[key: string]: {
|
package/dist/route/index.d.ts
CHANGED
|
@@ -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]: {
|
|
@@ -294,6 +309,21 @@ declare const getStaticProps: next.GetStaticProps<{
|
|
|
294
309
|
id: string;
|
|
295
310
|
path: string;
|
|
296
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;
|
|
297
327
|
}[] | undefined;
|
|
298
328
|
slots?: {
|
|
299
329
|
[key: string]: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-next",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.135.0",
|
|
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.135.0",
|
|
71
|
+
"@uniformdev/canvas-react": "19.135.0",
|
|
72
|
+
"@uniformdev/project-map": "19.135.0",
|
|
73
|
+
"@uniformdev/redirect": "19.135.0",
|
|
74
|
+
"@uniformdev/richtext": "19.135.0",
|
|
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": "741cd50843c92d550dbff2daffb3a6106a7a3f94"
|
|
95
95
|
}
|