@knime/jsonforms 1.20.0 → 1.20.1
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/CHANGELOG.md
CHANGED
|
@@ -245,24 +245,24 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
|
|
245
245
|
change: (args_0: {
|
|
246
246
|
data: unknown;
|
|
247
247
|
}) => any;
|
|
248
|
+
initialized: () => any;
|
|
248
249
|
trigger: (id: unknown) => any;
|
|
249
250
|
updateData: (path: string) => any;
|
|
250
251
|
alert: (alert: AlertParams) => any;
|
|
251
252
|
stateProviderListener: (identifier: StateProviderLocation & {
|
|
252
253
|
[key: string]: unknown;
|
|
253
254
|
}, callback: (value: unknown) => void) => any;
|
|
254
|
-
initialized: () => any;
|
|
255
255
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
256
256
|
onChange?: ((args_0: {
|
|
257
257
|
data: unknown;
|
|
258
258
|
}) => any) | undefined;
|
|
259
|
+
onInitialized?: (() => any) | undefined;
|
|
259
260
|
onTrigger?: ((id: unknown) => any) | undefined;
|
|
260
261
|
onUpdateData?: ((path: string) => any) | undefined;
|
|
261
262
|
onAlert?: ((alert: AlertParams) => any) | undefined;
|
|
262
263
|
onStateProviderListener?: ((identifier: StateProviderLocation & {
|
|
263
264
|
[key: string]: unknown;
|
|
264
265
|
}, callback: (value: unknown) => void) => any) | undefined;
|
|
265
|
-
onInitialized?: (() => any) | undefined;
|
|
266
266
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
267
267
|
subPanelTeleportDest: HTMLDivElement;
|
|
268
268
|
jsonforms: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knime/jsonforms",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.1",
|
|
4
4
|
"description": "Internal JSON Forms integration for frontend KNIME projects",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"focus-trap-vue": "4.0.3",
|
|
23
23
|
"tabbable": "6.2.0",
|
|
24
24
|
"uuid": "13.0.0",
|
|
25
|
-
"@knime/components": "1.
|
|
26
|
-
"@knime/rich-text-editor": "1.8.
|
|
25
|
+
"@knime/components": "1.46.0",
|
|
26
|
+
"@knime/rich-text-editor": "1.8.17",
|
|
27
27
|
"@knime/styles": "1.15.0",
|
|
28
28
|
"@knime/utils": "1.10.1"
|
|
29
29
|
},
|