@flux-ui/components 3.0.0-next.66 → 3.0.0-next.67

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 (211) hide show
  1. package/dist/component/FluxAction.vue.d.ts +2 -1
  2. package/dist/component/FluxActionBar.vue.d.ts +23 -47
  3. package/dist/component/FluxActionPane.vue.d.ts +8 -17
  4. package/dist/component/FluxActionStack.vue.d.ts +7 -152
  5. package/dist/component/FluxAdaptiveGroup.vue.d.ts +6 -17
  6. package/dist/component/FluxAdaptiveSlot.vue.d.ts +8 -24
  7. package/dist/component/FluxAlert.vue.d.ts +2 -1
  8. package/dist/component/FluxAnimatedColors.vue.d.ts +2 -3
  9. package/dist/component/FluxAspectRatio.vue.d.ts +6 -13
  10. package/dist/component/FluxAvatar.vue.d.ts +2 -1
  11. package/dist/component/FluxBadge.vue.d.ts +2 -1
  12. package/dist/component/FluxBadgeStack.vue.d.ts +6 -13
  13. package/dist/component/FluxBorderShine.vue.d.ts +3 -2
  14. package/dist/component/FluxBoxedIcon.vue.d.ts +2 -1
  15. package/dist/component/FluxButton.vue.d.ts +5 -4
  16. package/dist/component/FluxButtonGroup.vue.d.ts +6 -13
  17. package/dist/component/FluxButtonStack.vue.d.ts +6 -13
  18. package/dist/component/FluxCalendar.vue.d.ts +7 -14
  19. package/dist/component/FluxCalendarItem.vue.d.ts +7 -14
  20. package/dist/component/FluxCheckbox.vue.d.ts +6 -6
  21. package/dist/component/FluxChip.vue.d.ts +2 -1
  22. package/dist/component/FluxClickablePane.vue.d.ts +7 -15
  23. package/dist/component/FluxColorPicker.vue.d.ts +6 -4
  24. package/dist/component/FluxColorSelect.vue.d.ts +6 -4
  25. package/dist/component/FluxCommandPalette.vue.d.ts +5 -38
  26. package/dist/component/FluxCommandPaletteGroup.vue.d.ts +2 -1
  27. package/dist/component/FluxCommandPaletteItem.vue.d.ts +3 -2
  28. package/dist/component/FluxComment.vue.d.ts +6 -13
  29. package/dist/component/FluxConfirm.vue.d.ts +2 -1
  30. package/dist/component/FluxContainer.vue.d.ts +6 -13
  31. package/dist/component/FluxDataTable.vue.d.ts +20 -50
  32. package/dist/component/FluxDatePicker.vue.d.ts +6 -4
  33. package/dist/component/FluxDestructiveButton.vue.d.ts +5 -10
  34. package/dist/component/FluxDisabled.vue.d.ts +7 -11
  35. package/dist/component/FluxDivider.vue.d.ts +6 -13
  36. package/dist/component/FluxDotPattern.vue.d.ts +2 -3
  37. package/dist/component/FluxDropZone.vue.d.ts +21 -46
  38. package/dist/component/FluxDynamicView.vue.d.ts +2 -1
  39. package/dist/component/FluxExpandable.vue.d.ts +24 -26
  40. package/dist/component/FluxExpandableGroup.vue.d.ts +6 -13
  41. package/dist/component/FluxFader.vue.d.ts +11 -26
  42. package/dist/component/FluxFaderItem.vue.d.ts +6 -13
  43. package/dist/component/FluxFilter.vue.d.ts +9 -16
  44. package/dist/component/FluxFilterBar.vue.d.ts +9 -15
  45. package/dist/component/FluxFilterBase.vue.d.ts +16 -30
  46. package/dist/component/FluxFilterDate.vue.d.ts +2 -1
  47. package/dist/component/FluxFilterDateRange.vue.d.ts +2 -1
  48. package/dist/component/FluxFilterOption.vue.d.ts +6 -4
  49. package/dist/component/FluxFilterOptionAsync.vue.d.ts +6 -4
  50. package/dist/component/FluxFilterOptions.vue.d.ts +6 -4
  51. package/dist/component/FluxFilterOptionsAsync.vue.d.ts +6 -4
  52. package/dist/component/FluxFilterRange.vue.d.ts +2 -1
  53. package/dist/component/FluxFilterWindow.vue.d.ts +7 -143
  54. package/dist/component/FluxFlex.vue.d.ts +6 -13
  55. package/dist/component/FluxFlexItem.vue.d.ts +6 -13
  56. package/dist/component/FluxFlickeringGrid.vue.d.ts +2 -3
  57. package/dist/component/FluxFlyout.vue.d.ts +21 -161
  58. package/dist/component/FluxFocalPointEditor.vue.d.ts +13 -19
  59. package/dist/component/FluxFocalPointImage.vue.d.ts +2 -1
  60. package/dist/component/FluxForm.vue.d.ts +7 -14
  61. package/dist/component/FluxFormColumn.vue.d.ts +6 -13
  62. package/dist/component/FluxFormDateInput.vue.d.ts +8 -158
  63. package/dist/component/FluxFormDateRangeInput.vue.d.ts +8 -158
  64. package/dist/component/FluxFormDateTimeInput.vue.d.ts +8 -158
  65. package/dist/component/FluxFormField.vue.d.ts +24 -49
  66. package/dist/component/FluxFormFieldAddition.vue.d.ts +7 -11
  67. package/dist/component/FluxFormGrid.vue.d.ts +6 -13
  68. package/dist/component/FluxFormInput.vue.d.ts +6 -6
  69. package/dist/component/FluxFormInputAddition.vue.d.ts +6 -13
  70. package/dist/component/FluxFormInputGroup.vue.d.ts +6 -13
  71. package/dist/component/FluxFormPinInput.vue.d.ts +6 -6
  72. package/dist/component/FluxFormRangeSlider.vue.d.ts +7 -78
  73. package/dist/component/FluxFormRow.vue.d.ts +6 -13
  74. package/dist/component/FluxFormSection.vue.d.ts +6 -13
  75. package/dist/component/FluxFormSelect.vue.d.ts +5 -3
  76. package/dist/component/FluxFormSelectAsync.vue.d.ts +5 -3
  77. package/dist/component/FluxFormSlider.vue.d.ts +7 -42
  78. package/dist/component/FluxFormTextArea.vue.d.ts +6 -6
  79. package/dist/component/FluxFormTimeZonePicker.vue.d.ts +5 -3
  80. package/dist/component/FluxFormTreeViewSelect.vue.d.ts +8 -176
  81. package/dist/component/FluxGallery.vue.d.ts +7 -14
  82. package/dist/component/FluxGalleryItem.vue.d.ts +3 -2
  83. package/dist/component/FluxGrid.vue.d.ts +6 -13
  84. package/dist/component/FluxGridColumn.vue.d.ts +6 -13
  85. package/dist/component/FluxGridPattern.vue.d.ts +2 -3
  86. package/dist/component/FluxIcon.vue.d.ts +2 -1
  87. package/dist/component/FluxInfo.vue.d.ts +6 -13
  88. package/dist/component/FluxInfoStack.vue.d.ts +6 -13
  89. package/dist/component/FluxItem.vue.d.ts +7 -11
  90. package/dist/component/FluxItemActions.vue.d.ts +7 -11
  91. package/dist/component/FluxItemContent.vue.d.ts +7 -11
  92. package/dist/component/FluxItemMedia.vue.d.ts +7 -11
  93. package/dist/component/FluxItemStack.vue.d.ts +7 -11
  94. package/dist/component/FluxKanban.vue.d.ts +7 -18
  95. package/dist/component/FluxKanbanColumn.vue.d.ts +10 -27
  96. package/dist/component/FluxKanbanItem.vue.d.ts +6 -17
  97. package/dist/component/FluxLayerPane.vue.d.ts +6 -13
  98. package/dist/component/FluxLayerPaneSecondary.vue.d.ts +6 -13
  99. package/dist/component/FluxLegend.vue.d.ts +2 -1
  100. package/dist/component/FluxLink.vue.d.ts +5 -10
  101. package/dist/component/FluxMenu.vue.d.ts +6 -17
  102. package/dist/component/FluxMenuCollapsible.vue.d.ts +9 -17
  103. package/dist/component/FluxMenuGroup.vue.d.ts +6 -13
  104. package/dist/component/FluxMenuItem.vue.d.ts +8 -16
  105. package/dist/component/FluxMenuOptions.vue.d.ts +10 -16
  106. package/dist/component/FluxMenuSubHeader.vue.d.ts +2 -1
  107. package/dist/component/FluxMenuTitle.vue.d.ts +2 -1
  108. package/dist/component/FluxNotice.vue.d.ts +8 -16
  109. package/dist/component/FluxNoticeStack.vue.d.ts +6 -13
  110. package/dist/component/FluxOverflowBar.vue.d.ts +10 -29
  111. package/dist/component/FluxOverlay.vue.d.ts +3 -2
  112. package/dist/component/FluxOverlayProvider.vue.d.ts +2 -1
  113. package/dist/component/FluxPagination.vue.d.ts +3 -2
  114. package/dist/component/FluxPaginationBar.vue.d.ts +3 -2
  115. package/dist/component/FluxPaginationButton.vue.d.ts +5 -10
  116. package/dist/component/FluxPane.vue.d.ts +7 -15
  117. package/dist/component/FluxPaneBody.vue.d.ts +6 -13
  118. package/dist/component/FluxPaneFooter.vue.d.ts +6 -13
  119. package/dist/component/FluxPaneGroup.vue.d.ts +6 -13
  120. package/dist/component/FluxPaneHeader.vue.d.ts +7 -15
  121. package/dist/component/FluxPaneIllustration.vue.d.ts +7 -15
  122. package/dist/component/FluxPaneMedia.vue.d.ts +2 -1
  123. package/dist/component/FluxPercentageBar.vue.d.ts +2 -1
  124. package/dist/component/FluxPersona.vue.d.ts +3 -2
  125. package/dist/component/FluxPlaceholder.vue.d.ts +8 -12
  126. package/dist/component/FluxPressable.vue.d.ts +6 -13
  127. package/dist/component/FluxPrimaryButton.vue.d.ts +5 -10
  128. package/dist/component/FluxPrimaryLinkButton.vue.d.ts +5 -10
  129. package/dist/component/FluxProgressBar.vue.d.ts +2 -1
  130. package/dist/component/FluxPrompt.vue.d.ts +4 -59
  131. package/dist/component/FluxPublishButton.vue.d.ts +2 -1
  132. package/dist/component/FluxQuantitySelector.vue.d.ts +6 -6
  133. package/dist/component/FluxRemove.vue.d.ts +3 -2
  134. package/dist/component/FluxRoot.vue.d.ts +6 -13
  135. package/dist/component/FluxScroller.vue.d.ts +6 -17
  136. package/dist/component/FluxSecondaryButton.vue.d.ts +5 -10
  137. package/dist/component/FluxSecondaryLinkButton.vue.d.ts +5 -10
  138. package/dist/component/FluxSegmentedControl.vue.d.ts +6 -7
  139. package/dist/component/FluxSegmentedView.vue.d.ts +3 -2
  140. package/dist/component/FluxSeparator.vue.d.ts +2 -1
  141. package/dist/component/FluxSlideOver.vue.d.ts +3 -2
  142. package/dist/component/FluxSnackbar.vue.d.ts +2 -1
  143. package/dist/component/FluxSnackbarProvider.vue.d.ts +2 -1
  144. package/dist/component/FluxSpacer.vue.d.ts +2 -1
  145. package/dist/component/FluxSpacing.vue.d.ts +2 -1
  146. package/dist/component/FluxSpinner.vue.d.ts +2 -1
  147. package/dist/component/FluxSplitButton.vue.d.ts +17 -35
  148. package/dist/component/FluxSplitView.vue.d.ts +6 -17
  149. package/dist/component/FluxSplitViewPane.vue.d.ts +6 -13
  150. package/dist/component/FluxStatistic.vue.d.ts +2 -1
  151. package/dist/component/FluxStepper.vue.d.ts +22 -42
  152. package/dist/component/FluxStepperStep.vue.d.ts +6 -13
  153. package/dist/component/FluxStepperSteps.vue.d.ts +3 -2
  154. package/dist/component/FluxSticky.vue.d.ts +8 -21
  155. package/dist/component/FluxTab.vue.d.ts +6 -13
  156. package/dist/component/FluxTabBar.vue.d.ts +6 -17
  157. package/dist/component/FluxTabBarItem.vue.d.ts +4 -81
  158. package/dist/component/FluxTable.vue.d.ts +11 -23
  159. package/dist/component/FluxTableActions.vue.d.ts +6 -13
  160. package/dist/component/FluxTableBar.vue.d.ts +6 -13
  161. package/dist/component/FluxTableCell.vue.d.ts +7 -15
  162. package/dist/component/FluxTableHeader.vue.d.ts +7 -14
  163. package/dist/component/FluxTableRow.vue.d.ts +6 -13
  164. package/dist/component/FluxTabs.vue.d.ts +28 -52
  165. package/dist/component/FluxTag.vue.d.ts +2 -1
  166. package/dist/component/FluxTagStack.vue.d.ts +6 -13
  167. package/dist/component/FluxTicks.vue.d.ts +2 -1
  168. package/dist/component/FluxTimeline.vue.d.ts +6 -13
  169. package/dist/component/FluxTimelineItem.vue.d.ts +6 -13
  170. package/dist/component/FluxToggle.vue.d.ts +6 -4
  171. package/dist/component/FluxToolbar.vue.d.ts +6 -13
  172. package/dist/component/FluxToolbarGroup.vue.d.ts +6 -13
  173. package/dist/component/FluxTooltip.vue.d.ts +3 -2
  174. package/dist/component/FluxTooltipProvider.vue.d.ts +2 -1
  175. package/dist/component/FluxTreeView.vue.d.ts +3 -4
  176. package/dist/component/FluxWindow.vue.d.ts +14 -28
  177. package/dist/component/calendar/FluxCalendarItemDisplay.vue.d.ts +2 -3
  178. package/dist/component/calendar/FluxCalendarMonthView.vue.d.ts +2 -1
  179. package/dist/component/calendar/FluxCalendarTimeGridView.vue.d.ts +3 -2
  180. package/dist/component/primitive/Anchor.vue.d.ts +6 -13
  181. package/dist/component/primitive/AnchorPopup.vue.d.ts +6 -17
  182. package/dist/component/primitive/CoordinatePicker.vue.d.ts +6 -6
  183. package/dist/component/primitive/CoordinatePickerThumb.vue.d.ts +3 -2
  184. package/dist/component/primitive/DialogLayout.vue.d.ts +7 -15
  185. package/dist/component/primitive/FilterBadge.vue.d.ts +2 -1
  186. package/dist/component/primitive/FilterItem.vue.d.ts +2 -1
  187. package/dist/component/primitive/FilterOptionBase.vue.d.ts +6 -4
  188. package/dist/component/primitive/SelectBase.vue.d.ts +8 -282
  189. package/dist/component/primitive/SliderBase.vue.d.ts +8 -16
  190. package/dist/component/primitive/SliderThumb.vue.d.ts +3 -2
  191. package/dist/component/primitive/SliderTrack.vue.d.ts +7 -11
  192. package/dist/component/primitive/TreeNodeRenderer.vue.d.ts +15 -14
  193. package/dist/index.css +15 -7
  194. package/dist/index.js +134 -108
  195. package/dist/index.js.map +1 -1
  196. package/dist/transition/FluxAutoHeightTransition.vue.d.ts +6 -13
  197. package/dist/transition/FluxAutoWidthTransition.vue.d.ts +6 -13
  198. package/dist/transition/FluxBreakthroughTransition.vue.d.ts +6 -13
  199. package/dist/transition/FluxFadeTransition.vue.d.ts +6 -13
  200. package/dist/transition/FluxOverlayTransition.vue.d.ts +6 -13
  201. package/dist/transition/FluxRouteTransition.vue.d.ts +6 -13
  202. package/dist/transition/FluxSlideOverTransition.vue.d.ts +6 -13
  203. package/dist/transition/FluxTooltipTransition.vue.d.ts +6 -13
  204. package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +6 -13
  205. package/dist/transition/FluxWindowTransition.vue.d.ts +6 -13
  206. package/dist/vite.js.map +1 -1
  207. package/package.json +8 -8
  208. package/src/component/FluxDataTable.vue +12 -3
  209. package/src/component/FluxTable.vue +13 -3
  210. package/src/css/component/Form.module.scss +17 -3
  211. package/src/util/createDialogRenderer.ts +0 -1
