@shwfed/config 2.12.0 → 2.12.2

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 (186) hide show
  1. package/dist/module.json +1 -1
  2. package/dist/module.mjs +10 -0
  3. package/dist/runtime/components/form/config.vue +17 -6
  4. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.d.vue.ts +2 -2
  5. package/dist/runtime/components/form/fields/2026-04-24/com.shwfed.form.field.combobox.single/config.vue.d.ts +2 -2
  6. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.d.vue.ts +2 -0
  7. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue +22 -0
  8. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/config.vue.d.ts +2 -0
  9. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/runtime.vue +5 -0
  10. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.d.ts +1 -0
  11. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.date/schema.js +12 -0
  12. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.d.vue.ts +2 -0
  13. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue +22 -0
  14. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/config.vue.d.ts +2 -0
  15. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/runtime.vue +5 -0
  16. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.d.ts +1 -0
  17. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.daterange/schema.js +12 -0
  18. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.d.vue.ts +2 -0
  19. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue +22 -0
  20. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/config.vue.d.ts +2 -0
  21. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/runtime.vue +5 -0
  22. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.d.ts +1 -0
  23. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetime/schema.js +12 -0
  24. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.d.vue.ts +2 -0
  25. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue +22 -0
  26. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/config.vue.d.ts +2 -0
  27. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/runtime.vue +5 -0
  28. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.d.ts +1 -0
  29. package/dist/runtime/components/form/fields/2026-04-27/com.shwfed.form.field.datetimerange/schema.js +12 -0
  30. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.d.vue.ts +2 -2
  31. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.combobox.single.remote/config.vue.d.ts +2 -2
  32. package/dist/runtime/components/form/fields/2026-05-13/com.shwfed.form.field.list/row.vue +8 -1
  33. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.d.vue.ts +24 -24
  34. package/dist/runtime/components/form/fields/2026-05-23/com.shwfed.form.field.tree.multi/config.vue.d.ts +24 -24
  35. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.d.vue.ts +2 -0
  36. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue +22 -0
  37. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/config.vue.d.ts +2 -0
  38. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/runtime.vue +5 -0
  39. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.d.ts +1 -0
  40. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.month/schema.js +12 -0
  41. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.d.vue.ts +2 -0
  42. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue +22 -0
  43. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/config.vue.d.ts +2 -0
  44. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/runtime.vue +5 -0
  45. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.d.ts +1 -0
  46. package/dist/runtime/components/form/fields/2026-05-24/com.shwfed.form.field.monthrange/schema.js +12 -0
  47. package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.d.vue.ts +2 -2
  48. package/dist/runtime/components/form/fields/2026-05-25/com.shwfed.form.field.combobox.multi/config.vue.d.ts +2 -2
  49. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +24 -24
  50. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +24 -24
  51. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +22 -22
  52. package/dist/runtime/components/form/fields/2026-05-26/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +22 -22
  53. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/config.d.vue.ts +32 -32
  54. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/config.vue.d.ts +32 -32
  55. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.multi/runtime.vue +9 -1
  56. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/config.d.vue.ts +32 -32
  57. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/config.vue.d.ts +32 -32
  58. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.combobox.single/runtime.vue +9 -1
  59. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.d.vue.ts +24 -24
  60. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/config.vue.d.ts +24 -24
  61. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.multi/runtime.vue +19 -1
  62. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.d.vue.ts +22 -22
  63. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/config.vue.d.ts +22 -22
  64. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.combobox.single/runtime.vue +19 -1
  65. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.d.vue.ts +24 -24
  66. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/config.vue.d.ts +24 -24
  67. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.multi/runtime.vue +20 -1
  68. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.d.vue.ts +22 -22
  69. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/config.vue.d.ts +22 -22
  70. package/dist/runtime/components/form/fields/2026-05-28/com.shwfed.form.field.tree.single/runtime.vue +20 -1
  71. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/config.d.vue.ts +32 -32
  72. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/config.vue.d.ts +32 -32
  73. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.multi/runtime.vue +9 -1
  74. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/config.d.vue.ts +32 -32
  75. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/config.vue.d.ts +32 -32
  76. package/dist/runtime/components/form/fields/2026-06-14/com.shwfed.form.field.combobox.single/runtime.vue +9 -1
  77. package/dist/runtime/components/form/index.vue +6 -3
  78. package/dist/runtime/components/form/utils/ai-field-tools.d.ts +11 -0
  79. package/dist/runtime/components/form/utils/ai-field-tools.js +282 -0
  80. package/dist/runtime/components/form/utils/form-vars.js +2 -1
  81. package/dist/runtime/components/form/utils/resolve.d.ts +15 -0
  82. package/dist/runtime/components/form/utils/resolve.js +13 -0
  83. package/dist/runtime/components/head.d.vue.ts +13 -0
  84. package/dist/runtime/components/head.vue +69 -0
  85. package/dist/runtime/components/head.vue.d.ts +13 -0
  86. package/dist/runtime/components/sidebar/config.d.vue.ts +7 -0
  87. package/dist/runtime/components/sidebar/config.vue +302 -0
  88. package/dist/runtime/components/sidebar/config.vue.d.ts +7 -0
  89. package/dist/runtime/components/sidebar/favorites.d.ts +18 -0
  90. package/dist/runtime/components/sidebar/favorites.js +20 -0
  91. package/dist/runtime/components/sidebar/footer.d.vue.ts +11 -0
  92. package/dist/runtime/components/sidebar/footer.vue +49 -0
  93. package/dist/runtime/components/sidebar/footer.vue.d.ts +11 -0
  94. package/dist/runtime/components/sidebar/index.d.vue.ts +50 -0
  95. package/dist/runtime/components/sidebar/index.vue +100 -0
  96. package/dist/runtime/components/sidebar/index.vue.d.ts +50 -0
  97. package/dist/runtime/components/sidebar/node.d.vue.ts +9 -0
  98. package/dist/runtime/components/sidebar/node.vue +102 -0
  99. package/dist/runtime/components/sidebar/node.vue.d.ts +9 -0
  100. package/dist/runtime/components/sidebar/schema.d.ts +72 -0
  101. package/dist/runtime/components/sidebar/schema.js +84 -0
  102. package/dist/runtime/components/sidebar/tree.d.vue.ts +10 -0
  103. package/dist/runtime/components/sidebar/tree.vue +260 -0
  104. package/dist/runtime/components/sidebar/tree.vue.d.ts +10 -0
  105. package/dist/runtime/components/sidebar/types.d.ts +19 -0
  106. package/dist/runtime/components/sidebar/types.js +0 -0
  107. package/dist/runtime/components/sidebar/use-editor.d.ts +18 -0
  108. package/dist/runtime/components/sidebar/use-editor.js +43 -0
  109. package/dist/runtime/components/table/ai-generate.system.md +6 -0
  110. package/dist/runtime/components/table/ai-generate.vue +18 -17
  111. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.d.vue.ts +4 -4
  112. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-remote/config.vue.d.ts +4 -4
  113. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.d.vue.ts +2 -2
  114. package/dist/runtime/components/table/columns/2026-05-24/com.shwfed.table.column.combobox-single.remote.options-static/config.vue.d.ts +2 -2
  115. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.d.vue.ts +4 -4
  116. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-remote/config.vue.d.ts +4 -4
  117. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.d.vue.ts +2 -2
  118. package/dist/runtime/components/table/columns/2026-05-25/com.shwfed.table.column.combobox-multi.remote.options-static/config.vue.d.ts +2 -2
  119. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.d.vue.ts +36 -36
  120. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi/config.vue.d.ts +36 -36
  121. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.d.vue.ts +42 -42
  122. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-multi.remote/config.vue.d.ts +42 -42
  123. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.d.vue.ts +36 -36
  124. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single/config.vue.d.ts +36 -36
  125. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.d.vue.ts +42 -42
  126. package/dist/runtime/components/table/columns/2026-05-26/com.shwfed.table.column.combobox-single.remote/config.vue.d.ts +42 -42
  127. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -4
  128. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -4
  129. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  130. package/dist/runtime/components/table/columns/2026-05-27/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  131. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.d.vue.ts +28 -28
  132. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-multi/config.vue.d.ts +28 -28
  133. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.d.vue.ts +28 -28
  134. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.combobox-single/config.vue.d.ts +28 -28
  135. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -4
  136. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -4
  137. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  138. package/dist/runtime/components/table/columns/2026-05-28/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  139. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.d.vue.ts +28 -28
  140. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-multi/config.vue.d.ts +28 -28
  141. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.d.vue.ts +28 -28
  142. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.combobox-single/config.vue.d.ts +28 -28
  143. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.d.vue.ts +4 -4
  144. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-multi/config.vue.d.ts +4 -4
  145. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.d.vue.ts +2 -2
  146. package/dist/runtime/components/table/columns/2026-06-14/com.shwfed.table.column.tree-combobox-single/config.vue.d.ts +2 -2
  147. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/config.vue +33 -0
  148. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/runtime.vue +5 -0
  149. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.d.ts +1 -0
  150. package/dist/runtime/components/table/columns/2026-06-17/com.shwfed.table.column.date-input/schema.js +6 -1
  151. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/config.vue +33 -0
  152. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/runtime.vue +5 -0
  153. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.d.ts +1 -0
  154. package/dist/runtime/components/table/columns/2026-06-22/com.shwfed.table.column.date-range-input/schema.js +6 -1
  155. package/dist/runtime/components/table/utils/ai-tools.js +50 -1
  156. package/dist/runtime/components/table/utils/shared.d.ts +1 -0
  157. package/dist/runtime/components/table/utils/shared.js +10 -0
  158. package/dist/runtime/components/ui/alert-dialog/AlertDialogCancel.vue +1 -1
  159. package/dist/runtime/components/ui/chat/ChatPrompt.d.vue.ts +11 -1
  160. package/dist/runtime/components/ui/chat/ChatPrompt.vue +10 -0
  161. package/dist/runtime/components/ui/chat/ChatPrompt.vue.d.ts +11 -1
  162. package/dist/runtime/components/ui/expression-editor/CodeMirrorInput.d.vue.ts +1 -0
  163. package/dist/runtime/components/ui/expression-editor/CodeMirrorInput.vue +8 -0
  164. package/dist/runtime/components/ui/expression-editor/CodeMirrorInput.vue.d.ts +1 -0
  165. package/dist/runtime/components/ui/expression-editor/ExpressionEditor.d.vue.ts +3 -2
  166. package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue +51 -9
  167. package/dist/runtime/components/ui/expression-editor/ExpressionEditor.vue.d.ts +3 -2
  168. package/dist/runtime/components/ui/expression-editor/option-chip-extension.d.ts +4 -0
  169. package/dist/runtime/components/ui/expression-editor/option-chip-extension.js +119 -0
  170. package/dist/runtime/components/ui/expression-editor/option-refs.d.ts +6 -0
  171. package/dist/runtime/components/ui/expression-editor/option-refs.js +24 -0
  172. package/dist/runtime/components/ui/expression-editor/picker-entries.d.ts +2 -1
  173. package/dist/runtime/components/ui/expression-editor/picker-entries.js +12 -2
  174. package/dist/runtime/share/disabled-date.d.ts +34 -0
  175. package/dist/runtime/share/disabled-date.js +13 -0
  176. package/dist/runtime/utils/ai/index.js +24 -1
  177. package/dist/runtime/utils/cel-context.d.ts +1 -0
  178. package/dist/runtime/utils/cel-context.js +1 -0
  179. package/dist/runtime/utils/disabled-date.d.ts +26 -0
  180. package/dist/runtime/utils/disabled-date.js +21 -0
  181. package/dist/runtime/utils/selections-registry.d.ts +40 -6
  182. package/dist/runtime/utils/selections-registry.js +19 -4
  183. package/dist/runtime/vendor/cel-js/CLAUDE.md +2 -0
  184. package/dist/runtime/vendor/cel-js/PROMPT.md +2 -0
  185. package/dist/runtime/vendor/cel-js/lib/functions.js +33 -0
  186. package/package.json +1 -1
