@koumoul/vjsf 3.25.4 → 3.26.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/package.json +4 -4
- package/src/components/nodes/color-picker.vue +1 -1
- package/src/components/nodes/date-picker.vue +3 -3
- package/src/components/nodes/date-time-picker.vue +1 -1
- package/src/components/nodes/list.vue +7 -8
- package/src/composables/use-dnd.js +2 -1
- package/src/composables/use-get-items.js +7 -0
- package/src/composables/use-node.js +11 -0
- package/src/composables/use-vjsf.js +5 -0
- package/types/compat/v2.d.ts +1 -1
- package/types/compat/v2.d.ts.map +1 -1
- package/types/components/fragments/child-subtitle.vue.d.ts +14 -6
- package/types/components/fragments/child-subtitle.vue.d.ts.map +1 -1
- package/types/components/fragments/help-message.vue.d.ts +14 -6
- package/types/components/fragments/help-message.vue.d.ts.map +1 -1
- package/types/components/fragments/list-select-key.vue.d.ts +10 -9
- package/types/components/fragments/list-select-key.vue.d.ts.map +1 -1
- package/types/components/fragments/node-slot.vue.d.ts +15 -14
- package/types/components/fragments/node-slot.vue.d.ts.map +1 -1
- package/types/components/fragments/section-header.vue.d.ts +24 -8
- package/types/components/fragments/section-header.vue.d.ts.map +1 -1
- package/types/components/fragments/select-item-header.vue.d.ts +22 -8
- package/types/components/fragments/select-item-header.vue.d.ts.map +1 -1
- package/types/components/fragments/select-item-icon.vue.d.ts +6 -5
- package/types/components/fragments/select-item-icon.vue.d.ts.map +1 -1
- package/types/components/fragments/select-item.vue.d.ts +40 -12
- package/types/components/fragments/select-item.vue.d.ts.map +1 -1
- package/types/components/fragments/select-selection.vue.d.ts +48 -13
- package/types/components/fragments/select-selection.vue.d.ts.map +1 -1
- package/types/components/fragments/selection-group.vue.d.ts +10 -9
- package/types/components/fragments/selection-group.vue.d.ts.map +1 -1
- package/types/components/fragments/text-field-menu.vue.d.ts +88 -21
- package/types/components/fragments/text-field-menu.vue.d.ts.map +1 -1
- package/types/components/node.vue.d.ts +24 -8
- package/types/components/node.vue.d.ts.map +1 -1
- package/types/components/nodes/autocomplete.vue.d.ts +10 -9
- package/types/components/nodes/autocomplete.vue.d.ts.map +1 -1
- package/types/components/nodes/card.vue.d.ts +24 -8
- package/types/components/nodes/card.vue.d.ts.map +1 -1
- package/types/components/nodes/checkbox-group.vue.d.ts +10 -9
- package/types/components/nodes/checkbox-group.vue.d.ts.map +1 -1
- package/types/components/nodes/checkbox.vue.d.ts +10 -9
- package/types/components/nodes/checkbox.vue.d.ts.map +1 -1
- package/types/components/nodes/color-picker.vue.d.ts +24 -8
- package/types/components/nodes/color-picker.vue.d.ts.map +1 -1
- package/types/components/nodes/combobox.vue.d.ts +10 -9
- package/types/components/nodes/combobox.vue.d.ts.map +1 -1
- package/types/components/nodes/date-picker.vue.d.ts +24 -8
- package/types/components/nodes/date-picker.vue.d.ts.map +1 -1
- package/types/components/nodes/date-time-picker.vue.d.ts +24 -8
- package/types/components/nodes/date-time-picker.vue.d.ts.map +1 -1
- package/types/components/nodes/expansion-panels.vue.d.ts +24 -8
- package/types/components/nodes/expansion-panels.vue.d.ts.map +1 -1
- package/types/components/nodes/file-input.vue.d.ts +10 -9
- package/types/components/nodes/file-input.vue.d.ts.map +1 -1
- package/types/components/nodes/list.vue.d.ts +24 -8
- package/types/components/nodes/list.vue.d.ts.map +1 -1
- package/types/components/nodes/number-combobox.vue.d.ts +10 -9
- package/types/components/nodes/number-combobox.vue.d.ts.map +1 -1
- package/types/components/nodes/number-field.vue.d.ts +10 -9
- package/types/components/nodes/number-field.vue.d.ts.map +1 -1
- package/types/components/nodes/one-of-select.vue.d.ts +24 -8
- package/types/components/nodes/one-of-select.vue.d.ts.map +1 -1
- package/types/components/nodes/radio-group.vue.d.ts +10 -9
- package/types/components/nodes/radio-group.vue.d.ts.map +1 -1
- package/types/components/nodes/section.vue.d.ts +24 -8
- package/types/components/nodes/section.vue.d.ts.map +1 -1
- package/types/components/nodes/select.vue.d.ts +10 -9
- package/types/components/nodes/select.vue.d.ts.map +1 -1
- package/types/components/nodes/slider.vue.d.ts +10 -9
- package/types/components/nodes/slider.vue.d.ts.map +1 -1
- package/types/components/nodes/stepper.vue.d.ts +24 -8
- package/types/components/nodes/stepper.vue.d.ts.map +1 -1
- package/types/components/nodes/switch-group.vue.d.ts +10 -9
- package/types/components/nodes/switch-group.vue.d.ts.map +1 -1
- package/types/components/nodes/switch.vue.d.ts +10 -9
- package/types/components/nodes/switch.vue.d.ts.map +1 -1
- package/types/components/nodes/tabs.vue.d.ts +24 -8
- package/types/components/nodes/tabs.vue.d.ts.map +1 -1
- package/types/components/nodes/text-field.vue.d.ts +10 -9
- package/types/components/nodes/text-field.vue.d.ts.map +1 -1
- package/types/components/nodes/textarea.vue.d.ts +10 -9
- package/types/components/nodes/textarea.vue.d.ts.map +1 -1
- package/types/components/nodes/time-picker.vue.d.ts +24 -8
- package/types/components/nodes/time-picker.vue.d.ts.map +1 -1
- package/types/components/nodes/vertical-tabs.vue.d.ts +24 -8
- package/types/components/nodes/vertical-tabs.vue.d.ts.map +1 -1
- package/types/components/tree.vue.d.ts +24 -8
- package/types/components/tree.vue.d.ts.map +1 -1
- package/types/components/vjsf.vue.d.ts +50 -13
- package/types/components/vjsf.vue.d.ts.map +1 -1
- package/types/composables/use-comp-defaults.d.ts +1 -1
- package/types/composables/use-comp-defaults.d.ts.map +1 -1
- package/types/composables/use-dnd.d.ts +1 -1
- package/types/composables/use-dnd.d.ts.map +1 -1
- package/types/composables/use-get-items.d.ts +11 -4
- package/types/composables/use-get-items.d.ts.map +1 -1
- package/types/composables/use-node.d.ts +20 -9
- package/types/composables/use-node.d.ts.map +1 -1
- package/types/composables/use-select-node.d.ts +4 -4
- package/types/composables/use-vjsf.d.ts +5 -5
- package/types/composables/use-vjsf.d.ts.map +1 -1
- package/types/index.d.ts +2 -2
- package/types/options.d.ts +2 -2
- package/types/options.d.ts.map +1 -1
- package/types/utils/arrays.d.ts.map +1 -1
|
@@ -1,16 +1,51 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
4
|
+
multiple: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
8
|
+
last: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
item: {
|
|
13
|
+
/** @type import('vue').PropType<import('@json-layout/vocabulary').SelectItem> */
|
|
14
|
+
type: import("vue").PropType<import("@json-layout/vocabulary").SelectItem>;
|
|
15
|
+
required: true;
|
|
16
|
+
};
|
|
17
|
+
avatarProps: {
|
|
18
|
+
type: ObjectConstructor;
|
|
19
|
+
required: true;
|
|
20
|
+
};
|
|
21
|
+
cssPrefix: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
required: true;
|
|
24
|
+
};
|
|
25
|
+
}>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
26
|
+
multiple: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
last: {
|
|
31
|
+
type: BooleanConstructor;
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
item: {
|
|
35
|
+
/** @type import('vue').PropType<import('@json-layout/vocabulary').SelectItem> */
|
|
36
|
+
type: import("vue").PropType<import("@json-layout/vocabulary").SelectItem>;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
avatarProps: {
|
|
40
|
+
type: ObjectConstructor;
|
|
41
|
+
required: true;
|
|
42
|
+
};
|
|
43
|
+
cssPrefix: {
|
|
44
|
+
type: StringConstructor;
|
|
45
|
+
required: true;
|
|
46
|
+
};
|
|
47
|
+
}>> & Readonly<{}>, {
|
|
2
48
|
multiple: boolean;
|
|
3
|
-
item: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem;
|
|
4
|
-
avatarProps: Record<string, any>;
|
|
5
49
|
last: boolean;
|
|
6
|
-
|
|
7
|
-
$props: {
|
|
8
|
-
readonly multiple?: boolean | undefined;
|
|
9
|
-
readonly item?: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem | undefined;
|
|
10
|
-
readonly avatarProps?: Record<string, any> | undefined;
|
|
11
|
-
readonly last?: boolean | undefined;
|
|
12
|
-
readonly cssPrefix?: string | undefined;
|
|
13
|
-
};
|
|
14
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
|
-
export default _default;
|
|
50
|
+
}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
16
51
|
//# sourceMappingURL=select-selection.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-selection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-selection.vue
|
|
1
|
+
{"version":3,"file":"select-selection.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-selection.vue"],"names":[],"mappings":"wBA2IqB,OAAO,YAAY;;AAzBxC;;;;;;;;;;QAWI,iFAAiF;cAAvE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,yBAAyB,EAAE,UAAU,CAAC;;;;;;;;;;;;;;;;;;;;;QAA9E,iFAAiF;cAAvE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,yBAAyB,EAAE,UAAU,CAAC;;;;;;;;;;;;;;wHAa/E"}
|
|
@@ -1,35 +1,36 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
2
4
|
modelValue: {
|
|
3
5
|
/** @type import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode> */
|
|
4
|
-
type: import(
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfCheckboxGroupNode>;
|
|
5
7
|
required: true;
|
|
6
8
|
};
|
|
7
9
|
statefulLayout: {
|
|
8
10
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import(
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
10
12
|
required: true;
|
|
11
13
|
};
|
|
12
14
|
type: {
|
|
13
15
|
type: StringConstructor;
|
|
14
16
|
required: true;
|
|
15
17
|
};
|
|
16
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
18
|
+
}>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
|
|
17
19
|
[key: string]: any;
|
|
18
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
|
+
}>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
19
21
|
modelValue: {
|
|
20
22
|
/** @type import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode> */
|
|
21
|
-
type: import(
|
|
23
|
+
type: import("vue").PropType<import("../../types.js").VjsfCheckboxGroupNode>;
|
|
22
24
|
required: true;
|
|
23
25
|
};
|
|
24
26
|
statefulLayout: {
|
|
25
27
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
26
|
-
type: import(
|
|
28
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
27
29
|
required: true;
|
|
28
30
|
};
|
|
29
31
|
type: {
|
|
30
32
|
type: StringConstructor;
|
|
31
33
|
required: true;
|
|
32
34
|
};
|
|
33
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
34
|
-
export default _default;
|
|
35
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
35
36
|
//# sourceMappingURL=selection-group.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"selection-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/selection-group.vue
|
|
1
|
+
{"version":3,"file":"selection-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/selection-group.vue"],"names":[],"mappings":"wBAqHqB,OAAO,YAAY;;AAQxC;;QAGM,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;;;;;QAL7E,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;6IA8EhF"}
|
|
@@ -1,27 +1,94 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
4
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
5
|
+
$slots: S;
|
|
6
|
+
});
|
|
7
|
+
declare const __VLS_base: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
8
|
+
modelValue: {
|
|
9
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
10
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
statefulLayout: {
|
|
14
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
15
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
readonly: {
|
|
19
|
+
/** @type import('vue').PropType<boolean> */
|
|
20
|
+
type: import("vue").PropType<boolean>;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
placeholder: {
|
|
24
|
+
/** @type import('vue').PropType<string | null> */
|
|
25
|
+
type: import("vue").PropType<string | null>;
|
|
26
|
+
default: null;
|
|
27
|
+
};
|
|
28
|
+
minWidth: {
|
|
29
|
+
/** @type import('vue').PropType<string> */
|
|
30
|
+
type: import("vue").PropType<string>;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
maxWidth: {
|
|
34
|
+
/** @type import('vue').PropType<string> */
|
|
35
|
+
type: import("vue").PropType<string>;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
menuOpened: {
|
|
39
|
+
type: import("vue", { with: { "resolution-mode": "import" } }).PropType<boolean>;
|
|
40
|
+
};
|
|
41
|
+
formattedValue: {
|
|
42
|
+
type: import("vue", { with: { "resolution-mode": "import" } }).PropType<string>;
|
|
43
|
+
};
|
|
44
|
+
}>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
45
|
+
modelValue: {
|
|
46
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
47
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
48
|
+
required: true;
|
|
49
|
+
};
|
|
50
|
+
statefulLayout: {
|
|
51
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
52
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
53
|
+
required: true;
|
|
54
|
+
};
|
|
55
|
+
readonly: {
|
|
56
|
+
/** @type import('vue').PropType<boolean> */
|
|
57
|
+
type: import("vue").PropType<boolean>;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
placeholder: {
|
|
61
|
+
/** @type import('vue').PropType<string | null> */
|
|
62
|
+
type: import("vue").PropType<string | null>;
|
|
63
|
+
default: null;
|
|
64
|
+
};
|
|
65
|
+
minWidth: {
|
|
66
|
+
/** @type import('vue').PropType<string> */
|
|
67
|
+
type: import("vue").PropType<string>;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
maxWidth: {
|
|
71
|
+
/** @type import('vue').PropType<string> */
|
|
72
|
+
type: import("vue").PropType<string>;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
menuOpened: {
|
|
76
|
+
type: import("vue", { with: { "resolution-mode": "import" } }).PropType<boolean>;
|
|
77
|
+
};
|
|
78
|
+
formattedValue: {
|
|
79
|
+
type: import("vue", { with: { "resolution-mode": "import" } }).PropType<string>;
|
|
80
|
+
};
|
|
81
|
+
}>> & Readonly<{}>, {
|
|
3
82
|
maxWidth: string;
|
|
4
83
|
minWidth: string;
|
|
5
|
-
modelValue: import("../../types.js").VjsfNode;
|
|
6
84
|
readonly: boolean;
|
|
7
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
8
85
|
placeholder: string | null;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
readonly statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
15
|
-
readonly placeholder?: string | null | undefined;
|
|
16
|
-
};
|
|
17
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
18
|
-
"prepend-inner"?(_: {}): any;
|
|
19
|
-
default?(_: {
|
|
86
|
+
}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
87
|
+
type __VLS_Slots = {
|
|
88
|
+
'prepend-inner'?: ((props: {}) => any) | undefined;
|
|
89
|
+
} & {
|
|
90
|
+
default?: ((props: {
|
|
20
91
|
close: () => boolean;
|
|
21
|
-
})
|
|
22
|
-
}
|
|
23
|
-
export default _default;
|
|
24
|
-
type __VLS_WithTemplateSlots<T, S> = T & (new () => {
|
|
25
|
-
$slots: S;
|
|
26
|
-
});
|
|
92
|
+
}) => any) | undefined;
|
|
93
|
+
};
|
|
27
94
|
//# sourceMappingURL=text-field-menu.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"text-field-menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/text-field-menu.vue
|
|
1
|
+
{"version":3,"file":"text-field-menu.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/text-field-menu.vue"],"names":[],"mappings":"wBA0VqB,OAAO,YAAY;;AADxC,4BAA2B,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;qBAOtD,CAAC,EAAE,CAAC;;;AAhDzB;;QASI,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,4CAA4C;cAAlC,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;QAKzC,kDAAkD;cAAxC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;QAK/C,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;QAKxC,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;QAzBxC,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,4CAA4C;cAAlC,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,CAAC;;;;QAKzC,kDAAkD;cAAxC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,GAAG,IAAI,CAAC;;;;QAK/C,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;QAKxC,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;;;;;;;;;wHAMzC"}
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
declare const _default:
|
|
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
9
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
/** @type import('vue').PropType<import('../types.js').VjsfNode> */
|
|
6
|
+
type: import("vue").PropType<import("../types.js").VjsfNode>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
statefulLayout: {
|
|
10
|
+
/** @type import('vue').PropType<import('../types.js').VjsfStatefulLayout> */
|
|
11
|
+
type: import("vue").PropType<import("../types.js").VjsfStatefulLayout>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
|
+
modelValue: {
|
|
16
|
+
/** @type import('vue').PropType<import('../types.js').VjsfNode> */
|
|
17
|
+
type: import("vue").PropType<import("../types.js").VjsfNode>;
|
|
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
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
10
26
|
//# sourceMappingURL=node.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node.vue.d.ts","sourceRoot":"","sources":["../../src/components/node.vue
|
|
1
|
+
{"version":3,"file":"node.vue.d.ts","sourceRoot":"","sources":["../../src/components/node.vue"],"names":[],"mappings":"wBAwWqB,OAAO,YAAY;;AAdxC;;QAGI,mEAAmE;cAAzD,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,aAAa,EAAE,QAAQ,CAAC;;;;QAKhE,6EAA6E;cAAnE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,aAAa,EAAE,kBAAkB,CAAC;;;;;QAL1E,mEAAmE;cAAzD,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,aAAa,EAAE,QAAQ,CAAC;;;;QAKhE,6EAA6E;cAAnE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,aAAa,EAAE,kBAAkB,CAAC;;;6IAK3E"}
|
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
2
4
|
modelValue: {
|
|
3
5
|
/** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
|
|
4
|
-
type: import(
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfSelectNode>;
|
|
5
7
|
required: true;
|
|
6
8
|
};
|
|
7
9
|
statefulLayout: {
|
|
8
10
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import(
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
10
12
|
required: true;
|
|
11
13
|
};
|
|
12
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
+
}>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
|
|
13
15
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
}>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
17
|
modelValue: {
|
|
16
18
|
/** @type import('vue').PropType<import('../../types.js').VjsfSelectNode> */
|
|
17
|
-
type: import(
|
|
19
|
+
type: import("vue").PropType<import("../../types.js").VjsfSelectNode>;
|
|
18
20
|
required: true;
|
|
19
21
|
};
|
|
20
22
|
statefulLayout: {
|
|
21
23
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
22
|
-
type: import(
|
|
24
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
23
25
|
required: true;
|
|
24
26
|
};
|
|
25
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
export default _default;
|
|
27
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
27
28
|
//# sourceMappingURL=autocomplete.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"autocomplete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/autocomplete.vue
|
|
1
|
+
{"version":3,"file":"autocomplete.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/autocomplete.vue"],"names":[],"mappings":"wBAqDqB,OAAO,YAAY;;AAQxC;;QAGI,4EAA4E;cAAlE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,cAAc,CAAC;;;;QAKvE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL/E,4EAA4E;cAAlE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,cAAc,CAAC;;;;QAKvE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IA0BhF"}
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
modelValue: import("../../types.js").VjsfCardNode;
|
|
3
|
-
statefulLayout: import("../../types.js").VjsfStatefulLayout;
|
|
4
|
-
$props: {
|
|
5
|
-
modelValue?: import("../../types.js").VjsfCardNode | undefined;
|
|
6
|
-
statefulLayout?: import("../../types.js").VjsfStatefulLayout | undefined;
|
|
7
|
-
};
|
|
8
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
9
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfCardNode> */
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfCardNode>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
statefulLayout: {
|
|
10
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
|
+
modelValue: {
|
|
16
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfCardNode> */
|
|
17
|
+
type: import("vue").PropType<import("../../types.js").VjsfCardNode>;
|
|
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
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
10
26
|
//# sourceMappingURL=card.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/card.vue
|
|
1
|
+
{"version":3,"file":"card.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/card.vue"],"names":[],"mappings":"wBA8LqB,OAAO,YAAY;;AAdxC;;QAGI,0EAA0E;cAAhE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,YAAY,CAAC;;;;QAKvE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,0EAA0E;cAAhE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,YAAY,CAAC;;;;QAKvE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
|
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
2
4
|
modelValue: {
|
|
3
5
|
/** @type import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode> */
|
|
4
|
-
type: import(
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfCheckboxGroupNode>;
|
|
5
7
|
required: true;
|
|
6
8
|
};
|
|
7
9
|
statefulLayout: {
|
|
8
10
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import(
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
10
12
|
required: true;
|
|
11
13
|
};
|
|
12
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
+
}>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
|
|
13
15
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
}>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
17
|
modelValue: {
|
|
16
18
|
/** @type import('vue').PropType<import('../../types.js').VjsfCheckboxGroupNode> */
|
|
17
|
-
type: import(
|
|
19
|
+
type: import("vue").PropType<import("../../types.js").VjsfCheckboxGroupNode>;
|
|
18
20
|
required: true;
|
|
19
21
|
};
|
|
20
22
|
statefulLayout: {
|
|
21
23
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
22
|
-
type: import(
|
|
24
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
23
25
|
required: true;
|
|
24
26
|
};
|
|
25
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
export default _default;
|
|
27
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
27
28
|
//# sourceMappingURL=checkbox-group.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/checkbox-group.vue
|
|
1
|
+
{"version":3,"file":"checkbox-group.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/checkbox-group.vue"],"names":[],"mappings":"wBA8CqB,OAAO,YAAY;;AAQxC;;QAGI,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;;;QAL7E,mFAAmF;cAAzE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,qBAAqB,CAAC;;;;QAKhF,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAiB9E"}
|
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
2
4
|
modelValue: {
|
|
3
5
|
/** @type import('vue').PropType<import('../../types.js').VjsfCheckboxNode> */
|
|
4
|
-
type: import(
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfCheckboxNode>;
|
|
5
7
|
required: true;
|
|
6
8
|
};
|
|
7
9
|
statefulLayout: {
|
|
8
10
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import(
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
10
12
|
required: true;
|
|
11
13
|
};
|
|
12
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
+
}>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
|
|
13
15
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
}>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
17
|
modelValue: {
|
|
16
18
|
/** @type import('vue').PropType<import('../../types.js').VjsfCheckboxNode> */
|
|
17
|
-
type: import(
|
|
19
|
+
type: import("vue").PropType<import("../../types.js").VjsfCheckboxNode>;
|
|
18
20
|
required: true;
|
|
19
21
|
};
|
|
20
22
|
statefulLayout: {
|
|
21
23
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
22
|
-
type: import(
|
|
24
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
23
25
|
required: true;
|
|
24
26
|
};
|
|
25
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
export default _default;
|
|
27
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
27
28
|
//# sourceMappingURL=checkbox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/checkbox.vue
|
|
1
|
+
{"version":3,"file":"checkbox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/checkbox.vue"],"names":[],"mappings":"wBA6CqB,OAAO,YAAY;;AAQxC;;QAGM,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;;;6IAoBhF"}
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
declare const _default:
|
|
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
9
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfColorPickerNode> */
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfColorPickerNode>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
statefulLayout: {
|
|
10
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
|
+
modelValue: {
|
|
16
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfColorPickerNode> */
|
|
17
|
+
type: import("vue").PropType<import("../../types.js").VjsfColorPickerNode>;
|
|
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
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
10
26
|
//# sourceMappingURL=color-picker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"color-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/color-picker.vue
|
|
1
|
+
{"version":3,"file":"color-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/color-picker.vue"],"names":[],"mappings":"wBAmLqB,OAAO,YAAY;;AAdxC;;QAGI,iFAAiF;cAAvE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,mBAAmB,CAAC;;;;QAK9E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,iFAAiF;cAAvE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,mBAAmB,CAAC;;;;QAK9E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
|
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
declare const _default:
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
2
4
|
modelValue: {
|
|
3
5
|
/** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
|
|
4
|
-
type: import(
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfComboboxNode>;
|
|
5
7
|
required: true;
|
|
6
8
|
};
|
|
7
9
|
statefulLayout: {
|
|
8
10
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
9
|
-
type: import(
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
10
12
|
required: true;
|
|
11
13
|
};
|
|
12
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
14
|
+
}>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
|
|
13
15
|
[key: string]: any;
|
|
14
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
|
+
}>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
17
|
modelValue: {
|
|
16
18
|
/** @type import('vue').PropType<import('../../types.js').VjsfComboboxNode> */
|
|
17
|
-
type: import(
|
|
19
|
+
type: import("vue").PropType<import("../../types.js").VjsfComboboxNode>;
|
|
18
20
|
required: true;
|
|
19
21
|
};
|
|
20
22
|
statefulLayout: {
|
|
21
23
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
22
|
-
type: import(
|
|
24
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
23
25
|
required: true;
|
|
24
26
|
};
|
|
25
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
26
|
-
export default _default;
|
|
27
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
27
28
|
//# sourceMappingURL=combobox.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/combobox.vue
|
|
1
|
+
{"version":3,"file":"combobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/combobox.vue"],"names":[],"mappings":"wBAiEqB,OAAO,YAAY;;AAQxC;;QAGM,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;;;6IAoChF"}
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
declare const _default:
|
|
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
9
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfDatePickerNode> */
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfDatePickerNode>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
statefulLayout: {
|
|
10
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
12
|
+
required: true;
|
|
13
|
+
};
|
|
14
|
+
}>, {}, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, {}, string, import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
15
|
+
modelValue: {
|
|
16
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfDatePickerNode> */
|
|
17
|
+
type: import("vue").PropType<import("../../types.js").VjsfDatePickerNode>;
|
|
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
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
10
26
|
//# sourceMappingURL=date-picker.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/date-picker.vue
|
|
1
|
+
{"version":3,"file":"date-picker.vue.d.ts","sourceRoot":"","sources":["../../../src/components/nodes/date-picker.vue"],"names":[],"mappings":"wBAuRqB,OAAO,YAAY;;AAdxC;;QAGI,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;;QAL7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;6IAK9E"}
|