@@ -1,38 +1,24 @@
1
1
  import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ type __VLS_Slots = {
3
+ default(props: {
4
+ back(to?: string): void;
5
+ navigate(to: string): void;
6
+ }): VNode[];
7
+ [key: string]: (props: {
8
+ back(to?: string): void;
9
+ navigate(to: string): void;
10
+ }) => any;
11
+ };
2
12
  declare function back(to?: string): void;
3
13
  declare function navigate(to: string): void;
4
- declare function __VLS_template(): {
5
- attrs: Partial<{}>;
6
- slots: Readonly<{
7
- [key: string]: (props: {
8
- back(to?: string): void;
9
- navigate(to: string): void;
10
- }) => any;
11
- default(props: {
12
- back(to?: string): void;
13
- navigate(to: string): void;
14
- }): VNode[];
15
- }> & {
16
- [key: string]: (props: {
17
- back(to?: string): void;
18
- navigate(to: string): void;
19
- }) => any;
20
- default(props: {
21
- back(to?: string): void;
22
- navigate(to: string): void;
23
- }): VNode[];
24
- };
25
- refs: {};
26
- rootEl: any;
27
- };
28
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
29
- declare const __VLS_component: DefineComponent<{}, {
14
+ declare const __VLS_base: DefineComponent<{}, {
30
15
  back: typeof back;
31
16
  navigate: typeof navigate;
32
17
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
33
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
18
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
+ declare const _default: typeof __VLS_export;
34
20
  export default _default;
35
- type __VLS_WithTemplateSlots<T, S> = T & {
21
+ type __VLS_WithSlots<T, S> = T & {
36
22
  new (): {
37
23
  $slots: S;
38
24
  };
@@ -3,7 +3,6 @@ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOp
3
3
  type __VLS_Props = {
4
4
  readonly data: FluxCalendarItemData;
5
5
  };
6
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
7
- root: HTMLButtonElement;
8
- }, HTMLButtonElement>;
6
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
7
+ declare const _default: typeof __VLS_export;
9
8
  export default _default;
@@ -11,9 +11,10 @@ type __VLS_Props = {
11
11
  readonly hasActiveDrag: boolean;
12
12
  readonly focusedDate?: DateTime | null;
13
13
  };
14
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
15
  cellDrop: (args_0: DateTime<boolean>) => any;
16
16
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
17
17
  onCellDrop?: (args_0: DateTime<boolean>) => any;
18
18
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
+ declare const _default: typeof __VLS_export;
19
20
  export default _default;
@@ -12,7 +12,7 @@ type __VLS_Props = {
12
12
  readonly snapMinutes: number;
13
13
  readonly dayCount: 1 | 2 | 7;
14
14
  };
15
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
16
16
  resize: (args_0: {
17
17
  id: string | number;
18
18
  fromDate: DateTime;
@@ -32,5 +32,6 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
32
32
  }) => any;
33
33
  onTimeGridDrop?: (args_0: DateTime<boolean>) => any;
34
34
  onAllDayDrop?: (args_0: DateTime<boolean>) => any;
35
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
35
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
36
+ declare const _default: typeof __VLS_export;
36
37
  export default _default;
@@ -2,21 +2,14 @@ import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentPr
2
2
  type __VLS_Props = {
3
3
  readonly tagName: keyof HTMLElementTagNameMap;
4
4
  };
5
- declare function __VLS_template(): {
6
- attrs: Partial<{}>;
7
- slots: Readonly<{
8
- default(): VNode[];
9
- }> & {
10
- default(): VNode[];
11
- };
12
- refs: {};
13
- rootEl: any;
5
+ type __VLS_Slots = {
6
+ default(): VNode[];
14
7
  };
15
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
16
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
17
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
8
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
9
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
10
+ declare const _default: typeof __VLS_export;
18
11
  export default _default;
19
- type __VLS_WithTemplateSlots<T, S> = T & {
12
+ type __VLS_WithSlots<T, S> = T & {
20
13
  new (): {
21
14
  $slots: S;
22
15
  };
@@ -7,25 +7,14 @@ type __VLS_Props = {
7
7
  readonly position?: 'top' | 'top-left' | 'top-right' | 'left' | 'left-top' | 'left-bottom' | 'right' | 'right-top' | 'right-bottom' | 'bottom' | 'bottom-left' | 'bottom-right';
8
8
  readonly useAnchorWidth?: boolean;
9
9
  };
10
- declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
- slots: Readonly<{
13
- default(): VNode[];
14
- }> & {
15
- default(): VNode[];
16
- };
17
- refs: {
18
- popup: HTMLDivElement;
19
- };
20
- rootEl: HTMLDivElement;
10
+ type __VLS_Slots = {
11
+ default(): VNode[];
21
12
  };
22
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
23
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
24
- popup: HTMLDivElement;
25
- }, HTMLDivElement>;
26
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
13
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
27
16
  export default _default;
28
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
29
18
  new (): {
30
19
  $slots: S;
31
20
  };
@@ -6,16 +6,16 @@ type __VLS_Props = {
6
6
  readonly min?: number | [number, number];
7
7
  readonly step?: number | [number, number];
8
8
  };
9
- type __VLS_PublicProps = {
9
+ type __VLS_ModelProps = {
10
10
  modelValue?: [number, number];
11
- } & __VLS_Props;
12
- declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
+ };
12
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
13
+ declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
14
  "update:modelValue": (value: [number, number]) => any;
14
15
  dragging: (args_0: boolean) => any;
15
16
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
17
  "onUpdate:modelValue"?: (value: [number, number]) => any;
17
18
  onDragging?: (args_0: boolean) => any;
18
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
19
- root: HTMLDivElement;
20
- }, HTMLDivElement>;
19
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
20
+ declare const _default: typeof __VLS_export;
21
21
  export default _default;
@@ -4,7 +4,7 @@ type __VLS_Props = {
4
4
  readonly isDragging?: boolean;
5
5
  readonly position: [number, number];
6
6
  };
7
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
8
  decrement: (args_0: boolean, args_1: boolean) => any;
9
9
  grab: (args_0: PointerEvent) => any;
10
10
  increment: (args_0: boolean, args_1: boolean) => any;
@@ -12,5 +12,6 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
12
12
  onDecrement?: (args_0: boolean, args_1: boolean) => any;
13
13
  onGrab?: (args_0: PointerEvent) => any;
14
14
  onIncrement?: (args_0: boolean, args_1: boolean) => any;
15
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
15
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
@@ -5,23 +5,15 @@ type __VLS_Props = {
5
5
  readonly message?: string;
6
6
  readonly title: string;
7
7
  };
8
- declare function __VLS_template(): {
9
- attrs: Partial<{}>;
10
- slots: Readonly<{
11
- default?(): VNode[];
12
- footer(): VNode[];
13
- }> & {
14
- default?(): VNode[];
15
- footer(): VNode[];
16
- };
17
- refs: {};
18
- rootEl: HTMLDivElement;
8
+ type __VLS_Slots = {
9
+ default?(): VNode[];
10
+ footer(): VNode[];
19
11
  };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
22
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
14
+ declare const _default: typeof __VLS_export;
23
15
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
25
17
  new (): {
26
18
  $slots: S;
27
19
  };
@@ -4,9 +4,10 @@ type __VLS_Props = {
4
4
  readonly item: FluxFilterDefinition;
5
5
  readonly value: FluxFilterValue;
6
6
  };
7
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
8
  click: (args_0: MouseEvent) => any;
9
9
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  onClick?: (args_0: MouseEvent) => any;
11
11
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
@@ -5,9 +5,10 @@ type __VLS_Props = {
5
5
  readonly value: FluxFilterValue;
6
6
  readonly disabled?: boolean;
7
7
  };
8
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
9
  click: (args_0: MouseEvent) => any;
10
10
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
11
11
  onClick?: (args_0: MouseEvent) => any;
12
12
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
@@ -7,14 +7,16 @@ type __VLS_Props = {
7
7
  readonly selected: FluxFilterValueSingle[];
8
8
  readonly searchPlaceholder?: string;
9
9
  };
10
- type __VLS_PublicProps = {
10
+ type __VLS_ModelProps = {
11
11
  'searchQuery'?: string;
12
- } & __VLS_Props;
13
- declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
+ };
13
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
14
+ declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
15
  select: (args_0: FluxFilterValueSingle) => any;
15
16
  "update:searchQuery": (value: string) => any;
16
17
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
18
  onSelect?: (args_0: FluxFilterValueSingle) => any;
18
19
  "onUpdate:searchQuery"?: (value: string) => any;
19
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
20
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -1,6 +1,5 @@
1
- import { FluxFormSelectOption, FluxFormSelectOptions, FluxDirection, FluxFormInputBaseProps, FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType, FluxTo, FluxPressableType, FluxButtonProps } from '@flux-ui/types';
2
- import { ComponentPublicInstance, nextTick, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle, ComponentCustomProperties, VNode, CreateComponentPublicInstanceWithMixins } from 'vue';
3
- import { OnCleanup } from '@vue/reactivity';
1
+ import { FluxFormSelectOption, FluxFormSelectOptions } from '@flux-ui/types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  type __VLS_Props = {
5
4
  readonly disabled?: boolean;
6
5
  readonly isLoading?: boolean;
@@ -10,10 +9,11 @@ type __VLS_Props = {
10
9
  readonly placeholder?: string;
11
10
  readonly selected: FluxFormSelectOption[];
12
11
  };
13
- type __VLS_PublicProps = {
12
+ type __VLS_ModelProps = {
14
13
  'searchQuery'?: string;
15
- } & __VLS_Props;
16
- declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ };
15
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
16
+ declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
17
17
  close: () => any;
18
18
  search: (args_0: string) => any;
19
19
  select: (args_0: string | number) => any;
@@ -29,280 +29,6 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
29
29
  "onUpdate:searchQuery"?: (value: string) => any;
30
30
  onKeyDown?: (args_0: KeyboardEvent) => any;
31
31
  onDeselect?: (args_0: string | number) => any;
32
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
33
- anchor: {
34
- $: ComponentInternalInstance;
35
- $data: {};
36
- $props: {
37
- readonly tagName: keyof HTMLElementTagNameMap;
38
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
39
- $attrs: Attrs;
40
- $refs: {
41
- [x: string]: unknown;
42
- };
43
- $slots: Readonly<{
44
- [name: string]: Slot<any>;
45
- }>;
46
- $root: ComponentPublicInstance | null;
47
- $parent: ComponentPublicInstance | null;
48
- $host: Element | null;
49
- $emit: (event: string, ...args: any[]) => void;
50
- $el: any;
51
- $options: ComponentOptionsBase<Readonly<{
52
- readonly tagName: keyof HTMLElementTagNameMap;
53
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
54
- beforeCreate?: (() => void) | (() => void)[];
55
- created?: (() => void) | (() => void)[];
56
- beforeMount?: (() => void) | (() => void)[];
57
- mounted?: (() => void) | (() => void)[];
58
- beforeUpdate?: (() => void) | (() => void)[];
59
- updated?: (() => void) | (() => void)[];
60
- activated?: (() => void) | (() => void)[];
61
- deactivated?: (() => void) | (() => void)[];
62
- beforeDestroy?: (() => void) | (() => void)[];
63
- beforeUnmount?: (() => void) | (() => void)[];
64
- destroyed?: (() => void) | (() => void)[];
65
- unmounted?: (() => void) | (() => void)[];
66
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
67
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
68
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
69
- };
70
- $forceUpdate: () => void;
71
- $nextTick: typeof nextTick;
72
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
73
- } & Readonly<{}> & Omit<Readonly<{
74
- readonly tagName: keyof HTMLElementTagNameMap;
75
- }> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
76
- $slots: Readonly<{
77
- default(): VNode[];
78
- }> & {
79
- default(): VNode[];
80
- };
81
- };
82
- anchorPopup: {
83
- $: ComponentInternalInstance;
84
- $data: {};
85
- $props: Partial<{}> & Omit<{
86
- readonly anchor?: ComponentPublicInstance | HTMLElement | null;
87
- readonly direction?: FluxDirection;
88
- readonly margin?: number;
89
- readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
90
- readonly useAnchorWidth?: boolean;
91
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
92
- $attrs: Attrs;
93
- $refs: {
94
- [x: string]: unknown;
95
- } & {
96
- popup: HTMLDivElement;
97
- };
98
- $slots: Readonly<{
99
- [name: string]: Slot<any>;
100
- }>;
101
- $root: ComponentPublicInstance | null;
102
- $parent: ComponentPublicInstance | null;
103
- $host: Element | null;
104
- $emit: (event: string, ...args: any[]) => void;
105
- $el: HTMLDivElement;
106
- $options: ComponentOptionsBase<Readonly<{
107
- readonly anchor?: ComponentPublicInstance | HTMLElement | null;
108
- readonly direction?: FluxDirection;
109
- readonly margin?: number;
110
- readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
111
- readonly useAnchorWidth?: boolean;
112
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
113
- beforeCreate?: (() => void) | (() => void)[];
114
- created?: (() => void) | (() => void)[];
115
- beforeMount?: (() => void) | (() => void)[];
116
- mounted?: (() => void) | (() => void)[];
117
- beforeUpdate?: (() => void) | (() => void)[];
118
- updated?: (() => void) | (() => void)[];
119
- activated?: (() => void) | (() => void)[];
120
- deactivated?: (() => void) | (() => void)[];
121
- beforeDestroy?: (() => void) | (() => void)[];
122
- beforeUnmount?: (() => void) | (() => void)[];
123
- destroyed?: (() => void) | (() => void)[];
124
- unmounted?: (() => void) | (() => void)[];
125
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
126
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
127
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
128
- };
129
- $forceUpdate: () => void;
130
- $nextTick: typeof nextTick;
131
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
132
- } & Readonly<{}> & Omit<Readonly<{
133
- readonly anchor?: ComponentPublicInstance | HTMLElement | null;
134
- readonly direction?: FluxDirection;
135
- readonly margin?: number;
136
- readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
137
- readonly useAnchorWidth?: boolean;
138
- }> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
139
- $slots: Readonly<{
140
- default(): VNode[];
141
- }> & {
142
- default(): VNode[];
143
- };
144
- };
145
- searchInputElement: CreateComponentPublicInstanceWithMixins<Readonly<{
146
- modelValue?: object | string | number | null;
147
- } & FluxFormInputBaseProps & {
148
- readonly autoComplete?: FluxAutoCompleteType;
149
- readonly iconLeading?: FluxIconName;
150
- readonly iconTrailing?: FluxIconName;
151
- readonly max?: string | number;
152
- readonly maxLength?: number;
153
- readonly min?: string | number;
154
- readonly pattern?: FluxInputMask;
155
- readonly step?: number;
156
- readonly type?: FluxInputType;
157
- }> & Readonly<{
158
- onBlur?: () => any;
159
- onFocus?: () => any;
160
- "onUpdate:modelValue"?: (value: string | number | object) => any;
161
- onShowPicker?: () => any;
162
- }>, {
163
- blur: () => void;
164
- focus: () => void;
165
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
166
- blur: () => any;
167
- focus: () => any;
168
- "update:modelValue": (value: string | number | object) => any;
169
- showPicker: () => any;
170
- }, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
171
- input: HTMLInputElement;
172
- }, HTMLDivElement, ComponentProvideOptions, {
173
- P: {};
174
- B: {};
175
- D: {};
176
- C: {};
177
- M: {};
178
- Defaults: {};
179
- }, Readonly<{
180
- modelValue?: object | string | number | null;
181
- } & FluxFormInputBaseProps & {
182
- readonly autoComplete?: FluxAutoCompleteType;
183
- readonly iconLeading?: FluxIconName;
184
- readonly iconTrailing?: FluxIconName;
185
- readonly max?: string | number;
186
- readonly maxLength?: number;
187
- readonly min?: string | number;
188
- readonly pattern?: FluxInputMask;
189
- readonly step?: number;
190
- readonly type?: FluxInputType;
191
- }> & Readonly<{
192
- onBlur?: () => any;
193
- onFocus?: () => any;
194
- "onUpdate:modelValue"?: (value: string | number | object) => any;
195
- onShowPicker?: () => any;
196
- }>, {
197
- blur: () => void;
198
- focus: () => void;
199
- }, {}, {}, {}, {}>;
200
- optionElements: ({
201
- $: ComponentInternalInstance;
202
- $data: {};
203
- $props: Partial<{}> & Omit<{
204
- readonly label?: string;
205
- readonly isLoading?: boolean;
206
- readonly to?: FluxTo;
207
- readonly type?: FluxPressableType;
208
- readonly href?: string;
209
- readonly rel?: string;
210
- readonly target?: string;
211
- readonly tabindex?: string | number;
212
- readonly iconLeading?: FluxIconName | null;
213
- readonly iconTrailing?: FluxIconName | null;
214
- readonly disabled?: boolean;
215
- readonly command?: string;
216
- readonly commandIcon?: FluxIconName;
217
- readonly commandLoading?: boolean;
218
- readonly imageAlt?: string;
219
- readonly imageSrc?: string;
220
- readonly isActive?: boolean;
221
- readonly isDestructive?: boolean;
222
- readonly isHighlighted?: boolean;
223
- readonly isIndented?: boolean;
224
- readonly isSelectable?: boolean;
225
- readonly isSelected?: boolean;
226
- readonly onClick?: (args_0: MouseEvent) => any;
227
- readonly onMouseenter?: (args_0: MouseEvent) => any;
228
- readonly onMouseleave?: (args_0: MouseEvent) => any;
229
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
230
- $attrs: Attrs;
231
- $refs: {
232
- [x: string]: unknown;
233
- };
234
- $slots: Readonly<{
235
- [name: string]: Slot<any>;
236
- }>;
237
- $root: ComponentPublicInstance | null;
238
- $parent: ComponentPublicInstance | null;
239
- $host: Element | null;
240
- $emit: ((event: "click", args_0: MouseEvent) => void) & ((event: "mouseenter", args_0: MouseEvent) => void) & ((event: "mouseleave", args_0: MouseEvent) => void);
241
- $el: any;
242
- $options: ComponentOptionsBase<Readonly<Omit< FluxButtonProps, "size" | "isFilled" | "isSubmit"> & {
243
- readonly command?: string;
244
- readonly commandIcon?: FluxIconName;
245
- readonly commandLoading?: boolean;
246
- readonly imageAlt?: string;
247
- readonly imageSrc?: string;
248
- readonly isActive?: boolean;
249
- readonly isDestructive?: boolean;
250
- readonly isHighlighted?: boolean;
251
- readonly isIndented?: boolean;
252
- readonly isSelectable?: boolean;
253
- readonly isSelected?: boolean;
254
- }> & Readonly<{
255
- onClick?: (args_0: MouseEvent) => any;
256
- onMouseenter?: (args_0: MouseEvent) => any;
257
- onMouseleave?: (args_0: MouseEvent) => any;
258
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
259
- click: (args_0: MouseEvent) => any;
260
- mouseenter: (args_0: MouseEvent) => any;
261
- mouseleave: (args_0: MouseEvent) => any;
262
- }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
263
- beforeCreate?: (() => void) | (() => void)[];
264
- created?: (() => void) | (() => void)[];
265
- beforeMount?: (() => void) | (() => void)[];
266
- mounted?: (() => void) | (() => void)[];
267
- beforeUpdate?: (() => void) | (() => void)[];
268
- updated?: (() => void) | (() => void)[];
269
- activated?: (() => void) | (() => void)[];
270
- deactivated?: (() => void) | (() => void)[];
271
- beforeDestroy?: (() => void) | (() => void)[];
272
- beforeUnmount?: (() => void) | (() => void)[];
273
- destroyed?: (() => void) | (() => void)[];
274
- unmounted?: (() => void) | (() => void)[];
275
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
276
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
277
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
278
- };
279
- $forceUpdate: () => void;
280
- $nextTick: typeof nextTick;
281
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends ((...args: any) => infer R) ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
282
- } & Readonly<{}> & Omit<Readonly<Omit< FluxButtonProps, "size" | "isFilled" | "isSubmit"> & {
283
- readonly command?: string;
284
- readonly commandIcon?: FluxIconName;
285
- readonly commandLoading?: boolean;
286
- readonly imageAlt?: string;
287
- readonly imageSrc?: string;
288
- readonly isActive?: boolean;
289
- readonly isDestructive?: boolean;
290
- readonly isHighlighted?: boolean;
291
- readonly isIndented?: boolean;
292
- readonly isSelectable?: boolean;
293
- readonly isSelected?: boolean;
294
- }> & Readonly<{
295
- onClick?: (args_0: MouseEvent) => any;
296
- onMouseenter?: (args_0: MouseEvent) => any;
297
- onMouseleave?: (args_0: MouseEvent) => any;
298
- }>, never> & {} & ComponentCustomProperties & {} & {
299
- $slots: Readonly<{
300
- after(): VNode[];
301
- before(): VNode[];
302
- }> & {
303
- after(): VNode[];
304
- before(): VNode[];
305
- };
306
- })[];
307
- }, any>;
32
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
33
+ declare const _default: typeof __VLS_export;
308
34
  export default _default;
@@ -7,29 +7,21 @@ type __VLS_Props = {
7
7
  readonly min: number;
8
8
  readonly step: number;
9
9
  };
10
- declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
- slots: {
13
- default?(_: {}): any;
14
- };
15
- refs: {
16
- root: HTMLDivElement;
17
- };
18
- rootEl: HTMLDivElement;
10
+ declare var __VLS_6: {};
11
+ type __VLS_Slots = {} & {
12
+ default?: (props: typeof __VLS_6) => any;
19
13
  };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
14
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
22
15
  dragging: (args_0: boolean) => any;
23
16
  update: (args_0: number) => any;
24
17
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
25
18
  onDragging?: (args_0: boolean) => any;
26
19
  onUpdate?: (args_0: number) => any;
27
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
28
- root: HTMLDivElement;
29
- }, HTMLDivElement>;
30
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
21
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
+ declare const _default: typeof __VLS_export;
31
23
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
24
+ type __VLS_WithSlots<T, S> = T & {
33
25
  new (): {
34
26
  $slots: S;
35
27
  };
@@ -8,7 +8,7 @@ type __VLS_Props = {
8
8
  readonly isDragging?: boolean;
9
9
  readonly position: number;
10
10
  };
11
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
12
  decrement: () => any;
13
13
  grab: (args_0: PointerEvent) => any;
14
14
  increment: () => any;
@@ -16,5 +16,6 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
16
16
  onDecrement?: () => any;
17
17
  onGrab?: (args_0: PointerEvent) => any;
18
18
  onIncrement?: () => any;
19
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
19
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
20
21
  export default _default;