@@ -125,22 +125,6 @@ function stop() {
125
125
  rather than growing the editor pane; the fixed outer height is what lets
126
126
  the inner `flex-1` message area bound and scroll. -->
127
127
  <div class="flex h-[48rem] flex-col bg-transparent">
128
- <!-- New-conversation control: a quiet ghost button pinned top-right that
129
- clears the dialogue (and its sessionStorage). Disabled while a turn
130
- streams or when there's nothing to clear. -->
131
- <div class="flex items-center justify-end pb-1">
132
- <Button
133
- type="button"
134
- variant="ghost"
135
- size="sm"
136
- :disabled="!canClear"
137
- @click="newConversation"
138
- >
139
- <Icon icon="fluent:add-20-regular" />
140
- 新对话
141
- </Button>
142
- </div>
143
-
144
128
  <ChatMessages
145
129
  :messages="displayMessages"
146
130
  :pending="pending"
@@ -165,7 +149,24 @@ function stop() {
165
149
  :status="status"
166
150
  @submit="send"
167
151
  @stop="stop"
168
- />
152
+ >
153
+ <!-- New-conversation control lives at the composer's block-end left
154
+ edge (beside the send button): a quiet ghost button that clears
155
+ the dialogue (and its sessionStorage). Disabled while a turn
156
+ streams or when there's nothing to clear. -->
157
+ <template #actions>
158
+ <Button
159
+ type="button"
160
+ variant="ghost"
161
+ size="sm"
162
+ :disabled="!canClear"
163
+ @click="newConversation"
164
+ >
165
+ <Icon icon="fluent:add-20-regular" />
166
+ 新对话
167
+ </Button>
168
+ </template>
169
+ </ChatPrompt>
169
170
  </div>
170
171
  </div>
171
172
  </div>
@@ -24,6 +24,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
24
24
  readonly locale: "en" | "ja" | "ko";
25
25
  readonly message: string;
26
26
  }[]] | undefined;
