@leaflink/stash 48.16.0 → 48.16.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 (274) hide show
  1. package/assets/illustrations/FileUpload/csv.svg +1 -1
  2. package/assets/illustrations/FileUpload/document.svg +1 -17
  3. package/assets/illustrations/FileUpload/image.svg +1 -1
  4. package/assets/illustrations/FileUpload/pdf.svg +1 -1
  5. package/dist/Accordion.js +1 -1
  6. package/dist/Accordion.js.map +1 -1
  7. package/dist/Accordion.vue.d.ts +8 -9
  8. package/dist/ActionsDropdown.js.map +1 -1
  9. package/dist/ActionsDropdown.vue.d.ts +7 -8
  10. package/dist/AddressSelect.js +42 -38
  11. package/dist/AddressSelect.js.map +1 -1
  12. package/dist/AddressSelect.vue.d.ts +10 -11
  13. package/dist/Alert.js.map +1 -1
  14. package/dist/Alert.vue.d.ts +6 -7
  15. package/dist/AppNavigationItem.js +2 -2
  16. package/dist/AppNavigationItem.js.map +1 -1
  17. package/dist/AppNavigationItem.vue.d.ts +7 -8
  18. package/dist/AppSidebar.js +42 -42
  19. package/dist/AppSidebar.js.map +1 -1
  20. package/dist/AppSidebar.vue.d.ts +8 -9
  21. package/dist/AppTopbar.js +16 -16
  22. package/dist/AppTopbar.js.map +1 -1
  23. package/dist/AppTopbar.vue.d.ts +8 -9
  24. package/dist/Avatar.js.map +1 -1
  25. package/dist/Avatar.vue.d.ts +7 -8
  26. package/dist/Backdrop.vue.d.ts +3 -5
  27. package/dist/Badge.js +1 -1
  28. package/dist/Badge.js.map +1 -1
  29. package/dist/Badge.vue.d.ts +7 -8
  30. package/dist/Box.vue.d.ts +6 -7
  31. package/dist/Box.vue_vue_type_script_setup_true_lang-69e5176b.js.map +1 -1
  32. package/dist/Button.js.map +1 -1
  33. package/dist/Button.vue.d.ts +7 -8
  34. package/dist/ButtonGroup.js +29 -29
  35. package/dist/ButtonGroup.js.map +1 -1
  36. package/dist/ButtonGroup.vue.d.ts +8 -9
  37. package/dist/Card.js.map +1 -1
  38. package/dist/Card.vue.d.ts +6 -7
  39. package/dist/CardContent.vue.d.ts +3 -5
  40. package/dist/CardFooter.vue.d.ts +3 -5
  41. package/dist/CardHeader.js.map +1 -1
  42. package/dist/CardHeader.vue.d.ts +3 -4
  43. package/dist/CardMedia.js +6 -6
  44. package/dist/CardMedia.js.map +1 -1
  45. package/dist/CardMedia.vue.d.ts +3 -4
  46. package/dist/Carousel.js +249 -249
  47. package/dist/Carousel.js.map +1 -1
  48. package/dist/Carousel.vue.d.ts +9 -9
  49. package/dist/Checkbox.js +27 -27
  50. package/dist/Checkbox.js.map +1 -1
  51. package/dist/Checkbox.vue.d.ts +11 -12
  52. package/dist/ChevronToggle.js +1 -1
  53. package/dist/ChevronToggle.vue.d.ts +8 -9
  54. package/dist/{ChevronToggle.vue_vue_type_script_setup_true_lang-1591294c.js → ChevronToggle.vue_vue_type_script_setup_true_lang-fcdf0c19.js} +11 -11
  55. package/dist/{ChevronToggle.vue_vue_type_script_setup_true_lang-1591294c.js.map → ChevronToggle.vue_vue_type_script_setup_true_lang-fcdf0c19.js.map} +1 -1
  56. package/dist/Chip.js +30 -30
  57. package/dist/Chip.js.map +1 -1
  58. package/dist/Chip.vue.d.ts +9 -10
  59. package/dist/ConfirmationCodeInput.js +25 -25
  60. package/dist/ConfirmationCodeInput.js.map +1 -1
  61. package/dist/ConfirmationCodeInput.vue.d.ts +8 -9
  62. package/dist/ContextSwitcher.js +18 -18
  63. package/dist/ContextSwitcher.js.map +1 -1
  64. package/dist/ContextSwitcher.vue.d.ts +9 -10
  65. package/dist/Copy.js.map +1 -1
  66. package/dist/Copy.vue.d.ts +6 -7
  67. package/dist/CurrencyInput.js +93 -93
  68. package/dist/CurrencyInput.js.map +1 -1
  69. package/dist/CurrencyInput.vue.d.ts +10 -11
  70. package/dist/CustomRender.vue.d.ts +3 -15
  71. package/dist/DataView.js +97 -97
  72. package/dist/DataView.js.map +1 -1
  73. package/dist/DataView.vue.d.ts +9 -10
  74. package/dist/DataViewFilters.js +153 -150
  75. package/dist/DataViewFilters.js.map +1 -1
  76. package/dist/DataViewFilters.vue.d.ts +9 -10
  77. package/dist/DataViewSortButton.js.map +1 -1
  78. package/dist/DataViewSortButton.vue.d.ts +6 -7
  79. package/dist/DataViewToolbar.js +27 -27
  80. package/dist/DataViewToolbar.js.map +1 -1
  81. package/dist/DataViewToolbar.vue.d.ts +8 -9
  82. package/dist/DatePicker.js +738 -738
  83. package/dist/DatePicker.js.map +1 -1
  84. package/dist/DatePicker.vue.d.ts +11 -12
  85. package/dist/DescriptionList.js.map +1 -1
  86. package/dist/DescriptionList.vue.d.ts +6 -7
  87. package/dist/DescriptionListDetail.vue.d.ts +3 -5
  88. package/dist/DescriptionListGroup.vue.d.ts +3 -5
  89. package/dist/DescriptionListTerm.vue.d.ts +3 -5
  90. package/dist/Dialog.js +44 -44
  91. package/dist/Dialog.js.map +1 -1
  92. package/dist/Dialog.vue.d.ts +10 -11
  93. package/dist/Divider.vue.d.ts +3 -5
  94. package/dist/Dropdown.js +38 -38
  95. package/dist/Dropdown.js.map +1 -1
  96. package/dist/Dropdown.vue.d.ts +9 -10
  97. package/dist/EmptyState.js +20 -20
  98. package/dist/EmptyState.js.map +1 -1
  99. package/dist/EmptyState.vue.d.ts +6 -7
  100. package/dist/Expand.js +1 -1
  101. package/dist/Expand.vue.d.ts +8 -9
  102. package/dist/{Expand.vue_vue_type_script_setup_true_lang-1751f4a6.js → Expand.vue_vue_type_script_setup_true_lang-0f236267.js} +19 -19
  103. package/dist/Expand.vue_vue_type_script_setup_true_lang-0f236267.js.map +1 -0
  104. package/dist/Field.vue.d.ts +6 -7
  105. package/dist/Field.vue_vue_type_script_setup_true_lang-e1e4ff03.js.map +1 -1
  106. package/dist/FileUpload.js +65 -65
  107. package/dist/FileUpload.js.map +1 -1
  108. package/dist/FileUpload.vue.d.ts +10 -11
  109. package/dist/FilterChip.js +27 -27
  110. package/dist/FilterChip.js.map +1 -1
  111. package/dist/FilterChip.vue.d.ts +8 -9
  112. package/dist/FilterDrawerItem.js +26 -26
  113. package/dist/FilterDrawerItem.js.map +1 -1
  114. package/dist/FilterDrawerItem.vue.d.ts +5 -6
  115. package/dist/FilterDropdown.js +49 -49
  116. package/dist/FilterDropdown.js.map +1 -1
  117. package/dist/FilterDropdown.vue.d.ts +8 -9
  118. package/dist/FilterSelect.js +23 -23
  119. package/dist/FilterSelect.js.map +1 -1
  120. package/dist/FilterSelect.vue.d.ts +8 -9
  121. package/dist/Filters.js +112 -104
  122. package/dist/Filters.js.map +1 -1
  123. package/dist/Filters.vue.d.ts +2204 -65
  124. package/dist/HttpError.js +42 -42
  125. package/dist/HttpError.js.map +1 -1
  126. package/dist/HttpError.vue.d.ts +6 -7
  127. package/dist/Icon.js.map +1 -1
  128. package/dist/Icon.vue.d.ts +7 -8
  129. package/dist/IconLabel.js.map +1 -1
  130. package/dist/IconLabel.vue.d.ts +8 -9
  131. package/dist/Illustration.vue.d.ts +6 -7
  132. package/dist/Illustration.vue_vue_type_script_setup_true_lang-e26c3841.js.map +1 -1
  133. package/dist/Image.js +47 -47
  134. package/dist/Image.js.map +1 -1
  135. package/dist/Image.vue.d.ts +6 -7
  136. package/dist/InlineEdit.js +34 -34
  137. package/dist/InlineEdit.js.map +1 -1
  138. package/dist/InlineEdit.vue.d.ts +9 -10
  139. package/dist/Input.js +35 -35
  140. package/dist/Input.js.map +1 -1
  141. package/dist/Input.vue.d.ts +13 -14
  142. package/dist/InputOptions.js +33 -33
  143. package/dist/InputOptions.js.map +1 -1
  144. package/dist/InputOptions.vue.d.ts +8 -9
  145. package/dist/IntegrationIcon.js.map +1 -1
  146. package/dist/IntegrationIcon.vue.d.ts +7 -8
  147. package/dist/Label.vue.d.ts +6 -7
  148. package/dist/Label.vue_vue_type_script_setup_true_lang-4b02087f.js.map +1 -1
  149. package/dist/LicenseChip.js.map +1 -1
  150. package/dist/LicenseChip.vue.d.ts +6 -7
  151. package/dist/ListItem.vue.d.ts +225 -95
  152. package/dist/ListItemCell.vue.d.ts +4 -16
  153. package/dist/ListView.js +1 -1
  154. package/dist/ListView.vue.d.ts +5072 -470
  155. package/dist/Loading.js +16 -16
  156. package/dist/Loading.js.map +1 -1
  157. package/dist/Loading.vue.d.ts +3 -5
  158. package/dist/Logo.js +1 -1
  159. package/dist/Logo.vue.d.ts +9 -10
  160. package/dist/Logo.vue_vue_type_script_setup_true_lang-2a2597cb.js +196 -0
  161. package/dist/Logo.vue_vue_type_script_setup_true_lang-2a2597cb.js.map +1 -0
  162. package/dist/Menu.vue.d.ts +3 -5
  163. package/dist/MenuItem.vue.d.ts +3 -5
  164. package/dist/Metric.js.map +1 -1
  165. package/dist/Metric.vue.d.ts +6 -7
  166. package/dist/Modal.js +29 -29
  167. package/dist/Modal.js.map +1 -1
  168. package/dist/Modal.vue.d.ts +8 -9
  169. package/dist/Modals.js +8 -7
  170. package/dist/Modals.js.map +1 -1
  171. package/dist/Modals.vue.d.ts +3 -5
  172. package/dist/Module.js.map +1 -1
  173. package/dist/Module.vue.d.ts +7 -8
  174. package/dist/ModuleContent.vue.d.ts +3 -5
  175. package/dist/ModuleFooter.vue.d.ts +3 -5
  176. package/dist/ModuleHeader.js.map +1 -1
  177. package/dist/ModuleHeader.vue.d.ts +6 -7
  178. package/dist/ObfuscateText.js +1 -1
  179. package/dist/ObfuscateText.js.map +1 -1
  180. package/dist/ObfuscateText.vue.d.ts +6 -7
  181. package/dist/PageContent.vue.d.ts +3 -5
  182. package/dist/PageHeader.js.map +1 -1
  183. package/dist/PageHeader.vue.d.ts +6 -7
  184. package/dist/PageNavigation.js +30 -27
  185. package/dist/PageNavigation.js.map +1 -1
  186. package/dist/PageNavigation.vue.d.ts +8 -9
  187. package/dist/Paginate.js +32 -32
  188. package/dist/Paginate.js.map +1 -1
  189. package/dist/Paginate.vue.d.ts +8 -9
  190. package/dist/PlaidLink.js +29 -29
  191. package/dist/PlaidLink.js.map +1 -1
  192. package/dist/PlaidLink.vue.d.ts +11 -12
  193. package/dist/QuickAction.js.map +1 -1
  194. package/dist/QuickAction.vue.d.ts +4 -5
  195. package/dist/Radio.vue.d.ts +20 -1
  196. package/dist/RadioGroup.js +123 -123
  197. package/dist/RadioGroup.js.map +1 -1
  198. package/dist/RadioGroup.vue.d.ts +10 -11
  199. package/dist/RadioNew.js +102 -102
  200. package/dist/RadioNew.js.map +1 -1
  201. package/dist/RadioNew.vue.d.ts +10 -11
  202. package/dist/RangeInput.vue.d.ts +3 -5
  203. package/dist/SearchBar.js +36 -36
  204. package/dist/SearchBar.js.map +1 -1
  205. package/dist/SearchBar.vue.d.ts +9 -10
  206. package/dist/Select.js +792 -774
  207. package/dist/Select.js.map +1 -1
  208. package/dist/Select.vue.d.ts +14 -15
  209. package/dist/SelectStatus.js +27 -27
  210. package/dist/SelectStatus.js.map +1 -1
  211. package/dist/SelectStatus.vue.d.ts +12 -13
  212. package/dist/Skeleton.js.map +1 -1
  213. package/dist/Skeleton.vue.d.ts +7 -8
  214. package/dist/Step.js.map +1 -1
  215. package/dist/Step.vue.d.ts +7 -8
  216. package/dist/Stepper.js +19 -19
  217. package/dist/Stepper.js.map +1 -1
  218. package/dist/Stepper.vue.d.ts +9 -10
  219. package/dist/Switch.js +25 -25
  220. package/dist/Switch.js.map +1 -1
  221. package/dist/Switch.vue.d.ts +11 -12
  222. package/dist/Tab.js +2 -2
  223. package/dist/Tab.vue.d.ts +3 -4
  224. package/dist/{Tab.vue_vue_type_script_setup_true_lang-69d1b046.js → Tab.vue_vue_type_script_setup_true_lang-9aa53203.js} +5 -3
  225. package/dist/Tab.vue_vue_type_script_setup_true_lang-9aa53203.js.map +1 -0
  226. package/dist/Table.js +3 -3
  227. package/dist/Table.js.map +1 -1
  228. package/dist/{Table.keys-cf93df19.js → Table.keys-83e4f09b.js} +11 -11
  229. package/dist/{Table.keys-cf93df19.js.map → Table.keys-83e4f09b.js.map} +1 -1
  230. package/dist/Table.vue.d.ts +6 -7
  231. package/dist/TableCell.js +1 -1
  232. package/dist/TableCell.js.map +1 -1
  233. package/dist/TableCell.vue.d.ts +6 -7
  234. package/dist/TableHeaderCell.js +12 -12
  235. package/dist/TableHeaderCell.js.map +1 -1
  236. package/dist/TableHeaderCell.vue.d.ts +6 -7
  237. package/dist/TableHeaderRow.js +21 -21
  238. package/dist/TableHeaderRow.js.map +1 -1
  239. package/dist/TableHeaderRow.vue.d.ts +8 -9
  240. package/dist/TableRow.js +42 -42
  241. package/dist/TableRow.js.map +1 -1
  242. package/dist/TableRow.vue.d.ts +8 -9
  243. package/dist/Tabs.js +2 -2
  244. package/dist/Tabs.vue.d.ts +8 -9
  245. package/dist/{Tabs.vue_used_vue_type_style_index_0_lang.module-2a131332.js → Tabs.vue_used_vue_type_style_index_0_lang.module-3aa36673.js} +37 -37
  246. package/dist/Tabs.vue_used_vue_type_style_index_0_lang.module-3aa36673.js.map +1 -0
  247. package/dist/TextEditor.js +565 -565
  248. package/dist/TextEditor.js.map +1 -1
  249. package/dist/TextEditor.vue.d.ts +12 -13
  250. package/dist/Textarea.js +28 -28
  251. package/dist/Textarea.js.map +1 -1
  252. package/dist/Textarea.vue.d.ts +10 -11
  253. package/dist/Timeline.js.map +1 -1
  254. package/dist/Timeline.vue.d.ts +6 -7
  255. package/dist/TimelineItem.js +21 -21
  256. package/dist/TimelineItem.js.map +1 -1
  257. package/dist/TimelineItem.vue.d.ts +13 -6
  258. package/dist/Toast.js +134 -134
  259. package/dist/Toast.js.map +1 -1
  260. package/dist/Toast.vue.d.ts +6 -7
  261. package/dist/Toasts.vue.d.ts +3 -5
  262. package/dist/components.css +1 -1
  263. package/dist/index.js.map +1 -1
  264. package/dist/tailwind-base.js.map +1 -1
  265. package/dist/usePlaidLink.d.ts +1 -6
  266. package/dist/useScriptTag.d.ts +3 -8
  267. package/dist/useStepper.d.ts +7 -2
  268. package/package.json +1 -1
  269. package/tailwind-base.ts +13 -6
  270. package/dist/Expand.vue_vue_type_script_setup_true_lang-1751f4a6.js.map +0 -1
  271. package/dist/Logo.vue_vue_type_script_setup_true_lang-d7da48a0.js +0 -196
  272. package/dist/Logo.vue_vue_type_script_setup_true_lang-d7da48a0.js.map +0 -1
  273. package/dist/Tab.vue_vue_type_script_setup_true_lang-69d1b046.js.map +0 -1
  274. package/dist/Tabs.vue_used_vue_type_style_index_0_lang.module-2a131332.js.map +0 -1
