@koumoul/vjsf 3.0.0-beta.2 → 3.0.0-beta.4
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/package.json +2 -2
- package/src/components/fragments/section-header.vue +1 -2
- package/src/components/node.vue +1 -1
- package/src/components/nodes/checkbox.vue +6 -1
- package/src/components/nodes/switch.vue +6 -3
- package/src/components/options.js +0 -1
- package/src/types.ts +3 -0
- package/src/utils/props.js +4 -18
- package/types/compat/v2.d.ts +0 -10
- package/types/compat/v2.d.ts.map +0 -1
- package/types/compile/index.d.ts +0 -8
- package/types/compile/index.d.ts.map +0 -1
- package/types/compile/options.d.ts +0 -4
- package/types/compile/options.d.ts.map +0 -1
- package/types/components/fragments/help-message.vue.d.ts +0 -8
- package/types/components/fragments/help-message.vue.d.ts.map +0 -1
- package/types/components/fragments/node-slot.vue.d.ts +0 -47
- package/types/components/fragments/node-slot.vue.d.ts.map +0 -1
- package/types/components/fragments/section-header.vue.d.ts +0 -8
- package/types/components/fragments/section-header.vue.d.ts.map +0 -1
- package/types/components/fragments/select-item-icon.vue.d.ts +0 -15
- package/types/components/fragments/select-item-icon.vue.d.ts.map +0 -1
- package/types/components/fragments/select-item.vue.d.ts +0 -12
- package/types/components/fragments/select-item.vue.d.ts.map +0 -1
- package/types/components/fragments/select-selection.vue.d.ts +0 -12
- package/types/components/fragments/select-selection.vue.d.ts.map +0 -1
- package/types/components/fragments/text-field-menu.vue.d.ts +0 -20
- package/types/components/fragments/text-field-menu.vue.d.ts.map +0 -1
- package/types/components/global-register.d.ts +0 -8
- package/types/components/global-register.d.ts.map +0 -1
- package/types/components/node.vue.d.ts +0 -10
- package/types/components/node.vue.d.ts.map +0 -1
- package/types/components/nodes/autocomplete.vue.d.ts +0 -27
- package/types/components/nodes/autocomplete.vue.d.ts.map +0 -1
- package/types/components/nodes/checkbox.vue.d.ts +0 -10
- package/types/components/nodes/checkbox.vue.d.ts.map +0 -1
- package/types/components/nodes/color-picker.vue.d.ts +0 -10
- package/types/components/nodes/color-picker.vue.d.ts.map +0 -1
- package/types/components/nodes/combobox.vue.d.ts +0 -27
- package/types/components/nodes/combobox.vue.d.ts.map +0 -1
- package/types/components/nodes/date-picker.vue.d.ts +0 -10
- package/types/components/nodes/date-picker.vue.d.ts.map +0 -1
- package/types/components/nodes/date-time-picker.vue.d.ts +0 -10
- package/types/components/nodes/date-time-picker.vue.d.ts.map +0 -1
- package/types/components/nodes/expansion-panels.vue.d.ts +0 -10
- package/types/components/nodes/expansion-panels.vue.d.ts.map +0 -1
- package/types/components/nodes/file-input.vue.d.ts +0 -27
- package/types/components/nodes/file-input.vue.d.ts.map +0 -1
- package/types/components/nodes/list.vue.d.ts +0 -10
- package/types/components/nodes/list.vue.d.ts.map +0 -1
- package/types/components/nodes/markdown.vue.d.ts +0 -27
- package/types/components/nodes/markdown.vue.d.ts.map +0 -1
- package/types/components/nodes/number-combobox.vue.d.ts +0 -27
- package/types/components/nodes/number-combobox.vue.d.ts.map +0 -1
- package/types/components/nodes/number-field.vue.d.ts +0 -27
- package/types/components/nodes/number-field.vue.d.ts.map +0 -1
- package/types/components/nodes/one-of-select.vue.d.ts +0 -10
- package/types/components/nodes/one-of-select.vue.d.ts.map +0 -1
- package/types/components/nodes/section.vue.d.ts +0 -10
- package/types/components/nodes/section.vue.d.ts.map +0 -1
- package/types/components/nodes/select.vue.d.ts +0 -27
- package/types/components/nodes/select.vue.d.ts.map +0 -1
- package/types/components/nodes/slider.vue.d.ts +0 -10
- package/types/components/nodes/slider.vue.d.ts.map +0 -1
- package/types/components/nodes/stepper.vue.d.ts +0 -10
- package/types/components/nodes/stepper.vue.d.ts.map +0 -1
- package/types/components/nodes/switch.vue.d.ts +0 -10
- package/types/components/nodes/switch.vue.d.ts.map +0 -1
- package/types/components/nodes/tabs.vue.d.ts +0 -10
- package/types/components/nodes/tabs.vue.d.ts.map +0 -1
- package/types/components/nodes/text-field copy.vue.d.ts +0 -10
- package/types/components/nodes/text-field copy.vue.d.ts.map +0 -1
- package/types/components/nodes/text-field.vue.d.ts +0 -27
- package/types/components/nodes/text-field.vue.d.ts.map +0 -1
- package/types/components/nodes/textarea.vue.d.ts +0 -27
- package/types/components/nodes/textarea.vue.d.ts.map +0 -1
- package/types/components/nodes/time-picker.vue.d.ts +0 -3
- package/types/components/nodes/time-picker.vue.d.ts.map +0 -1
- package/types/components/nodes/vertical-tabs.vue.d.ts +0 -10
- package/types/components/nodes/vertical-tabs.vue.d.ts.map +0 -1
- package/types/components/options.d.ts +0 -4
- package/types/components/options.d.ts.map +0 -1
- package/types/components/tree.vue.d.ts +0 -10
- package/types/components/tree.vue.d.ts.map +0 -1
- package/types/components/types.d.ts +0 -91
- package/types/components/types.d.ts.map +0 -1
- package/types/components/v-jsf.vue.d.ts +0 -13
- package/types/components/v-jsf.vue.d.ts.map +0 -1
- package/types/components/vjsf.vue.d.ts +0 -15
- package/types/components/vjsf.vue.d.ts.map +0 -1
- package/types/composables/use-dnd.d.ts +0 -25
- package/types/composables/use-dnd.d.ts.map +0 -1
- package/types/composables/use-vjsf.d.ts +0 -16
- package/types/composables/use-vjsf.d.ts.map +0 -1
- package/types/index.d.ts +0 -5
- package/types/index.d.ts.map +0 -1
- package/types/types.d.ts +0 -96
- package/types/types.d.ts.map +0 -1
- package/types/utils/arrays.d.ts +0 -9
- package/types/utils/arrays.d.ts.map +0 -1
- package/types/utils/build.d.ts +0 -2
- package/types/utils/build.d.ts.map +0 -1
- package/types/utils/clone.d.ts +0 -3
- package/types/utils/clone.d.ts.map +0 -1
- package/types/utils/dates.d.ts +0 -7
- package/types/utils/dates.d.ts.map +0 -1
- package/types/utils/global-register.d.ts +0 -8
- package/types/utils/global-register.d.ts.map +0 -1
- package/types/utils/index.d.ts +0 -6
- package/types/utils/index.d.ts.map +0 -1
- package/types/utils/props.d.ts +0 -23
- package/types/utils/props.d.ts.map +0 -1
- package/types/utils/slots.d.ts +0 -7
- package/types/utils/slots.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koumoul/vjsf",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.4",
|
|
4
4
|
"description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "vitest",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"vuetify": "^3.4.9"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@json-layout/core": "0.
|
|
78
|
+
"@json-layout/core": "0.10.0",
|
|
79
79
|
"@vueuse/core": "^10.5.0",
|
|
80
80
|
"debug": "^4.3.4",
|
|
81
81
|
"ejs": "^3.1.9"
|
|
@@ -45,7 +45,7 @@ const titleClass = computed(() => {
|
|
|
45
45
|
</p>
|
|
46
46
|
<v-alert
|
|
47
47
|
v-if="node.error && node.validated"
|
|
48
|
-
|
|
48
|
+
type="error"
|
|
49
49
|
:class="`mt-${titleDepthBase - node.options.titleDepth}`"
|
|
50
50
|
:density="node.options.density"
|
|
51
51
|
>
|
|
@@ -53,4 +53,3 @@ const titleClass = computed(() => {
|
|
|
53
53
|
</v-alert>
|
|
54
54
|
</div>
|
|
55
55
|
</template>
|
|
56
|
-
../../../types.js
|
package/src/components/node.vue
CHANGED
|
@@ -35,7 +35,7 @@ const nodeClasses = computed(() => {
|
|
|
35
35
|
return classes
|
|
36
36
|
})
|
|
37
37
|
|
|
38
|
-
if (!props.statefulLayout.options.nodeComponents[props.modelValue.layout.comp]) {
|
|
38
|
+
if (props.modelValue.layout.comp !== 'none' && !props.statefulLayout.options.nodeComponents[props.modelValue.layout.comp]) {
|
|
39
39
|
console.error(`vjsf: missing component to render vjsf node "${props.modelValue.layout.comp}", maybe you forgot to register a component from a plugin ?`)
|
|
40
40
|
}
|
|
41
41
|
|
|
@@ -16,7 +16,12 @@ const props = defineProps({
|
|
|
16
16
|
}
|
|
17
17
|
})
|
|
18
18
|
|
|
19
|
-
const fieldProps = computed(() =>
|
|
19
|
+
const fieldProps = computed(() => {
|
|
20
|
+
const inputProps = getInputProps(props.modelValue, props.statefulLayout)
|
|
21
|
+
// it is not very common to show an error below checkboxes and switches and without hide-details=auto they take a lot of space
|
|
22
|
+
if (!('hideDetails' in inputProps)) inputProps.hideDetails = 'auto'
|
|
23
|
+
return inputProps
|
|
24
|
+
})
|
|
20
25
|
</script>
|
|
21
26
|
|
|
22
27
|
<template>
|
|
@@ -16,9 +16,12 @@ const props = defineProps({
|
|
|
16
16
|
}
|
|
17
17
|
})
|
|
18
18
|
|
|
19
|
-
const fieldProps = computed(() =>
|
|
20
|
-
getInputProps(props.modelValue, props.statefulLayout)
|
|
21
|
-
|
|
19
|
+
const fieldProps = computed(() => {
|
|
20
|
+
const inputProps = getInputProps(props.modelValue, props.statefulLayout)
|
|
21
|
+
// it is not very common to show an error below checkboxes and switches and without hide-details=auto they take a lot of space
|
|
22
|
+
if (!('hideDetails' in inputProps)) inputProps.hideDetails = 'auto'
|
|
23
|
+
return inputProps
|
|
24
|
+
})
|
|
22
25
|
</script>
|
|
23
26
|
|
|
24
27
|
<template>
|
package/src/types.ts
CHANGED
|
@@ -29,6 +29,9 @@ import {
|
|
|
29
29
|
|
|
30
30
|
export type Density = 'default' | 'comfortable' | 'compact'
|
|
31
31
|
|
|
32
|
+
// these options used to contain many possibilities to override props in various components
|
|
33
|
+
// this was unmaintainable and has been removed, customization of components should be done via slots
|
|
34
|
+
// and vuetify defaults providers
|
|
32
35
|
export type VjsfStatefulLayoutOptions = StatefulLayoutOptions & {
|
|
33
36
|
vjsfSlots: Record<string, () => unknown>,
|
|
34
37
|
nodeComponents: Record<string, Component>,
|
package/src/utils/props.js
CHANGED
|
@@ -5,7 +5,6 @@ import { camelize } from 'vue'
|
|
|
5
5
|
// but it was not very flexible and not very easy to use, user defined props should be managed
|
|
6
6
|
// by a combination of layout.props, layout.getProps and vuetify defaults provider (https://vuetifyjs.com/en/components/defaults-providers/#usage)
|
|
7
7
|
const defaultProps = {
|
|
8
|
-
fieldProps: {},
|
|
9
8
|
fieldPropsCompact: {
|
|
10
9
|
density: 'compact',
|
|
11
10
|
hideDetails: 'auto'
|
|
@@ -14,16 +13,7 @@ const defaultProps = {
|
|
|
14
13
|
density: 'comfortable'
|
|
15
14
|
},
|
|
16
15
|
fieldPropsReadOnly: { hideDetails: 'auto', variant: 'plain' },
|
|
17
|
-
fieldPropsSummary: { hideDetails: true }
|
|
18
|
-
textfieldProps: {},
|
|
19
|
-
textfieldPropsReadOnly: {},
|
|
20
|
-
textareaProps: {},
|
|
21
|
-
textareaPropsReadOnly: {},
|
|
22
|
-
// it is not very common to show an error below checkboxes and switches and without hide-details=auto they take a lot of space
|
|
23
|
-
checkboxProps: { hideDetails: 'auto' },
|
|
24
|
-
checkboxPropsReadOnly: {},
|
|
25
|
-
switchProps: { hideDetails: 'auto' },
|
|
26
|
-
switchPropsReadOnly: {}
|
|
16
|
+
fieldPropsSummary: { hideDetails: true }
|
|
27
17
|
}
|
|
28
18
|
|
|
29
19
|
/**
|
|
@@ -57,21 +47,17 @@ export function mergePropsLevels (propsLevels) {
|
|
|
57
47
|
* @param {import('../types.js').VjsfNode} node
|
|
58
48
|
* @param {import('../types.js').VjsfStatefulLayout} statefulLayout
|
|
59
49
|
* @param {(string | [string, string])[]} [layoutPropsMap]
|
|
60
|
-
* @param {boolean} isMainComp
|
|
50
|
+
* @param {boolean} [isMainComp]
|
|
61
51
|
* @returns {Record<string, any>}
|
|
62
52
|
*/
|
|
63
53
|
export function getInputProps (node, statefulLayout, layoutPropsMap, isMainComp = true) {
|
|
64
54
|
const options = node.options
|
|
65
55
|
/** @type {(Record<string, any> | undefined)[]} */
|
|
66
|
-
const propsLevels = [
|
|
56
|
+
const propsLevels = []
|
|
67
57
|
if (options.density === 'comfortable') propsLevels.push(defaultProps.fieldPropsComfortable)
|
|
68
58
|
if (options.density === 'compact') propsLevels.push(defaultProps.fieldPropsCompact)
|
|
69
59
|
if (node.options.readOnly) propsLevels.push(defaultProps.fieldPropsReadOnly)
|
|
70
|
-
if (isMainComp)
|
|
71
|
-
propsLevels.push(/** @type Record<string, any> | undefined */(options[`${node.layout.comp}Props`]))
|
|
72
|
-
if (node.options.readOnly) propsLevels.push(/** @type Record<string, any> | undefined */(options[`${node.layout.comp}PropsReadOnly`]))
|
|
73
|
-
if (node.props) propsLevels.push(node.props)
|
|
74
|
-
}
|
|
60
|
+
if (isMainComp && node.props) propsLevels.push(node.props)
|
|
75
61
|
|
|
76
62
|
const fullProps = mergePropsLevels(propsLevels)
|
|
77
63
|
|
package/types/compat/v2.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
* @param {object} _schema
|
|
4
|
-
* @param {import("ajv").default} [_ajv]
|
|
5
|
-
* @param {string} lang
|
|
6
|
-
* @returns
|
|
7
|
-
*/
|
|
8
|
-
export function v2compat(_schema: object, _ajv?: ajvModule.default | undefined, lang?: string): ajvModule.SchemaObject;
|
|
9
|
-
import ajvModule from 'ajv';
|
|
10
|
-
//# sourceMappingURL=v2.d.ts.map
|
package/types/compat/v2.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"v2.d.ts","sourceRoot":"","sources":["../../src/compat/v2.js"],"names":[],"mappings":"AA8FA;;;;;;GAMG;AACH,kCALW,MAAM,+CAEN,MAAM,0BAkBhB;sBApHqB,KAAK"}
|
package/types/compile/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {object} schema
|
|
3
|
-
* @param {import('../types.js').PartialVjsfCompileOptions} [options]
|
|
4
|
-
* @param {string} [baseImport]
|
|
5
|
-
* @returns {string}
|
|
6
|
-
*/
|
|
7
|
-
export function compile(schema: object, options?: Partial<Omit<import("../types.js").VjsfCompileOptions, "width">> | undefined, baseImport?: string | undefined): string;
|
|
8
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/compile/index.js"],"names":[],"mappings":"AAmCA;;;;;GAKG;AACH,gCALW,MAAM,4HAGJ,MAAM,CAyBlB"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
/** @type import("../types.js").PartialVjsfCompileOptions */
|
|
2
|
-
export const defaultOptions: import("../types.js").PartialVjsfCompileOptions;
|
|
3
|
-
export function getFullOptions(options: import("../types.js").PartialVjsfCompileOptions): import("../types.js").VjsfCompileOptions;
|
|
4
|
-
//# sourceMappingURL=options.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../src/compile/options.js"],"names":[],"mappings":"AAAA,4DAA4D;AAC5D,6BADU,OAAO,aAAa,EAAE,yBAAyB,CAKxD;AAOM,wCAHI,OAAO,aAAa,EAAE,yBAAyB,4CASzD"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
node: import("../../types.js").VjsfNode;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly node?: import("../../types.js").VjsfNode | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
|
-
export default _default;
|
|
8
|
-
//# sourceMappingURL=help-message.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"help-message.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/help-message.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
layoutSlot: {
|
|
3
|
-
/** @type import('vue').PropType<import('@json-layout/vocabulary').Slot> */
|
|
4
|
-
type: import('vue').PropType<import('@json-layout/vocabulary').Slot>;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
node: {
|
|
8
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
9
|
-
type: import('vue').PropType<import('../../types.js').VjsfNode>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
statefulLayout: {
|
|
13
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
14
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
tag: {
|
|
18
|
-
/** @type import('vue').PropType<string> */
|
|
19
|
-
type: import('vue').PropType<string>;
|
|
20
|
-
default: null;
|
|
21
|
-
};
|
|
22
|
-
}, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
|
-
layoutSlot: {
|
|
24
|
-
/** @type import('vue').PropType<import('@json-layout/vocabulary').Slot> */
|
|
25
|
-
type: import('vue').PropType<import('@json-layout/vocabulary').Slot>;
|
|
26
|
-
required: true;
|
|
27
|
-
};
|
|
28
|
-
node: {
|
|
29
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
30
|
-
type: import('vue').PropType<import('../../types.js').VjsfNode>;
|
|
31
|
-
required: true;
|
|
32
|
-
};
|
|
33
|
-
statefulLayout: {
|
|
34
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
35
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
36
|
-
required: true;
|
|
37
|
-
};
|
|
38
|
-
tag: {
|
|
39
|
-
/** @type import('vue').PropType<string> */
|
|
40
|
-
type: import('vue').PropType<string>;
|
|
41
|
-
default: null;
|
|
42
|
-
};
|
|
43
|
-
}>>, {
|
|
44
|
-
tag: string;
|
|
45
|
-
}, {}>;
|
|
46
|
-
export default _default;
|
|
47
|
-
//# sourceMappingURL=node-slot.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"node-slot.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/node-slot.vue.js"],"names":[],"mappings":";;QAUM,2EAA2E;cAAjE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,yBAAyB,EAAE,IAAI,CAAC;;;;QAKxE,sEAAsE;cAA5D,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,QAAQ,CAAC;;;;QAKnE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;QAfxC,2EAA2E;cAAjE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,yBAAyB,EAAE,IAAI,CAAC;;;;QAKxE,sEAAsE;cAA5D,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,QAAQ,CAAC;;;;QAKnE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
node: import("../../types.js").VjsfNode;
|
|
3
|
-
$props: {
|
|
4
|
-
readonly node?: import("../../types.js").VjsfNode | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
7
|
-
export default _default;
|
|
8
|
-
//# sourceMappingURL=section-header.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"section-header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/section-header.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
icon: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
7
|
-
[key: string]: any;
|
|
8
|
-
}>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
9
|
-
icon: {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
}>>, {}, {}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
//# sourceMappingURL=select-item-icon.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"select-item-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item-icon.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
multiple: boolean;
|
|
3
|
-
item: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem;
|
|
4
|
-
itemProps: Record<string, any>;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly multiple?: boolean | undefined;
|
|
7
|
-
readonly item?: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem | undefined;
|
|
8
|
-
readonly itemProps?: Record<string, any> | undefined;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
11
|
-
export default _default;
|
|
12
|
-
//# sourceMappingURL=select-item.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"select-item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
multiple: boolean;
|
|
3
|
-
item: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem;
|
|
4
|
-
last: boolean;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly multiple?: boolean | undefined;
|
|
7
|
-
readonly item?: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem | undefined;
|
|
8
|
-
readonly last?: boolean | undefined;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
11
|
-
export default _default;
|
|
12
|
-
//# sourceMappingURL=select-selection.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"select-selection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-selection.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../../types.js").VjsfNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
formattedValue: string | null;
|
|
5
|
-
$props: {
|
|
6
|
-
readonly modelValue?: import("../../types.js").VjsfNode | undefined;
|
|
7
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
8
|
-
readonly formattedValue?: string | null | undefined;
|
|
9
|
-
};
|
|
10
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
|
11
|
-
"prepend-inner"?(_: {}): any;
|
|
12
|
-
default?(_: {
|
|
13
|
-
close: () => boolean;
|
|
14
|
-
}): any;
|
|
15
|
-
}>;
|
|
16
|
-
export default _default;
|
|
17
|
-
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
18
|
-
$slots: S;
|
|
19
|
-
});
|
|
20
|
-
//# sourceMappingURL=text-field-menu.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text-field-menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/text-field-menu.vue.js"],"names":[],"mappings":";;;;;;;;;;6BAkIsC,GAAG;;;QACX,GAAG"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {string} name
|
|
3
|
-
* @param {import('vue').Component} component
|
|
4
|
-
*/
|
|
5
|
-
export function registerNodeComponent(name: string, component: import('vue').Component): void;
|
|
6
|
-
/** @type {Record<string, import('vue').Component>} */
|
|
7
|
-
export const registeredNodeComponents: Record<string, import('vue').Component>;
|
|
8
|
-
//# sourceMappingURL=global-register.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global-register.d.ts","sourceRoot":"","sources":["../../src/components/global-register.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,4CAHW,MAAM,aACN,OAAO,KAAK,EAAE,SAAS,QAIjC;AATD,sDAAsD;AACtD,uCADW,OAAO,MAAM,EAAE,OAAO,KAAK,EAAE,SAAS,CAAC,CACR"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../types.js").VjsfNode;
|
|
3
|
-
statefulLayout: import("../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelValue?: import("../types.js").VjsfNode | undefined;
|
|
6
|
-
readonly statefulLayout?: import("../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=node.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"node.vue.d.ts","sourceRoot":"","sources":["../../src/components/node.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
|
|
4
|
-
type: import('vue').PropType<import('../../types.js').VjsfSelectNode>;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
statefulLayout: {
|
|
8
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
}>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
modelValue: {
|
|
16
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
|
|
17
|
-
type: import('vue').PropType<import('../../types.js').VjsfSelectNode>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
statefulLayout: {
|
|
21
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
22
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
}>>, {}, {}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
//# sourceMappingURL=autocomplete.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/autocomplete.vue.js"],"names":[],"mappings":";;QAWI,4EAA4E;cAAlE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,cAAc,CAAC;;;;QAKzE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,4EAA4E;cAAlE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,cAAc,CAAC;;;;QAKzE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../../types.js").VjsfCheckboxNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelValue?: import("../../types.js").VjsfCheckboxNode | undefined;
|
|
6
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=checkbox.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/checkbox.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../../types.js").VjsfColorPickerNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelValue?: import("../../types.js").VjsfColorPickerNode | undefined;
|
|
6
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=color-picker.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"color-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/color-picker.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
|
|
4
|
-
type: import('vue').PropType<import('../../types.js').VjsfComboboxNode>;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
statefulLayout: {
|
|
8
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
}>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
modelValue: {
|
|
16
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
|
|
17
|
-
type: import('vue').PropType<import('../../types.js').VjsfComboboxNode>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
statefulLayout: {
|
|
21
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
22
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
}>>, {}, {}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
//# sourceMappingURL=combobox.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/combobox.vue.js"],"names":[],"mappings":";;QASM,8EAA8E;cAApE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,gBAAgB,CAAC;;;;QAK3E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,8EAA8E;cAApE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,gBAAgB,CAAC;;;;QAK3E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../../types.js").VjsfDatePickerNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelValue?: import("../../types.js").VjsfDatePickerNode | undefined;
|
|
6
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=date-picker.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/date-picker.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../../types.js").VjsfDateTimePickerNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelValue?: import("../../types.js").VjsfDateTimePickerNode | undefined;
|
|
6
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=date-time-picker.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"date-time-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/date-time-picker.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../../types.js").VjsfExpansionPanelsNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelValue?: import("../../types.js").VjsfExpansionPanelsNode | undefined;
|
|
6
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=expansion-panels.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"expansion-panels.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/expansion-panels.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfFileInputNode> */
|
|
4
|
-
type: import('vue').PropType<import('../../types.js').VjsfFileInputNode>;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
statefulLayout: {
|
|
8
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
}>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
modelValue: {
|
|
16
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfFileInputNode> */
|
|
17
|
-
type: import('vue').PropType<import('../../types.js').VjsfFileInputNode>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
statefulLayout: {
|
|
21
|
-
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
22
|
-
type: import('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
}>>, {}, {}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
//# sourceMappingURL=file-input.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"file-input.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/file-input.vue.js"],"names":[],"mappings":";;QASM,+EAA+E;cAArE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,iBAAiB,CAAC;;;;QAK5E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,+EAA+E;cAArE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,iBAAiB,CAAC;;;;QAK5E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
-
modelValue: import("../../types.js").VjsfListNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly modelValue?: import("../../types.js").VjsfListNode | undefined;
|
|
6
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
|
|
9
|
-
export default _default;
|
|
10
|
-
//# sourceMappingURL=list.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/list.vue.js"],"names":[],"mappings":""}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
/** @type import('vue').PropType<import('../types.js').VjsfTextareaNode> */
|
|
4
|
-
type: import('vue').PropType<import('../types.js').VjsfTextareaNode>;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
statefulLayout: {
|
|
8
|
-
/** @type import('vue').PropType<import('@json-layout/core').StatefulLayout> */
|
|
9
|
-
type: import('vue').PropType<import('@json-layout/core').StatefulLayout>;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
}, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
13
|
-
[key: string]: any;
|
|
14
|
-
}>, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
modelValue: {
|
|
16
|
-
/** @type import('vue').PropType<import('../types.js').VjsfTextareaNode> */
|
|
17
|
-
type: import('vue').PropType<import('../types.js').VjsfTextareaNode>;
|
|
18
|
-
required: true;
|
|
19
|
-
};
|
|
20
|
-
statefulLayout: {
|
|
21
|
-
/** @type import('vue').PropType<import('@json-layout/core').StatefulLayout> */
|
|
22
|
-
type: import('vue').PropType<import('@json-layout/core').StatefulLayout>;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
}>>, {}, {}>;
|
|
26
|
-
export default _default;
|
|
27
|
-
//# sourceMappingURL=markdown.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"markdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/markdown.vue.js"],"names":[],"mappings":";;QAWM,2EAA2E;cAAjE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,aAAa,EAAE,gBAAgB,CAAC;;;;QAKxE,+EAA+E;cAArE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,mBAAmB,EAAE,cAAc,CAAC;;;;;;;QAL5E,2EAA2E;cAAjE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,aAAa,EAAE,gBAAgB,CAAC;;;;QAKxE,+EAA+E;cAArE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,mBAAmB,EAAE,cAAc,CAAC"}
|