27
+ readonly options: string;
27
28
  readonly compatibilityDate: "2026-05-24";
28
29
  readonly grow?: boolean | undefined;
29
30
  readonly triggers?: readonly {
@@ -44,7 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
45
  readonly readonly?: string | undefined;
45
46
  readonly request: string;
46
47
  readonly enableSorting?: boolean | undefined;
47
- readonly options: string;
48
48
  readonly optionValue: string;
49
49
  readonly optionLabel: readonly [{
50
50
  readonly locale: "zh";
@@ -53,9 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly locale: "en" | "ja" | "ko";
54
54
  readonly message: string;
55
55
  }[]];
56
- readonly successMessage?: string | undefined;
57
56
  readonly accessor?: string | undefined;
58
57
  readonly sortKey?: string | undefined;
58
+ readonly successMessage?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -79,6 +79,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  readonly locale: "en" | "ja" | "ko";
80
80
  readonly message: string;
81
81
  }[]] | undefined;
82
+ readonly options: string;
82
83
  readonly compatibilityDate: "2026-05-24";
83
84
  readonly grow?: boolean | undefined;
84
85
  readonly triggers?: readonly {
@@ -99,7 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
99
100
  readonly readonly?: string | undefined;
100
101
  readonly request: string;
101
102
  readonly enableSorting?: boolean | undefined;
102
- readonly options: string;
103
103
  readonly optionValue: string;
104
104
  readonly optionLabel: readonly [{
105
105
  readonly locale: "zh";
@@ -108,9 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly locale: "en" | "ja" | "ko";
109
109
  readonly message: string;
110
110
  }[]];
111
- readonly successMessage?: string | undefined;
112
111
  readonly accessor?: string | undefined;
113
112
  readonly sortKey?: string | undefined;
113
+ readonly successMessage?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -24,6 +24,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
24
24
  readonly locale: "en" | "ja" | "ko";
25
25
  readonly message: string;
26
26
  }[]] | undefined;
