@octans/ui 1.0.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 (283) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +226 -0
  3. package/bin/octans-icons.mjs +208 -0
  4. package/dist/components/ActionList/ActionList.vue.d.ts +77 -0
  5. package/dist/components/ActionList/ActionListButton.vue.d.ts +85 -0
  6. package/dist/components/ActionList/ActionListMenu.vue.d.ts +18 -0
  7. package/dist/components/ActionList/index.d.ts +1 -0
  8. package/dist/components/AppFrame/AppFrame.vue.d.ts +26 -0
  9. package/dist/components/AppFrame/context.d.ts +40 -0
  10. package/dist/components/AppFrame/index.d.ts +3 -0
  11. package/dist/components/AppFrame/types.d.ts +52 -0
  12. package/dist/components/Badge/Badge.vue.d.ts +125 -0
  13. package/dist/components/Badge/index.d.ts +1 -0
  14. package/dist/components/Banner/Banner.vue.d.ts +239 -0
  15. package/dist/components/Banner/index.d.ts +1 -0
  16. package/dist/components/Button/Button.vue.d.ts +284 -0
  17. package/dist/components/Button/ButtonGroup.vue.d.ts +44 -0
  18. package/dist/components/Button/ButtonGroupItem.vue.d.ts +5 -0
  19. package/dist/components/Button/index.d.ts +3 -0
  20. package/dist/components/Calendar/Calendar.vue.d.ts +15 -0
  21. package/dist/components/Calendar/index.d.ts +2 -0
  22. package/dist/components/Calendar/types.d.ts +39 -0
  23. package/dist/components/CalendarHeatmap/CalendarHeatmap.vue.d.ts +21 -0
  24. package/dist/components/CalendarHeatmap/index.d.ts +2 -0
  25. package/dist/components/CalendarHeatmap/types.d.ts +168 -0
  26. package/dist/components/Caption/Caption.vue.d.ts +5 -0
  27. package/dist/components/Caption/index.d.ts +1 -0
  28. package/dist/components/Card/Card.vue.d.ts +82 -0
  29. package/dist/components/Card/CardSection.vue.d.ts +89 -0
  30. package/dist/components/Card/index.d.ts +2 -0
  31. package/dist/components/Card/utils.d.ts +4 -0
  32. package/dist/components/Checkbox/Checkbox.vue.d.ts +171 -0
  33. package/dist/components/Checkbox/CheckboxControl.vue.d.ts +59 -0
  34. package/dist/components/Checkbox/index.d.ts +2 -0
  35. package/dist/components/Choice/Choice.vue.d.ts +102 -0
  36. package/dist/components/Choice/index.d.ts +1 -0
  37. package/dist/components/ChoiceList/ChoiceList.vue.d.ts +199 -0
  38. package/dist/components/ChoiceList/index.d.ts +2 -0
  39. package/dist/components/ChoiceList/types.d.ts +31 -0
  40. package/dist/components/ColorPicker/ColorPicker.vue.d.ts +18 -0
  41. package/dist/components/ColorPicker/index.d.ts +2 -0
  42. package/dist/components/ColorPicker/types.d.ts +62 -0
  43. package/dist/components/ColorSelector/ColorSelector.vue.d.ts +34 -0
  44. package/dist/components/ColorSelector/index.d.ts +2 -0
  45. package/dist/components/ColorSelector/types.d.ts +143 -0
  46. package/dist/components/DataTable/BulkActions.vue.d.ts +282 -0
  47. package/dist/components/DataTable/DataTable.vue.d.ts +40 -0
  48. package/dist/components/DataTable/DataTableFooter.vue.d.ts +22 -0
  49. package/dist/components/DataTable/index.d.ts +2 -0
  50. package/dist/components/DataTable/types.d.ts +249 -0
  51. package/dist/components/DatePicker/DatePicker.vue.d.ts +17 -0
  52. package/dist/components/DatePicker/index.d.ts +4 -0
  53. package/dist/components/DatePicker/types.d.ts +57 -0
  54. package/dist/components/Divider/Divider.vue.d.ts +20 -0
  55. package/dist/components/Divider/index.d.ts +2 -0
  56. package/dist/components/Divider/types.d.ts +76 -0
  57. package/dist/components/EventDelegator/EventDelegator.vue.d.ts +18 -0
  58. package/dist/components/EventDelegator/index.d.ts +1 -0
  59. package/dist/components/EventDelegator/utils.d.ts +25 -0
  60. package/dist/components/FileInput/DropZone.vue.d.ts +67 -0
  61. package/dist/components/FileInput/FileInput.vue.d.ts +422 -0
  62. package/dist/components/FileInput/ItemList.vue.d.ts +109 -0
  63. package/dist/components/FileInput/index.d.ts +1 -0
  64. package/dist/components/FileInput/utils.d.ts +15 -0
  65. package/dist/components/Filters/FilterActions.vue.d.ts +236 -0
  66. package/dist/components/Filters/FilterItem.vue.d.ts +813 -0
  67. package/dist/components/Filters/Filters.vue.d.ts +1627 -0
  68. package/dist/components/Filters/index.d.ts +1 -0
  69. package/dist/components/Filters/utils.d.ts +1 -0
  70. package/dist/components/FooterHelp/FooterHelp.vue.d.ts +16 -0
  71. package/dist/components/FooterHelp/index.d.ts +1 -0
  72. package/dist/components/FormLayout/FormLayout.vue.d.ts +5 -0
  73. package/dist/components/FormLayout/FormLayoutGroup.vue.d.ts +17 -0
  74. package/dist/components/FormLayout/index.d.ts +2 -0
  75. package/dist/components/Formatter/Formatter.vue.d.ts +42 -0
  76. package/dist/components/Formatter/index.d.ts +1 -0
  77. package/dist/components/GlobalNav/GlobalNav.vue.d.ts +33 -0
  78. package/dist/components/GlobalNav/index.d.ts +2 -0
  79. package/dist/components/GlobalNav/types.d.ts +64 -0
  80. package/dist/components/GradientPicker/GradientPicker.vue.d.ts +20 -0
  81. package/dist/components/GradientPicker/index.d.ts +2 -0
  82. package/dist/components/GradientPicker/types.d.ts +74 -0
  83. package/dist/components/Heading/Heading.vue.d.ts +18 -0
  84. package/dist/components/Heading/index.d.ts +1 -0
  85. package/dist/components/Icon/Icon.vue.d.ts +112 -0
  86. package/dist/components/Icon/iconBundle.d.ts +1 -0
  87. package/dist/components/Icon/index.d.ts +1 -0
  88. package/dist/components/InlineError/InlineError.vue.d.ts +6 -0
  89. package/dist/components/InlineError/index.d.ts +1 -0
  90. package/dist/components/Labelled/Labelled.vue.d.ts +110 -0
  91. package/dist/components/Labelled/index.d.ts +1 -0
  92. package/dist/components/Layout/Layout.vue.d.ts +13 -0
  93. package/dist/components/Layout/LayoutSection.vue.d.ts +16 -0
  94. package/dist/components/Layout/LayoutSectionAnnotated.vue.d.ts +34 -0
  95. package/dist/components/Layout/index.d.ts +3 -0
  96. package/dist/components/LineClamper/LineClamper.vue.d.ts +16 -0
  97. package/dist/components/LineClamper/index.d.ts +2 -0
  98. package/dist/components/LineClamper/types.d.ts +7 -0
  99. package/dist/components/Link/Link.vue.d.ts +19 -0
  100. package/dist/components/Link/index.d.ts +1 -0
  101. package/dist/components/List/List.vue.d.ts +15 -0
  102. package/dist/components/List/ListItem.vue.d.ts +16 -0
  103. package/dist/components/List/index.d.ts +3 -0
  104. package/dist/components/List/types.d.ts +51 -0
  105. package/dist/components/LoaderOverlay/LoaderOverlay.vue.d.ts +18 -0
  106. package/dist/components/LoaderOverlay/host.d.ts +6 -0
  107. package/dist/components/LoaderOverlay/index.d.ts +26 -0
  108. package/dist/components/LoaderOverlay/store.d.ts +7 -0
  109. package/dist/components/LoaderOverlay/types.d.ts +24 -0
  110. package/dist/components/LoadingBar/LoadingBar.vue.d.ts +7 -0
  111. package/dist/components/LoadingBar/host.d.ts +6 -0
  112. package/dist/components/LoadingBar/index.d.ts +28 -0
  113. package/dist/components/LoadingBar/store.d.ts +6 -0
  114. package/dist/components/LoadingBar/types.d.ts +16 -0
  115. package/dist/components/MaybeMountingPortal/MaybeMountingPortal.vue.d.ts +53 -0
  116. package/dist/components/MaybeMountingPortal/index.d.ts +1 -0
  117. package/dist/components/MaybeRouterLink/MaybeRouterLink.vue.d.ts +34 -0
  118. package/dist/components/MaybeRouterLink/index.d.ts +2 -0
  119. package/dist/components/MaybeRouterLink/types.d.ts +49 -0
  120. package/dist/components/Modal/Modal.vue.d.ts +28 -0
  121. package/dist/components/Modal/ModalBackdrop.vue.d.ts +12 -0
  122. package/dist/components/Modal/ModalHost.vue.d.ts +3 -0
  123. package/dist/components/Modal/ModalStackItem.vue.d.ts +14 -0
  124. package/dist/components/Modal/api/AlertModal.vue.d.ts +10 -0
  125. package/dist/components/Modal/api/Base.d.ts +12 -0
  126. package/dist/components/Modal/api/ConfirmModal.vue.d.ts +10 -0
  127. package/dist/components/Modal/api/GenericModal.vue.d.ts +10 -0
  128. package/dist/components/Modal/api/PromptModal.vue.d.ts +10 -0
  129. package/dist/components/Modal/api/types.d.ts +110 -0
  130. package/dist/components/Modal/host.d.ts +2 -0
  131. package/dist/components/Modal/index.d.ts +10 -0
  132. package/dist/components/Modal/manager.d.ts +80 -0
  133. package/dist/components/Modal/types.d.ts +49 -0
  134. package/dist/components/NavField/NavField.vue.d.ts +223 -0
  135. package/dist/components/NavField/index.d.ts +1 -0
  136. package/dist/components/Navigation/Navigation.vue.d.ts +47 -0
  137. package/dist/components/Navigation/components/Item.vue.d.ts +10 -0
  138. package/dist/components/Navigation/components/Section.vue.d.ts +13 -0
  139. package/dist/components/Navigation/index.d.ts +2 -0
  140. package/dist/components/Navigation/types.d.ts +117 -0
  141. package/dist/components/OtpInput/OtpInput.vue.d.ts +21 -0
  142. package/dist/components/OtpInput/index.d.ts +2 -0
  143. package/dist/components/OtpInput/types.d.ts +87 -0
  144. package/dist/components/Page/Page.vue.d.ts +34 -0
  145. package/dist/components/Page/index.d.ts +2 -0
  146. package/dist/components/Page/types.d.ts +75 -0
  147. package/dist/components/PageActions/PageActions.vue.d.ts +6 -0
  148. package/dist/components/PageActions/index.d.ts +2 -0
  149. package/dist/components/PageActions/types.d.ts +17 -0
  150. package/dist/components/Pagination/Pagination.vue.d.ts +22 -0
  151. package/dist/components/Pagination/index.d.ts +1 -0
  152. package/dist/components/Popper/Popper.vue.d.ts +45 -0
  153. package/dist/components/Popper/index.d.ts +2 -0
  154. package/dist/components/Popper/types.d.ts +29 -0
  155. package/dist/components/PreventAutoComplete/PreventAutoComplete.vue.d.ts +24 -0
  156. package/dist/components/PreventAutoComplete/index.d.ts +1 -0
  157. package/dist/components/ProgressBar/ProgressBar.vue.d.ts +48 -0
  158. package/dist/components/ProgressBar/index.d.ts +2 -0
  159. package/dist/components/RadioButton/RadioButton.vue.d.ts +143 -0
  160. package/dist/components/RadioButton/RadioButtonControl.vue.d.ts +50 -0
  161. package/dist/components/RadioButton/index.d.ts +2 -0
  162. package/dist/components/RangeSlider/RangeSlider.vue.d.ts +303 -0
  163. package/dist/components/RangeSlider/index.d.ts +1 -0
  164. package/dist/components/Rating/Rating.vue.d.ts +20 -0
  165. package/dist/components/Rating/index.d.ts +2 -0
  166. package/dist/components/Rating/types.d.ts +78 -0
  167. package/dist/components/ResourceList/ResourceItem.vue.d.ts +17 -0
  168. package/dist/components/ResourceList/ResourceList.vue.d.ts +19 -0
  169. package/dist/components/ResourceList/index.d.ts +3 -0
  170. package/dist/components/ResourceList/types.d.ts +19 -0
  171. package/dist/components/SaveBar/SaveBar.vue.d.ts +15 -0
  172. package/dist/components/SaveBar/index.d.ts +4 -0
  173. package/dist/components/SaveBar/store.d.ts +56 -0
  174. package/dist/components/SaveBar/types.d.ts +42 -0
  175. package/dist/components/SaveBarController/SaveBarController.vue.d.ts +40 -0
  176. package/dist/components/SaveBarController/index.d.ts +1 -0
  177. package/dist/components/ScrollPane/ScrollPane.vue.d.ts +24 -0
  178. package/dist/components/ScrollPane/index.d.ts +2 -0
  179. package/dist/components/ScrollPane/types.d.ts +64 -0
  180. package/dist/components/SegmentedControl/SegmentedControl.vue.d.ts +39 -0
  181. package/dist/components/SegmentedControl/index.d.ts +2 -0
  182. package/dist/components/SegmentedControl/types.d.ts +119 -0
  183. package/dist/components/Select/Select.vue.d.ts +901 -0
  184. package/dist/components/Select/index.d.ts +3 -0
  185. package/dist/components/Sheet/Sheet.vue.d.ts +41 -0
  186. package/dist/components/Sheet/index.d.ts +2 -0
  187. package/dist/components/Sheet/manager.d.ts +34 -0
  188. package/dist/components/Sheet/types.d.ts +92 -0
  189. package/dist/components/SkeletonBodyText/SkeletonBodyText.vue.d.ts +17 -0
  190. package/dist/components/SkeletonBodyText/index.d.ts +1 -0
  191. package/dist/components/SkeletonCard/SkeletonCard.vue.d.ts +34 -0
  192. package/dist/components/SkeletonCard/index.d.ts +1 -0
  193. package/dist/components/SkeletonDisplayText/SkeletonDisplayText.vue.d.ts +17 -0
  194. package/dist/components/SkeletonDisplayText/index.d.ts +1 -0
  195. package/dist/components/Spinner/Spinner.vue.d.ts +52 -0
  196. package/dist/components/Spinner/index.d.ts +1 -0
  197. package/dist/components/Splitter/Splitter.vue.d.ts +60 -0
  198. package/dist/components/Splitter/index.d.ts +2 -0
  199. package/dist/components/Splitter/types.d.ts +177 -0
  200. package/dist/components/Stack/Stack.vue.d.ts +130 -0
  201. package/dist/components/Stack/StackItem.vue.d.ts +23 -0
  202. package/dist/components/Stack/index.d.ts +2 -0
  203. package/dist/components/StatGroup/Stat.vue.d.ts +16 -0
  204. package/dist/components/StatGroup/StatGroup.vue.d.ts +17 -0
  205. package/dist/components/StatGroup/index.d.ts +3 -0
  206. package/dist/components/StatGroup/types.d.ts +42 -0
  207. package/dist/components/Sticky/Sticky.vue.d.ts +27 -0
  208. package/dist/components/Sticky/index.d.ts +2 -0
  209. package/dist/components/Sticky/types.d.ts +24 -0
  210. package/dist/components/SyntaxHighlighter/SyntaxHighlighter.vue.d.ts +12 -0
  211. package/dist/components/SyntaxHighlighter/index.d.ts +2 -0
  212. package/dist/components/SyntaxHighlighter/types.d.ts +10 -0
  213. package/dist/components/Tabs/Tabs.vue.d.ts +23 -0
  214. package/dist/components/Tabs/index.d.ts +2 -0
  215. package/dist/components/Tabs/types.d.ts +19 -0
  216. package/dist/components/Tag/Tag.vue.d.ts +29 -0
  217. package/dist/components/Tag/index.d.ts +1 -0
  218. package/dist/components/TextContainer/TextContainer.vue.d.ts +13 -0
  219. package/dist/components/TextContainer/index.d.ts +1 -0
  220. package/dist/components/TextField/TextField.vue.d.ts +38 -0
  221. package/dist/components/TextField/index.d.ts +2 -0
  222. package/dist/components/TextField/types.d.ts +130 -0
  223. package/dist/components/TextStyle/TextStyle.vue.d.ts +15 -0
  224. package/dist/components/TextStyle/index.d.ts +1 -0
  225. package/dist/components/Thumbnail/Thumbnail.vue.d.ts +17 -0
  226. package/dist/components/Thumbnail/index.d.ts +2 -0
  227. package/dist/components/Thumbnail/types.d.ts +32 -0
  228. package/dist/components/TimePicker/TimePicker.vue.d.ts +25 -0
  229. package/dist/components/TimePicker/index.d.ts +2 -0
  230. package/dist/components/TimePicker/types.d.ts +90 -0
  231. package/dist/components/TimezonePicker/TimezonePicker.vue.d.ts +15 -0
  232. package/dist/components/TimezonePicker/index.d.ts +2 -0
  233. package/dist/components/TimezonePicker/types.d.ts +50 -0
  234. package/dist/components/TimezonePicker/zoneCountries.d.ts +2 -0
  235. package/dist/components/ToastManager/ProgressBar.vue.d.ts +8 -0
  236. package/dist/components/ToastManager/Toast.vue.d.ts +14 -0
  237. package/dist/components/ToastManager/ToastManager.vue.d.ts +19 -0
  238. package/dist/components/ToastManager/host.d.ts +14 -0
  239. package/dist/components/ToastManager/index.d.ts +24 -0
  240. package/dist/components/ToastManager/manager.d.ts +45 -0
  241. package/dist/components/ToastManager/types.d.ts +44 -0
  242. package/dist/components/ToggleSwitch/ToggleSwitch.vue.d.ts +35 -0
  243. package/dist/components/ToggleSwitch/index.d.ts +2 -0
  244. package/dist/components/ToggleSwitch/types.d.ts +84 -0
  245. package/dist/components/Tooltip/Tooltip.vue.d.ts +20 -0
  246. package/dist/components/Tooltip/index.d.ts +1 -0
  247. package/dist/components/UiProvider/UiProvider.vue.d.ts +16 -0
  248. package/dist/components/UiProvider/index.d.ts +2 -0
  249. package/dist/components/UiProvider/types.d.ts +2 -0
  250. package/dist/components/UiProvider/utils.d.ts +5 -0
  251. package/dist/components/UnstyledLink/UnstyledLink.vue.d.ts +5 -0
  252. package/dist/components/UnstyledLink/index.d.ts +1 -0
  253. package/dist/components/all.d.ts +92 -0
  254. package/dist/components/types.d.ts +74 -0
  255. package/dist/globalExtensions.d.ts +7 -0
  256. package/dist/i18n/en.json.d.ts +60 -0
  257. package/dist/lib.d.ts +67 -0
  258. package/dist/lib.umd.d.ts +1 -0
  259. package/dist/style.css +2 -0
  260. package/dist/test/setup.d.ts +1 -0
  261. package/dist/ui.js +20051 -0
  262. package/dist/ui.umd.js +10 -0
  263. package/dist/utils/autoHost.d.ts +27 -0
  264. package/dist/utils/color.d.ts +112 -0
  265. package/dist/utils/colorRamp.d.ts +51 -0
  266. package/dist/utils/createTheme.d.ts +52 -0
  267. package/dist/utils/customTheme.d.ts +73 -0
  268. package/dist/utils/date.d.ts +4 -0
  269. package/dist/utils/debounce.d.ts +3 -0
  270. package/dist/utils/deferredPromise.d.ts +6 -0
  271. package/dist/utils/format.d.ts +9 -0
  272. package/dist/utils/fuzzy.d.ts +33 -0
  273. package/dist/utils/gradient.d.ts +83 -0
  274. package/dist/utils/index.d.ts +31 -0
  275. package/dist/utils/loader.d.ts +1 -0
  276. package/dist/utils/positionPanel.d.ts +32 -0
  277. package/dist/utils/radix.d.ts +6 -0
  278. package/dist/utils/theme.d.ts +42 -0
  279. package/dist/utils/timezone.d.ts +66 -0
  280. package/dist/utils/tokens.d.ts +62 -0
  281. package/dist/utils/translate.d.ts +27 -0
  282. package/dist/zoneCountries-CWZGMHyp.js +353 -0
  283. package/package.json +120 -0