@@ -1,43 +1,30 @@
1
1
  import { AllowedComponentProps } from 'vue';
2
2
  import { ComponentCustomProps } from 'vue';
3
+ import { ComponentOptionsBase } from 'vue';
3
4
  import { ComponentOptionsMixin } from 'vue';
5
+ import { ComponentProvideOptions } from 'vue';
6
+ import { CreateComponentPublicInstanceWithMixins } from 'vue';
7
+ import { DateRangeSource } from 'v-calendar/dist/types/src/utils/date/range.js';
4
8
  import { DefineComponent } from 'vue';
5
9
  import { ExtractPropTypes } from 'vue';
10
+ import { GlobalComponents } from 'vue';
11
+ import { GlobalDirectives } from 'vue';
12
+ import { Placement } from '@floating-ui/utils';
13
+ import { PopoverOptions } from 'v-calendar/dist/types/src/utils/popovers';
14
+ import { PropType } from 'vue';
15
+ import { PublicProps } from 'vue';
6
16
  import { Ref } from 'vue';
17
+ import { RouteLocationAsPathGeneric } from 'vue-router';
18
+ import { RouteLocationAsRelativeGeneric } from 'vue-router';
7
19
  import { VNodeProps } from 'vue';
8
20
 
9
- declare const _default: DefineComponent<{
10
- /**
11
- * Whether to disable the Apply button
12
- */
13
- disableApply: BooleanConstructor;
14
- /**
15
- * Whether to disable the Clear button
16
- */
17
- disableClear: BooleanConstructor;
18
- /**
19
- * Whether to disable the sticky filters
20
- * If disabled, a default pre-selected value(s) can be added to
21
- * the filter component's attributes
22
- */
23
- disablePersistency: BooleanConstructor;
24
- /**
25
- * Filters schema
26
- */
27
- schema: {
28
- type: ArrayConstructor;
29
- default: () => never[];
30
- };
31
- /**
32
- * Validation schema function that returns an object
33
- */
34
- validationSchema: {
35
- type: FunctionConstructor;
36
- default: () => () => undefined;
37
- };
38
- }, {
39
- validation: Ref<any>;
40
- validationValues: Ref<{}>;
21
+ declare interface DatePickerPopoverOptions extends Partial<PopoverOptions> {
22
+ positionFixed?: boolean;
23
+ }
24
+
25
+ declare const _default: DefineComponent<any, {
26
+ validation: Ref<any, any>;
27
+ validationValues: Ref<{}, {}>;
41
28
  initValidation: () => void;
42
29
  }, {
43
30
  applyText: any;
@@ -61,7 +48,7 @@ declare const _default: DefineComponent<{
61
48
  /**
62
49
  * Returns pre-defined filter values to become the default values
63
50
  */
64
- getDefaultFilterValues(): unknown;
51
+ getDefaultFilterValues(): any;
65
52
  /**
66
53
  * Intended for external use, when filter values need to be set for the user
67
54
  */
@@ -85,46 +72,2198 @@ declare const _default: DefineComponent<{
85
72
  * @param {object} newValues - the filterValues to be persisted in localStorage
86
73
  */
87
74
  persistFilterValues(newValues: object): void;
88
- }, ComponentOptionsMixin, ComponentOptionsMixin, ("submit" | "reset" | "change")[], "submit" | "reset" | "change", VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
89
- /**
90
- * Whether to disable the Apply button
91
- */
92
- disableApply: BooleanConstructor;
93
- /**
94
- * Whether to disable the Clear button
95
- */
96
- disableClear: BooleanConstructor;
97
- /**
98
- * Whether to disable the sticky filters
99
- * If disabled, a default pre-selected value(s) can be added to
100
- * the filter component's attributes
101
- */
102
- disablePersistency: BooleanConstructor;
103
- /**
104
- * Filters schema
105
- */
106
- schema: {
107
- type: ArrayConstructor;
108
- default: () => never[];
109
- };
110
- /**
111
- * Validation schema function that returns an object
112
- */
113
- validationSchema: {
114
- type: FunctionConstructor;
115
- default: () => () => undefined;
116
- };
117
- }>> & {
75
+ }, ComponentOptionsMixin, ComponentOptionsMixin, ("change" | "reset" | "submit")[], "change" | "reset" | "submit", PublicProps, Readonly<any> & Readonly<{
118
76
  onChange?: ((...args: any[]) => any) | undefined;
119
77
  onReset?: ((...args: any[]) => any) | undefined;
120
78
  onSubmit?: ((...args: any[]) => any) | undefined;
121
- }, {
79
+ }>, {
122
80
  schema: unknown[];
123
81
  disableApply: boolean;
124
82
  disableClear: boolean;
125
83
  disablePersistency: boolean;
126
84
  validationSchema: Function;
127
- }, {}>;
85
+ }, {}, {
86
+ 'll-button': {
87
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<{
88
+ to: {
89
+ type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
90
+ default: undefined;
91
+ };
92
+ icon: {
93
+ type: PropType<boolean>;
94
+ default: boolean;
95
+ };
96
+ href: {
97
+ type: PropType<string>;
98
+ default: string;
99
+ };
100
+ secondary: {
101
+ type: PropType<boolean>;
102
+ default: boolean;
103
+ };
104
+ iconLabel: {
105
+ type: PropType<boolean>;
106
+ default: boolean;
107
+ };
108
+ tertiary: {
109
+ type: PropType<boolean>;
110
+ default: boolean;
111
+ };
112
+ inline: {
113
+ type: PropType<boolean>;
114
+ default: boolean;
115
+ };
116
+ color: {
117
+ type: PropType<"blue" | "red">;
118
+ default: undefined;
119
+ };
120
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
121
+ to: {
122
+ type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
123
+ default: undefined;
124
+ };
125
+ icon: {
126
+ type: PropType<boolean>;
127
+ default: boolean;
128
+ };
129
+ href: {
130
+ type: PropType<string>;
131
+ default: string;
132
+ };
133
+ secondary: {
134
+ type: PropType<boolean>;
135
+ default: boolean;
136
+ };
137
+ iconLabel: {
138
+ type: PropType<boolean>;
139
+ default: boolean;
140
+ };
141
+ tertiary: {
142
+ type: PropType<boolean>;
143
+ default: boolean;
144
+ };
145
+ inline: {
146
+ type: PropType<boolean>;
147
+ default: boolean;
148
+ };
149
+ color: {
150
+ type: PropType<"blue" | "red">;
151
+ default: undefined;
152
+ };
153
+ }>> & Readonly<{}>, {
154
+ to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
155
+ icon: boolean;
156
+ href: string;
157
+ secondary: boolean;
158
+ iconLabel: boolean;
159
+ tertiary: boolean;
160
+ inline: boolean;
161
+ color: "blue" | "red";
162
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
163
+ P: {};
164
+ B: {};
165
+ D: {};
166
+ C: {};
167
+ M: {};
168
+ Defaults: {};
169
+ }, Readonly<ExtractPropTypes<{
170
+ to: {
171
+ type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
172
+ default: undefined;
173
+ };
174
+ icon: {
175
+ type: PropType<boolean>;
176
+ default: boolean;
177
+ };
178
+ href: {
179
+ type: PropType<string>;
180
+ default: string;
181
+ };
182
+ secondary: {
183
+ type: PropType<boolean>;
184
+ default: boolean;
185
+ };
186
+ iconLabel: {
187
+ type: PropType<boolean>;
188
+ default: boolean;
189
+ };
190
+ tertiary: {
191
+ type: PropType<boolean>;
192
+ default: boolean;
193
+ };
194
+ inline: {
195
+ type: PropType<boolean>;
196
+ default: boolean;
197
+ };
198
+ color: {
199
+ type: PropType<"blue" | "red">;
200
+ default: undefined;
201
+ };
202
+ }>> & Readonly<{}>, {}, {}, {}, {}, {
203
+ to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
204
+ icon: boolean;
205
+ href: string;
206
+ secondary: boolean;
207
+ iconLabel: boolean;
208
+ tertiary: boolean;
209
+ inline: boolean;
210
+ color: "blue" | "red";
211
+ }>;
212
+ __isFragment?: undefined;
213
+ __isTeleport?: undefined;
214
+ __isSuspense?: undefined;
215
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
216
+ to: {
217
+ type: PropType<string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric>;
218
+ default: undefined;
219
+ };
220
+ icon: {
221
+ type: PropType<boolean>;
222
+ default: boolean;
223
+ };
224
+ href: {
225
+ type: PropType<string>;
226
+ default: string;
227
+ };
228
+ secondary: {
229
+ type: PropType<boolean>;
230
+ default: boolean;
231
+ };
232
+ iconLabel: {
233
+ type: PropType<boolean>;
234
+ default: boolean;
235
+ };
236
+ tertiary: {
237
+ type: PropType<boolean>;
238
+ default: boolean;
239
+ };
240
+ inline: {
241
+ type: PropType<boolean>;
242
+ default: boolean;
243
+ };
244
+ color: {
245
+ type: PropType<"blue" | "red">;
246
+ default: undefined;
247
+ };
248
+ }>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
249
+ to: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric;
250
+ icon: boolean;
251
+ href: string;
252
+ secondary: boolean;
253
+ iconLabel: boolean;
254
+ tertiary: boolean;
255
+ inline: boolean;
256
+ color: "blue" | "red";
257
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
258
+ $slots: {
259
+ default?(_: {}): any;
260
+ };
261
+ });
262
+ 'll-checkbox': {
263
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<{
264
+ disabled: {
265
+ type: PropType<boolean>;
266
+ default: boolean;
267
+ };
268
+ label: {
269
+ type: PropType<string>;
270
+ default: undefined;
271
+ };
272
+ id: {
273
+ type: PropType<string>;
274
+ default: undefined;
275
+ };
276
+ hasError: {
277
+ type: PropType<boolean>;
278
+ default: boolean;
279
+ };
280
+ errorText: {
281
+ type: PropType<string>;
282
+ default: string;
283
+ };
284
+ hintText: {
285
+ type: PropType<string>;
286
+ default: string;
287
+ };
288
+ modelValue: {
289
+ type: PropType<boolean | (string | number)[]>;
290
+ default: undefined;
291
+ };
292
+ value: {
293
+ type: PropType<string | number>;
294
+ default: undefined;
295
+ };
296
+ checked: {
297
+ type: PropType<boolean | (string | number)[]>;
298
+ required: true;
299
+ default: boolean;
300
+ };
301
+ }>> & Readonly<{
302
+ "onUpdate:checked"?: ((value: boolean | (string | number)[]) => any) | undefined;
303
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
304
+ "update:checked": (value: boolean | (string | number)[]) => void;
305
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
306
+ disabled: {
307
+ type: PropType<boolean>;
308
+ default: boolean;
309
+ };
310
+ label: {
311
+ type: PropType<string>;
312
+ default: undefined;
313
+ };
314
+ id: {
315
+ type: PropType<string>;
316
+ default: undefined;
317
+ };
318
+ hasError: {
319
+ type: PropType<boolean>;
320
+ default: boolean;
321
+ };
322
+ errorText: {
323
+ type: PropType<string>;
324
+ default: string;
325
+ };
326
+ hintText: {
327
+ type: PropType<string>;
328
+ default: string;
329
+ };
330
+ modelValue: {
331
+ type: PropType<boolean | (string | number)[]>;
332
+ default: undefined;
333
+ };
334
+ value: {
335
+ type: PropType<string | number>;
336
+ default: undefined;
337
+ };
338
+ checked: {
339
+ type: PropType<boolean | (string | number)[]>;
340
+ required: true;
341
+ default: boolean;
342
+ };
343
+ }>> & Readonly<{
344
+ "onUpdate:checked"?: ((value: boolean | (string | number)[]) => any) | undefined;
345
+ }>, {
346
+ disabled: boolean;
347
+ label: string;
348
+ id: string;
349
+ hasError: boolean;
350
+ errorText: string;
351
+ hintText: string;
352
+ modelValue: boolean | (string | number)[];
353
+ value: string | number;
354
+ checked: boolean | (string | number)[];
355
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
356
+ P: {};
357
+ B: {};
358
+ D: {};
359
+ C: {};
360
+ M: {};
361
+ Defaults: {};
362
+ }, Readonly<ExtractPropTypes<{
363
+ disabled: {
364
+ type: PropType<boolean>;
365
+ default: boolean;
366
+ };
367
+ label: {
368
+ type: PropType<string>;
369
+ default: undefined;
370
+ };
371
+ id: {
372
+ type: PropType<string>;
373
+ default: undefined;
374
+ };
375
+ hasError: {
376
+ type: PropType<boolean>;
377
+ default: boolean;
378
+ };
379
+ errorText: {
380
+ type: PropType<string>;
381
+ default: string;
382
+ };
383
+ hintText: {
384
+ type: PropType<string>;
385
+ default: string;
386
+ };
387
+ modelValue: {
388
+ type: PropType<boolean | (string | number)[]>;
389
+ default: undefined;
390
+ };
391
+ value: {
392
+ type: PropType<string | number>;
393
+ default: undefined;
394
+ };
395
+ checked: {
396
+ type: PropType<boolean | (string | number)[]>;
397
+ required: true;
398
+ default: boolean;
399
+ };
400
+ }>> & Readonly<{
401
+ "onUpdate:checked"?: ((value: boolean | (string | number)[]) => any) | undefined;
402
+ }>, {}, {}, {}, {}, {
403
+ disabled: boolean;
404
+ label: string;
405
+ id: string;
406
+ hasError: boolean;
407
+ errorText: string;
408
+ hintText: string;
409
+ modelValue: boolean | (string | number)[];
410
+ value: string | number;
411
+ checked: boolean | (string | number)[];
412
+ }>;
413
+ __isFragment?: undefined;
414
+ __isTeleport?: undefined;
415
+ __isSuspense?: undefined;
416
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
417
+ disabled: {
418
+ type: PropType<boolean>;
419
+ default: boolean;
420
+ };
421
+ label: {
422
+ type: PropType<string>;
423
+ default: undefined;
424
+ };
425
+ id: {
426
+ type: PropType<string>;
427
+ default: undefined;
428
+ };
429
+ hasError: {
430
+ type: PropType<boolean>;
431
+ default: boolean;
432
+ };
433
+ errorText: {
434
+ type: PropType<string>;
435
+ default: string;
436
+ };
437
+ hintText: {
438
+ type: PropType<string>;
439
+ default: string;
440
+ };
441
+ modelValue: {
442
+ type: PropType<boolean | (string | number)[]>;
443
+ default: undefined;
444
+ };
445
+ value: {
446
+ type: PropType<string | number>;
447
+ default: undefined;
448
+ };
449
+ checked: {
450
+ type: PropType<boolean | (string | number)[]>;
451
+ required: true;
452
+ default: boolean;
453
+ };
454
+ }>> & Readonly<{
455
+ "onUpdate:checked"?: ((value: boolean | (string | number)[]) => any) | undefined;
456
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
457
+ "update:checked": (value: boolean | (string | number)[]) => void;
458
+ }, string, {
459
+ disabled: boolean;
460
+ label: string;
461
+ id: string;
462
+ hasError: boolean;
463
+ errorText: string;
464
+ hintText: string;
465
+ modelValue: boolean | (string | number)[];
466
+ value: string | number;
467
+ checked: boolean | (string | number)[];
468
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
469
+ $slots: {
470
+ default?(_: {}): any;
471
+ hint?(_: {}): any;
472
+ };
473
+ });
474
+ 'll-input': {
475
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<{
476
+ type: {
477
+ type: PropType<string>;
478
+ default: string;
479
+ };
480
+ label: {
481
+ type: PropType<string>;
482
+ default: undefined;
483
+ };
484
+ id: {
485
+ type: PropType<string>;
486
+ default: undefined;
487
+ };
488
+ addBottomSpace: {
489
+ type: PropType<boolean>;
490
+ };
491
+ errorText: {
492
+ type: PropType<string>;
493
+ default: undefined;
494
+ };
495
+ hintText: {
496
+ type: PropType<string>;
497
+ default: undefined;
498
+ };
499
+ showOptionalInLabel: {
500
+ type: PropType<boolean>;
501
+ };
502
+ modelValue: {
503
+ type: PropType<string | number>;
504
+ default: string;
505
+ };
506
+ value: {
507
+ type: PropType<string | number | null>;
508
+ default: null;
509
+ };
510
+ autocomplete: {
511
+ type: PropType<string>;
512
+ default: string;
513
+ };
514
+ }>> & Readonly<{
515
+ onBlur?: ((evt: Event) => any) | undefined;
516
+ onChange?: ((v: string | number) => any) | undefined;
517
+ onFocus?: ((evt: Event) => any) | undefined;
518
+ "onUpdate:model-value"?: ((v: string | number) => any) | undefined;
519
+ }>, {
520
+ inputEl: Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
521
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
522
+ "update:model-value": (v: string | number) => void;
523
+ change: (v: string | number) => void;
524
+ focus: (evt: Event) => void;
525
+ blur: (evt: Event) => void;
526
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
527
+ type: {
528
+ type: PropType<string>;
529
+ default: string;
530
+ };
531
+ label: {
532
+ type: PropType<string>;
533
+ default: undefined;
534
+ };
535
+ id: {
536
+ type: PropType<string>;
537
+ default: undefined;
538
+ };
539
+ addBottomSpace: {
540
+ type: PropType<boolean>;
541
+ };
542
+ errorText: {
543
+ type: PropType<string>;
544
+ default: undefined;
545
+ };
546
+ hintText: {
547
+ type: PropType<string>;
548
+ default: undefined;
549
+ };
550
+ showOptionalInLabel: {
551
+ type: PropType<boolean>;
552
+ };
553
+ modelValue: {
554
+ type: PropType<string | number>;
555
+ default: string;
556
+ };
557
+ value: {
558
+ type: PropType<string | number | null>;
559
+ default: null;
560
+ };
561
+ autocomplete: {
562
+ type: PropType<string>;
563
+ default: string;
564
+ };
565
+ }>> & Readonly<{
566
+ onBlur?: ((evt: Event) => any) | undefined;
567
+ onChange?: ((v: string | number) => any) | undefined;
568
+ onFocus?: ((evt: Event) => any) | undefined;
569
+ "onUpdate:model-value"?: ((v: string | number) => any) | undefined;
570
+ }>, {
571
+ type: string;
572
+ label: string;
573
+ id: string;
574
+ errorText: string;
575
+ hintText: string;
576
+ modelValue: string | number;
577
+ value: string | number | null;
578
+ autocomplete: string;
579
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
580
+ P: {};
581
+ B: {};
582
+ D: {};
583
+ C: {};
584
+ M: {};
585
+ Defaults: {};
586
+ }, Readonly<ExtractPropTypes<{
587
+ type: {
588
+ type: PropType<string>;
589
+ default: string;
590
+ };
591
+ label: {
592
+ type: PropType<string>;
593
+ default: undefined;
594
+ };
595
+ id: {
596
+ type: PropType<string>;
597
+ default: undefined;
598
+ };
599
+ addBottomSpace: {
600
+ type: PropType<boolean>;
601
+ };
602
+ errorText: {
603
+ type: PropType<string>;
604
+ default: undefined;
605
+ };
606
+ hintText: {
607
+ type: PropType<string>;
608
+ default: undefined;
609
+ };
610
+ showOptionalInLabel: {
611
+ type: PropType<boolean>;
612
+ };
613
+ modelValue: {
614
+ type: PropType<string | number>;
615
+ default: string;
616
+ };
617
+ value: {
618
+ type: PropType<string | number | null>;
619
+ default: null;
620
+ };
621
+ autocomplete: {
622
+ type: PropType<string>;
623
+ default: string;
624
+ };
625
+ }>> & Readonly<{
626
+ onBlur?: ((evt: Event) => any) | undefined;
627
+ onChange?: ((v: string | number) => any) | undefined;
628
+ onFocus?: ((evt: Event) => any) | undefined;
629
+ "onUpdate:model-value"?: ((v: string | number) => any) | undefined;
630
+ }>, {
631
+ inputEl: Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
632
+ }, {}, {}, {}, {
633
+ type: string;
634
+ label: string;
635
+ id: string;
636
+ errorText: string;
637
+ hintText: string;
638
+ modelValue: string | number;
639
+ value: string | number | null;
640
+ autocomplete: string;
641
+ }>;
642
+ __isFragment?: undefined;
643
+ __isTeleport?: undefined;
644
+ __isSuspense?: undefined;
645
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
646
+ type: {
647
+ type: PropType<string>;
648
+ default: string;
649
+ };
650
+ label: {
651
+ type: PropType<string>;
652
+ default: undefined;
653
+ };
654
+ id: {
655
+ type: PropType<string>;
656
+ default: undefined;
657
+ };
658
+ addBottomSpace: {
659
+ type: PropType<boolean>;
660
+ };
661
+ errorText: {
662
+ type: PropType<string>;
663
+ default: undefined;
664
+ };
665
+ hintText: {
666
+ type: PropType<string>;
667
+ default: undefined;
668
+ };
669
+ showOptionalInLabel: {
670
+ type: PropType<boolean>;
671
+ };
672
+ modelValue: {
673
+ type: PropType<string | number>;
674
+ default: string;
675
+ };
676
+ value: {
677
+ type: PropType<string | number | null>;
678
+ default: null;
679
+ };
680
+ autocomplete: {
681
+ type: PropType<string>;
682
+ default: string;
683
+ };
684
+ }>> & Readonly<{
685
+ onBlur?: ((evt: Event) => any) | undefined;
686
+ onChange?: ((v: string | number) => any) | undefined;
687
+ onFocus?: ((evt: Event) => any) | undefined;
688
+ "onUpdate:model-value"?: ((v: string | number) => any) | undefined;
689
+ }>, {
690
+ inputEl: Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
691
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
692
+ "update:model-value": (v: string | number) => void;
693
+ change: (v: string | number) => void;
694
+ focus: (evt: Event) => void;
695
+ blur: (evt: Event) => void;
696
+ }, string, {
697
+ type: string;
698
+ label: string;
699
+ id: string;
700
+ errorText: string;
701
+ hintText: string;
702
+ modelValue: string | number;
703
+ value: string | number | null;
704
+ autocomplete: string;
705
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
706
+ $slots: {
707
+ prepend?(_: {}): any;
708
+ append?(_: {}): any;
709
+ hint?(_: {}): any;
710
+ };
711
+ });
712
+ 'll-input-options': {
713
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<{
714
+ type: {
715
+ type: PropType<string>;
716
+ default: string;
717
+ };
718
+ label: {
719
+ type: PropType<string>;
720
+ default: undefined;
721
+ };
722
+ errorText: {
723
+ type: PropType<string>;
724
+ default: undefined;
725
+ };
726
+ hintText: {
727
+ type: PropType<string>;
728
+ default: undefined;
729
+ };
730
+ options: {
731
+ type: PropType<any[]>;
732
+ default: () => never[];
733
+ };
734
+ modelValue: {
735
+ type: PropType<{
736
+ value: string;
737
+ option?: any;
738
+ }>;
739
+ default: () => {
740
+ value: string;
741
+ option: undefined;
742
+ };
743
+ };
744
+ noTruncate: {
745
+ type: PropType<boolean>;
746
+ default: boolean;
747
+ };
748
+ }>> & Readonly<{
749
+ onChange?: ((v: {
750
+ value?: string | undefined;
751
+ option?: any;
752
+ isValueChange: boolean;
753
+ type: "input" | "select";
754
+ }) => any) | undefined;
755
+ "onUpdate:model-value"?: ((v: {
756
+ value?: string | undefined;
757
+ option?: any;
758
+ isValueChange: boolean;
759
+ type: "input" | "select";
760
+ }) => any) | undefined;
761
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
762
+ "update:model-value": (v: {
763
+ value?: string | undefined;
764
+ option?: any;
765
+ isValueChange: boolean;
766
+ type: "input" | "select";
767
+ }) => void;
768
+ change: (v: {
769
+ value?: string | undefined;
770
+ option?: any;
771
+ isValueChange: boolean;
772
+ type: "input" | "select";
773
+ }) => void;
774
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
775
+ type: {
776
+ type: PropType<string>;
777
+ default: string;
778
+ };
779
+ label: {
780
+ type: PropType<string>;
781
+ default: undefined;
782
+ };
783
+ errorText: {
784
+ type: PropType<string>;
785
+ default: undefined;
786
+ };
787
+ hintText: {
788
+ type: PropType<string>;
789
+ default: undefined;
790
+ };
791
+ options: {
792
+ type: PropType<any[]>;
793
+ default: () => never[];
794
+ };
795
+ modelValue: {
796
+ type: PropType<{
797
+ value: string;
798
+ option?: any;
799
+ }>;
800
+ default: () => {
801
+ value: string;
802
+ option: undefined;
803
+ };
804
+ };
805
+ noTruncate: {
806
+ type: PropType<boolean>;
807
+ default: boolean;
808
+ };
809
+ }>> & Readonly<{
810
+ onChange?: ((v: {
811
+ value?: string | undefined;
812
+ option?: any;
813
+ isValueChange: boolean;
814
+ type: "input" | "select";
815
+ }) => any) | undefined;
816
+ "onUpdate:model-value"?: ((v: {
817
+ value?: string | undefined;
818
+ option?: any;
819
+ isValueChange: boolean;
820
+ type: "input" | "select";
821
+ }) => any) | undefined;
822
+ }>, {
823
+ type: string;
824
+ label: string;
825
+ errorText: string;
826
+ hintText: string;
827
+ options: any[];
828
+ modelValue: {
829
+ value: string;
830
+ option?: any;
831
+ };
832
+ noTruncate: boolean;
833
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
834
+ P: {};
835
+ B: {};
836
+ D: {};
837
+ C: {};
838
+ M: {};
839
+ Defaults: {};
840
+ }, Readonly<ExtractPropTypes<{
841
+ type: {
842
+ type: PropType<string>;
843
+ default: string;
844
+ };
845
+ label: {
846
+ type: PropType<string>;
847
+ default: undefined;
848
+ };
849
+ errorText: {
850
+ type: PropType<string>;
851
+ default: undefined;
852
+ };
853
+ hintText: {
854
+ type: PropType<string>;
855
+ default: undefined;
856
+ };
857
+ options: {
858
+ type: PropType<any[]>;
859
+ default: () => never[];
860
+ };
861
+ modelValue: {
862
+ type: PropType<{
863
+ value: string;
864
+ option?: any;
865
+ }>;
866
+ default: () => {
867
+ value: string;
868
+ option: undefined;
869
+ };
870
+ };
871
+ noTruncate: {
872
+ type: PropType<boolean>;
873
+ default: boolean;
874
+ };
875
+ }>> & Readonly<{
876
+ onChange?: ((v: {
877
+ value?: string | undefined;
878
+ option?: any;
879
+ isValueChange: boolean;
880
+ type: "input" | "select";
881
+ }) => any) | undefined;
882
+ "onUpdate:model-value"?: ((v: {
883
+ value?: string | undefined;
884
+ option?: any;
885
+ isValueChange: boolean;
886
+ type: "input" | "select";
887
+ }) => any) | undefined;
888
+ }>, {}, {}, {}, {}, {
889
+ type: string;
890
+ label: string;
891
+ errorText: string;
892
+ hintText: string;
893
+ options: any[];
894
+ modelValue: {
895
+ value: string;
896
+ option?: any;
897
+ };
898
+ noTruncate: boolean;
899
+ }>;
900
+ __isFragment?: undefined;
901
+ __isTeleport?: undefined;
902
+ __isSuspense?: undefined;
903
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
904
+ type: {
905
+ type: PropType<string>;
906
+ default: string;
907
+ };
908
+ label: {
909
+ type: PropType<string>;
910
+ default: undefined;
911
+ };
912
+ errorText: {
913
+ type: PropType<string>;
914
+ default: undefined;
915
+ };
916
+ hintText: {
917
+ type: PropType<string>;
918
+ default: undefined;
919
+ };
920
+ options: {
921
+ type: PropType<any[]>;
922
+ default: () => never[];
923
+ };
924
+ modelValue: {
925
+ type: PropType<{
926
+ value: string;
927
+ option?: any;
928
+ }>;
929
+ default: () => {
930
+ value: string;
931
+ option: undefined;
932
+ };
933
+ };
934
+ noTruncate: {
935
+ type: PropType<boolean>;
936
+ default: boolean;
937
+ };
938
+ }>> & Readonly<{
939
+ onChange?: ((v: {
940
+ value?: string | undefined;
941
+ option?: any;
942
+ isValueChange: boolean;
943
+ type: "input" | "select";
944
+ }) => any) | undefined;
945
+ "onUpdate:model-value"?: ((v: {
946
+ value?: string | undefined;
947
+ option?: any;
948
+ isValueChange: boolean;
949
+ type: "input" | "select";
950
+ }) => any) | undefined;
951
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
952
+ "update:model-value": (v: {
953
+ value?: string | undefined;
954
+ option?: any;
955
+ isValueChange: boolean;
956
+ type: "input" | "select";
957
+ }) => void;
958
+ change: (v: {
959
+ value?: string | undefined;
960
+ option?: any;
961
+ isValueChange: boolean;
962
+ type: "input" | "select";
963
+ }) => void;
964
+ }, string, {
965
+ type: string;
966
+ label: string;
967
+ errorText: string;
968
+ hintText: string;
969
+ options: any[];
970
+ modelValue: {
971
+ value: string;
972
+ option?: any;
973
+ };
974
+ noTruncate: boolean;
975
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
976
+ $slots: {
977
+ hint?(_: {}): any;
978
+ };
979
+ });
980
+ 'll-radio': DefineComponent<any, {
981
+ classes: Record<string, string>;
982
+ }, {}, {
983
+ internalValue: {
984
+ get(): any;
985
+ set(value: any): void;
986
+ };
987
+ }, {}, ComponentOptionsMixin, ComponentOptionsMixin, "update:checked"[], "update:checked", PublicProps, Readonly<any> & Readonly<{
988
+ "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
989
+ }>, {
990
+ label: string;
991
+ hasError: boolean;
992
+ modelValue: string | number | null;
993
+ checked: string | number;
994
+ }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
995
+ 'll-select': {
996
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<{
997
+ lazy: {
998
+ type: PropType<() => any[]>;
999
+ default: undefined;
1000
+ };
1001
+ error: {
1002
+ type: PropType<string>;
1003
+ default: string;
1004
+ };
1005
+ name: {
1006
+ type: PropType<string>;
1007
+ default: undefined;
1008
+ };
1009
+ disabled: {
1010
+ type: PropType<boolean>;
1011
+ default: boolean;
1012
+ };
1013
+ label: {
1014
+ type: PropType<string>;
1015
+ default: string;
1016
+ };
1017
+ id: {
1018
+ type: PropType<string>;
1019
+ default: string;
1020
+ };
1021
+ icon: {
1022
+ type: PropType<string | boolean>;
1023
+ default: string;
1024
+ };
1025
+ trackBy: {
1026
+ type: PropType<string>;
1027
+ default: string;
1028
+ };
1029
+ addBottomSpace: {
1030
+ type: PropType<boolean>;
1031
+ default: boolean;
1032
+ };
1033
+ errorText: {
1034
+ type: PropType<string>;
1035
+ default: string;
1036
+ };
1037
+ hintText: {
1038
+ type: PropType<string>;
1039
+ default: string;
1040
+ };
1041
+ showOptionalInLabel: {
1042
+ type: PropType<boolean>;
1043
+ default: boolean;
1044
+ };
1045
+ placeholder: {
1046
+ type: PropType<string>;
1047
+ default: string;
1048
+ };
1049
+ hint: {
1050
+ type: PropType<string>;
1051
+ default: string;
1052
+ };
1053
+ preventEmpty: {
1054
+ type: PropType<boolean>;
1055
+ default: boolean;
1056
+ };
1057
+ allowEmpty: {
1058
+ type: PropType<string | boolean | null>;
1059
+ default: null;
1060
+ };
1061
+ displayBy: {
1062
+ type: PropType<string>;
1063
+ default: string;
1064
+ };
1065
+ searchBy: {
1066
+ type: PropType<string[]>;
1067
+ default: () => never[];
1068
+ };
1069
+ options: {
1070
+ type: PropType<any[] | readonly any[]>;
1071
+ default: () => never[];
1072
+ };
1073
+ modelValue: {
1074
+ type: PropType<any>;
1075
+ default: () => never[];
1076
+ };
1077
+ value: {
1078
+ type: PropType<any>;
1079
+ default: null;
1080
+ };
1081
+ hideSearch: {
1082
+ type: PropType<boolean>;
1083
+ default: boolean;
1084
+ };
1085
+ searchable: {
1086
+ type: PropType<string | boolean | null>;
1087
+ default: null;
1088
+ };
1089
+ preserveSearchTerm: {
1090
+ type: PropType<boolean>;
1091
+ default: boolean;
1092
+ };
1093
+ disableFiltering: {
1094
+ type: PropType<boolean>;
1095
+ default: boolean;
1096
+ };
1097
+ single: {
1098
+ type: PropType<boolean>;
1099
+ default: boolean;
1100
+ };
1101
+ noTruncate: {
1102
+ type: PropType<boolean>;
1103
+ default: boolean;
1104
+ };
1105
+ loading: {
1106
+ type: PropType<boolean>;
1107
+ default: boolean;
1108
+ };
1109
+ searchLoading: {
1110
+ type: PropType<boolean>;
1111
+ default: boolean;
1112
+ };
1113
+ selectItemType: {
1114
+ type: PropType<string>;
1115
+ default: string;
1116
+ };
1117
+ hideCheck: {
1118
+ type: PropType<boolean>;
1119
+ default: boolean;
1120
+ };
1121
+ searchPlaceholder: {
1122
+ type: PropType<string>;
1123
+ default: string;
1124
+ };
1125
+ onSearch: {
1126
+ type: PropType<(searchTerm: string) => void | Promise<void>>;
1127
+ default: undefined;
1128
+ };
1129
+ useFuzzySearch: {
1130
+ type: PropType<boolean>;
1131
+ default: boolean;
1132
+ };
1133
+ menuPlacement: {
1134
+ type: PropType<Placement>;
1135
+ default: string;
1136
+ };
1137
+ enableTeleport: {
1138
+ type: PropType<boolean>;
1139
+ default: boolean;
1140
+ };
1141
+ teleportTo: {
1142
+ type: PropType<string | HTMLElement>;
1143
+ default: string;
1144
+ };
1145
+ }>> & Readonly<{
1146
+ onRemove?: ((optionRemoved: any, index: number) => any) | undefined;
1147
+ "onUpdate:model-value"?: ((selectedOptions: any) => any) | undefined;
1148
+ onClear?: (() => any) | undefined;
1149
+ onAdd?: ((optionAdded: any) => any) | undefined;
1150
+ onOpened?: (() => any) | undefined;
1151
+ onClosed?: ((selectedOptions: any) => any) | undefined;
1152
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1153
+ "update:model-value": (selectedOptions: any) => void;
1154
+ clear: () => void;
1155
+ add: (optionAdded: any) => void;
1156
+ remove: (optionRemoved: any, index: number) => void;
1157
+ opened: () => void;
1158
+ closed: (selectedOptions: any) => void;
1159
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
1160
+ lazy: {
1161
+ type: PropType<() => any[]>;
1162
+ default: undefined;
1163
+ };
1164
+ error: {
1165
+ type: PropType<string>;
1166
+ default: string;
1167
+ };
1168
+ name: {
1169
+ type: PropType<string>;
1170
+ default: undefined;
1171
+ };
1172
+ disabled: {
1173
+ type: PropType<boolean>;
1174
+ default: boolean;
1175
+ };
1176
+ label: {
1177
+ type: PropType<string>;
1178
+ default: string;
1179
+ };
1180
+ id: {
1181
+ type: PropType<string>;
1182
+ default: string;
1183
+ };
1184
+ icon: {
1185
+ type: PropType<string | boolean>;
1186
+ default: string;
1187
+ };
1188
+ trackBy: {
1189
+ type: PropType<string>;
1190
+ default: string;
1191
+ };
1192
+ addBottomSpace: {
1193
+ type: PropType<boolean>;
1194
+ default: boolean;
1195
+ };
1196
+ errorText: {
1197
+ type: PropType<string>;
1198
+ default: string;
1199
+ };
1200
+ hintText: {
1201
+ type: PropType<string>;
1202
+ default: string;
1203
+ };
1204
+ showOptionalInLabel: {
1205
+ type: PropType<boolean>;
1206
+ default: boolean;
1207
+ };
1208
+ placeholder: {
1209
+ type: PropType<string>;
1210
+ default: string;
1211
+ };
1212
+ hint: {
1213
+ type: PropType<string>;
1214
+ default: string;
1215
+ };
1216
+ preventEmpty: {
1217
+ type: PropType<boolean>;
1218
+ default: boolean;
1219
+ };
1220
+ allowEmpty: {
1221
+ type: PropType<string | boolean | null>;
1222
+ default: null;
1223
+ };
1224
+ displayBy: {
1225
+ type: PropType<string>;
1226
+ default: string;
1227
+ };
1228
+ searchBy: {
1229
+ type: PropType<string[]>;
1230
+ default: () => never[];
1231
+ };
1232
+ options: {
1233
+ type: PropType<any[] | readonly any[]>;
1234
+ default: () => never[];
1235
+ };
1236
+ modelValue: {
1237
+ type: PropType<any>;
1238
+ default: () => never[];
1239
+ };
1240
+ value: {
1241
+ type: PropType<any>;
1242
+ default: null;
1243
+ };
1244
+ hideSearch: {
1245
+ type: PropType<boolean>;
1246
+ default: boolean;
1247
+ };
1248
+ searchable: {
1249
+ type: PropType<string | boolean | null>;
1250
+ default: null;
1251
+ };
1252
+ preserveSearchTerm: {
1253
+ type: PropType<boolean>;
1254
+ default: boolean;
1255
+ };
1256
+ disableFiltering: {
1257
+ type: PropType<boolean>;
1258
+ default: boolean;
1259
+ };
1260
+ single: {
1261
+ type: PropType<boolean>;
1262
+ default: boolean;
1263
+ };
1264
+ noTruncate: {
1265
+ type: PropType<boolean>;
1266
+ default: boolean;
1267
+ };
1268
+ loading: {
1269
+ type: PropType<boolean>;
1270
+ default: boolean;
1271
+ };
1272
+ searchLoading: {
1273
+ type: PropType<boolean>;
1274
+ default: boolean;
1275
+ };
1276
+ selectItemType: {
1277
+ type: PropType<string>;
1278
+ default: string;
1279
+ };
1280
+ hideCheck: {
1281
+ type: PropType<boolean>;
1282
+ default: boolean;
1283
+ };
1284
+ searchPlaceholder: {
1285
+ type: PropType<string>;
1286
+ default: string;
1287
+ };
1288
+ onSearch: {
1289
+ type: PropType<(searchTerm: string) => void | Promise<void>>;
1290
+ default: undefined;
1291
+ };
1292
+ useFuzzySearch: {
1293
+ type: PropType<boolean>;
1294
+ default: boolean;
1295
+ };
1296
+ menuPlacement: {
1297
+ type: PropType<Placement>;
1298
+ default: string;
1299
+ };
1300
+ enableTeleport: {
1301
+ type: PropType<boolean>;
1302
+ default: boolean;
1303
+ };
1304
+ teleportTo: {
1305
+ type: PropType<string | HTMLElement>;
1306
+ default: string;
1307
+ };
1308
+ }>> & Readonly<{
1309
+ onRemove?: ((optionRemoved: any, index: number) => any) | undefined;
1310
+ "onUpdate:model-value"?: ((selectedOptions: any) => any) | undefined;
1311
+ onClear?: (() => any) | undefined;
1312
+ onAdd?: ((optionAdded: any) => any) | undefined;
1313
+ onOpened?: (() => any) | undefined;
1314
+ onClosed?: ((selectedOptions: any) => any) | undefined;
1315
+ }>, {
1316
+ lazy: () => any[];
1317
+ error: string;
1318
+ name: string;
1319
+ disabled: boolean;
1320
+ label: string;
1321
+ id: string;
1322
+ icon: string | boolean;
1323
+ trackBy: string;
1324
+ addBottomSpace: boolean;
1325
+ errorText: string;
1326
+ hintText: string;
1327
+ showOptionalInLabel: boolean;
1328
+ placeholder: string;
1329
+ hint: string;
1330
+ preventEmpty: boolean;
1331
+ allowEmpty: string | boolean | null;
1332
+ displayBy: string;
1333
+ searchBy: string[];
1334
+ options: any[] | readonly any[];
1335
+ modelValue: any;
1336
+ value: any;
1337
+ hideSearch: boolean;
1338
+ searchable: string | boolean | null;
1339
+ preserveSearchTerm: boolean;
1340
+ disableFiltering: boolean;
1341
+ single: boolean;
1342
+ noTruncate: boolean;
1343
+ loading: boolean;
1344
+ searchLoading: boolean;
1345
+ selectItemType: string;
1346
+ hideCheck: boolean;
1347
+ searchPlaceholder: string;
1348
+ onSearch: (searchTerm: string) => void | Promise<void>;
1349
+ useFuzzySearch: boolean;
1350
+ menuPlacement: Placement;
1351
+ enableTeleport: boolean;
1352
+ teleportTo: string | HTMLElement;
1353
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1354
+ P: {};
1355
+ B: {};
1356
+ D: {};
1357
+ C: {};
1358
+ M: {};
1359
+ Defaults: {};
1360
+ }, Readonly<ExtractPropTypes<{
1361
+ lazy: {
1362
+ type: PropType<() => any[]>;
1363
+ default: undefined;
1364
+ };
1365
+ error: {
1366
+ type: PropType<string>;
1367
+ default: string;
1368
+ };
1369
+ name: {
1370
+ type: PropType<string>;
1371
+ default: undefined;
1372
+ };
1373
+ disabled: {
1374
+ type: PropType<boolean>;
1375
+ default: boolean;
1376
+ };
1377
+ label: {
1378
+ type: PropType<string>;
1379
+ default: string;
1380
+ };
1381
+ id: {
1382
+ type: PropType<string>;
1383
+ default: string;
1384
+ };
1385
+ icon: {
1386
+ type: PropType<string | boolean>;
1387
+ default: string;
1388
+ };
1389
+ trackBy: {
1390
+ type: PropType<string>;
1391
+ default: string;
1392
+ };
1393
+ addBottomSpace: {
1394
+ type: PropType<boolean>;
1395
+ default: boolean;
1396
+ };
1397
+ errorText: {
1398
+ type: PropType<string>;
1399
+ default: string;
1400
+ };
1401
+ hintText: {
1402
+ type: PropType<string>;
1403
+ default: string;
1404
+ };
1405
+ showOptionalInLabel: {
1406
+ type: PropType<boolean>;
1407
+ default: boolean;
1408
+ };
1409
+ placeholder: {
1410
+ type: PropType<string>;
1411
+ default: string;
1412
+ };
1413
+ hint: {
1414
+ type: PropType<string>;
1415
+ default: string;
1416
+ };
1417
+ preventEmpty: {
1418
+ type: PropType<boolean>;
1419
+ default: boolean;
1420
+ };
1421
+ allowEmpty: {
1422
+ type: PropType<string | boolean | null>;
1423
+ default: null;
1424
+ };
1425
+ displayBy: {
1426
+ type: PropType<string>;
1427
+ default: string;
1428
+ };
1429
+ searchBy: {
1430
+ type: PropType<string[]>;
1431
+ default: () => never[];
1432
+ };
1433
+ options: {
1434
+ type: PropType<any[] | readonly any[]>;
1435
+ default: () => never[];
1436
+ };
1437
+ modelValue: {
1438
+ type: PropType<any>;
1439
+ default: () => never[];
1440
+ };
1441
+ value: {
1442
+ type: PropType<any>;
1443
+ default: null;
1444
+ };
1445
+ hideSearch: {
1446
+ type: PropType<boolean>;
1447
+ default: boolean;
1448
+ };
1449
+ searchable: {
1450
+ type: PropType<string | boolean | null>;
1451
+ default: null;
1452
+ };
1453
+ preserveSearchTerm: {
1454
+ type: PropType<boolean>;
1455
+ default: boolean;
1456
+ };
1457
+ disableFiltering: {
1458
+ type: PropType<boolean>;
1459
+ default: boolean;
1460
+ };
1461
+ single: {
1462
+ type: PropType<boolean>;
1463
+ default: boolean;
1464
+ };
1465
+ noTruncate: {
1466
+ type: PropType<boolean>;
1467
+ default: boolean;
1468
+ };
1469
+ loading: {
1470
+ type: PropType<boolean>;
1471
+ default: boolean;
1472
+ };
1473
+ searchLoading: {
1474
+ type: PropType<boolean>;
1475
+ default: boolean;
1476
+ };
1477
+ selectItemType: {
1478
+ type: PropType<string>;
1479
+ default: string;
1480
+ };
1481
+ hideCheck: {
1482
+ type: PropType<boolean>;
1483
+ default: boolean;
1484
+ };
1485
+ searchPlaceholder: {
1486
+ type: PropType<string>;
1487
+ default: string;
1488
+ };
1489
+ onSearch: {
1490
+ type: PropType<(searchTerm: string) => void | Promise<void>>;
1491
+ default: undefined;
1492
+ };
1493
+ useFuzzySearch: {
1494
+ type: PropType<boolean>;
1495
+ default: boolean;
1496
+ };
1497
+ menuPlacement: {
1498
+ type: PropType<Placement>;
1499
+ default: string;
1500
+ };
1501
+ enableTeleport: {
1502
+ type: PropType<boolean>;
1503
+ default: boolean;
1504
+ };
1505
+ teleportTo: {
1506
+ type: PropType<string | HTMLElement>;
1507
+ default: string;
1508
+ };
1509
+ }>> & Readonly<{
1510
+ onRemove?: ((optionRemoved: any, index: number) => any) | undefined;
1511
+ "onUpdate:model-value"?: ((selectedOptions: any) => any) | undefined;
1512
+ onClear?: (() => any) | undefined;
1513
+ onAdd?: ((optionAdded: any) => any) | undefined;
1514
+ onOpened?: (() => any) | undefined;
1515
+ onClosed?: ((selectedOptions: any) => any) | undefined;
1516
+ }>, {}, {}, {}, {}, {
1517
+ lazy: () => any[];
1518
+ error: string;
1519
+ name: string;
1520
+ disabled: boolean;
1521
+ label: string;
1522
+ id: string;
1523
+ icon: string | boolean;
1524
+ trackBy: string;
1525
+ addBottomSpace: boolean;
1526
+ errorText: string;
1527
+ hintText: string;
1528
+ showOptionalInLabel: boolean;
1529
+ placeholder: string;
1530
+ hint: string;
1531
+ preventEmpty: boolean;
1532
+ allowEmpty: string | boolean | null;
1533
+ displayBy: string;
1534
+ searchBy: string[];
1535
+ options: any[] | readonly any[];
1536
+ modelValue: any;
1537
+ value: any;
1538
+ hideSearch: boolean;
1539
+ searchable: string | boolean | null;
1540
+ preserveSearchTerm: boolean;
1541
+ disableFiltering: boolean;
1542
+ single: boolean;
1543
+ noTruncate: boolean;
1544
+ loading: boolean;
1545
+ searchLoading: boolean;
1546
+ selectItemType: string;
1547
+ hideCheck: boolean;
1548
+ searchPlaceholder: string;
1549
+ onSearch: (searchTerm: string) => void | Promise<void>;
1550
+ useFuzzySearch: boolean;
1551
+ menuPlacement: Placement;
1552
+ enableTeleport: boolean;
1553
+ teleportTo: string | HTMLElement;
1554
+ }>;
1555
+ __isFragment?: undefined;
1556
+ __isTeleport?: undefined;
1557
+ __isSuspense?: undefined;
1558
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
1559
+ lazy: {
1560
+ type: PropType<() => any[]>;
1561
+ default: undefined;
1562
+ };
1563
+ error: {
1564
+ type: PropType<string>;
1565
+ default: string;
1566
+ };
1567
+ name: {
1568
+ type: PropType<string>;
1569
+ default: undefined;
1570
+ };
1571
+ disabled: {
1572
+ type: PropType<boolean>;
1573
+ default: boolean;
1574
+ };
1575
+ label: {
1576
+ type: PropType<string>;
1577
+ default: string;
1578
+ };
1579
+ id: {
1580
+ type: PropType<string>;
1581
+ default: string;
1582
+ };
1583
+ icon: {
1584
+ type: PropType<string | boolean>;
1585
+ default: string;
1586
+ };
1587
+ trackBy: {
1588
+ type: PropType<string>;
1589
+ default: string;
1590
+ };
1591
+ addBottomSpace: {
1592
+ type: PropType<boolean>;
1593
+ default: boolean;
1594
+ };
1595
+ errorText: {
1596
+ type: PropType<string>;
1597
+ default: string;
1598
+ };
1599
+ hintText: {
1600
+ type: PropType<string>;
1601
+ default: string;
1602
+ };
1603
+ showOptionalInLabel: {
1604
+ type: PropType<boolean>;
1605
+ default: boolean;
1606
+ };
1607
+ placeholder: {
1608
+ type: PropType<string>;
1609
+ default: string;
1610
+ };
1611
+ hint: {
1612
+ type: PropType<string>;
1613
+ default: string;
1614
+ };
1615
+ preventEmpty: {
1616
+ type: PropType<boolean>;
1617
+ default: boolean;
1618
+ };
1619
+ allowEmpty: {
1620
+ type: PropType<string | boolean | null>;
1621
+ default: null;
1622
+ };
1623
+ displayBy: {
1624
+ type: PropType<string>;
1625
+ default: string;
1626
+ };
1627
+ searchBy: {
1628
+ type: PropType<string[]>;
1629
+ default: () => never[];
1630
+ };
1631
+ options: {
1632
+ type: PropType<any[] | readonly any[]>;
1633
+ default: () => never[];
1634
+ };
1635
+ modelValue: {
1636
+ type: PropType<any>;
1637
+ default: () => never[];
1638
+ };
1639
+ value: {
1640
+ type: PropType<any>;
1641
+ default: null;
1642
+ };
1643
+ hideSearch: {
1644
+ type: PropType<boolean>;
1645
+ default: boolean;
1646
+ };
1647
+ searchable: {
1648
+ type: PropType<string | boolean | null>;
1649
+ default: null;
1650
+ };
1651
+ preserveSearchTerm: {
1652
+ type: PropType<boolean>;
1653
+ default: boolean;
1654
+ };
1655
+ disableFiltering: {
1656
+ type: PropType<boolean>;
1657
+ default: boolean;
1658
+ };
1659
+ single: {
1660
+ type: PropType<boolean>;
1661
+ default: boolean;
1662
+ };
1663
+ noTruncate: {
1664
+ type: PropType<boolean>;
1665
+ default: boolean;
1666
+ };
1667
+ loading: {
1668
+ type: PropType<boolean>;
1669
+ default: boolean;
1670
+ };
1671
+ searchLoading: {
1672
+ type: PropType<boolean>;
1673
+ default: boolean;
1674
+ };
1675
+ selectItemType: {
1676
+ type: PropType<string>;
1677
+ default: string;
1678
+ };
1679
+ hideCheck: {
1680
+ type: PropType<boolean>;
1681
+ default: boolean;
1682
+ };
1683
+ searchPlaceholder: {
1684
+ type: PropType<string>;
1685
+ default: string;
1686
+ };
1687
+ onSearch: {
1688
+ type: PropType<(searchTerm: string) => void | Promise<void>>;
1689
+ default: undefined;
1690
+ };
1691
+ useFuzzySearch: {
1692
+ type: PropType<boolean>;
1693
+ default: boolean;
1694
+ };
1695
+ menuPlacement: {
1696
+ type: PropType<Placement>;
1697
+ default: string;
1698
+ };
1699
+ enableTeleport: {
1700
+ type: PropType<boolean>;
1701
+ default: boolean;
1702
+ };
1703
+ teleportTo: {
1704
+ type: PropType<string | HTMLElement>;
1705
+ default: string;
1706
+ };
1707
+ }>> & Readonly<{
1708
+ onRemove?: ((optionRemoved: any, index: number) => any) | undefined;
1709
+ "onUpdate:model-value"?: ((selectedOptions: any) => any) | undefined;
1710
+ onClear?: (() => any) | undefined;
1711
+ onAdd?: ((optionAdded: any) => any) | undefined;
1712
+ onOpened?: (() => any) | undefined;
1713
+ onClosed?: ((selectedOptions: any) => any) | undefined;
1714
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1715
+ "update:model-value": (selectedOptions: any) => void;
1716
+ clear: () => void;
1717
+ add: (optionAdded: any) => void;
1718
+ remove: (optionRemoved: any, index: number) => void;
1719
+ opened: () => void;
1720
+ closed: (selectedOptions: any) => void;
1721
+ }, string, {
1722
+ lazy: () => any[];
1723
+ error: string;
1724
+ name: string;
1725
+ disabled: boolean;
1726
+ label: string;
1727
+ id: string;
1728
+ icon: string | boolean;
1729
+ trackBy: string;
1730
+ addBottomSpace: boolean;
1731
+ errorText: string;
1732
+ hintText: string;
1733
+ showOptionalInLabel: boolean;
1734
+ placeholder: string;
1735
+ hint: string;
1736
+ preventEmpty: boolean;
1737
+ allowEmpty: string | boolean | null;
1738
+ displayBy: string;
1739
+ searchBy: string[];
1740
+ options: any[] | readonly any[];
1741
+ modelValue: any;
1742
+ value: any;
1743
+ hideSearch: boolean;
1744
+ searchable: string | boolean | null;
1745
+ preserveSearchTerm: boolean;
1746
+ disableFiltering: boolean;
1747
+ single: boolean;
1748
+ noTruncate: boolean;
1749
+ loading: boolean;
1750
+ searchLoading: boolean;
1751
+ selectItemType: string;
1752
+ hideCheck: boolean;
1753
+ searchPlaceholder: string;
1754
+ onSearch: (searchTerm: string) => void | Promise<void>;
1755
+ useFuzzySearch: boolean;
1756
+ menuPlacement: Placement;
1757
+ enableTeleport: boolean;
1758
+ teleportTo: string | HTMLElement;
1759
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
1760
+ $slots: {
1761
+ selected?(_: {
1762
+ option: any;
1763
+ }): any;
1764
+ option?(_: {
1765
+ option: any;
1766
+ }): any;
1767
+ "no-options"?(_: {}): any;
1768
+ hint?(_: {}): any;
1769
+ };
1770
+ });
1771
+ DatePicker: {
1772
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes<{
1773
+ name: {
1774
+ type: PropType<string>;
1775
+ default: string;
1776
+ };
1777
+ disabled: {
1778
+ type: PropType<boolean>;
1779
+ default: boolean;
1780
+ };
1781
+ mode: {
1782
+ type: PropType<"time" | "date" | "dateTime">;
1783
+ default: string;
1784
+ };
1785
+ label: {
1786
+ type: PropType<string>;
1787
+ default: string;
1788
+ };
1789
+ id: {
1790
+ type: PropType<string>;
1791
+ default: string;
1792
+ };
1793
+ addBottomSpace: {
1794
+ type: PropType<boolean>;
1795
+ default: boolean;
1796
+ };
1797
+ errorText: {
1798
+ type: PropType<string>;
1799
+ default: string;
1800
+ };
1801
+ hintText: {
1802
+ type: PropType<string>;
1803
+ default: string;
1804
+ };
1805
+ placeholder: {
1806
+ type: PropType<string>;
1807
+ default: undefined;
1808
+ };
1809
+ modelValue: {
1810
+ type: PropType<string>;
1811
+ default: string;
1812
+ };
1813
+ enableTeleport: {
1814
+ type: PropType<boolean>;
1815
+ default: boolean;
1816
+ };
1817
+ timeZone: {
1818
+ type: PropType<string>;
1819
+ default: string;
1820
+ };
1821
+ format: {
1822
+ type: PropType<string>;
1823
+ default: string;
1824
+ };
1825
+ availableDates: {
1826
+ type: PropType<DateRangeSource[]>;
1827
+ default: undefined;
1828
+ };
1829
+ disabledDates: {
1830
+ type: PropType<DateRangeSource[]>;
1831
+ default: undefined;
1832
+ };
1833
+ hideClearButton: {
1834
+ type: PropType<boolean>;
1835
+ default: boolean;
1836
+ };
1837
+ isInputReadonly: {
1838
+ type: PropType<boolean>;
1839
+ default: boolean;
1840
+ };
1841
+ maxDate: {
1842
+ type: PropType<Date>;
1843
+ default: undefined;
1844
+ };
1845
+ minDate: {
1846
+ type: PropType<Date>;
1847
+ default: undefined;
1848
+ };
1849
+ maxPage: {
1850
+ type: PropType<{
1851
+ month: number;
1852
+ year: number;
1853
+ }>;
1854
+ default: undefined;
1855
+ };
1856
+ minPage: {
1857
+ type: PropType<{
1858
+ month: number;
1859
+ year: number;
1860
+ }>;
1861
+ default: undefined;
1862
+ };
1863
+ popoverOptions: {
1864
+ type: PropType<DatePickerPopoverOptions>;
1865
+ };
1866
+ }>> & Readonly<{
1867
+ onBlur?: (() => any) | undefined;
1868
+ "onUpdate:model-value"?: ((date: string | number | Date) => any) | undefined;
1869
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1870
+ "update:model-value": (date: string | number | Date) => void;
1871
+ blur: () => void;
1872
+ }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<ExtractPropTypes<{
1873
+ name: {
1874
+ type: PropType<string>;
1875
+ default: string;
1876
+ };
1877
+ disabled: {
1878
+ type: PropType<boolean>;
1879
+ default: boolean;
1880
+ };
1881
+ mode: {
1882
+ type: PropType<"time" | "date" | "dateTime">;
1883
+ default: string;
1884
+ };
1885
+ label: {
1886
+ type: PropType<string>;
1887
+ default: string;
1888
+ };
1889
+ id: {
1890
+ type: PropType<string>;
1891
+ default: string;
1892
+ };
1893
+ addBottomSpace: {
1894
+ type: PropType<boolean>;
1895
+ default: boolean;
1896
+ };
1897
+ errorText: {
1898
+ type: PropType<string>;
1899
+ default: string;
1900
+ };
1901
+ hintText: {
1902
+ type: PropType<string>;
1903
+ default: string;
1904
+ };
1905
+ placeholder: {
1906
+ type: PropType<string>;
1907
+ default: undefined;
1908
+ };
1909
+ modelValue: {
1910
+ type: PropType<string>;
1911
+ default: string;
1912
+ };
1913
+ enableTeleport: {
1914
+ type: PropType<boolean>;
1915
+ default: boolean;
1916
+ };
1917
+ timeZone: {
1918
+ type: PropType<string>;
1919
+ default: string;
1920
+ };
1921
+ format: {
1922
+ type: PropType<string>;
1923
+ default: string;
1924
+ };
1925
+ availableDates: {
1926
+ type: PropType<DateRangeSource[]>;
1927
+ default: undefined;
1928
+ };
1929
+ disabledDates: {
1930
+ type: PropType<DateRangeSource[]>;
1931
+ default: undefined;
1932
+ };
1933
+ hideClearButton: {
1934
+ type: PropType<boolean>;
1935
+ default: boolean;
1936
+ };
1937
+ isInputReadonly: {
1938
+ type: PropType<boolean>;
1939
+ default: boolean;
1940
+ };
1941
+ maxDate: {
1942
+ type: PropType<Date>;
1943
+ default: undefined;
1944
+ };
1945
+ minDate: {
1946
+ type: PropType<Date>;
1947
+ default: undefined;
1948
+ };
1949
+ maxPage: {
1950
+ type: PropType<{
1951
+ month: number;
1952
+ year: number;
1953
+ }>;
1954
+ default: undefined;
1955
+ };
1956
+ minPage: {
1957
+ type: PropType<{
1958
+ month: number;
1959
+ year: number;
1960
+ }>;
1961
+ default: undefined;
1962
+ };
1963
+ popoverOptions: {
1964
+ type: PropType<DatePickerPopoverOptions>;
1965
+ };
1966
+ }>> & Readonly<{
1967
+ onBlur?: (() => any) | undefined;
1968
+ "onUpdate:model-value"?: ((date: string | number | Date) => any) | undefined;
1969
+ }>, {
1970
+ name: string;
1971
+ disabled: boolean;
1972
+ mode: "time" | "date" | "dateTime";
1973
+ label: string;
1974
+ id: string;
1975
+ addBottomSpace: boolean;
1976
+ errorText: string;
1977
+ hintText: string;
1978
+ placeholder: string;
1979
+ modelValue: string;
1980
+ enableTeleport: boolean;
1981
+ timeZone: string;
1982
+ format: string;
1983
+ availableDates: DateRangeSource[];
1984
+ disabledDates: DateRangeSource[];
1985
+ hideClearButton: boolean;
1986
+ isInputReadonly: boolean;
1987
+ maxDate: Date;
1988
+ minDate: Date;
1989
+ maxPage: {
1990
+ month: number;
1991
+ year: number;
1992
+ };
1993
+ minPage: {
1994
+ month: number;
1995
+ year: number;
1996
+ };
1997
+ }, true, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
1998
+ P: {};
1999
+ B: {};
2000
+ D: {};
2001
+ C: {};
2002
+ M: {};
2003
+ Defaults: {};
2004
+ }, Readonly<ExtractPropTypes<{
2005
+ name: {
2006
+ type: PropType<string>;
2007
+ default: string;
2008
+ };
2009
+ disabled: {
2010
+ type: PropType<boolean>;
2011
+ default: boolean;
2012
+ };
2013
+ mode: {
2014
+ type: PropType<"time" | "date" | "dateTime">;
2015
+ default: string;
2016
+ };
2017
+ label: {
2018
+ type: PropType<string>;
2019
+ default: string;
2020
+ };
2021
+ id: {
2022
+ type: PropType<string>;
2023
+ default: string;
2024
+ };
2025
+ addBottomSpace: {
2026
+ type: PropType<boolean>;
2027
+ default: boolean;
2028
+ };
2029
+ errorText: {
2030
+ type: PropType<string>;
2031
+ default: string;
2032
+ };
2033
+ hintText: {
2034
+ type: PropType<string>;
2035
+ default: string;
2036
+ };
2037
+ placeholder: {
2038
+ type: PropType<string>;
2039
+ default: undefined;
2040
+ };
2041
+ modelValue: {
2042
+ type: PropType<string>;
2043
+ default: string;
2044
+ };
2045
+ enableTeleport: {
2046
+ type: PropType<boolean>;
2047
+ default: boolean;
2048
+ };
2049
+ timeZone: {
2050
+ type: PropType<string>;
2051
+ default: string;
2052
+ };
2053
+ format: {
2054
+ type: PropType<string>;
2055
+ default: string;
2056
+ };
2057
+ availableDates: {
2058
+ type: PropType<DateRangeSource[]>;
2059
+ default: undefined;
2060
+ };
2061
+ disabledDates: {
2062
+ type: PropType<DateRangeSource[]>;
2063
+ default: undefined;
2064
+ };
2065
+ hideClearButton: {
2066
+ type: PropType<boolean>;
2067
+ default: boolean;
2068
+ };
2069
+ isInputReadonly: {
2070
+ type: PropType<boolean>;
2071
+ default: boolean;
2072
+ };
2073
+ maxDate: {
2074
+ type: PropType<Date>;
2075
+ default: undefined;
2076
+ };
2077
+ minDate: {
2078
+ type: PropType<Date>;
2079
+ default: undefined;
2080
+ };
2081
+ maxPage: {
2082
+ type: PropType<{
2083
+ month: number;
2084
+ year: number;
2085
+ }>;
2086
+ default: undefined;
2087
+ };
2088
+ minPage: {
2089
+ type: PropType<{
2090
+ month: number;
2091
+ year: number;
2092
+ }>;
2093
+ default: undefined;
2094
+ };
2095
+ popoverOptions: {
2096
+ type: PropType<DatePickerPopoverOptions>;
2097
+ };
2098
+ }>> & Readonly<{
2099
+ onBlur?: (() => any) | undefined;
2100
+ "onUpdate:model-value"?: ((date: string | number | Date) => any) | undefined;
2101
+ }>, {}, {}, {}, {}, {
2102
+ name: string;
2103
+ disabled: boolean;
2104
+ mode: "time" | "date" | "dateTime";
2105
+ label: string;
2106
+ id: string;
2107
+ addBottomSpace: boolean;
2108
+ errorText: string;
2109
+ hintText: string;
2110
+ placeholder: string;
2111
+ modelValue: string;
2112
+ enableTeleport: boolean;
2113
+ timeZone: string;
2114
+ format: string;
2115
+ availableDates: DateRangeSource[];
2116
+ disabledDates: DateRangeSource[];
2117
+ hideClearButton: boolean;
2118
+ isInputReadonly: boolean;
2119
+ maxDate: Date;
2120
+ minDate: Date;
2121
+ maxPage: {
2122
+ month: number;
2123
+ year: number;
2124
+ };
2125
+ minPage: {
2126
+ month: number;
2127
+ year: number;
2128
+ };
2129
+ }>;
2130
+ __isFragment?: undefined;
2131
+ __isTeleport?: undefined;
2132
+ __isSuspense?: undefined;
2133
+ } & ComponentOptionsBase<Readonly<ExtractPropTypes<{
2134
+ name: {
2135
+ type: PropType<string>;
2136
+ default: string;
2137
+ };
2138
+ disabled: {
2139
+ type: PropType<boolean>;
2140
+ default: boolean;
2141
+ };
2142
+ mode: {
2143
+ type: PropType<"time" | "date" | "dateTime">;
2144
+ default: string;
2145
+ };
2146
+ label: {
2147
+ type: PropType<string>;
2148
+ default: string;
2149
+ };
2150
+ id: {
2151
+ type: PropType<string>;
2152
+ default: string;
2153
+ };
2154
+ addBottomSpace: {
2155
+ type: PropType<boolean>;
2156
+ default: boolean;
2157
+ };
2158
+ errorText: {
2159
+ type: PropType<string>;
2160
+ default: string;
2161
+ };
2162
+ hintText: {
2163
+ type: PropType<string>;
2164
+ default: string;
2165
+ };
2166
+ placeholder: {
2167
+ type: PropType<string>;
2168
+ default: undefined;
2169
+ };
2170
+ modelValue: {
2171
+ type: PropType<string>;
2172
+ default: string;
2173
+ };
2174
+ enableTeleport: {
2175
+ type: PropType<boolean>;
2176
+ default: boolean;
2177
+ };
2178
+ timeZone: {
2179
+ type: PropType<string>;
2180
+ default: string;
2181
+ };
2182
+ format: {
2183
+ type: PropType<string>;
2184
+ default: string;
2185
+ };
2186
+ availableDates: {
2187
+ type: PropType<DateRangeSource[]>;
2188
+ default: undefined;
2189
+ };
2190
+ disabledDates: {
2191
+ type: PropType<DateRangeSource[]>;
2192
+ default: undefined;
2193
+ };
2194
+ hideClearButton: {
2195
+ type: PropType<boolean>;
2196
+ default: boolean;
2197
+ };
2198
+ isInputReadonly: {
2199
+ type: PropType<boolean>;
2200
+ default: boolean;
2201
+ };
2202
+ maxDate: {
2203
+ type: PropType<Date>;
2204
+ default: undefined;
2205
+ };
2206
+ minDate: {
2207
+ type: PropType<Date>;
2208
+ default: undefined;
2209
+ };
2210
+ maxPage: {
2211
+ type: PropType<{
2212
+ month: number;
2213
+ year: number;
2214
+ }>;
2215
+ default: undefined;
2216
+ };
2217
+ minPage: {
2218
+ type: PropType<{
2219
+ month: number;
2220
+ year: number;
2221
+ }>;
2222
+ default: undefined;
2223
+ };
2224
+ popoverOptions: {
2225
+ type: PropType<DatePickerPopoverOptions>;
2226
+ };
2227
+ }>> & Readonly<{
2228
+ onBlur?: (() => any) | undefined;
2229
+ "onUpdate:model-value"?: ((date: string | number | Date) => any) | undefined;
2230
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2231
+ "update:model-value": (date: string | number | Date) => void;
2232
+ blur: () => void;
2233
+ }, string, {
2234
+ name: string;
2235
+ disabled: boolean;
2236
+ mode: "time" | "date" | "dateTime";
2237
+ label: string;
2238
+ id: string;
2239
+ addBottomSpace: boolean;
2240
+ errorText: string;
2241
+ hintText: string;
2242
+ placeholder: string;
2243
+ modelValue: string;
2244
+ enableTeleport: boolean;
2245
+ timeZone: string;
2246
+ format: string;
2247
+ availableDates: DateRangeSource[];
2248
+ disabledDates: DateRangeSource[];
2249
+ hideClearButton: boolean;
2250
+ isInputReadonly: boolean;
2251
+ maxDate: Date;
2252
+ minDate: Date;
2253
+ maxPage: {
2254
+ month: number;
2255
+ year: number;
2256
+ };
2257
+ minPage: {
2258
+ month: number;
2259
+ year: number;
2260
+ };
2261
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
2262
+ $slots: {
2263
+ hint?(_: {}): any;
2264
+ };
2265
+ });
2266
+ }, {}, string, ComponentProvideOptions, true, {}, any>;
128
2267
  export default _default;
129
2268
 
130
2269
  export { }