27
+ readonly options: string;
27
28
  readonly compatibilityDate: "2026-05-24";
28
29
  readonly grow?: boolean | undefined;
29
30
  readonly triggers?: readonly {
@@ -44,7 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
45
  readonly readonly?: string | undefined;
45
46
  readonly request: string;
46
47
  readonly enableSorting?: boolean | undefined;
47
- readonly options: string;
48
48
  readonly optionValue: string;
49
49
  readonly optionLabel: readonly [{
50
50
  readonly locale: "zh";
@@ -53,9 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly locale: "en" | "ja" | "ko";
54
54
  readonly message: string;
55
55
  }[]];
56
- readonly successMessage?: string | undefined;
57
56
  readonly accessor?: string | undefined;
58
57
  readonly sortKey?: string | undefined;
58
+ readonly successMessage?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -79,6 +79,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  readonly locale: "en" | "ja" | "ko";
80
80
  readonly message: string;
81
81
  }[]] | undefined;
82
+ readonly options: string;
82
83
  readonly compatibilityDate: "2026-05-24";
83
84
  readonly grow?: boolean | undefined;
84
85
  readonly triggers?: readonly {
@@ -99,7 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
99
100
  readonly readonly?: string | undefined;
100
101
  readonly request: string;
101
102
  readonly enableSorting?: boolean | undefined;
102
- readonly options: string;
103
103
  readonly optionValue: string;
104
104
  readonly optionLabel: readonly [{
105
105
  readonly locale: "zh";
@@ -108,9 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly locale: "en" | "ja" | "ko";
109
109
  readonly message: string;
110
110
  }[]];
111
- readonly successMessage?: string | undefined;
112
111
  readonly accessor?: string | undefined;
113
112
  readonly sortKey?: string | undefined;
113
+ readonly successMessage?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
- readonly successMessage?: string | undefined;
71
70
  readonly accessor?: string | undefined;
72
71
  readonly sortKey?: string | undefined;
72
+ readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
- readonly successMessage?: string | undefined;
140
139
  readonly accessor?: string | undefined;
141
140
  readonly sortKey?: string | undefined;
141
+ readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
- readonly successMessage?: string | undefined;
71
70
  readonly accessor?: string | undefined;
72
71
  readonly sortKey?: string | undefined;
72
+ readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
- readonly successMessage?: string | undefined;
140
139
  readonly accessor?: string | undefined;
141
140
  readonly sortKey?: string | undefined;
141
+ readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -24,6 +24,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
24
24
  readonly locale: "en" | "ja" | "ko";
25
25
  readonly message: string;
26
26
  }[]] | undefined;