@@ -0,0 +1,1627 @@
1
+ import { ActionListItemType } from '../ActionList';
2
+ import { SelectOptionType, SelectOptionGroupType } from '../Select';
3
+ import { PropType } from 'vue';
4
+ import { DebouncedFunc } from '../../utils/debounce';
5
+ export interface FilterType {
6
+ type: string;
7
+ key: string;
8
+ label: string;
9
+ placeholder: string;
10
+ required: boolean;
11
+ modelFormat?: string;
12
+ endOfDay?: boolean;
13
+ options?: SelectOptionType[];
14
+ optionGroups?: SelectOptionGroupType[];
15
+ multiple?: boolean;
16
+ }
17
+ export interface FiltersShortcutType {
18
+ label: string;
19
+ items: ActionListItemType[];
20
+ }
21
+ declare const _default: typeof __VLS_export;
22
+ export default _default;
23
+ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
24
+ /**
25
+ * An array of filter objects. Each must have a unique `key` which corresponds
26
+ * to those used in `appliedFilters`.
27
+ *
28
+ * ```js
29
+ * interface Filter {
30
+ * key: string // A unique key
31
+ * label: string
32
+ * type: 'datetime' | 'date' | 'month' | 'year' | 'text' | 'select' | 'boolean'
33
+ * placeholder?: string
34
+ * options?: object[] // Options for `select`
35
+ * optionGroups?: object[] // Option groups for `select`
36
+ * multiple?: boolean // For `select`
37
+ * }
38
+ * ```
39
+ */
40
+ filters: {
41
+ type: () => FilterType[];
42
+ default: () => never[];
43
+ };
44
+ /**
45
+ * The data representing applied filters. Each filter value is assigned
46
+ * to the `key` provided in the filter array definition.
47
+ *
48
+ * Use as `v-model:appliedFilters`.
49
+ *
50
+ * For example, if you defined two filters with keys "startDate" and "endDate" you
51
+ * would represent their current values using the following object:
52
+ *
53
+ * ```js
54
+ * {
55
+ * startDate: null,
56
+ * endDate: null
57
+ * }
58
+ * ```
59
+ */
60
+ appliedFilters: {
61
+ type: () => Record<string, any>;
62
+ default: () => {};
63
+ };
64
+ /**
65
+ * An optional array of shortcut filters which are added to the left
66
+ * of the query input.
67
+ *
68
+ * Each shortcut is represented as an ActionList.
69
+ *
70
+ * ```js
71
+ * interface Shortcut {
72
+ * label: string
73
+ * // See `ActionListItem` for more items options
74
+ * items: Array<{
75
+ * label: string
76
+ * onAction(): void
77
+ * }>
78
+ * }
79
+ * ```
80
+ */
81
+ shortcuts: {
82
+ type: () => FiltersShortcutType[];
83
+ };
84
+ disabled: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
88
+ /**
89
+ * The value to use in the query text field.
90
+ *
91
+ * Set this to `false` to disable querying.
92
+ */
93
+ query: {
94
+ type: PropType<string | null | false>;
95
+ };
96
+ /**
97
+ * The delay between emitting updated query values in milliseconds.
98
+ */
99
+ queryDelay: {
100
+ type: NumberConstructor;
101
+ default: number;
102
+ };
103
+ mode: {
104
+ type: PropType<"single" | "multi">;
105
+ default: string;
106
+ };
107
+ }>, {}, {
108
+ showSheet: boolean;
109
+ isOpen: boolean;
110
+ editFilters: Record<string, any>;
111
+ localQuery: string | null | boolean;
112
+ updateQueryDebounced: DebouncedFunc<(value: string) => void> | null;
113
+ }, {
114
+ mergedFilters(): {
115
+ value: any;
116
+ type: string;
117
+ key: string;
118
+ label: string;
119
+ placeholder: string;
120
+ required: boolean;
121
+ modelFormat?: string;
122
+ endOfDay?: boolean;
123
+ options?: SelectOptionType[];
124
+ optionGroups?: SelectOptionGroupType[];
125
+ multiple?: boolean;
126
+ }[];
127
+ appliedTags(): any;
128
+ hasChanged(): boolean;
129
+ commitErrors(): string[];
130
+ }, {
131
+ $t: typeof import('../../utils/translate').translate;
132
+ onUpdateFilterItemValue(key: string, val: any): void;
133
+ open(): void;
134
+ commit(): void;
135
+ cancel(): void;
136
+ removeValue(parentKey: string, val: any): void;
137
+ removeFilter(key: string): void;
138
+ emitAppliedFilters(filters: Record<string, any>): void;
139
+ getFilterByKey(key: string): FilterType | undefined;
140
+ showRequiredMessage(filter: FilterType): void;
141
+ updateQuery(value: string): void;
142
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:appliedFilters" | "update:query")[], "update:appliedFilters" | "update:query", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
143
+ /**
144
+ * An array of filter objects. Each must have a unique `key` which corresponds
145
+ * to those used in `appliedFilters`.
146
+ *
147
+ * ```js
148
+ * interface Filter {
149
+ * key: string // A unique key
150
+ * label: string
151
+ * type: 'datetime' | 'date' | 'month' | 'year' | 'text' | 'select' | 'boolean'
152
+ * placeholder?: string
153
+ * options?: object[] // Options for `select`
154
+ * optionGroups?: object[] // Option groups for `select`
155
+ * multiple?: boolean // For `select`
156
+ * }
157
+ * ```
158
+ */
159
+ filters: {
160
+ type: () => FilterType[];
161
+ default: () => never[];
162
+ };
163
+ /**
164
+ * The data representing applied filters. Each filter value is assigned
165
+ * to the `key` provided in the filter array definition.
166
+ *
167
+ * Use as `v-model:appliedFilters`.
168
+ *
169
+ * For example, if you defined two filters with keys "startDate" and "endDate" you
170
+ * would represent their current values using the following object:
171
+ *
172
+ * ```js
173
+ * {
174
+ * startDate: null,
175
+ * endDate: null
176
+ * }
177
+ * ```
178
+ */
179
+ appliedFilters: {
180
+ type: () => Record<string, any>;
181
+ default: () => {};
182
+ };
183
+ /**
184
+ * An optional array of shortcut filters which are added to the left
185
+ * of the query input.
186
+ *
187
+ * Each shortcut is represented as an ActionList.
188
+ *
189
+ * ```js
190
+ * interface Shortcut {
191
+ * label: string
192
+ * // See `ActionListItem` for more items options
193
+ * items: Array<{
194
+ * label: string
195
+ * onAction(): void
196
+ * }>
197
+ * }
198
+ * ```
199
+ */
200
+ shortcuts: {
201
+ type: () => FiltersShortcutType[];
202
+ };
203
+ disabled: {
204
+ type: BooleanConstructor;
205
+ default: boolean;
206
+ };
207
+ /**
208
+ * The value to use in the query text field.
209
+ *
210
+ * Set this to `false` to disable querying.
211
+ */
212
+ query: {
213
+ type: PropType<string | null | false>;
214
+ };
215
+ /**
216
+ * The delay between emitting updated query values in milliseconds.
217
+ */
218
+ queryDelay: {
219
+ type: NumberConstructor;
220
+ default: number;
221
+ };
222
+ mode: {
223
+ type: PropType<"single" | "multi">;
224
+ default: string;
225
+ };
226
+ }>> & Readonly<{
227
+ "onUpdate:appliedFilters"?: ((...args: any[]) => any) | undefined;
228
+ "onUpdate:query"?: ((...args: any[]) => any) | undefined;
229
+ }>, {
230
+ disabled: boolean;
231
+ filters: FilterType[];
232
+ mode: "single" | "multi";
233
+ appliedFilters: Record<string, any>;
234
+ queryDelay: number;
235
+ }, {}, {
236
+ Button: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
237
+ type: {
238
+ type: PropType<import('../types').ActionTypeType>;
239
+ default: string;
240
+ };
241
+ icon: {
242
+ type: StringConstructor;
243
+ };
244
+ badge: {
245
+ type: PropType<string | number | import('../types').IconBadgeType>;
246
+ };
247
+ badgeStatus: {
248
+ type: PropType<import('../types').IconBadgeStatusType>;
249
+ };
250
+ disabled: {
251
+ type: BooleanConstructor;
252
+ };
253
+ tooltip: {
254
+ type: StringConstructor;
255
+ };
256
+ tooltipPosition: {
257
+ type: PropType<import('../types').ActionTooltipPositionType>;
258
+ default: string;
259
+ };
260
+ dropdown: {
261
+ type: BooleanConstructor;
262
+ default: boolean;
263
+ };
264
+ fullWidth: {
265
+ type: BooleanConstructor;
266
+ default: boolean;
267
+ };
268
+ size: {
269
+ type: StringConstructor;
270
+ default: string;
271
+ };
272
+ url: {
273
+ type: StringConstructor;
274
+ };
275
+ external: {
276
+ type: BooleanConstructor;
277
+ };
278
+ invert: {
279
+ type: BooleanConstructor;
280
+ default: boolean;
281
+ };
282
+ color: {
283
+ type: PropType<import('../types').ActionColorType>;
284
+ };
285
+ destructive: {
286
+ type: BooleanConstructor;
287
+ default: boolean;
288
+ };
289
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
290
+ [key: string]: any;
291
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
292
+ type: {
293
+ type: PropType<import('../types').ActionTypeType>;
294
+ default: string;
295
+ };
296
+ icon: {
297
+ type: StringConstructor;
298
+ };
299
+ badge: {
300
+ type: PropType<string | number | import('../types').IconBadgeType>;
301
+ };
302
+ badgeStatus: {
303
+ type: PropType<import('../types').IconBadgeStatusType>;
304
+ };
305
+ disabled: {
306
+ type: BooleanConstructor;
307
+ };
308
+ tooltip: {
309
+ type: StringConstructor;
310
+ };
311
+ tooltipPosition: {
312
+ type: PropType<import('../types').ActionTooltipPositionType>;
313
+ default: string;
314
+ };
315
+ dropdown: {
316
+ type: BooleanConstructor;
317
+ default: boolean;
318
+ };
319
+ fullWidth: {
320
+ type: BooleanConstructor;
321
+ default: boolean;
322
+ };
323
+ size: {
324
+ type: StringConstructor;
325
+ default: string;
326
+ };
327
+ url: {
328
+ type: StringConstructor;
329
+ };
330
+ external: {
331
+ type: BooleanConstructor;
332
+ };
333
+ invert: {
334
+ type: BooleanConstructor;
335
+ default: boolean;
336
+ };
337
+ color: {
338
+ type: PropType<import('../types').ActionColorType>;
339
+ };
340
+ destructive: {
341
+ type: BooleanConstructor;
342
+ default: boolean;
343
+ };
344
+ }>> & Readonly<{}>, {
345
+ disabled: boolean;
346
+ size: string;
347
+ type: import('../types').ActionTypeType;
348
+ destructive: boolean;
349
+ tooltipPosition: import('../types').ActionTooltipPositionType;
350
+ external: boolean;
351
+ dropdown: boolean;
352
+ fullWidth: boolean;
353
+ invert: boolean;
354
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
355
+ FilterActions: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
356
+ filters: {
357
+ type: ArrayConstructor;
358
+ default: () => never[];
359
+ };
360
+ shortcuts: {
361
+ type: () => {
362
+ label: string;
363
+ items: any[];
364
+ }[];
365
+ default: () => never[];
366
+ };
367
+ mode: {
368
+ type: PropType<"single" | "multi">;
369
+ default: string;
370
+ };
371
+ }>, {}, {}, {}, {
372
+ $t: typeof import('../../utils/translate').translate;
373
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
374
+ filters: {
375
+ type: ArrayConstructor;
376
+ default: () => never[];
377
+ };
378
+ shortcuts: {
379
+ type: () => {
380
+ label: string;
381
+ items: any[];
382
+ }[];
383
+ default: () => never[];
384
+ };
385
+ mode: {
386
+ type: PropType<"single" | "multi">;
387
+ default: string;
388
+ };
389
+ }>> & Readonly<{}>, {
390
+ filters: unknown[];
391
+ mode: "single" | "multi";
392
+ shortcuts: {
393
+ label: string;
394
+ items: any[];
395
+ }[];
396
+ }, {}, {
397
+ ActionList: {
398
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../ActionList').ActionListProps> & Readonly<{
399
+ onShow?: (() => any) | undefined;
400
+ onHide?: (() => any) | undefined;
401
+ onClose?: (() => any) | undefined;
402
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
403
+ show: () => any;
404
+ hide: () => any;
405
+ close: () => any;
406
+ }, import('vue').PublicProps, {
407
+ placement: import('../Popper').PopperPlacementType;
408
+ items: ActionListItemType[];
409
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
410
+ P: {};
411
+ B: {};
412
+ D: {};
413
+ C: {};
414
+ M: {};
415
+ Defaults: {};
416
+ }, Readonly<import('../ActionList').ActionListProps> & Readonly<{
417
+ onShow?: (() => any) | undefined;
418
+ onHide?: (() => any) | undefined;
419
+ onClose?: (() => any) | undefined;
420
+ }>, {}, {}, {}, {}, {
421
+ placement: import('../Popper').PopperPlacementType;
422
+ items: ActionListItemType[];
423
+ }>;
424
+ __isFragment?: never;
425
+ __isTeleport?: never;
426
+ __isSuspense?: never;
427
+ } & import('vue').ComponentOptionsBase<Readonly<import('../ActionList').ActionListProps> & Readonly<{
428
+ onShow?: (() => any) | undefined;
429
+ onHide?: (() => any) | undefined;
430
+ onClose?: (() => any) | undefined;
431
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
432
+ show: () => any;
433
+ hide: () => any;
434
+ close: () => any;
435
+ }, string, {
436
+ placement: import('../Popper').PopperPlacementType;
437
+ items: ActionListItemType[];
438
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
439
+ $slots: {
440
+ default?: (props: {}) => any;
441
+ };
442
+ });
443
+ Button: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
444
+ type: {
445
+ type: PropType<import('../types').ActionTypeType>;
446
+ default: string;
447
+ };
448
+ icon: {
449
+ type: StringConstructor;
450
+ };
451
+ badge: {
452
+ type: PropType<string | number | import('../types').IconBadgeType>;
453
+ };
454
+ badgeStatus: {
455
+ type: PropType<import('../types').IconBadgeStatusType>;
456
+ };
457
+ disabled: {
458
+ type: BooleanConstructor;
459
+ };
460
+ tooltip: {
461
+ type: StringConstructor;
462
+ };
463
+ tooltipPosition: {
464
+ type: PropType<import('../types').ActionTooltipPositionType>;
465
+ default: string;
466
+ };
467
+ dropdown: {
468
+ type: BooleanConstructor;
469
+ default: boolean;
470
+ };
471
+ fullWidth: {
472
+ type: BooleanConstructor;
473
+ default: boolean;
474
+ };
475
+ size: {
476
+ type: StringConstructor;
477
+ default: string;
478
+ };
479
+ url: {
480
+ type: StringConstructor;
481
+ };
482
+ external: {
483
+ type: BooleanConstructor;
484
+ };
485
+ invert: {
486
+ type: BooleanConstructor;
487
+ default: boolean;
488
+ };
489
+ color: {
490
+ type: PropType<import('../types').ActionColorType>;
491
+ };
492
+ destructive: {
493
+ type: BooleanConstructor;
494
+ default: boolean;
495
+ };
496
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
497
+ [key: string]: any;
498
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
499
+ type: {
500
+ type: PropType<import('../types').ActionTypeType>;
501
+ default: string;
502
+ };
503
+ icon: {
504
+ type: StringConstructor;
505
+ };
506
+ badge: {
507
+ type: PropType<string | number | import('../types').IconBadgeType>;
508
+ };
509
+ badgeStatus: {
510
+ type: PropType<import('../types').IconBadgeStatusType>;
511
+ };
512
+ disabled: {
513
+ type: BooleanConstructor;
514
+ };
515
+ tooltip: {
516
+ type: StringConstructor;
517
+ };
518
+ tooltipPosition: {
519
+ type: PropType<import('../types').ActionTooltipPositionType>;
520
+ default: string;
521
+ };
522
+ dropdown: {
523
+ type: BooleanConstructor;
524
+ default: boolean;
525
+ };
526
+ fullWidth: {
527
+ type: BooleanConstructor;
528
+ default: boolean;
529
+ };
530
+ size: {
531
+ type: StringConstructor;
532
+ default: string;
533
+ };
534
+ url: {
535
+ type: StringConstructor;
536
+ };
537
+ external: {
538
+ type: BooleanConstructor;
539
+ };
540
+ invert: {
541
+ type: BooleanConstructor;
542
+ default: boolean;
543
+ };
544
+ color: {
545
+ type: PropType<import('../types').ActionColorType>;
546
+ };
547
+ destructive: {
548
+ type: BooleanConstructor;
549
+ default: boolean;
550
+ };
551
+ }>> & Readonly<{}>, {
552
+ disabled: boolean;
553
+ size: string;
554
+ type: import('../types').ActionTypeType;
555
+ destructive: boolean;
556
+ tooltipPosition: import('../types').ActionTooltipPositionType;
557
+ external: boolean;
558
+ dropdown: boolean;
559
+ fullWidth: boolean;
560
+ invert: boolean;
561
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
562
+ ButtonGroup: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
563
+ segmented: {
564
+ type: BooleanConstructor;
565
+ };
566
+ fill: {
567
+ type: BooleanConstructor;
568
+ default: boolean;
569
+ };
570
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
571
+ [key: string]: any;
572
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
573
+ segmented: {
574
+ type: BooleanConstructor;
575
+ };
576
+ fill: {
577
+ type: BooleanConstructor;
578
+ default: boolean;
579
+ };
580
+ }>> & Readonly<{}>, {
581
+ fill: boolean;
582
+ segmented: boolean;
583
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
584
+ ButtonGroupItem: import('vue').DefineComponent<{}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
585
+ [key: string]: any;
586
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
587
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
588
+ FilterItem: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
589
+ filter: {
590
+ type: () => FilterType;
591
+ required: true;
592
+ };
593
+ modelValue: {
594
+ type: null;
595
+ };
596
+ }>, {}, {}, {
597
+ hasEmptyValue(): boolean;
598
+ error(): string | null;
599
+ }, {
600
+ $t: typeof import('../../utils/translate').translate;
601
+ isDatePickerType: typeof import('../DatePicker').isDatePickerType;
602
+ updateValue(val: any): void;
603
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
604
+ filter: {
605
+ type: () => FilterType;
606
+ required: true;
607
+ };
608
+ modelValue: {
609
+ type: null;
610
+ };
611
+ }>> & Readonly<{
612
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
613
+ }>, {}, {}, {
614
+ Button: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
615
+ type: {
616
+ type: PropType<import('../types').ActionTypeType>;
617
+ default: string;
618
+ };
619
+ icon: {
620
+ type: StringConstructor;
621
+ };
622
+ badge: {
623
+ type: PropType<string | number | import('../types').IconBadgeType>;
624
+ };
625
+ badgeStatus: {
626
+ type: PropType<import('../types').IconBadgeStatusType>;
627
+ };
628
+ disabled: {
629
+ type: BooleanConstructor;
630
+ };
631
+ tooltip: {
632
+ type: StringConstructor;
633
+ };
634
+ tooltipPosition: {
635
+ type: PropType<import('../types').ActionTooltipPositionType>;
636
+ default: string;
637
+ };
638
+ dropdown: {
639
+ type: BooleanConstructor;
640
+ default: boolean;
641
+ };
642
+ fullWidth: {
643
+ type: BooleanConstructor;
644
+ default: boolean;
645
+ };
646
+ size: {
647
+ type: StringConstructor;
648
+ default: string;
649
+ };
650
+ url: {
651
+ type: StringConstructor;
652
+ };
653
+ external: {
654
+ type: BooleanConstructor;
655
+ };
656
+ invert: {
657
+ type: BooleanConstructor;
658
+ default: boolean;
659
+ };
660
+ color: {
661
+ type: PropType<import('../types').ActionColorType>;
662
+ };
663
+ destructive: {
664
+ type: BooleanConstructor;
665
+ default: boolean;
666
+ };
667
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
668
+ [key: string]: any;
669
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
670
+ type: {
671
+ type: PropType<import('../types').ActionTypeType>;
672
+ default: string;
673
+ };
674
+ icon: {
675
+ type: StringConstructor;
676
+ };
677
+ badge: {
678
+ type: PropType<string | number | import('../types').IconBadgeType>;
679
+ };
680
+ badgeStatus: {
681
+ type: PropType<import('../types').IconBadgeStatusType>;
682
+ };
683
+ disabled: {
684
+ type: BooleanConstructor;
685
+ };
686
+ tooltip: {
687
+ type: StringConstructor;
688
+ };
689
+ tooltipPosition: {
690
+ type: PropType<import('../types').ActionTooltipPositionType>;
691
+ default: string;
692
+ };
693
+ dropdown: {
694
+ type: BooleanConstructor;
695
+ default: boolean;
696
+ };
697
+ fullWidth: {
698
+ type: BooleanConstructor;
699
+ default: boolean;
700
+ };
701
+ size: {
702
+ type: StringConstructor;
703
+ default: string;
704
+ };
705
+ url: {
706
+ type: StringConstructor;
707
+ };
708
+ external: {
709
+ type: BooleanConstructor;
710
+ };
711
+ invert: {
712
+ type: BooleanConstructor;
713
+ default: boolean;
714
+ };
715
+ color: {
716
+ type: PropType<import('../types').ActionColorType>;
717
+ };
718
+ destructive: {
719
+ type: BooleanConstructor;
720
+ default: boolean;
721
+ };
722
+ }>> & Readonly<{}>, {
723
+ disabled: boolean;
724
+ size: string;
725
+ type: import('../types').ActionTypeType;
726
+ destructive: boolean;
727
+ tooltipPosition: import('../types').ActionTooltipPositionType;
728
+ external: boolean;
729
+ dropdown: boolean;
730
+ fullWidth: boolean;
731
+ invert: boolean;
732
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
733
+ DatePicker: import('vue').DefineComponent<import('../DatePicker').DatePickerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
734
+ "update:modelValue": (v: string | null) => any;
735
+ }, string, import('vue').PublicProps, Readonly<import('../DatePicker').DatePickerProps> & Readonly<{
736
+ "onUpdate:modelValue"?: ((v: string | null) => any) | undefined;
737
+ }>, {
738
+ disabled: boolean;
739
+ type: "datetime" | "date" | "month" | "year";
740
+ autoOpen: boolean;
741
+ readonly: boolean;
742
+ modelFormat: string;
743
+ minTime: string;
744
+ maxTime: string;
745
+ clearable: boolean;
746
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
747
+ TextField: {
748
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../TextField').TextFieldProps> & Readonly<{
749
+ onClick?: ((event: MouseEvent) => any) | undefined;
750
+ onBlur?: ((event: FocusEvent) => any) | undefined;
751
+ onFocus?: ((event: FocusEvent) => any) | undefined;
752
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
753
+ "onUpdate:modelValue"?: ((value: string | number | null, event?: Event | undefined) => any) | undefined;
754
+ }>, {
755
+ focus: () => void;
756
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
757
+ click: (event: MouseEvent) => any;
758
+ blur: (event: FocusEvent) => any;
759
+ focus: (event: FocusEvent) => any;
760
+ keydown: (event: KeyboardEvent) => any;
761
+ "update:modelValue": (value: string | number | null, event?: Event | undefined) => any;
762
+ }, import('vue').PublicProps, {
763
+ type: "email" | "number" | "password" | "text" | "tel";
764
+ emptyValue: string | number | null;
765
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
766
+ P: {};
767
+ B: {};
768
+ D: {};
769
+ C: {};
770
+ M: {};
771
+ Defaults: {};
772
+ }, Readonly<import('../TextField').TextFieldProps> & Readonly<{
773
+ onClick?: ((event: MouseEvent) => any) | undefined;
774
+ onBlur?: ((event: FocusEvent) => any) | undefined;
775
+ onFocus?: ((event: FocusEvent) => any) | undefined;
776
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
777
+ "onUpdate:modelValue"?: ((value: string | number | null, event?: Event | undefined) => any) | undefined;
778
+ }>, {
779
+ focus: () => void;
780
+ }, {}, {}, {}, {
781
+ type: "email" | "number" | "password" | "text" | "tel";
782
+ emptyValue: string | number | null;
783
+ }>;
784
+ __isFragment?: never;
785
+ __isTeleport?: never;
786
+ __isSuspense?: never;
787
+ } & import('vue').ComponentOptionsBase<Readonly<import('../TextField').TextFieldProps> & Readonly<{
788
+ onClick?: ((event: MouseEvent) => any) | undefined;
789
+ onBlur?: ((event: FocusEvent) => any) | undefined;
790
+ onFocus?: ((event: FocusEvent) => any) | undefined;
791
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
792
+ "onUpdate:modelValue"?: ((value: string | number | null, event?: Event | undefined) => any) | undefined;
793
+ }>, {
794
+ focus: () => void;
795
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
796
+ click: (event: MouseEvent) => any;
797
+ blur: (event: FocusEvent) => any;
798
+ focus: (event: FocusEvent) => any;
799
+ keydown: (event: KeyboardEvent) => any;
800
+ "update:modelValue": (value: string | number | null, event?: Event | undefined) => any;
801
+ }, string, {
802
+ type: "email" | "number" | "password" | "text" | "tel";
803
+ emptyValue: string | number | null;
804
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
805
+ $slots: {
806
+ left?: (props: {}) => any;
807
+ } & {
808
+ prefix?: (props: {}) => any;
809
+ } & {
810
+ suffix?: (props: {}) => any;
811
+ } & {
812
+ right?: (props: {}) => any;
813
+ };
814
+ });
815
+ Select: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
816
+ label: {
817
+ type: PropType<string | false | null>;
818
+ };
819
+ error: {
820
+ type: PropType<string | false | null>;
821
+ required: false;
822
+ };
823
+ helpText: {
824
+ type: PropType<string | false | null>;
825
+ };
826
+ helpTextHtml: {
827
+ type: PropType<string | false | null>;
828
+ };
829
+ helpLink: {
830
+ type: PropType<string | false | null>;
831
+ };
832
+ modelValue: {
833
+ type: any;
834
+ };
835
+ emptyValue: {
836
+ type: null;
837
+ default: () => (null | undefined)[];
838
+ };
839
+ options: {
840
+ type: () => SelectOptionType[];
841
+ default: () => never[];
842
+ };
843
+ optionGroups: {
844
+ type: () => SelectOptionGroupType[];
845
+ };
846
+ placeholder: {
847
+ type: StringConstructor;
848
+ default: string;
849
+ };
850
+ multiple: {
851
+ type: BooleanConstructor;
852
+ default: boolean;
853
+ };
854
+ noOptions: {
855
+ type: StringConstructor;
856
+ };
857
+ noResults: {
858
+ type: StringConstructor;
859
+ };
860
+ additionalOptions: {
861
+ type: StringConstructor;
862
+ };
863
+ tags: {
864
+ type: BooleanConstructor;
865
+ default: boolean;
866
+ };
867
+ showDescription: {
868
+ type: BooleanConstructor;
869
+ default: boolean;
870
+ };
871
+ filterFn: {
872
+ type: FunctionConstructor;
873
+ default: null;
874
+ };
875
+ fuzzy: {
876
+ type: BooleanConstructor;
877
+ default: boolean;
878
+ };
879
+ searchable: {
880
+ type: (BooleanConstructor | StringConstructor)[];
881
+ default: string;
882
+ };
883
+ loading: {
884
+ type: BooleanConstructor;
885
+ default: boolean;
886
+ };
887
+ disabled: {
888
+ type: BooleanConstructor;
889
+ default: boolean;
890
+ };
891
+ readonly: {
892
+ type: BooleanConstructor;
893
+ default: boolean;
894
+ };
895
+ clearable: {
896
+ type: (BooleanConstructor | StringConstructor)[];
897
+ default: string;
898
+ };
899
+ toggleAll: {
900
+ type: BooleanConstructor;
901
+ default: boolean;
902
+ };
903
+ dropdownMinWidth: {
904
+ type: StringConstructor;
905
+ default: string;
906
+ };
907
+ teleport: {
908
+ type: BooleanConstructor;
909
+ default: boolean;
910
+ };
911
+ dragSelect: {
912
+ type: BooleanConstructor;
913
+ default: boolean;
914
+ };
915
+ }>, {
916
+ style: Record<string, string>;
917
+ }, {
918
+ didJustFocusSearch: boolean;
919
+ isSearchFocused: boolean;
920
+ findText: string;
921
+ findTextTimeout: any | null;
922
+ onDocClick: any;
923
+ popper: import('../../utils/positionPanel').PanelPosition | null;
924
+ isOpen: boolean;
925
+ teleportId: string;
926
+ searchText: string;
927
+ selected: any | any[] | null;
928
+ popperPlacement: string;
929
+ activeIndex: number;
930
+ prevSelected: Set<unknown>;
931
+ controlWidth: null | number;
932
+ resizeObserver: null | ResizeObserver;
933
+ dragOrigin: {
934
+ x: number;
935
+ y: number;
936
+ } | null;
937
+ isDragArmed: boolean;
938
+ openedByPress: boolean;
939
+ ignoreNextDocClick: boolean;
940
+ }, {
941
+ popperPlacementSide(): string;
942
+ dropdownStyle(): string;
943
+ hasInvalidValue(): false;
944
+ displayText(): any;
945
+ selectedMap(): any;
946
+ isEmpty(): boolean;
947
+ resolvedOptions(): any;
948
+ resolvedOptionGroups(): SelectOptionGroupType[];
949
+ selectedOptions(): any;
950
+ activeFilterFn(): (searchText: string, options: any[], group?: any) => any[];
951
+ filteredGroups(): any;
952
+ filteredOptions(): any;
953
+ numCurrentOptions(): any;
954
+ showSearch(): boolean;
955
+ canClear(): boolean;
956
+ toggleAllState(): {
957
+ checked: boolean;
958
+ indeterminate: boolean;
959
+ };
960
+ }, {
961
+ onControlMousedown(event: MouseEvent): void;
962
+ onControlClick(event: MouseEvent): void;
963
+ onDragMove(event: MouseEvent): void;
964
+ onDragEnd(event: MouseEvent): void;
965
+ endDragTracking(): void;
966
+ optionAtPoint(x: number, y: number): any;
967
+ onBlur(): void;
968
+ focus(): void;
969
+ searchFocus(): void;
970
+ searchBlur(): void;
971
+ onKeydown(event: KeyboardEvent): void;
972
+ findOption(predicate: any): any;
973
+ findOptionWithLabelStart(label: any): any;
974
+ scrollActiveOptionIntoView(): void;
975
+ open(): void;
976
+ close(): void;
977
+ destroyPopper(): void;
978
+ updatePopper(): void;
979
+ clearSelected(): void;
980
+ setDocClickHandler(doAdd: any): void;
981
+ getOptionState(option: any): boolean;
982
+ toggleOption(option: any): void;
983
+ toggleAllOptions(): void;
984
+ emitChange(selected: any | any[]): void;
985
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
986
+ label: {
987
+ type: PropType<string | false | null>;
988
+ };
989
+ error: {
990
+ type: PropType<string | false | null>;
991
+ required: false;
992
+ };
993
+ helpText: {
994
+ type: PropType<string | false | null>;
995
+ };
996
+ helpTextHtml: {
997
+ type: PropType<string | false | null>;
998
+ };
999
+ helpLink: {
1000
+ type: PropType<string | false | null>;
1001
+ };
1002
+ modelValue: {
1003
+ type: any;
1004
+ };
1005
+ emptyValue: {
1006
+ type: null;
1007
+ default: () => (null | undefined)[];
1008
+ };
1009
+ options: {
1010
+ type: () => SelectOptionType[];
1011
+ default: () => never[];
1012
+ };
1013
+ optionGroups: {
1014
+ type: () => SelectOptionGroupType[];
1015
+ };
1016
+ placeholder: {
1017
+ type: StringConstructor;
1018
+ default: string;
1019
+ };
1020
+ multiple: {
1021
+ type: BooleanConstructor;
1022
+ default: boolean;
1023
+ };
1024
+ noOptions: {
1025
+ type: StringConstructor;
1026
+ };
1027
+ noResults: {
1028
+ type: StringConstructor;
1029
+ };
1030
+ additionalOptions: {
1031
+ type: StringConstructor;
1032
+ };
1033
+ tags: {
1034
+ type: BooleanConstructor;
1035
+ default: boolean;
1036
+ };
1037
+ showDescription: {
1038
+ type: BooleanConstructor;
1039
+ default: boolean;
1040
+ };
1041
+ filterFn: {
1042
+ type: FunctionConstructor;
1043
+ default: null;
1044
+ };
1045
+ fuzzy: {
1046
+ type: BooleanConstructor;
1047
+ default: boolean;
1048
+ };
1049
+ searchable: {
1050
+ type: (BooleanConstructor | StringConstructor)[];
1051
+ default: string;
1052
+ };
1053
+ loading: {
1054
+ type: BooleanConstructor;
1055
+ default: boolean;
1056
+ };
1057
+ disabled: {
1058
+ type: BooleanConstructor;
1059
+ default: boolean;
1060
+ };
1061
+ readonly: {
1062
+ type: BooleanConstructor;
1063
+ default: boolean;
1064
+ };
1065
+ clearable: {
1066
+ type: (BooleanConstructor | StringConstructor)[];
1067
+ default: string;
1068
+ };
1069
+ toggleAll: {
1070
+ type: BooleanConstructor;
1071
+ default: boolean;
1072
+ };
1073
+ dropdownMinWidth: {
1074
+ type: StringConstructor;
1075
+ default: string;
1076
+ };
1077
+ teleport: {
1078
+ type: BooleanConstructor;
1079
+ default: boolean;
1080
+ };
1081
+ dragSelect: {
1082
+ type: BooleanConstructor;
1083
+ default: boolean;
1084
+ };
1085
+ }>> & Readonly<{
1086
+ onChange?: ((...args: any[]) => any) | undefined;
1087
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
1088
+ }>, {
1089
+ disabled: boolean;
1090
+ loading: boolean;
1091
+ modelValue: any;
1092
+ placeholder: string;
1093
+ readonly: boolean;
1094
+ emptyValue: any;
1095
+ multiple: boolean;
1096
+ options: SelectOptionType[];
1097
+ clearable: string | boolean;
1098
+ teleport: boolean;
1099
+ tags: boolean;
1100
+ showDescription: boolean;
1101
+ filterFn: Function;
1102
+ fuzzy: boolean;
1103
+ searchable: string | boolean;
1104
+ toggleAll: boolean;
1105
+ dropdownMinWidth: string;
1106
+ dragSelect: boolean;
1107
+ }, {}, {
1108
+ Icon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1109
+ icon: {
1110
+ type: StringConstructor;
1111
+ };
1112
+ size: {
1113
+ type: StringConstructor;
1114
+ };
1115
+ contained: {
1116
+ type: BooleanConstructor;
1117
+ };
1118
+ badge: {
1119
+ type: PropType<import('../types').IconBadgeStatusType>;
1120
+ };
1121
+ badgeIcon: {
1122
+ type: StringConstructor;
1123
+ };
1124
+ badgeColor: {
1125
+ type: StringConstructor;
1126
+ };
1127
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1128
+ [key: string]: any;
1129
+ }> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1130
+ icon: {
1131
+ type: StringConstructor;
1132
+ };
1133
+ size: {
1134
+ type: StringConstructor;
1135
+ };
1136
+ contained: {
1137
+ type: BooleanConstructor;
1138
+ };
1139
+ badge: {
1140
+ type: PropType<import('../types').IconBadgeStatusType>;
1141
+ };
1142
+ badgeIcon: {
1143
+ type: StringConstructor;
1144
+ };
1145
+ badgeColor: {
1146
+ type: StringConstructor;
1147
+ };
1148
+ }>> & Readonly<{}>, {
1149
+ contained: boolean;
1150
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1151
+ ScrollPane: {
1152
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../ScrollPane').ScrollPaneProps> & Readonly<{}>, {
1153
+ scrollTo: (x: number, y: number) => void;
1154
+ update: () => void;
1155
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
1156
+ disabled: boolean;
1157
+ contain: boolean;
1158
+ direction: import('../ScrollPane').ScrollPaneDirectionType;
1159
+ indicators: boolean;
1160
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1161
+ P: {};
1162
+ B: {};
1163
+ D: {};
1164
+ C: {};
1165
+ M: {};
1166
+ Defaults: {};
1167
+ }, Readonly<import('../ScrollPane').ScrollPaneProps> & Readonly<{}>, {
1168
+ scrollTo: (x: number, y: number) => void;
1169
+ update: () => void;
1170
+ }, {}, {}, {}, {
1171
+ disabled: boolean;
1172
+ contain: boolean;
1173
+ direction: import('../ScrollPane').ScrollPaneDirectionType;
1174
+ indicators: boolean;
1175
+ }>;
1176
+ __isFragment?: never;
1177
+ __isTeleport?: never;
1178
+ __isSuspense?: never;
1179
+ } & import('vue').ComponentOptionsBase<Readonly<import('../ScrollPane').ScrollPaneProps> & Readonly<{}>, {
1180
+ scrollTo: (x: number, y: number) => void;
1181
+ update: () => void;
1182
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
1183
+ disabled: boolean;
1184
+ contain: boolean;
1185
+ direction: import('../ScrollPane').ScrollPaneDirectionType;
1186
+ indicators: boolean;
1187
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1188
+ $slots: {
1189
+ default?: (props: {}) => any;
1190
+ };
1191
+ });
1192
+ Labelled: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1193
+ label: {
1194
+ type: PropType<string | false | null>;
1195
+ required: false;
1196
+ };
1197
+ error: {
1198
+ type: PropType<string | false | null>;
1199
+ required: false;
1200
+ };
1201
+ helpText: {
1202
+ type: PropType<string | false | null>;
1203
+ required: false;
1204
+ };
1205
+ helpTextHtml: {
1206
+ type: PropType<string | false | null>;
1207
+ required: false;
1208
+ };
1209
+ helpLink: {
1210
+ type: PropType<string | false | null>;
1211
+ required: false;
1212
+ };
1213
+ required: {
1214
+ type: BooleanConstructor;
1215
+ required: false;
1216
+ };
1217
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1218
+ [key: string]: any;
1219
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1220
+ label: {
1221
+ type: PropType<string | false | null>;
1222
+ required: false;
1223
+ };
1224
+ error: {
1225
+ type: PropType<string | false | null>;
1226
+ required: false;
1227
+ };
1228
+ helpText: {
1229
+ type: PropType<string | false | null>;
1230
+ required: false;
1231
+ };
1232
+ helpTextHtml: {
1233
+ type: PropType<string | false | null>;
1234
+ required: false;
1235
+ };
1236
+ helpLink: {
1237
+ type: PropType<string | false | null>;
1238
+ required: false;
1239
+ };
1240
+ required: {
1241
+ type: BooleanConstructor;
1242
+ required: false;
1243
+ };
1244
+ }>> & Readonly<{}>, {
1245
+ required: boolean;
1246
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1247
+ Tag: {
1248
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Tag/Tag.vue').TagProps> & Readonly<{
1249
+ onRemove?: (() => any) | undefined;
1250
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1251
+ remove: () => any;
1252
+ }, import('vue').PublicProps, {
1253
+ tooltipPosition: import('../Popper').PopperPlacementType;
1254
+ required: boolean;
1255
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1256
+ P: {};
1257
+ B: {};
1258
+ D: {};
1259
+ C: {};
1260
+ M: {};
1261
+ Defaults: {};
1262
+ }, Readonly<import('../Tag/Tag.vue').TagProps> & Readonly<{
1263
+ onRemove?: (() => any) | undefined;
1264
+ }>, {}, {}, {}, {}, {
1265
+ tooltipPosition: import('../Popper').PopperPlacementType;
1266
+ required: boolean;
1267
+ }>;
1268
+ __isFragment?: never;
1269
+ __isTeleport?: never;
1270
+ __isSuspense?: never;
1271
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Tag/Tag.vue').TagProps> & Readonly<{
1272
+ onRemove?: (() => any) | undefined;
1273
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1274
+ remove: () => any;
1275
+ }, string, {
1276
+ tooltipPosition: import('../Popper').PopperPlacementType;
1277
+ required: boolean;
1278
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1279
+ $slots: {
1280
+ default?: (props: {}) => any;
1281
+ };
1282
+ });
1283
+ CheckboxControl: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1284
+ name: {
1285
+ type: StringConstructor;
1286
+ };
1287
+ checked: {
1288
+ type: BooleanConstructor;
1289
+ default: boolean;
1290
+ };
1291
+ disabled: {
1292
+ type: BooleanConstructor;
1293
+ default: boolean;
1294
+ };
1295
+ readonly: {
1296
+ type: BooleanConstructor;
1297
+ default: boolean;
1298
+ };
1299
+ error: {
1300
+ type: BooleanConstructor;
1301
+ default: boolean;
1302
+ };
1303
+ indeterminate: {
1304
+ type: BooleanConstructor;
1305
+ default: boolean;
1306
+ };
1307
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1308
+ [key: string]: any;
1309
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1310
+ name: {
1311
+ type: StringConstructor;
1312
+ };
1313
+ checked: {
1314
+ type: BooleanConstructor;
1315
+ default: boolean;
1316
+ };
1317
+ disabled: {
1318
+ type: BooleanConstructor;
1319
+ default: boolean;
1320
+ };
1321
+ readonly: {
1322
+ type: BooleanConstructor;
1323
+ default: boolean;
1324
+ };
1325
+ error: {
1326
+ type: BooleanConstructor;
1327
+ default: boolean;
1328
+ };
1329
+ indeterminate: {
1330
+ type: BooleanConstructor;
1331
+ default: boolean;
1332
+ };
1333
+ }>> & Readonly<{}>, {
1334
+ disabled: boolean;
1335
+ error: boolean;
1336
+ readonly: boolean;
1337
+ checked: boolean;
1338
+ indeterminate: boolean;
1339
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1340
+ Spinner: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1341
+ color: {
1342
+ type: StringConstructor;
1343
+ default: string;
1344
+ };
1345
+ size: {
1346
+ type: StringConstructor;
1347
+ default: string;
1348
+ };
1349
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1350
+ color: {
1351
+ type: StringConstructor;
1352
+ default: string;
1353
+ };
1354
+ size: {
1355
+ type: StringConstructor;
1356
+ default: string;
1357
+ };
1358
+ }>> & Readonly<{}>, {
1359
+ size: string;
1360
+ color: string;
1361
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1362
+ MaybeMountingPortal: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1363
+ teleport: {
1364
+ type: BooleanConstructor;
1365
+ default: boolean;
1366
+ };
1367
+ mountTo: {
1368
+ type: StringConstructor;
1369
+ default: string;
1370
+ };
1371
+ defer: {
1372
+ type: BooleanConstructor;
1373
+ default: boolean;
1374
+ };
1375
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1376
+ [key: string]: any;
1377
+ }>, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1378
+ teleport: {
1379
+ type: BooleanConstructor;
1380
+ default: boolean;
1381
+ };
1382
+ mountTo: {
1383
+ type: StringConstructor;
1384
+ default: string;
1385
+ };
1386
+ defer: {
1387
+ type: BooleanConstructor;
1388
+ default: boolean;
1389
+ };
1390
+ }>> & Readonly<{}>, {
1391
+ defer: boolean;
1392
+ teleport: boolean;
1393
+ mountTo: string;
1394
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1395
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1396
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1397
+ Icon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1398
+ icon: {
1399
+ type: StringConstructor;
1400
+ };
1401
+ size: {
1402
+ type: StringConstructor;
1403
+ };
1404
+ contained: {
1405
+ type: BooleanConstructor;
1406
+ };
1407
+ badge: {
1408
+ type: PropType<import('../types').IconBadgeStatusType>;
1409
+ };
1410
+ badgeIcon: {
1411
+ type: StringConstructor;
1412
+ };
1413
+ badgeColor: {
1414
+ type: StringConstructor;
1415
+ };
1416
+ }>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
1417
+ [key: string]: any;
1418
+ }> | null, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1419
+ icon: {
1420
+ type: StringConstructor;
1421
+ };
1422
+ size: {
1423
+ type: StringConstructor;
1424
+ };
1425
+ contained: {
1426
+ type: BooleanConstructor;
1427
+ };
1428
+ badge: {
1429
+ type: PropType<import('../types').IconBadgeStatusType>;
1430
+ };
1431
+ badgeIcon: {
1432
+ type: StringConstructor;
1433
+ };
1434
+ badgeColor: {
1435
+ type: StringConstructor;
1436
+ };
1437
+ }>> & Readonly<{}>, {
1438
+ contained: boolean;
1439
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1440
+ Tag: {
1441
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Tag/Tag.vue').TagProps> & Readonly<{
1442
+ onRemove?: (() => any) | undefined;
1443
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1444
+ remove: () => any;
1445
+ }, import('vue').PublicProps, {
1446
+ tooltipPosition: import('../Popper').PopperPlacementType;
1447
+ required: boolean;
1448
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1449
+ P: {};
1450
+ B: {};
1451
+ D: {};
1452
+ C: {};
1453
+ M: {};
1454
+ Defaults: {};
1455
+ }, Readonly<import('../Tag/Tag.vue').TagProps> & Readonly<{
1456
+ onRemove?: (() => any) | undefined;
1457
+ }>, {}, {}, {}, {}, {
1458
+ tooltipPosition: import('../Popper').PopperPlacementType;
1459
+ required: boolean;
1460
+ }>;
1461
+ __isFragment?: never;
1462
+ __isTeleport?: never;
1463
+ __isSuspense?: never;
1464
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Tag/Tag.vue').TagProps> & Readonly<{
1465
+ onRemove?: (() => any) | undefined;
1466
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1467
+ remove: () => any;
1468
+ }, string, {
1469
+ tooltipPosition: import('../Popper').PopperPlacementType;
1470
+ required: boolean;
1471
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1472
+ $slots: {
1473
+ default?: (props: {}) => any;
1474
+ };
1475
+ });
1476
+ TextField: {
1477
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../TextField').TextFieldProps> & Readonly<{
1478
+ onClick?: ((event: MouseEvent) => any) | undefined;
1479
+ onBlur?: ((event: FocusEvent) => any) | undefined;
1480
+ onFocus?: ((event: FocusEvent) => any) | undefined;
1481
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
1482
+ "onUpdate:modelValue"?: ((value: string | number | null, event?: Event | undefined) => any) | undefined;
1483
+ }>, {
1484
+ focus: () => void;
1485
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1486
+ click: (event: MouseEvent) => any;
1487
+ blur: (event: FocusEvent) => any;
1488
+ focus: (event: FocusEvent) => any;
1489
+ keydown: (event: KeyboardEvent) => any;
1490
+ "update:modelValue": (value: string | number | null, event?: Event | undefined) => any;
1491
+ }, import('vue').PublicProps, {
1492
+ type: "email" | "number" | "password" | "text" | "tel";
1493
+ emptyValue: string | number | null;
1494
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1495
+ P: {};
1496
+ B: {};
1497
+ D: {};
1498
+ C: {};
1499
+ M: {};
1500
+ Defaults: {};
1501
+ }, Readonly<import('../TextField').TextFieldProps> & Readonly<{
1502
+ onClick?: ((event: MouseEvent) => any) | undefined;
1503
+ onBlur?: ((event: FocusEvent) => any) | undefined;
1504
+ onFocus?: ((event: FocusEvent) => any) | undefined;
1505
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
1506
+ "onUpdate:modelValue"?: ((value: string | number | null, event?: Event | undefined) => any) | undefined;
1507
+ }>, {
1508
+ focus: () => void;
1509
+ }, {}, {}, {}, {
1510
+ type: "email" | "number" | "password" | "text" | "tel";
1511
+ emptyValue: string | number | null;
1512
+ }>;
1513
+ __isFragment?: never;
1514
+ __isTeleport?: never;
1515
+ __isSuspense?: never;
1516
+ } & import('vue').ComponentOptionsBase<Readonly<import('../TextField').TextFieldProps> & Readonly<{
1517
+ onClick?: ((event: MouseEvent) => any) | undefined;
1518
+ onBlur?: ((event: FocusEvent) => any) | undefined;
1519
+ onFocus?: ((event: FocusEvent) => any) | undefined;
1520
+ onKeydown?: ((event: KeyboardEvent) => any) | undefined;
1521
+ "onUpdate:modelValue"?: ((value: string | number | null, event?: Event | undefined) => any) | undefined;
1522
+ }>, {
1523
+ focus: () => void;
1524
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1525
+ click: (event: MouseEvent) => any;
1526
+ blur: (event: FocusEvent) => any;
1527
+ focus: (event: FocusEvent) => any;
1528
+ keydown: (event: KeyboardEvent) => any;
1529
+ "update:modelValue": (value: string | number | null, event?: Event | undefined) => any;
1530
+ }, string, {
1531
+ type: "email" | "number" | "password" | "text" | "tel";
1532
+ emptyValue: string | number | null;
1533
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1534
+ $slots: {
1535
+ left?: (props: {}) => any;
1536
+ } & {
1537
+ prefix?: (props: {}) => any;
1538
+ } & {
1539
+ suffix?: (props: {}) => any;
1540
+ } & {
1541
+ right?: (props: {}) => any;
1542
+ };
1543
+ });
1544
+ Sheet: {
1545
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('../Sheet').SheetProps> & Readonly<{
1546
+ onClose?: (() => any) | undefined;
1547
+ onUpdate?: ((v: boolean) => any) | undefined;
1548
+ "onBefore-open"?: (() => any) | undefined;
1549
+ "onAfter-open"?: (() => any) | undefined;
1550
+ "onBefore-close"?: (() => any) | undefined;
1551
+ "onAfter-close"?: (() => any) | undefined;
1552
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1553
+ close: () => any;
1554
+ update: (v: boolean) => any;
1555
+ "before-open": () => any;
1556
+ "after-open": () => any;
1557
+ "before-close": () => any;
1558
+ "after-close": () => any;
1559
+ }, import('vue').PublicProps, {
1560
+ visible: boolean;
1561
+ size: number;
1562
+ loading: boolean;
1563
+ peek: number;
1564
+ edge: import('../Sheet').SheetEdgeType;
1565
+ animateInDuration: number;
1566
+ animateOutDuration: number;
1567
+ minIndex: number;
1568
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1569
+ P: {};
1570
+ B: {};
1571
+ D: {};
1572
+ C: {};
1573
+ M: {};
1574
+ Defaults: {};
1575
+ }, Readonly<import('../Sheet').SheetProps> & Readonly<{
1576
+ onClose?: (() => any) | undefined;
1577
+ onUpdate?: ((v: boolean) => any) | undefined;
1578
+ "onBefore-open"?: (() => any) | undefined;
1579
+ "onAfter-open"?: (() => any) | undefined;
1580
+ "onBefore-close"?: (() => any) | undefined;
1581
+ "onAfter-close"?: (() => any) | undefined;
1582
+ }>, {}, {}, {}, {}, {
1583
+ visible: boolean;
1584
+ size: number;
1585
+ loading: boolean;
1586
+ peek: number;
1587
+ edge: import('../Sheet').SheetEdgeType;
1588
+ animateInDuration: number;
1589
+ animateOutDuration: number;
1590
+ minIndex: number;
1591
+ }>;
1592
+ __isFragment?: never;
1593
+ __isTeleport?: never;
1594
+ __isSuspense?: never;
1595
+ } & import('vue').ComponentOptionsBase<Readonly<import('../Sheet').SheetProps> & Readonly<{
1596
+ onClose?: (() => any) | undefined;
1597
+ onUpdate?: ((v: boolean) => any) | undefined;
1598
+ "onBefore-open"?: (() => any) | undefined;
1599
+ "onAfter-open"?: (() => any) | undefined;
1600
+ "onBefore-close"?: (() => any) | undefined;
1601
+ "onAfter-close"?: (() => any) | undefined;
1602
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
1603
+ close: () => any;
1604
+ update: (v: boolean) => any;
1605
+ "before-open": () => any;
1606
+ "after-open": () => any;
1607
+ "before-close": () => any;
1608
+ "after-close": () => any;
1609
+ }, string, {
1610
+ visible: boolean;
1611
+ size: number;
1612
+ loading: boolean;
1613
+ peek: number;
1614
+ edge: import('../Sheet').SheetEdgeType;
1615
+ animateInDuration: number;
1616
+ animateOutDuration: number;
1617
+ minIndex: number;
1618
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1619
+ $slots: {
1620
+ external?: (props: {}) => any;
1621
+ } & {
1622
+ actions?: (props: {}) => any;
1623
+ } & {
1624
+ default?: (props: {}) => any;
1625
+ };
1626
+ });
1627
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;