@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,5 +1,5 @@
1
1
  import { FluxFormInputBaseProps } from '@flux-ui/types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  type __VLS_Props = Pick<FluxFormInputBaseProps, 'disabled' | 'error' | 'isLoading' | 'isReadonly' | 'name'> & {
4
4
  formatter?(value: number, decimals?: number): string;
5
5
  readonly isTicksVisible?: boolean;
@@ -8,85 +8,14 @@ type __VLS_Props = Pick<FluxFormInputBaseProps, 'disabled' | 'error' | 'isLoadin
8
8
  readonly min?: number;
9
9
  readonly step?: number;
10
10
  };
11
- type __VLS_PublicProps = {
11
+ type __VLS_ModelProps = {
12
12
  modelValue: [number, number];
13
- } & __VLS_Props;
14
- declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
+ };
14
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
15
+ declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
16
  "update:modelValue": (value: [number, number]) => any;
16
17
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
18
  "onUpdate:modelValue"?: (value: [number, number]) => any;
18
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
19
- lowerThumb: CreateComponentPublicInstanceWithMixins<Readonly<{
20
- readonly ariaLabel?: string;
21
- readonly ariaValuemax?: number;
22
- readonly ariaValuemin?: number;
23
- readonly ariaValuenow?: number;
24
- readonly disabled?: boolean;
25
- readonly isDragging?: boolean;
26
- readonly position: number;
27
- }> & Readonly<{
28
- onDecrement?: () => any;
29
- onGrab?: (args_0: PointerEvent) => any;
30
- onIncrement?: () => any;
31
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
32
- decrement: () => any;
33
- grab: (args_0: PointerEvent) => any;
34
- increment: () => any;
35
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLButtonElement, ComponentProvideOptions, {
36
- P: {};
37
- B: {};
38
- D: {};
39
- C: {};
40
- M: {};
41
- Defaults: {};
42
- }, Readonly<{
43
- readonly ariaLabel?: string;
44
- readonly ariaValuemax?: number;
45
- readonly ariaValuemin?: number;
46
- readonly ariaValuenow?: number;
47
- readonly disabled?: boolean;
48
- readonly isDragging?: boolean;
49
- readonly position: number;
50
- }> & Readonly<{
51
- onDecrement?: () => any;
52
- onGrab?: (args_0: PointerEvent) => any;
53
- onIncrement?: () => any;
54
- }>, {}, {}, {}, {}, {}>;
55
- upperThumb: CreateComponentPublicInstanceWithMixins<Readonly<{
56
- readonly ariaLabel?: string;
57
- readonly ariaValuemax?: number;
58
- readonly ariaValuemin?: number;
59
- readonly ariaValuenow?: number;
60
- readonly disabled?: boolean;
61
- readonly isDragging?: boolean;
62
- readonly position: number;
63
- }> & Readonly<{
64
- onDecrement?: () => any;
65
- onGrab?: (args_0: PointerEvent) => any;
66
- onIncrement?: () => any;
67
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
68
- decrement: () => any;
69
- grab: (args_0: PointerEvent) => any;
70
- increment: () => any;
71
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLButtonElement, ComponentProvideOptions, {
72
- P: {};
73
- B: {};
74
- D: {};
75
- C: {};
76
- M: {};
77
- Defaults: {};
78
- }, Readonly<{
79
- readonly ariaLabel?: string;
80
- readonly ariaValuemax?: number;
81
- readonly ariaValuemin?: number;
82
- readonly ariaValuenow?: number;
83
- readonly disabled?: boolean;
84
- readonly isDragging?: boolean;
85
- readonly position: number;
86
- }> & Readonly<{
87
- onDecrement?: () => any;
88
- onGrab?: (args_0: PointerEvent) => any;
89
- onIncrement?: () => any;
90
- }>, {}, {}, {}, {}, {}>;
91
- }, HTMLDivElement>;
19
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
92
21
  export default _default;
@@ -1,19 +1,12 @@
1
1
  import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare function __VLS_template(): {
3
- attrs: Partial<{}>;
4
- slots: Readonly<{
5
- default(): VNode[];
6
- }> & {
7
- default(): VNode[];
8
- };
9
- refs: {};
10
- rootEl: HTMLDivElement;
2
+ type __VLS_Slots = {
3
+ default(): VNode[];
11
4
  };
12
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
13
- declare const __VLS_component: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
14
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
5
+ declare const __VLS_base: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
15
8
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
9
+ type __VLS_WithSlots<T, S> = T & {
17
10
  new (): {
18
11
  $slots: S;
19
12
  };
@@ -2,21 +2,14 @@ import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentPr
2
2
  type __VLS_Props = {
3
3
  readonly title: string;
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: HTMLDivElement;
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, {}, HTMLDivElement>;
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
  };
@@ -5,15 +5,17 @@ type __VLS_Props = Pick<FluxFormInputBaseProps, 'autoFocus' | 'disabled' | 'erro
5
5
  readonly isSearchable?: boolean;
6
6
  readonly options: FluxFormSelectEntry[];
7
7
  };
8
- type __VLS_PublicProps = {
8
+ type __VLS_ModelProps = {
9
9
  'searchQuery'?: string;
10
10
  modelValue: FluxFormSelectValue;
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: FluxFormSelectValue) => any;
14
15
  "update:searchQuery": (value: string) => any;
15
16
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
17
  "onUpdate:modelValue"?: (value: FluxFormSelectValue) => any;
17
18
  "onUpdate:searchQuery"?: (value: string) => any;
18
19
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: typeof __VLS_export;
19
21
  export default _default;
@@ -6,15 +6,17 @@ type __VLS_Props = Pick<FluxFormInputBaseProps, 'autoFocus' | 'disabled' | 'erro
6
6
  fetchSearch(searchQuery: string): Promise<FluxFormSelectEntry[]>;
7
7
  readonly isMultiple?: boolean;
8
8
  };
9
- type __VLS_PublicProps = {
9
+ type __VLS_ModelProps = {
10
10
  'searchQuery'?: string;
11
11
  modelValue: FluxFormSelectValue;
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
  "update:modelValue": (value: FluxFormSelectValue) => any;
15
16
  "update:searchQuery": (value: string) => any;
16
17
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
17
18
  "onUpdate:modelValue"?: (value: FluxFormSelectValue) => any;
18
19
  "onUpdate:searchQuery"?: (value: string) => any;
19
20
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
20
22
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { FluxFormInputBaseProps } from '@flux-ui/types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, GlobalComponents, GlobalDirectives } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  type __VLS_Props = Pick<FluxFormInputBaseProps, 'disabled' | 'error' | 'isLoading' | 'isReadonly' | 'name'> & {
4
4
  formatter?(value: number, decimals?: number): string;
5
5
  readonly ariaLabel?: string;
@@ -9,49 +9,14 @@ type __VLS_Props = Pick<FluxFormInputBaseProps, 'disabled' | 'error' | 'isLoadin
9
9
  readonly min?: number;
10
10
  readonly step?: number;
11
11
  };
12
- type __VLS_PublicProps = {
12
+ type __VLS_ModelProps = {
13
13
  modelValue: number;
14
- } & __VLS_Props;
15
- 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, {
16
17
  "update:modelValue": (value: number) => any;
17
18
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
18
19
  "onUpdate:modelValue"?: (value: number) => any;
19
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
20
- thumb: CreateComponentPublicInstanceWithMixins<Readonly<{
21
- readonly ariaLabel?: string;
22
- readonly ariaValuemax?: number;
23
- readonly ariaValuemin?: number;
24
- readonly ariaValuenow?: number;
25
- readonly disabled?: boolean;
26
- readonly isDragging?: boolean;
27
- readonly position: number;
28
- }> & Readonly<{
29
- onDecrement?: () => any;
30
- onGrab?: (args_0: PointerEvent) => any;
31
- onIncrement?: () => any;
32
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
33
- decrement: () => any;
34
- grab: (args_0: PointerEvent) => any;
35
- increment: () => any;
36
- }, PublicProps, {}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLButtonElement, ComponentProvideOptions, {
37
- P: {};
38
- B: {};
39
- D: {};
40
- C: {};
41
- M: {};
42
- Defaults: {};
43
- }, Readonly<{
44
- readonly ariaLabel?: string;
45
- readonly ariaValuemax?: number;
46
- readonly ariaValuemin?: number;
47
- readonly ariaValuenow?: number;
48
- readonly disabled?: boolean;
49
- readonly isDragging?: boolean;
50
- readonly position: number;
51
- }> & Readonly<{
52
- onDecrement?: () => any;
53
- onGrab?: (args_0: PointerEvent) => any;
54
- onIncrement?: () => any;
55
- }>, {}, {}, {}, {}, {}>;
56
- }, HTMLDivElement>;
20
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: typeof __VLS_export;
57
22
  export default _default;
@@ -5,10 +5,11 @@ type __VLS_Props = FluxFormInputBaseProps & {
5
5
  readonly maxLength?: number;
6
6
  readonly rows?: number;
7
7
  };
8
- type __VLS_PublicProps = {
8
+ type __VLS_ModelProps = {
9
9
  modelValue?: string;
10
- } & __VLS_Props;
11
- declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
+ };
11
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
12
+ declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
13
  blur: () => any;
13
14
  focus: () => any;
14
15
  "update:modelValue": (value: string) => any;
@@ -16,7 +17,6 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
16
17
  onBlur?: () => any;
17
18
  onFocus?: () => any;
18
19
  "onUpdate:modelValue"?: (value: string) => any;
19
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
20
- input: HTMLTextAreaElement;
21
- }, HTMLTextAreaElement>;
20
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
21
+ declare const _default: typeof __VLS_export;
22
22
  export default _default;
@@ -1,12 +1,14 @@
1
1
  import { FluxFormInputBaseProps } from '@flux-ui/types';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  type __VLS_Props = FluxFormInputBaseProps;
4
- type __VLS_PublicProps = {
4
+ type __VLS_ModelProps = {
5
5
  modelValue?: string | null;
6
- } & __VLS_Props;
7
- declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
6
+ };
7
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
8
+ declare const __VLS_export: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
9
  "update:modelValue": (value: string) => any;
9
10
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
10
11
  "onUpdate:modelValue"?: (value: string) => any;
11
12
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
13
+ declare const _default: typeof __VLS_export;
12
14
  export default _default;
@@ -1,187 +1,19 @@
1
- import { FluxColor, FluxFormInputBaseProps, FluxFormTreeViewSelectOption, FluxFormTreeViewSelectValue, FluxDirection, FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType } 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 { FluxColor, FluxFormInputBaseProps, FluxFormTreeViewSelectOption, FluxFormTreeViewSelectValue } from '@flux-ui/types';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
3
  type __VLS_Props = Pick<FluxFormInputBaseProps, 'autoFocus' | 'disabled' | 'error' | 'isCondensed' | 'isLoading' | 'isReadonly' | 'isSecondary' | 'name' | 'placeholder'> & {
5
4
  readonly isMultiple?: boolean;
6
5
  readonly isSearchable?: boolean;
7
6
  readonly levelColors?: (FluxColor | string)[];
8
7
  readonly options: FluxFormTreeViewSelectOption[];
9
8
  };
10
- type __VLS_PublicProps = {
9
+ type __VLS_ModelProps = {
11
10
  modelValue: FluxFormTreeViewSelectValue;
12
- } & __VLS_Props;
13
- 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, {
14
14
  "update:modelValue": (value: FluxFormTreeViewSelectValue) => any;
15
15
  }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
16
16
  "onUpdate:modelValue"?: (value: FluxFormTreeViewSelectValue) => any;
17
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
18
- anchor: {
19
- $: ComponentInternalInstance;
20
- $data: {};
21
- $props: {
22
- readonly tagName: keyof HTMLElementTagNameMap;
23
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
24
- $attrs: Attrs;
25
- $refs: {
26
- [x: string]: unknown;
27
- };
28
- $slots: Readonly<{
29
- [name: string]: Slot<any>;
30
- }>;
31
- $root: ComponentPublicInstance | null;
32
- $parent: ComponentPublicInstance | null;
33
- $host: Element | null;
34
- $emit: (event: string, ...args: any[]) => void;
35
- $el: any;
36
- $options: ComponentOptionsBase<Readonly<{
37
- readonly tagName: keyof HTMLElementTagNameMap;
38
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
39
- beforeCreate?: (() => void) | (() => void)[];
40
- created?: (() => void) | (() => void)[];
41
- beforeMount?: (() => void) | (() => void)[];
42
- mounted?: (() => void) | (() => void)[];
43
- beforeUpdate?: (() => void) | (() => void)[];
44
- updated?: (() => void) | (() => void)[];
45
- activated?: (() => void) | (() => void)[];
46
- deactivated?: (() => void) | (() => void)[];
47
- beforeDestroy?: (() => void) | (() => void)[];
48
- beforeUnmount?: (() => void) | (() => void)[];
49
- destroyed?: (() => void) | (() => void)[];
50
- unmounted?: (() => void) | (() => void)[];
51
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
52
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
53
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
54
- };
55
- $forceUpdate: () => void;
56
- $nextTick: typeof nextTick;
57
- $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;
58
- } & Readonly<{}> & Omit<Readonly<{
59
- readonly tagName: keyof HTMLElementTagNameMap;
60
- }> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
61
- $slots: Readonly<{
62
- default(): VNode[];
63
- }> & {
64
- default(): VNode[];
65
- };
66
- };
67
- anchorPopup: {
68
- $: ComponentInternalInstance;
69
- $data: {};
70
- $props: Partial<{}> & Omit<{
71
- readonly anchor?: ComponentPublicInstance | HTMLElement | null;
72
- readonly direction?: FluxDirection;
73
- readonly margin?: number;
74
- readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
75
- readonly useAnchorWidth?: boolean;
76
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
77
- $attrs: Attrs;
78
- $refs: {
79
- [x: string]: unknown;
80
- } & {
81
- popup: HTMLDivElement;
82
- };
83
- $slots: Readonly<{
84
- [name: string]: Slot<any>;
85
- }>;
86
- $root: ComponentPublicInstance | null;
87
- $parent: ComponentPublicInstance | null;
88
- $host: Element | null;
89
- $emit: (event: string, ...args: any[]) => void;
90
- $el: HTMLDivElement;
91
- $options: ComponentOptionsBase<Readonly<{
92
- readonly anchor?: ComponentPublicInstance | HTMLElement | null;
93
- readonly direction?: FluxDirection;
94
- readonly margin?: number;
95
- readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
96
- readonly useAnchorWidth?: boolean;
97
- }> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
98
- beforeCreate?: (() => void) | (() => void)[];
99
- created?: (() => void) | (() => void)[];
100
- beforeMount?: (() => void) | (() => void)[];
101
- mounted?: (() => void) | (() => void)[];
102
- beforeUpdate?: (() => void) | (() => void)[];
103
- updated?: (() => void) | (() => void)[];
104
- activated?: (() => void) | (() => void)[];
105
- deactivated?: (() => void) | (() => void)[];
106
- beforeDestroy?: (() => void) | (() => void)[];
107
- beforeUnmount?: (() => void) | (() => void)[];
108
- destroyed?: (() => void) | (() => void)[];
109
- unmounted?: (() => void) | (() => void)[];
110
- renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
111
- renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
112
- errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
113
- };
114
- $forceUpdate: () => void;
115
- $nextTick: typeof nextTick;
116
- $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;
117
- } & Readonly<{}> & Omit<Readonly<{
118
- readonly anchor?: ComponentPublicInstance | HTMLElement | null;
119
- readonly direction?: FluxDirection;
120
- readonly margin?: number;
121
- readonly position?: "top" | "top-left" | "top-right" | "left" | "left-top" | "left-bottom" | "right" | "right-top" | "right-bottom" | "bottom" | "bottom-left" | "bottom-right";
122
- readonly useAnchorWidth?: boolean;
123
- }> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
124
- $slots: Readonly<{
125
- default(): VNode[];
126
- }> & {
127
- default(): VNode[];
128
- };
129
- };
130
- searchInput: CreateComponentPublicInstanceWithMixins<Readonly<{
131
- modelValue?: object | string | number | null;
132
- } & FluxFormInputBaseProps & {
133
- readonly autoComplete?: FluxAutoCompleteType;
134
- readonly iconLeading?: FluxIconName;
135
- readonly iconTrailing?: FluxIconName;
136
- readonly max?: string | number;
137
- readonly maxLength?: number;
138
- readonly min?: string | number;
139
- readonly pattern?: FluxInputMask;
140
- readonly step?: number;
141
- readonly type?: FluxInputType;
142
- }> & Readonly<{
143
- onBlur?: () => any;
144
- onFocus?: () => any;
145
- "onUpdate:modelValue"?: (value: string | number | object) => any;
146
- onShowPicker?: () => any;
147
- }>, {
148
- blur: () => void;
149
- focus: () => void;
150
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
151
- blur: () => any;
152
- focus: () => any;
153
- "update:modelValue": (value: string | number | object) => any;
154
- showPicker: () => any;
155
- }, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
156
- input: HTMLInputElement;
157
- }, HTMLDivElement, ComponentProvideOptions, {
158
- P: {};
159
- B: {};
160
- D: {};
161
- C: {};
162
- M: {};
163
- Defaults: {};
164
- }, Readonly<{
165
- modelValue?: object | string | number | null;
166
- } & FluxFormInputBaseProps & {
167
- readonly autoComplete?: FluxAutoCompleteType;
168
- readonly iconLeading?: FluxIconName;
169
- readonly iconTrailing?: FluxIconName;
170
- readonly max?: string | number;
171
- readonly maxLength?: number;
172
- readonly min?: string | number;
173
- readonly pattern?: FluxInputMask;
174
- readonly step?: number;
175
- readonly type?: FluxInputType;
176
- }> & Readonly<{
177
- onBlur?: () => any;
178
- onFocus?: () => any;
179
- "onUpdate:modelValue"?: (value: string | number | object) => any;
180
- onShowPicker?: () => any;
181
- }>, {
182
- blur: () => void;
183
- focus: () => void;
184
- }, {}, {}, {}, {}>;
185
- nodeElements: HTMLDivElement[];
186
- }, any>;
17
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
187
19
  export default _default;
@@ -7,27 +7,20 @@ type __VLS_Props = {
7
7
  }))[];