27
+ readonly options: string;
27
28
  readonly compatibilityDate: "2026-05-25";
28
29
  readonly grow?: boolean | undefined;
29
30
  readonly triggers?: readonly {
@@ -44,7 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
45
  readonly readonly?: string | undefined;
45
46
  readonly request: string;
46
47
  readonly enableSorting?: boolean | undefined;
47
- readonly options: string;
48
48
  readonly optionValue: string;
49
49
  readonly optionLabel: readonly [{
50
50
  readonly locale: "zh";
@@ -53,9 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly locale: "en" | "ja" | "ko";
54
54
  readonly message: string;
55
55
  }[]];
56
- readonly successMessage?: string | undefined;
57
56
  readonly accessor?: string | undefined;
58
57
  readonly sortKey?: string | undefined;
58
+ readonly successMessage?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -79,6 +79,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  readonly locale: "en" | "ja" | "ko";
80
80
  readonly message: string;
81
81
  }[]] | undefined;
82
+ readonly options: string;
82
83
  readonly compatibilityDate: "2026-05-25";
83
84
  readonly grow?: boolean | undefined;
84
85
  readonly triggers?: readonly {
@@ -99,7 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
99
100
  readonly readonly?: string | undefined;
100
101
  readonly request: string;
101
102
  readonly enableSorting?: boolean | undefined;
102
- readonly options: string;
103
103
  readonly optionValue: string;
104
104
  readonly optionLabel: readonly [{
105
105
  readonly locale: "zh";
@@ -108,9 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly locale: "en" | "ja" | "ko";
109
109
  readonly message: string;
110
110
  }[]];
111
- readonly successMessage?: string | undefined;
112
111
  readonly accessor?: string | undefined;
113
112
  readonly sortKey?: string | undefined;
113
+ readonly successMessage?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -24,6 +24,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
24
24
  readonly locale: "en" | "ja" | "ko";
25
25
  readonly message: string;
26
26
  }[]] | undefined;
