@koumoul/vjsf 3.25.5 → 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.
Files changed (104) hide show
  1. package/package.json +4 -4
  2. package/src/components/nodes/color-picker.vue +1 -1
  3. package/src/components/nodes/date-picker.vue +3 -3
  4. package/src/components/nodes/date-time-picker.vue +1 -1
  5. package/src/components/nodes/list.vue +4 -5
  6. package/src/composables/use-get-items.js +7 -0
  7. package/src/composables/use-node.js +11 -0
  8. package/src/composables/use-vjsf.js +5 -0
  9. package/types/compat/v2.d.ts +1 -1
  10. package/types/compat/v2.d.ts.map +1 -1
  11. package/types/components/fragments/child-subtitle.vue.d.ts +14 -6
  12. package/types/components/fragments/child-subtitle.vue.d.ts.map +1 -1
  13. package/types/components/fragments/help-message.vue.d.ts +14 -6
  14. package/types/components/fragments/help-message.vue.d.ts.map +1 -1
  15. package/types/components/fragments/list-select-key.vue.d.ts +10 -9
  16. package/types/components/fragments/list-select-key.vue.d.ts.map +1 -1
  17. package/types/components/fragments/node-slot.vue.d.ts +15 -14
  18. package/types/components/fragments/node-slot.vue.d.ts.map +1 -1
  19. package/types/components/fragments/section-header.vue.d.ts +24 -8
  20. package/types/components/fragments/section-header.vue.d.ts.map +1 -1
  21. package/types/components/fragments/select-item-header.vue.d.ts +22 -8
  22. package/types/components/fragments/select-item-header.vue.d.ts.map +1 -1
  23. package/types/components/fragments/select-item-icon.vue.d.ts +6 -5
  24. package/types/components/fragments/select-item-icon.vue.d.ts.map +1 -1
  25. package/types/components/fragments/select-item.vue.d.ts +40 -12
  26. package/types/components/fragments/select-item.vue.d.ts.map +1 -1
  27. package/types/components/fragments/select-selection.vue.d.ts +48 -13
  28. package/types/components/fragments/select-selection.vue.d.ts.map +1 -1
  29. package/types/components/fragments/selection-group.vue.d.ts +10 -9
  30. package/types/components/fragments/selection-group.vue.d.ts.map +1 -1
  31. package/types/components/fragments/text-field-menu.vue.d.ts +88 -21
  32. package/types/components/fragments/text-field-menu.vue.d.ts.map +1 -1
  33. package/types/components/node.vue.d.ts +24 -8
  34. package/types/components/node.vue.d.ts.map +1 -1
  35. package/types/components/nodes/autocomplete.vue.d.ts +10 -9
  36. package/types/components/nodes/autocomplete.vue.d.ts.map +1 -1
  37. package/types/components/nodes/card.vue.d.ts +24 -8
  38. package/types/components/nodes/card.vue.d.ts.map +1 -1
  39. package/types/components/nodes/checkbox-group.vue.d.ts +10 -9
  40. package/types/components/nodes/checkbox-group.vue.d.ts.map +1 -1
  41. package/types/components/nodes/checkbox.vue.d.ts +10 -9
  42. package/types/components/nodes/checkbox.vue.d.ts.map +1 -1
  43. package/types/components/nodes/color-picker.vue.d.ts +24 -8
  44. package/types/components/nodes/color-picker.vue.d.ts.map +1 -1
  45. package/types/components/nodes/combobox.vue.d.ts +10 -9
  46. package/types/components/nodes/combobox.vue.d.ts.map +1 -1
  47. package/types/components/nodes/date-picker.vue.d.ts +24 -8
  48. package/types/components/nodes/date-picker.vue.d.ts.map +1 -1
  49. package/types/components/nodes/date-time-picker.vue.d.ts +24 -8
  50. package/types/components/nodes/date-time-picker.vue.d.ts.map +1 -1
  51. package/types/components/nodes/expansion-panels.vue.d.ts +24 -8
  52. package/types/components/nodes/expansion-panels.vue.d.ts.map +1 -1
  53. package/types/components/nodes/file-input.vue.d.ts +10 -9
  54. package/types/components/nodes/file-input.vue.d.ts.map +1 -1
  55. package/types/components/nodes/list.vue.d.ts +24 -8
  56. package/types/components/nodes/list.vue.d.ts.map +1 -1
  57. package/types/components/nodes/number-combobox.vue.d.ts +10 -9
  58. package/types/components/nodes/number-combobox.vue.d.ts.map +1 -1
  59. package/types/components/nodes/number-field.vue.d.ts +10 -9
  60. package/types/components/nodes/number-field.vue.d.ts.map +1 -1
  61. package/types/components/nodes/one-of-select.vue.d.ts +24 -8
  62. package/types/components/nodes/one-of-select.vue.d.ts.map +1 -1
  63. package/types/components/nodes/radio-group.vue.d.ts +10 -9
  64. package/types/components/nodes/radio-group.vue.d.ts.map +1 -1
  65. package/types/components/nodes/section.vue.d.ts +24 -8
  66. package/types/components/nodes/section.vue.d.ts.map +1 -1
  67. package/types/components/nodes/select.vue.d.ts +10 -9
  68. package/types/components/nodes/select.vue.d.ts.map +1 -1
  69. package/types/components/nodes/slider.vue.d.ts +10 -9
  70. package/types/components/nodes/slider.vue.d.ts.map +1 -1
  71. package/types/components/nodes/stepper.vue.d.ts +24 -8
  72. package/types/components/nodes/stepper.vue.d.ts.map +1 -1
  73. package/types/components/nodes/switch-group.vue.d.ts +10 -9
  74. package/types/components/nodes/switch-group.vue.d.ts.map +1 -1
  75. package/types/components/nodes/switch.vue.d.ts +10 -9
  76. package/types/components/nodes/switch.vue.d.ts.map +1 -1
  77. package/types/components/nodes/tabs.vue.d.ts +24 -8
  78. package/types/components/nodes/tabs.vue.d.ts.map +1 -1
  79. package/types/components/nodes/text-field.vue.d.ts +10 -9
  80. package/types/components/nodes/text-field.vue.d.ts.map +1 -1
  81. package/types/components/nodes/textarea.vue.d.ts +10 -9
  82. package/types/components/nodes/textarea.vue.d.ts.map +1 -1
  83. package/types/components/nodes/time-picker.vue.d.ts +24 -8
  84. package/types/components/nodes/time-picker.vue.d.ts.map +1 -1
  85. package/types/components/nodes/vertical-tabs.vue.d.ts +24 -8
  86. package/types/components/nodes/vertical-tabs.vue.d.ts.map +1 -1
  87. package/types/components/tree.vue.d.ts +24 -8
  88. package/types/components/tree.vue.d.ts.map +1 -1
  89. package/types/components/vjsf.vue.d.ts +50 -13
  90. package/types/components/vjsf.vue.d.ts.map +1 -1
  91. package/types/composables/use-comp-defaults.d.ts +1 -1
  92. package/types/composables/use-comp-defaults.d.ts.map +1 -1
  93. package/types/composables/use-dnd.d.ts.map +1 -1
  94. package/types/composables/use-get-items.d.ts +11 -4
  95. package/types/composables/use-get-items.d.ts.map +1 -1
  96. package/types/composables/use-node.d.ts +20 -9
  97. package/types/composables/use-node.d.ts.map +1 -1
  98. package/types/composables/use-select-node.d.ts +4 -4
  99. package/types/composables/use-vjsf.d.ts +5 -5
  100. package/types/composables/use-vjsf.d.ts.map +1 -1
  101. package/types/index.d.ts +2 -2
  102. package/types/options.d.ts +2 -2
  103. package/types/options.d.ts.map +1 -1
  104. 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.25.5",
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.3.0",
76
- "@json-layout/vocabulary": "~2.11.0",
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": "^1.8.27"
84
+ "vue-tsc": "^3.2.2"
85
85
  }
