@uniformdev/canvas-react 19.79.1-alpha.13 → 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/LICENSE.txt +1 -1
- package/dist/core.d.mts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/index.d.mts +25 -1
- package/dist/index.d.ts +25 -1
- package/package.json +6 -6
- /package/dist/{PureUniformText-METroz2Q.d.mts → PureUniformText-B3GAm6Dc.d.mts} +0 -0
- /package/dist/{PureUniformText-METroz2Q.d.ts → PureUniformText-B3GAm6Dc.d.ts} +0 -0
package/LICENSE.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
©
|
|
1
|
+
© 2024 Uniform Systems, Inc. All Rights Reserved.
|
|
2
2
|
See details of Uniform Systems, Inc. Master Subscription Agreement here: https://uniform.dev/eula
|
package/dist/core.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentInstance, RootComponentInstance } from '@uniformdev/canvas';
|
|
2
2
|
import React, { PropsWithChildren } from 'react';
|
|
3
|
-
export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-
|
|
3
|
+
export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.mjs';
|
|
4
4
|
|
|
5
5
|
type PureContextualEditingComponentWrapperProps = {
|
|
6
6
|
isPlaceholder: boolean | undefined;
|
package/dist/core.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentInstance, RootComponentInstance } from '@uniformdev/canvas';
|
|
2
2
|
import React, { PropsWithChildren } from 'react';
|
|
3
|
-
export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-
|
|
3
|
+
export { a as PureUniformText, P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.js';
|
|
4
4
|
|
|
5
5
|
type PureContextualEditingComponentWrapperProps = {
|
|
6
6
|
isPlaceholder: boolean | undefined;
|
package/dist/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React$1, { Key, ReactNode, PropsWithChildren } from 'react';
|
|
2
2
|
import { ComponentInstance, RootComponentInstance, UpdateCompositionMessage, getParameterAttributes as getParameterAttributes$1, SubscribeToCompositionOptions } from '@uniformdev/canvas';
|
|
3
3
|
export { GetParameterAttributesProps, createUniformApiEnhancer } from '@uniformdev/canvas';
|
|
4
|
-
import { P as PureUniformTextProps } from './PureUniformText-
|
|
4
|
+
import { P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.mjs';
|
|
5
5
|
import { RichTextNode } from '@uniformdev/richtext';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -121,6 +121,21 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
121
121
|
id: string;
|
|
122
122
|
path: string;
|
|
123
123
|
projectMapId: string;
|
|
124
|
+
data?: {
|
|
125
|
+
isSearchHit?: boolean | undefined;
|
|
126
|
+
queryStrings?: {
|
|
127
|
+
name: string;
|
|
128
|
+
value: string;
|
|
129
|
+
helpText?: string | undefined;
|
|
130
|
+
}[] | undefined;
|
|
131
|
+
previewValue?: string | undefined;
|
|
132
|
+
} | undefined;
|
|
133
|
+
locales?: {
|
|
134
|
+
[key: string]: {
|
|
135
|
+
path: string;
|
|
136
|
+
inherited: boolean;
|
|
137
|
+
};
|
|
138
|
+
} | undefined;
|
|
124
139
|
}[] | undefined;
|
|
125
140
|
slots?: {
|
|
126
141
|
[key: string]: {
|
|
@@ -180,6 +195,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
180
195
|
} | undefined;
|
|
181
196
|
};
|
|
182
197
|
} | undefined;
|
|
198
|
+
slots?: {
|
|
199
|
+
[key: string]: any[];
|
|
200
|
+
} | undefined;
|
|
183
201
|
variant?: string | undefined;
|
|
184
202
|
};
|
|
185
203
|
} | undefined;
|
|
@@ -188,6 +206,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
188
206
|
[key: string]: "yes" | "no";
|
|
189
207
|
} | undefined;
|
|
190
208
|
variants?: boolean | undefined;
|
|
209
|
+
hideLockedParameters?: boolean | undefined;
|
|
191
210
|
} | undefined;
|
|
192
211
|
_locales?: string[] | undefined;
|
|
193
212
|
}[];
|
|
@@ -216,6 +235,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
216
235
|
} | undefined;
|
|
217
236
|
};
|
|
218
237
|
} | undefined;
|
|
238
|
+
_patternError?: "NOTFOUND" | "CYCLIC" | undefined;
|
|
219
239
|
_overrides?: {
|
|
220
240
|
[key: string]: {
|
|
221
241
|
parameters?: {
|
|
@@ -231,6 +251,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
231
251
|
} | undefined;
|
|
232
252
|
};
|
|
233
253
|
} | undefined;
|
|
254
|
+
slots?: {
|
|
255
|
+
[key: string]: any[];
|
|
256
|
+
} | undefined;
|
|
234
257
|
variant?: string | undefined;
|
|
235
258
|
};
|
|
236
259
|
} | undefined;
|
|
@@ -239,6 +262,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
239
262
|
[key: string]: "yes" | "no";
|
|
240
263
|
} | undefined;
|
|
241
264
|
variants?: boolean | undefined;
|
|
265
|
+
hideLockedParameters?: boolean | undefined;
|
|
242
266
|
} | undefined;
|
|
243
267
|
_locales?: string[] | undefined;
|
|
244
268
|
} | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React$1, { Key, ReactNode, PropsWithChildren } from 'react';
|
|
2
2
|
import { ComponentInstance, RootComponentInstance, UpdateCompositionMessage, getParameterAttributes as getParameterAttributes$1, SubscribeToCompositionOptions } from '@uniformdev/canvas';
|
|
3
3
|
export { GetParameterAttributesProps, createUniformApiEnhancer } from '@uniformdev/canvas';
|
|
4
|
-
import { P as PureUniformTextProps } from './PureUniformText-
|
|
4
|
+
import { P as PureUniformTextProps } from './PureUniformText-B3GAm6Dc.js';
|
|
5
5
|
import { RichTextNode } from '@uniformdev/richtext';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -121,6 +121,21 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
121
121
|
id: string;
|
|
122
122
|
path: string;
|
|
123
123
|
projectMapId: string;
|
|
124
|
+
data?: {
|
|
125
|
+
isSearchHit?: boolean | undefined;
|
|
126
|
+
queryStrings?: {
|
|
127
|
+
name: string;
|
|
128
|
+
value: string;
|
|
129
|
+
helpText?: string | undefined;
|
|
130
|
+
}[] | undefined;
|
|
131
|
+
previewValue?: string | undefined;
|
|
132
|
+
} | undefined;
|
|
133
|
+
locales?: {
|
|
134
|
+
[key: string]: {
|
|
135
|
+
path: string;
|
|
136
|
+
inherited: boolean;
|
|
137
|
+
};
|
|
138
|
+
} | undefined;
|
|
124
139
|
}[] | undefined;
|
|
125
140
|
slots?: {
|
|
126
141
|
[key: string]: {
|
|
@@ -180,6 +195,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
180
195
|
} | undefined;
|
|
181
196
|
};
|
|
182
197
|
} | undefined;
|
|
198
|
+
slots?: {
|
|
199
|
+
[key: string]: any[];
|
|
200
|
+
} | undefined;
|
|
183
201
|
variant?: string | undefined;
|
|
184
202
|
};
|
|
185
203
|
} | undefined;
|
|
@@ -188,6 +206,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
188
206
|
[key: string]: "yes" | "no";
|
|
189
207
|
} | undefined;
|
|
190
208
|
variants?: boolean | undefined;
|
|
209
|
+
hideLockedParameters?: boolean | undefined;
|
|
191
210
|
} | undefined;
|
|
192
211
|
_locales?: string[] | undefined;
|
|
193
212
|
}[];
|
|
@@ -216,6 +235,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
216
235
|
} | undefined;
|
|
217
236
|
};
|
|
218
237
|
} | undefined;
|
|
238
|
+
_patternError?: "NOTFOUND" | "CYCLIC" | undefined;
|
|
219
239
|
_overrides?: {
|
|
220
240
|
[key: string]: {
|
|
221
241
|
parameters?: {
|
|
@@ -231,6 +251,9 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
231
251
|
} | undefined;
|
|
232
252
|
};
|
|
233
253
|
} | undefined;
|
|
254
|
+
slots?: {
|
|
255
|
+
[key: string]: any[];
|
|
256
|
+
} | undefined;
|
|
234
257
|
variant?: string | undefined;
|
|
235
258
|
};
|
|
236
259
|
} | undefined;
|
|
@@ -239,6 +262,7 @@ declare const useUniformContextualEditing: ({ initialCompositionValue, enhance,
|
|
|
239
262
|
[key: string]: "yes" | "no";
|
|
240
263
|
} | undefined;
|
|
241
264
|
variants?: boolean | undefined;
|
|
265
|
+
hideLockedParameters?: boolean | undefined;
|
|
242
266
|
} | undefined;
|
|
243
267
|
_locales?: string[] | undefined;
|
|
244
268
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/canvas-react",
|
|
3
|
-
"version": "19.79.1-alpha.
|
|
3
|
+
"version": "19.79.1-alpha.25+87cea1cd47",
|
|
4
4
|
"description": "React SDK for Uniform Canvas",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"document": "api-extractor run --local"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@uniformdev/canvas": "19.79.1-alpha.
|
|
49
|
-
"@uniformdev/context": "19.79.1-alpha.
|
|
50
|
-
"@uniformdev/context-react": "19.79.1-alpha.
|
|
51
|
-
"@uniformdev/richtext": "19.79.1-alpha.
|
|
48
|
+
"@uniformdev/canvas": "19.79.1-alpha.25+87cea1cd47",
|
|
49
|
+
"@uniformdev/context": "19.79.1-alpha.25+87cea1cd47",
|
|
50
|
+
"@uniformdev/context-react": "19.79.1-alpha.25+87cea1cd47",
|
|
51
|
+
"@uniformdev/richtext": "19.79.1-alpha.25+87cea1cd47"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": ">= 16 || 17 || 18",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "87cea1cd47c691f7d32b876660d5f7c984bb1d87"
|
|
69
69
|
}
|
|
File without changes
|
|
File without changes
|