27
+ readonly options: string;
27
28
  readonly compatibilityDate: "2026-05-25";
28
29
  readonly grow?: boolean | undefined;
29
30
  readonly triggers?: readonly {
@@ -44,7 +45,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
44
45
  readonly readonly?: string | undefined;
45
46
  readonly request: string;
46
47
  readonly enableSorting?: boolean | undefined;
47
- readonly options: string;
48
48
  readonly optionValue: string;
49
49
  readonly optionLabel: readonly [{
50
50
  readonly locale: "zh";
@@ -53,9 +53,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
53
53
  readonly locale: "en" | "ja" | "ko";
54
54
  readonly message: string;
55
55
  }[]];
56
- readonly successMessage?: string | undefined;
57
56
  readonly accessor?: string | undefined;
58
57
  readonly sortKey?: string | undefined;
58
+ readonly successMessage?: string | undefined;
59
59
  }) => any;
60
60
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
61
61
  "onUpdate:modelValue"?: ((value: {
@@ -79,6 +79,7 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
79
  readonly locale: "en" | "ja" | "ko";
80
80
  readonly message: string;
81
81
  }[]] | undefined;
82
+ readonly options: string;
82
83
  readonly compatibilityDate: "2026-05-25";
83
84
  readonly grow?: boolean | undefined;
84
85
  readonly triggers?: readonly {
@@ -99,7 +100,6 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
99
100
  readonly readonly?: string | undefined;
100
101
  readonly request: string;
101
102
  readonly enableSorting?: boolean | undefined;
102
- readonly options: string;
103
103
  readonly optionValue: string;
104
104
  readonly optionLabel: readonly [{
105
105
  readonly locale: "zh";
@@ -108,9 +108,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
108
108
  readonly locale: "en" | "ja" | "ko";
109
109
  readonly message: string;
110
110
  }[]];
111
- readonly successMessage?: string | undefined;
112
111
  readonly accessor?: string | undefined;
113
112
  readonly sortKey?: string | undefined;
113
+ readonly successMessage?: string | undefined;
114
114
  }) => any) | undefined;
115
115
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
116
116
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
- readonly successMessage?: string | undefined;
71
70
  readonly accessor?: string | undefined;
72
71
  readonly sortKey?: string | undefined;
72
+ readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
- readonly successMessage?: string | undefined;
140
139
  readonly accessor?: string | undefined;
141
140
  readonly sortKey?: string | undefined;
141
+ readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -67,9 +67,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
67
67
  }[]] | undefined;
68
68
  readonly readonly?: string | undefined;
69
69
  readonly enableSorting?: boolean | undefined;
70
- readonly successMessage?: string | undefined;
71
70
  readonly accessor?: string | undefined;
72
71
  readonly sortKey?: string | undefined;
72
+ readonly successMessage?: string | undefined;
73
73
  }) => any;
74
74
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
75
75
  "onUpdate:modelValue"?: ((value: {
@@ -136,9 +136,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
136
136
  }[]] | undefined;
137
137
  readonly readonly?: string | undefined;
138
138
  readonly enableSorting?: boolean | undefined;
139
- readonly successMessage?: string | undefined;
140
139
  readonly accessor?: string | undefined;
141
140
  readonly sortKey?: string | undefined;
141
+ readonly successMessage?: string | undefined;
142
142
  }) => any) | undefined;
143
143
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
144
144
  declare const _default: typeof __VLS_export;
@@ -23,27 +23,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
23
23
  readonly locale: "en" | "ja" | "ko";
