@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/types/types.d.ts
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { Component } from 'vue';
|
|
2
|
-
import { StatefulLayout, StatefulLayoutOptions, StateNode, CheckboxNode, ColorPickerNode, DatePickerNode, DateTimePickerNode, TabsNode, ExpansionPanelsNode, ListNode, NumberFieldNode, OneOfSelectNode, SectionNode, SelectNode, SliderNode, SwitchNode, TextFieldNode, TextareaNode, VerticalTabsNode, StepperNode, ComboboxNode, MarkdownNode, FileInputNode, CompileOptions } from '@json-layout/core';
|
|
3
|
-
export type Density = 'default' | 'comfortable' | 'compact';
|
|
4
|
-
export type VjsfStatefulLayoutOptions = StatefulLayoutOptions & {
|
|
5
|
-
density: Density;
|
|
6
|
-
fieldProps: Record<string, unknown>;
|
|
7
|
-
fieldPropsCompact: Record<string, unknown>;
|
|
8
|
-
fieldPropsComfortable: Record<string, unknown>;
|
|
9
|
-
fieldPropsReadOnly: Record<string, unknown>;
|
|
10
|
-
fieldPropsSummary: Record<string, unknown>;
|
|
11
|
-
textfieldProps: Record<string, unknown>;
|
|
12
|
-
textfieldPropsReadOnly: Record<string, unknown>;
|
|
13
|
-
textareaProps: Record<string, unknown>;
|
|
14
|
-
textareaPropsReadOnly: Record<string, unknown>;
|
|
15
|
-
checkboxProps: Record<string, unknown>;
|
|
16
|
-
checkboxPropsReadOnly: Record<string, unknown>;
|
|
17
|
-
switchProps: Record<string, unknown>;
|
|
18
|
-
switchPropsReadOnly: Record<string, unknown>;
|
|
19
|
-
errorAlertProps: Record<string, unknown>;
|
|
20
|
-
vjsfSlots: Record<string, () => unknown>;
|
|
21
|
-
easyMDEOptions: Record<string, unknown>;
|
|
22
|
-
nodeComponents: Record<string, Component>;
|
|
23
|
-
};
|
|
24
|
-
export type VjsfCompileOptions = CompileOptions & {
|
|
25
|
-
nodeComponentImports: Record<string, string>;
|
|
26
|
-
};
|
|
27
|
-
export type VjsfOptions = VjsfCompileOptions & VjsfStatefulLayoutOptions;
|
|
28
|
-
export type VjsfStatefulLayout = Omit<StatefulLayout, 'options'> & {
|
|
29
|
-
options: VjsfStatefulLayoutOptions;
|
|
30
|
-
};
|
|
31
|
-
export type PartialVjsfCompileOptions = Partial<Omit<VjsfCompileOptions, 'width'>>;
|
|
32
|
-
export type PartialVjsfOptions = Partial<Omit<VjsfOptions, 'width'>>;
|
|
33
|
-
export type VjsfNode = Omit<StateNode, 'options'> & {
|
|
34
|
-
options: VjsfOptions;
|
|
35
|
-
};
|
|
36
|
-
export type VjsfTabsNode = Omit<TabsNode, 'options'> & {
|
|
37
|
-
options: VjsfOptions;
|
|
38
|
-
};
|
|
39
|
-
export type VjsfCheckboxNode = Omit<CheckboxNode, 'options'> & {
|
|
40
|
-
options: VjsfOptions;
|
|
41
|
-
};
|
|
42
|
-
export type VjsfColorPickerNode = Omit<ColorPickerNode, 'options'> & {
|
|
43
|
-
options: VjsfOptions;
|
|
44
|
-
};
|
|
45
|
-
export type VjsfDatePickerNode = Omit<DatePickerNode, 'options'> & {
|
|
46
|
-
options: VjsfOptions;
|
|
47
|
-
};
|
|
48
|
-
export type VjsfDateTimePickerNode = Omit<DateTimePickerNode, 'options'> & {
|
|
49
|
-
options: VjsfOptions;
|
|
50
|
-
};
|
|
51
|
-
export type VjsfExpansionPanelsNode = Omit<ExpansionPanelsNode, 'options'> & {
|
|
52
|
-
options: VjsfOptions;
|
|
53
|
-
};
|
|
54
|
-
export type VjsfListNode = Omit<ListNode, 'options'> & {
|
|
55
|
-
options: VjsfOptions;
|
|
56
|
-
};
|
|
57
|
-
export type VjsfNumberFieldNode = Omit<NumberFieldNode, 'options'> & {
|
|
58
|
-
options: VjsfOptions;
|
|
59
|
-
};
|
|
60
|
-
export type VjsfOneOfSelectNode = Omit<OneOfSelectNode, 'options'> & {
|
|
61
|
-
options: VjsfOptions;
|
|
62
|
-
};
|
|
63
|
-
export type VjsfSectionNode = Omit<SectionNode, 'options'> & {
|
|
64
|
-
options: VjsfOptions;
|
|
65
|
-
};
|
|
66
|
-
export type VjsfSelectNode = Omit<SelectNode, 'options'> & {
|
|
67
|
-
options: VjsfOptions;
|
|
68
|
-
};
|
|
69
|
-
export type VjsfSliderNode = Omit<SliderNode, 'options'> & {
|
|
70
|
-
options: VjsfOptions;
|
|
71
|
-
};
|
|
72
|
-
export type VjsfSwitchNode = Omit<SwitchNode, 'options'> & {
|
|
73
|
-
options: VjsfOptions;
|
|
74
|
-
};
|
|
75
|
-
export type VjsfTextFieldNode = Omit<TextFieldNode, 'options'> & {
|
|
76
|
-
options: VjsfOptions;
|
|
77
|
-
};
|
|
78
|
-
export type VjsfTextareaNode = Omit<TextareaNode, 'options'> & {
|
|
79
|
-
options: VjsfOptions;
|
|
80
|
-
};
|
|
81
|
-
export type VjsfMarkdownNode = Omit<MarkdownNode, 'options'> & {
|
|
82
|
-
options: VjsfOptions;
|
|
83
|
-
};
|
|
84
|
-
export type VjsfVerticalTabsNode = Omit<VerticalTabsNode, 'options'> & {
|
|
85
|
-
options: VjsfOptions;
|
|
86
|
-
};
|
|
87
|
-
export type VjsfStepperNode = Omit<StepperNode, 'options'> & {
|
|
88
|
-
options: VjsfOptions;
|
|
89
|
-
};
|
|
90
|
-
export type VjsfComboboxNode = Omit<ComboboxNode, 'options'> & {
|
|
91
|
-
options: VjsfOptions;
|
|
92
|
-
};
|
|
93
|
-
export type VjsfFileInputNode = Omit<FileInputNode, 'options'> & {
|
|
94
|
-
options: VjsfOptions;
|
|
95
|
-
};
|
|
96
|
-
//# sourceMappingURL=types.d.ts.map
|
package/types/types.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
package/types/utils/arrays.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"arrays.d.ts","sourceRoot":"","sources":["../../src/utils/arrays.js"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,wDAJW,MAAM,WACN,MAAM,OAUhB"}
|
package/types/utils/build.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build.d.ts","sourceRoot":"","sources":["../../src/utils/build.js"],"names":[],"mappings":""}
|
package/types/utils/clone.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"clone.d.ts","sourceRoot":"","sources":["../../src/utils/clone.js"],"names":[],"mappings":""}
|
package/types/utils/dates.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export function padTimeComponent(val: number): string;
|
|
2
|
-
export function getDateTimeWithOffset(date: Date): string;
|
|
3
|
-
export function getDateTimeParts(date: Date): string[];
|
|
4
|
-
export function getDateTime(parts: [string, string]): string;
|
|
5
|
-
export function getShortTime(time: string | undefined): string;
|
|
6
|
-
export function getLongTime(time: string): string;
|
|
7
|
-
//# sourceMappingURL=dates.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dates.d.ts","sourceRoot":"","sources":["../../src/utils/dates.js"],"names":[],"mappings":"AAGO,sCAAoC,MAAM,UAGhD;AAMM,4CAAyC,IAAI,UAQnD;AAIM,uCAAoC,IAAI,YAE9C;AAIM,mCAA+B,CAAC,MAAM,EAAE,MAAM,CAAC,UAWrD;AAGM,mCAAgC,MAAM,GAAG,SAAS,UAGxD;AAEM,kCAA+B,MAAM,UAE3C"}
|
|
@@ -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 {import('vue').Ref<Record<string, import('vue').Component>>} */
|
|
7
|
-
export const registeredNodeComponents: import('vue').Ref<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/utils/global-register.js"],"names":[],"mappings":"AAKA;;;GAGG;AACH,4CAHW,MAAM,aACN,OAAO,KAAK,EAAE,SAAS,QAKjC;AAVD,yEAAyE;AACzE,uCADW,OAAO,KAAK,EAAE,GAAG,CAAC,OAAO,MAAM,EAAE,OAAO,KAAK,EAAE,SAAS,CAAC,CAAC,CACtB"}
|
package/types/utils/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.js"],"names":[],"mappings":""}
|
package/types/utils/props.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {(Record<string, any> | undefined)[]} propsLevels
|
|
3
|
-
* @returns {Record<string, any> & {class: string[]}}
|
|
4
|
-
*/
|
|
5
|
-
export function mergePropsLevels(propsLevels: (Record<string, any> | undefined)[]): Record<string, any> & {
|
|
6
|
-
class: string[];
|
|
7
|
-
};
|
|
8
|
-
/**
|
|
9
|
-
* @param {import('../types.js').VjsfNode} node
|
|
10
|
-
* @param {import('../types.js').VjsfStatefulLayout} statefulLayout
|
|
11
|
-
* @param {(string | [string, string])[]} [layoutPropsMap]
|
|
12
|
-
* @param {boolean} isMainComp
|
|
13
|
-
* @returns {Record<string, any>}
|
|
14
|
-
*/
|
|
15
|
-
export function getInputProps(node: import('../types.js').VjsfNode, statefulLayout: import('../types.js').VjsfStatefulLayout, layoutPropsMap?: (string | [string, string])[] | undefined, isMainComp?: boolean): Record<string, any>;
|
|
16
|
-
/**
|
|
17
|
-
* @param {import('@json-layout/core').StateNode} node
|
|
18
|
-
* @param {string} comp
|
|
19
|
-
* @param {boolean} isMainComp
|
|
20
|
-
* @returns {Record<string, any>}
|
|
21
|
-
*/
|
|
22
|
-
export function getCompProps(node: import('@json-layout/core').StateNode, comp: string, isMainComp?: boolean): Record<string, any>;
|
|
23
|
-
//# sourceMappingURL=props.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"props.d.ts","sourceRoot":"","sources":["../../src/utils/props.js"],"names":[],"mappings":"AAGA;;;GAGG;AACH,8CAHW,CAAC,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC,EAAE,GACjC,OAAO,MAAM,EAAE,GAAG,CAAC,GAAG;IAAC,KAAK,EAAE,MAAM,EAAE,CAAA;CAAC,CAqBnD;AAID;;;;;;GAMG;AACH,oCANW,OAAO,aAAa,EAAE,QAAQ,kBAC9B,OAAO,aAAa,EAAE,kBAAkB,2EAExC,OAAO,GACL,OAAO,MAAM,EAAE,GAAG,CAAC,CA2C/B;AAGD;;;;;GAKG;AACH,mCALW,OAAO,mBAAmB,EAAE,SAAS,QACrC,MAAM,eACN,OAAO,GACL,OAAO,MAAM,EAAE,GAAG,CAAC,CAY/B"}
|
package/types/utils/slots.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @param {import('../types.js').VjsfNode} node
|
|
3
|
-
* @param {import('../types.js').VjsfStatefulLayout} statefulLayout
|
|
4
|
-
* @returns {Record<string, any>}
|
|
5
|
-
*/
|
|
6
|
-
export function getCompSlots(node: import('../types.js').VjsfNode, statefulLayout: import('../types.js').VjsfStatefulLayout): Record<string, any>;
|
|
7
|
-
//# sourceMappingURL=slots.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"slots.d.ts","sourceRoot":"","sources":["../../src/utils/slots.js"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,mCAJW,OAAO,aAAa,EAAE,QAAQ,kBAC9B,OAAO,aAAa,EAAE,kBAAkB,GACtC,OAAO,MAAM,EAAE,GAAG,CAAC,CAU/B"}
|