@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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@koumoul/vjsf",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.26.0",
|
|
4
4
|
"description": "Generate forms for the vuetify UI library (vuejs) based on annotated JSON schemas.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test-tz1": "TZ=Europe/Paris vitest run",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"vuetify": "^3.8.12"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@json-layout/core": "~2.
|
|
76
|
-
"@json-layout/vocabulary": "~2.
|
|
75
|
+
"@json-layout/core": "~2.4.0",
|
|
76
|
+
"@json-layout/vocabulary": "~2.12.0",
|
|
77
77
|
"@vueuse/core": "^12.5.0",
|
|
78
78
|
"debug": "^4.3.4"
|
|
79
79
|
},
|
|
@@ -81,6 +81,6 @@
|
|
|
81
81
|
"@types/debug": "^4.1.8",
|
|
82
82
|
"vitest": "^1.1.1",
|
|
83
83
|
"vue": "^3.5.6",
|
|
84
|
-
"vue-tsc": "^
|
|
84
|
+
"vue-tsc": "^3.2.2"
|
|
85
85
|
}
|
|
86
86
|
}
|
|
@@ -61,13 +61,13 @@ const datePickerProps = computed(() => {
|
|
|
61
61
|
return datePickerProps
|
|
62
62
|
})
|
|
63
63
|
|
|
64
|
-
/** @type {import('vue').Ref<string |
|
|
65
|
-
const formattedValue = ref(
|
|
64
|
+
/** @type {import('vue').Ref<string | undefined>} */
|
|
65
|
+
const formattedValue = ref()
|
|
66
66
|
const setFormattedValue = () => {
|
|
67
67
|
if (localDateTime.value) {
|
|
68
68
|
formattedValue.value = localeKeyboardFormat(props.modelValue.options.locale).format(localDateTime.value)
|
|
69
69
|
} else {
|
|
70
|
-
formattedValue.value =
|
|
70
|
+
formattedValue.value = undefined
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
watch(localDateTime, setFormattedValue, { immediate: true })
|
|
@@ -73,7 +73,7 @@ const timePickerProps = computed(() => {
|
|
|
73
73
|
v-model:menu-opened="menuOpened"
|
|
74
74
|
:model-value="modelValue"
|
|
75
75
|
:stateful-layout="statefulLayout"
|
|
76
|
-
:formatted-value="modelValue.data
|
|
76
|
+
:formatted-value="modelValue.data ? vDate.format(modelValue.data, 'fullDateTime') : undefined"
|
|
77
77
|
>
|
|
78
78
|
<template #prepend-inner>
|
|
79
79
|
<v-icon :icon="statefulLayout.options.icons.calendar" />
|
|
@@ -26,9 +26,10 @@ import useZIndexStack from '../../composables/use-z-index-stack.js'
|
|
|
26
26
|
useDefaults({}, 'VjsfList')
|
|
27
27
|
const vCardProps = useCompDefaults('VjsfList-VCard', { border: true, flat: true, tile: true })
|
|
28
28
|
const vListProps = useCompDefaults('VjsfList-VList', { class: 'py-0' })
|
|
29
|
-
const
|
|
29
|
+
const vListItemProps = useCompDefaults('VjsfList-VListItem', { variant: 'flat', class: 'pa-1' })
|
|
30
|
+
const vEditDialogProps = useCompDefaults('VjsfList-Edit-VDialog', { persistent: true })
|
|
30
31
|
const vEditDialogVSheetProps = useCompDefaults('VjsfList-Edit-VDialog-VSheet', {})
|
|
31
|
-
const vEditMenuProps = useCompDefaults('VjsfList-Edit-VMenu', {
|
|
32
|
+
const vEditMenuProps = useCompDefaults('VjsfList-Edit-VMenu', {})
|
|
32
33
|
const theme = useTheme()
|
|
33
34
|
|
|
34
35
|
const props = defineProps({
|
|
@@ -243,11 +244,10 @@ const toggleDialog = (/** @type {boolean} */value) => {
|
|
|
243
244
|
:key="children.findIndex(c => c === child)"
|
|
244
245
|
>
|
|
245
246
|
<v-list-item
|
|
246
|
-
v-bind="itemBind(childIndex)"
|
|
247
|
+
v-bind="itemBind(childIndex, vListItemProps)"
|
|
247
248
|
:draggable="draggable === childIndex"
|
|
248
|
-
variant="flat"
|
|
249
249
|
:style="`border: 1px solid ${itemBorderColor(child, childIndex)}`"
|
|
250
|
-
class="
|
|
250
|
+
class="vjsf-list-item"
|
|
251
251
|
>
|
|
252
252
|
<v-list-item-title
|
|
253
253
|
v-if="itemTitles?.[childIndex]"
|
|
@@ -346,6 +346,7 @@ const toggleDialog = (/** @type {boolean} */value) => {
|
|
|
346
346
|
:model-value="editedItem !== undefined"
|
|
347
347
|
:close-on-content-click="false"
|
|
348
348
|
v-bind="vEditMenuProps"
|
|
349
|
+
:width="modelValue.options.listMenuWidth"
|
|
349
350
|
@update:model-value="value => value || statefulLayout.deactivateItem(modelValue)"
|
|
350
351
|
>
|
|
351
352
|
<template #activator="{props: listItemProps}">
|
|
@@ -524,6 +525,7 @@ const toggleDialog = (/** @type {boolean} */value) => {
|
|
|
524
525
|
v-if="layout.listEditMode === 'dialog'"
|
|
525
526
|
:model-value="editedItem !== undefined"
|
|
526
527
|
v-bind="vEditDialogProps"
|
|
528
|
+
:width="options.listDialogWidth"
|
|
527
529
|
:z-index="zIndex"
|
|
528
530
|
class="vjsf-list-dialog"
|
|
529
531
|
@update:model-value="toggleDialog"
|
|
@@ -568,7 +570,4 @@ const toggleDialog = (/** @type {boolean} */value) => {
|
|
|
568
570
|
.vjsf-list-item .v-list-item__content {
|
|
569
571
|
padding-right: 4px;
|
|
570
572
|
}
|
|
571
|
-
.vjsf-list-item-actions-wrapper {
|
|
572
|
-
/*margin: -4px;*/
|
|
573
|
-
}
|
|
574
573
|
</style>
|
|
@@ -24,7 +24,8 @@ export default function useDnd (array, callback) {
|
|
|
24
24
|
|
|
25
25
|
hovered.value = 1
|
|
26
26
|
|
|
27
|
-
const itemBind = (/** @type {number} */itemIndex) => ({
|
|
27
|
+
const itemBind = (/** @type {number} */itemIndex, /** @type {Record<String, any>} */defaultItemProps) => ({
|
|
28
|
+
...defaultItemProps,
|
|
28
29
|
// hover the item
|
|
29
30
|
onMouseenter: () => {
|
|
30
31
|
hovered.value = itemIndex
|
|
@@ -3,6 +3,13 @@ import { watch, shallowRef, ref, computed } from 'vue'
|
|
|
3
3
|
/**
|
|
4
4
|
* @param {import('vue').Ref<import('../types.js').VjsfNode>} nodeRef
|
|
5
5
|
* @param {import('../types.js').VjsfStatefulLayout} statefulLayout
|
|
6
|
+
* @returns {{
|
|
7
|
+
* hasItems: import('vue').ComputedRef<boolean>,
|
|
8
|
+
* items: import('vue').Ref<import('@json-layout/vocabulary').SelectItems>,
|
|
9
|
+
* loading: import('vue').Ref<boolean>,
|
|
10
|
+
* search: import('vue').Ref<string>,
|
|
11
|
+
* prepareSelectedItem: (selectedItem: any, itemValue: any) => any
|
|
12
|
+
* }}
|
|
6
13
|
*/
|
|
7
14
|
export default function (nodeRef, statefulLayout) {
|
|
8
15
|
/** @type import('vue').Ref<import('@json-layout/vocabulary').SelectItems> */
|
|
@@ -41,6 +41,17 @@ export function mergePropsLevels (propsLevels) {
|
|
|
41
41
|
* @param {import('vue').Ref<import('../types.js').VjsfNode>} nodeRef
|
|
42
42
|
* @param {import('../types.js').VjsfStatefulLayout} statefulLayout
|
|
43
43
|
* @param {{isMainComp?: boolean, bindData?: boolean, layoutPropsMap?: (string | [string, string])[]}} [opts]
|
|
44
|
+
* @returns {{
|
|
45
|
+
* localData: import('vue').Ref<any>,
|
|
46
|
+
* inputProps: import('vue').ComputedRef<Record<string, any> & { class: string[]; }>,
|
|
47
|
+
* compProps: import('vue').ComputedRef<Record<string, any> & { class: string[]; }>,
|
|
48
|
+
* compSlots: import('vue').ComputedRef<Record<string, any>>,
|
|
49
|
+
* options: import('vue').ComputedRef<Required<import('../types.js').VjsfOptions>>,
|
|
50
|
+
* skeleton: import('vue').ComputedRef<import('@json-layout/core').SkeletonNode>,
|
|
51
|
+
* layout: import('vue').ComputedRef<import('@json-layout/vocabulary').BaseCompObject>,
|
|
52
|
+
* data: import('vue').ComputedRef<unknown>,
|
|
53
|
+
* children: import('vue').ComputedRef<import('@json-layout/core').StateNode[] | undefined>
|
|
54
|
+
* }}
|
|
44
55
|
*/
|
|
45
56
|
export default function (nodeRef, statefulLayout, opts = {}) {
|
|
46
57
|
if (opts.bindData === undefined) opts.bindData = true
|
|
@@ -32,6 +32,11 @@ export const emits = {
|
|
|
32
32
|
* @param {typeof import('@json-layout/core/compile').compile} [compile]
|
|
33
33
|
* @param {typeof import('@json-layout/core/compile').produceCompileOptions} [produceCompileOptions]
|
|
34
34
|
* @param {import('vue').Ref<import('@json-layout/core').CompiledLayout>} [precompiledLayout]
|
|
35
|
+
* @returns {{
|
|
36
|
+
* el: import('vue').Ref<null>,
|
|
37
|
+
* statefulLayout: import('vue').ShallowRef<import('../types.js').VjsfStatefulLayout | null>,
|
|
38
|
+
* stateTree: import('vue').ShallowRef<import('@json-layout/core').StateTree | null>
|
|
39
|
+
* }}
|
|
35
40
|
*/
|
|
36
41
|
export const useVjsf = (schema, modelValue, options, nodeComponents, emit, compile, produceCompileOptions, precompiledLayout) => {
|
|
37
42
|
const el = ref(null)
|
package/types/compat/v2.d.ts
CHANGED
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
* @param {string} lang
|
|
6
6
|
* @returns
|
|
7
7
|
*/
|
|
8
|
-
export function v2compat(_schema: object, _ajv?:
|
|
8
|
+
export function v2compat(_schema: object, _ajv?: import("ajv").default, lang?: string): ajvModule.SchemaObject;
|
|
9
9
|
import ajvModule from 'ajv';
|
|
10
10
|
//# sourceMappingURL=v2.d.ts.map
|
package/types/compat/v2.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"v2.d.ts","sourceRoot":"","sources":["../../src/compat/v2.js"],"names":[],"mappings":"AAsOA;;;;;;GAMG;AACH,kCALW,MAAM,
|
|
1
|
+
{"version":3,"file":"v2.d.ts","sourceRoot":"","sources":["../../src/compat/v2.js"],"names":[],"mappings":"AAsOA;;;;;;GAMG;AACH,kCALW,MAAM,SACN,OAAO,KAAK,EAAE,OAAO,SACrB,MAAM,0BAoBhB;sBA9PqB,KAAK"}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
modelValue: import("../../../../node_modules/@json-layout/core/types/state/types.js").StateNode;
|
|
3
|
-
$props: {
|
|
4
|
-
modelValue?: import("../../../../node_modules/@json-layout/core/types/state/types.js").StateNode | undefined;
|
|
5
|
-
};
|
|
6
|
-
}, {}, {}, {}, 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;
|
|
7
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('@json-layout/core').StateNode> */
|
|
6
|
+
type: import("vue").PropType<import("@json-layout/core").StateNode>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, 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<{
|
|
10
|
+
modelValue: {
|
|
11
|
+
/** @type import('vue').PropType<import('@json-layout/core').StateNode> */
|
|
12
|
+
type: import("vue").PropType<import("@json-layout/core").StateNode>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
8
16
|
//# sourceMappingURL=child-subtitle.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"child-subtitle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/child-subtitle.vue
|
|
1
|
+
{"version":3,"file":"child-subtitle.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/child-subtitle.vue"],"names":[],"mappings":"wBAkFqB,OAAO,YAAY;;AATxC;;QAGI,0EAA0E;cAAhE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,mBAAmB,EAAE,SAAS,CAAC;;;;;QAAvE,0EAA0E;cAAhE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,mBAAmB,EAAE,SAAS,CAAC;;;6IAKxE"}
|
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
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<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1
|
+
declare const _default: typeof __VLS_export;
|
|
7
2
|
export default _default;
|
|
3
|
+
declare const __VLS_export: import("vue", { with: { "resolution-mode": "import" } }).DefineComponent<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
4
|
+
node: {
|
|
5
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
}>, {}, {}, {}, {}, 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<{
|
|
10
|
+
node: {
|
|
11
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
12
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
8
16
|
//# sourceMappingURL=help-message.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"help-message.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/help-message.vue
|
|
1
|
+
{"version":3,"file":"help-message.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/help-message.vue"],"names":[],"mappings":"wBA0NqB,OAAO,YAAY;;AATxC;;QAGI,sEAAsE;cAA5D,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,QAAQ,CAAC;;;;;QAAnE,sEAAsE;cAA5D,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,QAAQ,CAAC;;;6IAKpE"}
|
|
@@ -1,16 +1,18 @@
|
|
|
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: StringConstructor;
|
|
4
6
|
required: true;
|
|
5
7
|
};
|
|
6
8
|
listNode: {
|
|
7
9
|
/** @type import('vue').PropType<import('../../types.js').VjsfListNode> */
|
|
8
|
-
type: import(
|
|
10
|
+
type: import("vue").PropType<import("../../types.js").VjsfListNode>;
|
|
9
11
|
required: true;
|
|
10
12
|
};
|
|
11
13
|
statefulLayout: {
|
|
12
14
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
13
|
-
type: import(
|
|
15
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
14
16
|
required: true;
|
|
15
17
|
};
|
|
16
18
|
rules: {
|
|
@@ -18,21 +20,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
20
|
type: import("vue").PropType<((v: string) => boolean)[]>;
|
|
19
21
|
required: true;
|
|
20
22
|
};
|
|
21
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
23
|
+
}>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
|
|
22
24
|
[key: string]: any;
|
|
23
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
|
+
}>, {}, {}, {}, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, import("vue", { with: { "resolution-mode": "import" } }).ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue", { with: { "resolution-mode": "import" } }).PublicProps, Readonly<import("vue", { with: { "resolution-mode": "import" } }).ExtractPropTypes<{
|
|
24
26
|
modelValue: {
|
|
25
27
|
type: StringConstructor;
|
|
26
28
|
required: true;
|
|
27
29
|
};
|
|
28
30
|
listNode: {
|
|
29
31
|
/** @type import('vue').PropType<import('../../types.js').VjsfListNode> */
|
|
30
|
-
type: import(
|
|
32
|
+
type: import("vue").PropType<import("../../types.js").VjsfListNode>;
|
|
31
33
|
required: true;
|
|
32
34
|
};
|
|
33
35
|
statefulLayout: {
|
|
34
36
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
35
|
-
type: import(
|
|
37
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
36
38
|
required: true;
|
|
37
39
|
};
|
|
38
40
|
rules: {
|
|
@@ -42,6 +44,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
42
44
|
};
|
|
43
45
|
}>> & Readonly<{
|
|
44
46
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
45
|
-
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
46
|
-
export default _default;
|
|
47
|
+
}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
47
48
|
//# sourceMappingURL=list-select-key.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-select-key.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/list-select-key.vue
|
|
1
|
+
{"version":3,"file":"list-select-key.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/list-select-key.vue"],"names":[],"mappings":"wBAsFqB,OAAO,YAAY;;AAQxC;;;;;;QAOM,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;;;;QAK7E,+DAA+D;cAArD,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,EAAE,CAAC;;;;;;;;;;;QAV5D,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;;;;QAK7E,+DAA+D;cAArD,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,EAAE,CAAC;;;;;6HA8C/D"}
|
|
@@ -1,58 +1,59 @@
|
|
|
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
|
layoutSlot: {
|
|
3
5
|
/** @type import('vue').PropType<import('@json-layout/vocabulary').Slot> */
|
|
4
|
-
type: import(
|
|
6
|
+
type: import("vue").PropType<import("@json-layout/vocabulary").Slot>;
|
|
5
7
|
required: true;
|
|
6
8
|
};
|
|
7
9
|
node: {
|
|
8
10
|
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
9
|
-
type: import(
|
|
11
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
10
12
|
required: true;
|
|
11
13
|
};
|
|
12
14
|
statefulLayout: {
|
|
13
15
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
14
|
-
type: import(
|
|
16
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
15
17
|
required: true;
|
|
16
18
|
};
|
|
17
19
|
initialContext: {
|
|
18
20
|
/** @type import('vue').PropType<Record<string, any>> */
|
|
19
|
-
type: import(
|
|
21
|
+
type: import("vue").PropType<Record<string, any>>;
|
|
20
22
|
default: () => void;
|
|
21
23
|
};
|
|
22
24
|
tag: {
|
|
23
25
|
/** @type import('vue').PropType<string> */
|
|
24
|
-
type: import(
|
|
26
|
+
type: import("vue").PropType<string>;
|
|
25
27
|
default: null;
|
|
26
28
|
};
|
|
27
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
}>, {}, {}, {}, {}, 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<{
|
|
28
30
|
layoutSlot: {
|
|
29
31
|
/** @type import('vue').PropType<import('@json-layout/vocabulary').Slot> */
|
|
30
|
-
type: import(
|
|
32
|
+
type: import("vue").PropType<import("@json-layout/vocabulary").Slot>;
|
|
31
33
|
required: true;
|
|
32
34
|
};
|
|
33
35
|
node: {
|
|
34
36
|
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
35
|
-
type: import(
|
|
37
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
36
38
|
required: true;
|
|
37
39
|
};
|
|
38
40
|
statefulLayout: {
|
|
39
41
|
/** @type import('vue').PropType<import('../../types.js').VjsfStatefulLayout> */
|
|
40
|
-
type: import(
|
|
42
|
+
type: import("vue").PropType<import("../../types.js").VjsfStatefulLayout>;
|
|
41
43
|
required: true;
|
|
42
44
|
};
|
|
43
45
|
initialContext: {
|
|
44
46
|
/** @type import('vue').PropType<Record<string, any>> */
|
|
45
|
-
type: import(
|
|
47
|
+
type: import("vue").PropType<Record<string, any>>;
|
|
46
48
|
default: () => void;
|
|
47
49
|
};
|
|
48
50
|
tag: {
|
|
49
51
|
/** @type import('vue').PropType<string> */
|
|
50
|
-
type: import(
|
|
52
|
+
type: import("vue").PropType<string>;
|
|
51
53
|
default: null;
|
|
52
54
|
};
|
|
53
55
|
}>> & Readonly<{}>, {
|
|
54
56
|
tag: string;
|
|
55
57
|
initialContext: Record<string, any>;
|
|
56
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
|
-
export default _default;
|
|
58
|
+
}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
58
59
|
//# sourceMappingURL=node-slot.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-slot.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/node-slot.vue
|
|
1
|
+
{"version":3,"file":"node-slot.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/node-slot.vue"],"names":[],"mappings":"wBAoEqB,OAAO,YAAY;;AAQxC;;QAGM,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,wDAAwD;cAA9C,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;QAKrD,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;QApBxC,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,wDAAwD;cAA9C,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;;;;QAKrD,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC;;;;;;wHA6B3C"}
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
node: import("../../types.js").VjsfNode;
|
|
3
|
-
hideTitle: boolean;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly node?: import("../../types.js").VjsfNode | undefined;
|
|
6
|
-
readonly hideTitle?: boolean | 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
|
+
node: {
|
|
5
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
6
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
hideTitle: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, 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<{
|
|
14
|
+
node: {
|
|
15
|
+
/** @type import('vue').PropType<import('../../types.js').VjsfNode> */
|
|
16
|
+
type: import("vue").PropType<import("../../types.js").VjsfNode>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
hideTitle: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
hideTitle: boolean;
|
|
25
|
+
}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
10
26
|
//# sourceMappingURL=section-header.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section-header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/section-header.vue
|
|
1
|
+
{"version":3,"file":"section-header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/section-header.vue"],"names":[],"mappings":"wBAyKqB,OAAO,YAAY;;AAbxC;;QAGI,sEAAsE;cAA5D,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,QAAQ,CAAC;;;;;;;;;QAAnE,sEAAsE;cAA5D,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,QAAQ,CAAC;;;;;;;;;wHASpE"}
|
|
@@ -1,10 +1,24 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
item: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItemHeader;
|
|
3
|
-
avatarProps: Record<string, any>;
|
|
4
|
-
$props: {
|
|
5
|
-
readonly item?: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItemHeader | undefined;
|
|
6
|
-
readonly avatarProps?: Record<string, any> | 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
|
+
item: {
|
|
5
|
+
/** @type import('vue').PropType<import('@json-layout/vocabulary').SelectItemHeader> */
|
|
6
|
+
type: import("vue").PropType<import("@json-layout/vocabulary").SelectItemHeader>;
|
|
7
|
+
required: true;
|
|
8
|
+
};
|
|
9
|
+
avatarProps: {
|
|
10
|
+
type: ObjectConstructor;
|
|
11
|
+
required: true;
|
|
12
|
+
};
|
|
13
|
+
}>, {}, {}, {}, {}, 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<{
|
|
14
|
+
item: {
|
|
15
|
+
/** @type import('vue').PropType<import('@json-layout/vocabulary').SelectItemHeader> */
|
|
16
|
+
type: import("vue").PropType<import("@json-layout/vocabulary").SelectItemHeader>;
|
|
17
|
+
required: true;
|
|
18
|
+
};
|
|
19
|
+
avatarProps: {
|
|
20
|
+
type: ObjectConstructor;
|
|
21
|
+
required: true;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
10
24
|
//# sourceMappingURL=select-item-header.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-item-header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item-header.vue
|
|
1
|
+
{"version":3,"file":"select-item-header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item-header.vue"],"names":[],"mappings":"wBA0GqB,OAAO,YAAY;;AAbxC;;QAGI,uFAAuF;cAA7E,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,yBAAyB,EAAE,gBAAgB,CAAC;;;;;;;;;QAApF,uFAAuF;cAA7E,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,yBAAyB,EAAE,gBAAgB,CAAC;;;;;;;6IASrF"}
|
|
@@ -1,4 +1,6 @@
|
|
|
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
|
icon: {
|
|
3
5
|
type: StringConstructor;
|
|
4
6
|
required: true;
|
|
@@ -7,9 +9,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
9
|
type: ObjectConstructor;
|
|
8
10
|
required: true;
|
|
9
11
|
};
|
|
10
|
-
}>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
12
|
+
}>, () => import("vue", { with: { "resolution-mode": "import" } }).VNode<import("vue", { with: { "resolution-mode": "import" } }).RendererNode, import("vue", { with: { "resolution-mode": "import" } }).RendererElement, {
|
|
11
13
|
[key: string]: any;
|
|
12
|
-
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
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<{
|
|
13
15
|
icon: {
|
|
14
16
|
type: StringConstructor;
|
|
15
17
|
required: true;
|
|
@@ -18,6 +20,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
18
20
|
type: ObjectConstructor;
|
|
19
21
|
required: true;
|
|
20
22
|
};
|
|
21
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
22
|
-
export default _default;
|
|
23
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
23
24
|
//# sourceMappingURL=select-item-icon.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-item-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item-icon.vue
|
|
1
|
+
{"version":3,"file":"select-item-icon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item-icon.vue"],"names":[],"mappings":"wBA0CqB,OAAO,YAAY;;AAQxC;;;;;;;;;;;;;;;;;;;;6IAwBG"}
|
|
@@ -1,14 +1,42 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
multiple: boolean;
|
|
3
|
-
item: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem;
|
|
4
|
-
avatarProps: Record<string, any>;
|
|
5
|
-
itemProps: Record<string, any>;
|
|
6
|
-
$props: {
|
|
7
|
-
readonly multiple?: boolean | undefined;
|
|
8
|
-
readonly item?: import("../../../../node_modules/@json-layout/vocabulary/types/normalized-layout/types.js").SelectItem | undefined;
|
|
9
|
-
readonly avatarProps?: Record<string, any> | undefined;
|
|
10
|
-
readonly itemProps?: Record<string, any> | undefined;
|
|
11
|
-
};
|
|
12
|
-
}, {}, {}, {}, 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;
|
|
13
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
|
+
itemProps: {
|
|
9
|
+
type: ObjectConstructor;
|
|
10
|
+
required: true;
|
|
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
|
+
}>, {}, {}, {}, {}, 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<{
|
|
22
|
+
multiple: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
itemProps: {
|
|
27
|
+
type: ObjectConstructor;
|
|
28
|
+
required: true;
|
|
29
|
+
};
|
|
30
|
+
item: {
|
|
31
|
+
/** @type import('vue').PropType<import('@json-layout/vocabulary').SelectItem> */
|
|
32
|
+
type: import("vue").PropType<import("@json-layout/vocabulary").SelectItem>;
|
|
33
|
+
required: true;
|
|
34
|
+
};
|
|
35
|
+
avatarProps: {
|
|
36
|
+
type: ObjectConstructor;
|
|
37
|
+
required: true;
|
|
38
|
+
};
|
|
39
|
+
}>> & Readonly<{}>, {
|
|
40
|
+
multiple: boolean;
|
|
41
|
+
}, {}, {}, {}, string, import("vue", { with: { "resolution-mode": "import" } }).ComponentProvideOptions, true, {}, any>;
|
|
14
42
|
//# sourceMappingURL=select-item.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select-item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item.vue
|
|
1
|
+
{"version":3,"file":"select-item.vue.d.ts","sourceRoot":"","sources":["../../../src/components/fragments/select-item.vue"],"names":[],"mappings":"wBA6KqB,OAAO,YAAY;;AArBxC;;;;;;;;;;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;;;;;;;;;wHAS/E"}
|