24
24
  readonly message: string;
25
25
  }[]] | undefined;
26
- readonly compatibilityDate: "2026-05-26";
27
- readonly grow?: boolean | undefined;
28
- readonly groupId?: string | undefined;
29
- readonly placeholder?: readonly [{
30
- readonly locale: "zh";
31
- readonly message: string;
32
- }, ...{
33
- readonly locale: "en" | "ja" | "ko";
34
- readonly message: string;
35
- }[]] | undefined;
36
- readonly readonly?: string | undefined;
37
- readonly binding: string;
38
- readonly derived?: {
39
- readonly mode: "formula" | "prefill";
40
- readonly expression: string;
41
- } | undefined;
42
- readonly enableSorting?: boolean | undefined;
43
26
  readonly options: {
44
27
  readonly kind: "remote";
45
- readonly request: string;
46
28
  readonly options: string;
29
+ readonly request: string;
47
30
  readonly optionValue: string;
48
31
  readonly optionLabel: readonly [{
49
32
  readonly locale: "zh";
@@ -79,6 +62,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
62
  };
80
63
  }[];
81
64
  };
65
+ readonly compatibilityDate: "2026-05-26";
66
+ readonly grow?: boolean | undefined;
67
+ readonly groupId?: string | undefined;
68
+ readonly placeholder?: readonly [{
69
+ readonly locale: "zh";
70
+ readonly message: string;
71
+ }, ...{
72
+ readonly locale: "en" | "ja" | "ko";
73
+ readonly message: string;
74
+ }[]] | undefined;
75
+ readonly readonly?: string | undefined;
76
+ readonly binding: string;
77
+ readonly derived?: {
78
+ readonly mode: "formula" | "prefill";
79
+ readonly expression: string;
80
+ } | undefined;
81
+ readonly enableSorting?: boolean | undefined;
82
82
  readonly sortKey?: string | undefined;
83
83
  }) => any;
84
84
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -102,27 +102,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
102
102
  readonly locale: "en" | "ja" | "ko";
103
103
  readonly message: string;
104
104
  }[]] | undefined;
105
- readonly compatibilityDate: "2026-05-26";
106
- readonly grow?: boolean | undefined;
107
- readonly groupId?: string | undefined;
108
- readonly placeholder?: readonly [{
109
- readonly locale: "zh";
110
- readonly message: string;
111
- }, ...{
112
- readonly locale: "en" | "ja" | "ko";
113
- readonly message: string;
114
- }[]] | undefined;
115
- readonly readonly?: string | undefined;
116
- readonly binding: string;
117
- readonly derived?: {
118
- readonly mode: "formula" | "prefill";
119
- readonly expression: string;
120
- } | undefined;
121
- readonly enableSorting?: boolean | undefined;
122
105
  readonly options: {
123
106
  readonly kind: "remote";
124
- readonly request: string;
125
107
  readonly options: string;
108
+ readonly request: string;
126
109
  readonly optionValue: string;
127
110
  readonly optionLabel: readonly [{
128
111
  readonly locale: "zh";
@@ -158,6 +141,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
158
141
  };
159
142
  }[];
160
143
  };
144
+ readonly compatibilityDate: "2026-05-26";
145
+ readonly grow?: boolean | undefined;
146
+ readonly groupId?: string | undefined;
147
+ readonly placeholder?: readonly [{
148
+ readonly locale: "zh";
149
+ readonly message: string;
150
+ }, ...{
151
+ readonly locale: "en" | "ja" | "ko";
152
+ readonly message: string;
153
+ }[]] | undefined;
154
+ readonly readonly?: string | undefined;
155
+ readonly binding: string;
156
+ readonly derived?: {
157
+ readonly mode: "formula" | "prefill";
158
+ readonly expression: string;
159
+ } | undefined;
160
+ readonly enableSorting?: boolean | undefined;
161
161
  readonly sortKey?: string | undefined;
162
162
  }) => any) | undefined;
163
163
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -23,27 +23,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
23
23
  readonly locale: "en" | "ja" | "ko";
24
24
  readonly message: string;