8
8
  readonly pendingItems?: string[];
9
9
  };
10
- declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
- slots: Readonly<{
13
- default(): VNode[];
14
- }> & {
15
- default(): VNode[];
16
- };
17
- refs: {};
18
- rootEl: HTMLDivElement;
10
+ type __VLS_Slots = {
11
+ default(): VNode[];
19
12
  };
20
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
21
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
13
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
22
14
  upload: (args_0: File[]) => any;
23
15
  delete: (args_0: number) => any;
24
16
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
25
17
  onUpload?: (args_0: File[]) => any;
26
18
  onDelete?: (args_0: number) => any;
27
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
28
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
20
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
+ declare const _default: typeof __VLS_export;
29
22
  export default _default;
30
- type __VLS_WithTemplateSlots<T, S> = T & {
23
+ type __VLS_WithSlots<T, S> = T & {
31
24
  new (): {
32
25
  $slots: S;
33
26
  };
@@ -6,9 +6,10 @@ type __VLS_Props = {
6
6
  readonly isPending?: boolean;
7
7
  readonly url: string;
8
8
  };
9
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
10
  delete: () => any;
11
11
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
12
12
  onDelete?: () => any;
13
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
13
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
14
+ declare const _default: typeof __VLS_export;
14
15
  export default _default;
@@ -4,21 +4,14 @@ type __VLS_Props = {
4
4
  readonly gap?: number;
5
5
  readonly tag?: keyof HTMLElementTagNameMap;
6
6
  };
7
- declare function __VLS_template(): {
8
- attrs: Partial<{}>;
9
- slots: Readonly<{
10
- default(): VNode[];
11
- }> & {
12
- default(): VNode[];
13
- };
14
- refs: {};
15
- rootEl: any;
7
+ type __VLS_Slots = {
8
+ default(): VNode[];
16
9
  };
17
- type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
18
- declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
19
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
10
+ declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
11
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
+ declare const _default: typeof __VLS_export;
20
13
  export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
14
+ type __VLS_WithSlots<T, S> = T & {
22
15
  new (): {
23
16
  $slots: S;
24
17
  };
@@ -7,21 +7,14 @@ type __VLS_Props = {
7
7
  readonly xl?: number;
8
8
  readonly tag?: keyof HTMLElementTagNameMap;
9
9
  };
10
- declare function __VLS_template(): {
11
- attrs: Partial<{}>;
12
- slots: Readonly<{
13
- default(): VNode[];
14
- }> & {
15
- default(): VNode[];
16
- };
17
- refs: {};
18
- rootEl: any;
10
+ type __VLS_Slots = {
11
+ default(): VNode[];
19
12
  };
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, true, {}, any>;
22
- 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;
23
16
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
17
+ type __VLS_WithSlots<T, S> = T & {
25
18
  new (): {
26
19
  $slots: S;
27
20
  };
@@ -5,7 +5,6 @@ type __VLS_Props = {
5
5
  readonly strokeDasharray?: number | string;
6
6
  readonly squares?: Array<[x: number, y: number]>;
7
7
  };
8
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
9
- svg: SVGSVGElement;
10
- }, SVGSVGElement>;
8
+ declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
9
+ declare const _default: typeof __VLS_export;
11
10
  export default _default;
@@ -5,9 +5,10 @@ type __VLS_Props = {
5
5
  readonly size?: number | string;
6
6
  readonly name?: FluxIconName;
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, true, {}, any>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;