86
86
  }
@@ -41,7 +41,7 @@ const menuProps = computed(() => {
41
41
  :model-value="modelValue"
42
42
  v-bind="menuProps"
43
43
  :stateful-layout="statefulLayout"
44
- :formatted-value="modelValue.data"
44
+ :formatted-value="modelValue.data ?? undefined"
45
45
  >
46
46
  <template
47
47
  v-if="modelValue.data"
@@ -61,13 +61,13 @@ const datePickerProps = computed(() => {
61
61
  return datePickerProps
62
62
  })
63
63
 
64
- /** @type {import('vue').Ref<string | null>} */
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 = null
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 && vDate.format(modelValue.data, 'fullDateTime')"
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" />
@@ -27,9 +27,9 @@ 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
29
  const vListItemProps = useCompDefaults('VjsfList-VListItem', { variant: 'flat', class: 'pa-1' })
30
- const vEditDialogProps = useCompDefaults('VjsfList-Edit-VDialog', { width: 500, persistent: true })
30
+ const vEditDialogProps = useCompDefaults('VjsfList-Edit-VDialog', { persistent: true })
31
31
  const vEditDialogVSheetProps = useCompDefaults('VjsfList-Edit-VDialog-VSheet', {})
32
- const vEditMenuProps = useCompDefaults('VjsfList-Edit-VMenu', { width: 500 })
32
+ const vEditMenuProps = useCompDefaults('VjsfList-Edit-VMenu', {})
33
33
  const theme = useTheme()
34
34
 
35
35
  const props = defineProps({
@@ -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>
@@ -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)
@@ -5,6 +5,6 @@
5
5
  * @param {string} lang
6
6
  * @returns
7
7
  */
8
- export function v2compat(_schema: object, _ajv?: ajvModule.Ajv | undefined, lang?: string): ajvModule.SchemaObject;
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
@@ -1 +1 @@
1
- {"version":3,"file":"v2.d.ts","sourceRoot":"","sources":["../../src/compat/v2.js"],"names":[],"mappings":"AAsOA;;;;;;GAMG;AACH,kCALW,MAAM,2CAEN,MAAM,0BAoBhB;sBA9PqB,KAAK"}
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: import("vue").DefineComponent<{}, {
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.js"],"names":[],"mappings":""}
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: import("vue").DefineComponent<{}, {
2
- node: import("../../types.js").VjsfNode;
3
- $props: {
4
- readonly node?: import("../../types.js").VjsfNode | undefined;
5
- };
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & 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.js"],"names":[],"mappings":""}
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: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
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('vue').PropType<import('../../types.js').VjsfListNode>;
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('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
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('vue').PropType<import('../../types.js').VjsfListNode>;
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('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
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.js"],"names":[],"mappings":";;;;;;QAiBM,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;0CAAzB,MAAM,KAAK,OAAO;;;;;;;;;;;QAVxD,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;0CAAzB,MAAM,KAAK,OAAO"}
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: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
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('vue').PropType<import('@json-layout/vocabulary').Slot>;
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('vue').PropType<import('../../types.js').VjsfNode>;
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('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
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('vue').PropType<Record<string, any>>;
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('vue').PropType<string>;
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('vue').PropType<import('@json-layout/vocabulary').Slot>;
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('vue').PropType<import('../../types.js').VjsfNode>;
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('vue').PropType<import('../../types.js').VjsfStatefulLayout>;
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('vue').PropType<Record<string, any>>;
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('vue').PropType<string>;
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.js"],"names":[],"mappings":";;QAUM,2EAA2E;cAAjE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,yBAAyB,EAAE,IAAI,CAAC;;;;QAKxE,sEAAsE;cAA5D,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,QAAQ,CAAC;;;;QAKnE,gFAAgF;cAAtE,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,gBAAgB,EAAE,kBAAkB,CAAC;;;;QAK7E,wDAAwD;cAA9C,OAAO,KAAK,EAAE,QAAQ,CAAC,OAAO,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,OAAO,MAAM,EAAE,GAAG,CAAC,CAAC;;;;QAKrD,2CAA2C;cAAjC,OAAO,KAAK,EAAE,QAAQ,CAAC,MAAM,CAAC"}
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: import("vue").DefineComponent<{}, {
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.js"],"names":[],"mappings":""}
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: import("vue").DefineComponent<{}, {
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.js"],"names":[],"mappings":""}
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: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
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.js"],"names":[],"mappings":""}
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: import("vue").DefineComponent<{}, {
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.js"],"names":[],"mappings":""}
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"}
@@ -1,16 +1,51 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
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
- cssPrefix: string;
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.js"],"names":[],"mappings":""}
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"}