25
25
  }[]] | undefined;
26
- readonly compatibilityDate: "2026-05-26";
27
- readonly grow?: boolean | undefined;
28
- readonly groupId?: string | undefined;
29
- readonly placeholder?: readonly [{
30
- readonly locale: "zh";
31
- readonly message: string;
32
- }, ...{
33
- readonly locale: "en" | "ja" | "ko";
34
- readonly message: string;
35
- }[]] | undefined;
36
- readonly readonly?: string | undefined;
37
- readonly binding: string;
38
- readonly derived?: {
39
- readonly mode: "formula" | "prefill";
40
- readonly expression: string;
41
- } | undefined;
42
- readonly enableSorting?: boolean | undefined;
43
26
  readonly options: {
44
27
  readonly kind: "remote";
45
- readonly request: string;
46
28
  readonly options: string;
29
+ readonly request: string;
47
30
  readonly optionValue: string;
48
31
  readonly optionLabel: readonly [{
49
32
  readonly locale: "zh";
@@ -79,6 +62,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
79
62
  };
80
63
  }[];
81
64
  };
65
+ readonly compatibilityDate: "2026-05-26";
66
+ readonly grow?: boolean | undefined;
67
+ readonly groupId?: string | undefined;
68
+ readonly placeholder?: readonly [{
69
+ readonly locale: "zh";
70
+ readonly message: string;
71
+ }, ...{
72
+ readonly locale: "en" | "ja" | "ko";
73
+ readonly message: string;
74
+ }[]] | undefined;
75
+ readonly readonly?: string | undefined;
76
+ readonly binding: string;
77
+ readonly derived?: {
78
+ readonly mode: "formula" | "prefill";
79
+ readonly expression: string;
80
+ } | undefined;
81
+ readonly enableSorting?: boolean | undefined;
82
82
  readonly sortKey?: string | undefined;
83
83
  }) => any;
84
84
  }, string, import("vue").PublicProps, Readonly<__VLS_ModelProps> & Readonly<{
@@ -102,27 +102,10 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
102
102
  readonly locale: "en" | "ja" | "ko";
103
103
  readonly message: string;
104
104
  }[]] | undefined;
105
- readonly compatibilityDate: "2026-05-26";
106
- readonly grow?: boolean | undefined;
107
- readonly groupId?: string | undefined;
108
- readonly placeholder?: readonly [{
109
- readonly locale: "zh";
110
- readonly message: string;
111
- }, ...{
112
- readonly locale: "en" | "ja" | "ko";
113
- readonly message: string;
114
- }[]] | undefined;
115
- readonly readonly?: string | undefined;
116
- readonly binding: string;
117
- readonly derived?: {
118
- readonly mode: "formula" | "prefill";
119
- readonly expression: string;
120
- } | undefined;
121
- readonly enableSorting?: boolean | undefined;
122
105
  readonly options: {
123
106
  readonly kind: "remote";
124
- readonly request: string;
125
107
  readonly options: string;
108
+ readonly request: string;
126
109
  readonly optionValue: string;
127
110
  readonly optionLabel: readonly [{
128
111
  readonly locale: "zh";
@@ -158,6 +141,23 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_ModelProps, {},
158
141
  };
159
142
  }[];
160
143
  };
144
+ readonly compatibilityDate: "2026-05-26";
145
+ readonly grow?: boolean | undefined;
146
+ readonly groupId?: string | undefined;
147
+ readonly placeholder?: readonly [{
148
+ readonly locale: "zh";
149
+ readonly message: string;
150
+ }, ...{
151
+ readonly locale: "en" | "ja" | "ko";
152
+ readonly message: string;
153
+ }[]] | undefined;
154
+ readonly readonly?: string | undefined;
155
+ readonly binding: string;
156
+ readonly derived?: {
157
+ readonly mode: "formula" | "prefill";
158
+ readonly expression: string;
159
+ } | undefined;
160
+ readonly enableSorting?: boolean | undefined;
161
161
  readonly sortKey?: string | undefined;
162
162
  }) => any) | undefined;
163
163
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;