@flux-ui/components 3.0.0-next.35 → 3.0.0-next.39
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.
- package/dist/component/FluxActionBar.vue.d.ts +17 -17
- package/dist/component/FluxActionPane.vue.d.ts +7 -7
- package/dist/component/FluxActionStack.vue.d.ts +11 -15
- package/dist/component/{FluxAutoGrid.vue.d.ts → FluxAdaptiveGroup.vue.d.ts} +6 -3
- package/dist/component/FluxAdaptiveSlot.vue.d.ts +35 -0
- package/dist/component/FluxAspectRatio.vue.d.ts +3 -3
- package/dist/component/FluxBadgeStack.vue.d.ts +3 -3
- package/dist/component/FluxButtonGroup.vue.d.ts +3 -3
- package/dist/component/FluxButtonStack.vue.d.ts +3 -3
- package/dist/component/FluxCalendar.vue.d.ts +3 -3
- package/dist/component/FluxCalendarEvent.vue.d.ts +3 -3
- package/dist/component/FluxCheckbox.vue.d.ts +2 -1
- package/dist/component/FluxClickablePane.vue.d.ts +5 -5
- package/dist/component/FluxColorSelect.vue.d.ts +1 -0
- package/dist/component/{FluxPaneDeck.vue.d.ts → FluxColumn.vue.d.ts} +5 -5
- package/dist/component/FluxComment.vue.d.ts +3 -3
- package/dist/component/FluxContainer.vue.d.ts +3 -3
- package/dist/component/FluxDivider.vue.d.ts +5 -3
- package/dist/component/FluxDropZone.vue.d.ts +8 -7
- package/dist/component/FluxExpandableGroup.vue.d.ts +3 -3
- package/dist/component/FluxFader.vue.d.ts +3 -3
- package/dist/component/FluxFaderItem.vue.d.ts +3 -3
- package/dist/component/FluxFilter.vue.d.ts +3 -3
- package/dist/component/FluxFilterBar.vue.d.ts +3 -3
- package/dist/component/FluxFilterBase.vue.d.ts +4 -4
- package/dist/component/FluxFilterWindow.vue.d.ts +13 -17
- package/dist/component/FluxFlyout.vue.d.ts +19 -21
- package/dist/component/FluxForm.vue.d.ts +3 -3
- package/dist/component/FluxFormColumn.vue.d.ts +3 -3
- package/dist/component/FluxFormDateInput.vue.d.ts +18 -24
- package/dist/component/FluxFormDateRangeInput.vue.d.ts +18 -21
- package/dist/component/FluxFormDateTimeInput.vue.d.ts +18 -24
- package/dist/component/FluxFormField.vue.d.ts +7 -7
- package/dist/component/FluxFormGrid.vue.d.ts +3 -3
- package/dist/component/FluxFormInput.vue.d.ts +2 -9
- package/dist/component/FluxFormInputAddition.vue.d.ts +3 -3
- package/dist/component/FluxFormInputGroup.vue.d.ts +3 -3
- package/dist/component/FluxFormPinInput.vue.d.ts +2 -4
- package/dist/component/FluxFormRangeSlider.vue.d.ts +18 -2
- package/dist/component/FluxFormRow.vue.d.ts +3 -3
- package/dist/component/FluxFormSection.vue.d.ts +3 -3
- package/dist/component/FluxFormSelect.vue.d.ts +2 -4
- package/dist/component/FluxFormSelectAsync.vue.d.ts +2 -4
- package/dist/component/FluxFormSlider.vue.d.ts +11 -2
- package/dist/component/FluxFormTextArea.vue.d.ts +2 -6
- package/dist/component/FluxFormTimeZonePicker.vue.d.ts +2 -4
- package/dist/component/FluxFormTreeViewSelect.vue.d.ts +15 -37
- package/dist/component/FluxGallery.vue.d.ts +3 -3
- package/dist/component/FluxGrid.vue.d.ts +3 -3
- package/dist/component/FluxGridColumn.vue.d.ts +3 -3
- package/dist/component/FluxIcon.vue.d.ts +1 -0
- package/dist/component/FluxInfo.vue.d.ts +3 -3
- package/dist/component/FluxInfoStack.vue.d.ts +3 -3
- package/dist/component/FluxLayerPane.vue.d.ts +20 -0
- package/dist/component/FluxLayerPaneSecondary.vue.d.ts +20 -0
- package/dist/component/FluxMenu.vue.d.ts +3 -3
- package/dist/component/FluxMenuCollapsible.vue.d.ts +47 -0
- package/dist/component/FluxMenuGroup.vue.d.ts +3 -3
- package/dist/component/FluxMenuItem.vue.d.ts +5 -3
- package/dist/component/FluxMenuOptions.vue.d.ts +3 -3
- package/dist/component/FluxNotice.vue.d.ts +5 -5
- package/dist/component/FluxNoticeStack.vue.d.ts +3 -3
- package/dist/component/FluxOverflowBar.vue.d.ts +4 -4
- package/dist/component/FluxPane.vue.d.ts +5 -5
- package/dist/component/FluxPaneBody.vue.d.ts +3 -3
- package/dist/component/FluxPaneFooter.vue.d.ts +3 -3
- package/dist/component/FluxPaneGroup.vue.d.ts +3 -3
- package/dist/component/FluxPaneHeader.vue.d.ts +6 -6
- package/dist/component/FluxPaneIllustration.vue.d.ts +5 -5
- package/dist/component/FluxPressable.vue.d.ts +3 -3
- package/dist/component/FluxPrompt.vue.d.ts +3 -17
- package/dist/component/FluxRoot.vue.d.ts +3 -3
- package/dist/component/FluxRow.vue.d.ts +23 -0
- package/dist/component/FluxSegmentedControl.vue.d.ts +3 -2
- package/dist/component/FluxSplitButton.vue.d.ts +5 -5
- package/dist/component/FluxStack.vue.d.ts +3 -3
- package/dist/component/FluxStepper.vue.d.ts +6 -6
- package/dist/component/FluxStepperStep.vue.d.ts +3 -3
- package/dist/component/FluxTab.vue.d.ts +3 -3
- package/dist/component/FluxTabBar.vue.d.ts +3 -3
- package/dist/component/FluxTabBarItem.vue.d.ts +5 -7
- package/dist/component/FluxTableActions.vue.d.ts +3 -3
- package/dist/component/FluxTableBar.vue.d.ts +3 -3
- package/dist/component/FluxTableCell.vue.d.ts +5 -5
- package/dist/component/FluxTableHeader.vue.d.ts +3 -3
- package/dist/component/FluxTableRow.vue.d.ts +3 -3
- package/dist/component/FluxTabs.vue.d.ts +6 -6
- package/dist/component/FluxTagStack.vue.d.ts +3 -3
- package/dist/component/FluxTimeline.vue.d.ts +3 -3
- package/dist/component/FluxTimelineItem.vue.d.ts +3 -3
- package/dist/component/FluxToggle.vue.d.ts +2 -3
- package/dist/component/FluxToolbar.vue.d.ts +3 -3
- package/dist/component/FluxToolbarGroup.vue.d.ts +3 -3
- package/dist/component/FluxWindow.vue.d.ts +3 -3
- package/dist/component/index.d.ts +7 -2
- package/dist/component/primitive/Anchor.vue.d.ts +3 -3
- package/dist/component/primitive/AnchorPopup.vue.d.ts +3 -3
- package/dist/component/primitive/CoordinatePicker.vue.d.ts +1 -0
- package/dist/component/primitive/DialogLayout.vue.d.ts +28 -0
- package/dist/component/primitive/FilterOptionBase.vue.d.ts +2 -2
- package/dist/component/primitive/SelectBase.vue.d.ts +19 -37
- package/dist/component/primitive/SliderThumb.vue.d.ts +4 -0
- package/dist/component/primitive/TreeNodeRenderer.vue.d.ts +30 -0
- package/dist/component/primitive/index.d.ts +2 -0
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/private/index.d.ts +8 -0
- package/dist/composable/private/useAsyncFilterOptions.d.ts +14 -0
- package/dist/composable/private/useDateFlyout.d.ts +10 -0
- package/dist/composable/private/useDropdownPopup.d.ts +27 -0
- package/dist/composable/private/useFilterOption.d.ts +12 -0
- package/dist/composable/useAdaptiveGroupInjection.d.ts +2 -0
- package/dist/data/di.d.ts +11 -0
- package/dist/data/filter.d.ts +4 -17
- package/dist/data/i18n.d.ts +17 -0
- package/dist/data/timeZones.d.ts +3 -0
- package/dist/index.css +372 -331
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7105 -6275
- package/dist/index.js.map +1 -1
- package/dist/transition/FluxAutoHeightTransition.vue.d.ts +5 -3
- package/dist/transition/FluxAutoWidthTransition.vue.d.ts +5 -3
- package/dist/transition/FluxBreakthroughTransition.vue.d.ts +5 -3
- package/dist/transition/FluxFadeTransition.vue.d.ts +5 -3
- package/dist/transition/FluxOverlayTransition.vue.d.ts +5 -3
- package/dist/transition/FluxRouteTransition.vue.d.ts +5 -3
- package/dist/transition/FluxSlideOverTransition.vue.d.ts +5 -3
- package/dist/transition/FluxTooltipTransition.vue.d.ts +5 -3
- package/dist/transition/FluxVerticalWindowTransition.vue.d.ts +5 -3
- package/dist/transition/FluxWindowTransition.vue.d.ts +5 -3
- package/package.json +19 -23
- package/src/component/FluxActionBar.vue +9 -8
- package/src/component/FluxActionPane.vue +4 -3
- package/src/component/FluxActionStack.vue +2 -2
- package/src/component/FluxAdaptiveGroup.vue +112 -0
- package/src/component/FluxAdaptiveSlot.vue +159 -0
- package/src/component/FluxAlert.vue +8 -17
- package/src/component/FluxAnimatedColors.vue +1 -1
- package/src/component/FluxAspectRatio.vue +2 -1
- package/src/component/FluxBadge.vue +5 -1
- package/src/component/FluxBadgeStack.vue +2 -1
- package/src/component/FluxButtonGroup.vue +2 -1
- package/src/component/FluxButtonStack.vue +2 -1
- package/src/component/FluxCalendar.vue +8 -1
- package/src/component/FluxCalendarEvent.vue +2 -1
- package/src/component/FluxCheckbox.vue +33 -6
- package/src/component/FluxChip.vue +1 -0
- package/src/component/FluxClickablePane.vue +3 -2
- package/src/component/FluxColorPicker.vue +8 -1
- package/src/component/FluxColorSelect.vue +25 -4
- package/src/component/{FluxAutoGrid.vue → FluxColumn.vue} +5 -8
- package/src/component/FluxComment.vue +2 -2
- package/src/component/FluxConfirm.vue +8 -17
- package/src/component/FluxContainer.vue +3 -2
- package/src/component/FluxDataTable.vue +3 -1
- package/src/component/FluxDivider.vue +7 -3
- package/src/component/FluxDropZone.vue +22 -8
- package/src/component/FluxExpandable.vue +3 -2
- package/src/component/FluxExpandableGroup.vue +2 -2
- package/src/component/FluxFader.vue +2 -2
- package/src/component/FluxFaderItem.vue +2 -1
- package/src/component/FluxFilter.vue +2 -1
- package/src/component/FluxFilterBar.vue +3 -2
- package/src/component/FluxFilterBase.vue +17 -9
- package/src/component/FluxFilterOption.vue +3 -14
- package/src/component/FluxFilterOptionAsync.vue +17 -60
- package/src/component/FluxFilterOptions.vue +3 -25
- package/src/component/FluxFilterOptionsAsync.vue +9 -73
- package/src/component/FluxFilterWindow.vue +1 -1
- package/src/component/FluxFlyout.vue +13 -11
- package/src/component/FluxForm.vue +2 -1
- package/src/component/FluxFormColumn.vue +2 -1
- package/src/component/FluxFormDateInput.vue +9 -22
- package/src/component/FluxFormDateRangeInput.vue +20 -15
- package/src/component/FluxFormDateTimeInput.vue +17 -20
- package/src/component/FluxFormField.vue +4 -4
- package/src/component/FluxFormGrid.vue +2 -1
- package/src/component/FluxFormInput.vue +11 -10
- package/src/component/FluxFormInputAddition.vue +2 -1
- package/src/component/FluxFormInputGroup.vue +3 -2
- package/src/component/FluxFormPinInput.vue +14 -6
- package/src/component/FluxFormRangeSlider.vue +12 -2
- package/src/component/FluxFormRow.vue +2 -1
- package/src/component/FluxFormSection.vue +4 -3
- package/src/component/FluxFormSelect.vue +11 -4
- package/src/component/FluxFormSelectAsync.vue +14 -8
- package/src/component/FluxFormSlider.vue +8 -2
- package/src/component/FluxFormTextArea.vue +12 -7
- package/src/component/FluxFormTimeZonePicker.vue +13 -626
- package/src/component/FluxFormTreeViewSelect.vue +51 -79
- package/src/component/FluxGallery.vue +2 -1
- package/src/component/FluxGrid.vue +3 -2
- package/src/component/FluxGridColumn.vue +2 -1
- package/src/component/FluxIcon.vue +4 -2
- package/src/component/FluxInfo.vue +2 -1
- package/src/component/FluxInfoStack.vue +3 -2
- package/src/component/FluxLayerPane.vue +16 -0
- package/src/component/FluxLayerPaneSecondary.vue +16 -0
- package/src/component/FluxLegend.vue +9 -9
- package/src/component/FluxMenu.vue +2 -2
- package/src/component/FluxMenuCollapsible.vue +187 -0
- package/src/component/FluxMenuGroup.vue +2 -1
- package/src/component/FluxMenuItem.vue +9 -1
- package/src/component/FluxMenuOptions.vue +1 -1
- package/src/component/FluxNotice.vue +7 -2
- package/src/component/FluxNoticeStack.vue +2 -1
- package/src/component/FluxOverflowBar.vue +3 -3
- package/src/component/FluxPagination.vue +1 -0
- package/src/component/FluxPane.vue +3 -2
- package/src/component/FluxPaneBody.vue +2 -1
- package/src/component/FluxPaneFooter.vue +2 -1
- package/src/component/FluxPaneGroup.vue +2 -1
- package/src/component/FluxPaneHeader.vue +7 -6
- package/src/component/FluxPaneIllustration.vue +3 -3
- package/src/component/FluxPaneMedia.vue +1 -1
- package/src/component/FluxPercentageBar.vue +3 -1
- package/src/component/FluxPressable.vue +2 -1
- package/src/component/FluxProgressBar.vue +2 -1
- package/src/component/FluxPrompt.vue +16 -27
- package/src/component/FluxRemove.vue +4 -0
- package/src/component/FluxRoot.vue +2 -2
- package/src/component/FluxRow.vue +24 -0
- package/src/component/FluxSegmentedControl.vue +51 -4
- package/src/component/FluxSnackbar.vue +36 -12
- package/src/component/FluxSplitButton.vue +3 -2
- package/src/component/FluxStack.vue +4 -3
- package/src/component/FluxStepper.vue +3 -3
- package/src/component/FluxStepperStep.vue +2 -1
- package/src/component/FluxTab.vue +2 -1
- package/src/component/FluxTabBar.vue +3 -3
- package/src/component/FluxTableActions.vue +2 -1
- package/src/component/FluxTableBar.vue +2 -1
- package/src/component/FluxTableCell.vue +4 -3
- package/src/component/FluxTableHeader.vue +4 -2
- package/src/component/FluxTableRow.vue +2 -1
- package/src/component/FluxTabs.vue +15 -6
- package/src/component/FluxTag.vue +5 -1
- package/src/component/FluxTagStack.vue +2 -1
- package/src/component/FluxTimeline.vue +2 -1
- package/src/component/FluxTimelineItem.vue +2 -1
- package/src/component/FluxToggle.vue +20 -5
- package/src/component/FluxToolbar.vue +2 -1
- package/src/component/FluxToolbarGroup.vue +2 -1
- package/src/component/FluxTooltip.vue +1 -1
- package/src/component/FluxTreeView.vue +9 -35
- package/src/component/FluxWindow.vue +2 -2
- package/src/component/index.ts +7 -2
- package/src/component/primitive/Anchor.vue +3 -1
- package/src/component/primitive/AnchorPopup.vue +3 -3
- package/src/component/primitive/CoordinatePicker.vue +2 -1
- package/src/component/primitive/CoordinatePickerThumb.vue +2 -0
- package/src/component/primitive/DialogLayout.vue +44 -0
- package/src/component/primitive/SelectBase.vue +22 -28
- package/src/component/primitive/SliderBase.vue +0 -1
- package/src/component/primitive/SliderThumb.vue +9 -0
- package/src/component/primitive/TreeNodeRenderer.vue +77 -0
- package/src/component/primitive/index.ts +2 -0
- package/src/composable/index.ts +1 -0
- package/src/composable/private/index.ts +8 -0
- package/src/composable/private/useAsyncFilterOptions.ts +70 -0
- package/src/composable/private/useCommandPalette.ts +1 -1
- package/src/composable/private/useDateFlyout.ts +34 -0
- package/src/composable/private/useDropdownPopup.ts +99 -0
- package/src/composable/private/useFilterOption.ts +59 -0
- package/src/composable/useAdaptiveGroupInjection.ts +6 -0
- package/src/css/component/Action.module.scss +2 -2
- package/src/css/component/AdaptiveSlot.module.scss +25 -0
- package/src/css/component/Avatar.module.scss +10 -11
- package/src/css/component/Badge.module.scss +4 -4
- package/src/css/component/Button.module.scss +4 -16
- package/src/css/component/Calendar.module.scss +4 -4
- package/src/css/component/Chip.module.scss +6 -10
- package/src/css/component/Color.module.scss +1 -1
- package/src/css/component/DatePicker.module.scss +1 -1
- package/src/css/component/Expandable.module.scss +5 -5
- package/src/css/component/Fader.module.scss +2 -1
- package/src/css/component/Flyout.module.scss +1 -1
- package/src/css/component/FocalPoint.module.scss +1 -1
- package/src/css/component/Form.module.scss +56 -10
- package/src/css/component/Item.module.scss +4 -4
- package/src/css/component/LayerPane.module.scss +40 -0
- package/src/css/component/Layout.module.scss +11 -4
- package/src/css/component/Legend.module.scss +2 -2
- package/src/css/component/Menu.module.scss +59 -11
- package/src/css/component/Notice.module.scss +7 -7
- package/src/css/component/Overlay.module.scss +2 -2
- package/src/css/component/Pane.module.scss +10 -23
- package/src/css/component/PercentageBar.module.scss +1 -1
- package/src/css/component/Remove.module.scss +1 -1
- package/src/css/component/SegmentedControl.module.scss +1 -0
- package/src/css/component/Snackbar.module.scss +1 -1
- package/src/css/component/Statistic.module.scss +2 -2
- package/src/css/component/Stepper.module.scss +1 -1
- package/src/css/component/Tab.module.scss +11 -15
- package/src/css/component/Table.module.scss +13 -13
- package/src/css/component/Timeline.module.scss +2 -2
- package/src/css/component/Toolbar.module.scss +3 -3
- package/src/css/component/Tooltip.module.scss +3 -4
- package/src/css/component/Transition.module.scss +1 -1
- package/src/css/component/TreeView.module.scss +2 -15
- package/src/css/component/TreeViewSelect.module.scss +1 -15
- package/src/css/component/base/Button.module.scss +6 -7
- package/src/css/component/base/Effect.module.scss +2 -1
- package/src/css/component/primitive/Slider.module.scss +6 -7
- package/src/css/component/primitive/TreeNode.module.scss +19 -0
- package/src/css/mixin/button-active.scss +6 -0
- package/src/css/mixin/focus-ring.scss +1 -1
- package/src/css/mixin/index.scss +1 -0
- package/src/css/typography.scss +3 -2
- package/src/css/variables.scss +7 -2
- package/src/data/di.ts +13 -0
- package/src/data/filter.ts +24 -28
- package/src/data/i18n.ts +17 -0
- package/src/data/store.ts +46 -11
- package/src/data/timeZones.ts +619 -0
- package/src/index.ts +2 -0
- package/src/transition/FluxAutoHeightTransition.vue +5 -0
- package/src/transition/FluxAutoWidthTransition.vue +5 -0
- package/src/transition/FluxBreakthroughTransition.vue +5 -0
- package/src/transition/FluxFadeTransition.vue +5 -0
- package/src/transition/FluxOverlayTransition.vue +5 -0
- package/src/transition/FluxRouteTransition.vue +5 -0
- package/src/transition/FluxSlideOverTransition.vue +5 -0
- package/src/transition/FluxTooltipTransition.vue +5 -0
- package/src/transition/FluxVerticalWindowTransition.vue +5 -0
- package/src/transition/FluxWindowTransition.vue +5 -0
- package/dist/0db98648.svg +0 -3
- package/src/component/FluxPaneDeck.vue +0 -24
- package/src/css/component/base/Grid.module.scss +0 -8
- package/src/image/avatar-mask.svg +0 -3
- package/tsconfig.json +0 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FluxFilterItem } from '@flux-ui/types';
|
|
2
|
-
import { VNode, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle,
|
|
2
|
+
import { VNode, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
|
|
3
3
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
readonly filters: Record<string, VNode>;
|
|
@@ -9,18 +9,16 @@ type __VLS_Props = {
|
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
10
|
attrs: Partial<{}>;
|
|
11
11
|
slots: Readonly<{
|
|
12
|
-
default():
|
|
12
|
+
default(): VNode[];
|
|
13
13
|
}> & {
|
|
14
|
-
default():
|
|
14
|
+
default(): VNode[];
|
|
15
15
|
};
|
|
16
16
|
refs: {
|
|
17
17
|
window: {
|
|
18
18
|
$: ComponentInternalInstance;
|
|
19
19
|
$data: {};
|
|
20
20
|
$props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
21
|
-
$attrs:
|
|
22
|
-
[x: string]: unknown;
|
|
23
|
-
};
|
|
21
|
+
$attrs: Attrs;
|
|
24
22
|
$refs: {
|
|
25
23
|
[x: string]: unknown;
|
|
26
24
|
};
|
|
@@ -55,10 +53,10 @@ declare function __VLS_template(): {
|
|
|
55
53
|
$forceUpdate: () => void;
|
|
56
54
|
$nextTick: nextTick;
|
|
57
55
|
$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<{}> & Readonly<{}>, "back" | "navigate"> &
|
|
56
|
+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "back" | "navigate"> & {
|
|
59
57
|
back: (to?: string) => void;
|
|
60
58
|
navigate: (to: string) => void;
|
|
61
|
-
}
|
|
59
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
62
60
|
$slots: Readonly<{
|
|
63
61
|
[key: string]: (props: {
|
|
64
62
|
back(to?: string): void;
|
|
@@ -67,7 +65,7 @@ declare function __VLS_template(): {
|
|
|
67
65
|
default(props: {
|
|
68
66
|
back(to?: string): void;
|
|
69
67
|
navigate(to: string): void;
|
|
70
|
-
}):
|
|
68
|
+
}): VNode[];
|
|
71
69
|
}> & {
|
|
72
70
|
[key: string]: (props: {
|
|
73
71
|
back(to?: string): void;
|
|
@@ -76,7 +74,7 @@ declare function __VLS_template(): {
|
|
|
76
74
|
default(props: {
|
|
77
75
|
back(to?: string): void;
|
|
78
76
|
navigate(to: string): void;
|
|
79
|
-
}):
|
|
77
|
+
}): VNode[];
|
|
80
78
|
};
|
|
81
79
|
};
|
|
82
80
|
};
|
|
@@ -92,9 +90,7 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
|
|
|
92
90
|
$: ComponentInternalInstance;
|
|
93
91
|
$data: {};
|
|
94
92
|
$props: Partial<{}> & Omit<{} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
95
|
-
$attrs:
|
|
96
|
-
[x: string]: unknown;
|
|
97
|
-
};
|
|
93
|
+
$attrs: Attrs;
|
|
98
94
|
$refs: {
|
|
99
95
|
[x: string]: unknown;
|
|
100
96
|
};
|
|
@@ -129,10 +125,10 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
|
|
|
129
125
|
$forceUpdate: () => void;
|
|
130
126
|
$nextTick: nextTick;
|
|
131
127
|
$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<{}> & Readonly<{}>, "back" | "navigate"> &
|
|
128
|
+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, "back" | "navigate"> & {
|
|
133
129
|
back: (to?: string) => void;
|
|
134
130
|
navigate: (to: string) => void;
|
|
135
|
-
}
|
|
131
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
136
132
|
$slots: Readonly<{
|
|
137
133
|
[key: string]: (props: {
|
|
138
134
|
back(to?: string): void;
|
|
@@ -141,7 +137,7 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
|
|
|
141
137
|
default(props: {
|
|
142
138
|
back(to?: string): void;
|
|
143
139
|
navigate(to: string): void;
|
|
144
|
-
}):
|
|
140
|
+
}): VNode[];
|
|
145
141
|
}> & {
|
|
146
142
|
[key: string]: (props: {
|
|
147
143
|
back(to?: string): void;
|
|
@@ -150,7 +146,7 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
|
|
|
150
146
|
default(props: {
|
|
151
147
|
back(to?: string): void;
|
|
152
148
|
navigate(to: string): void;
|
|
153
|
-
}):
|
|
149
|
+
}): VNode[];
|
|
154
150
|
};
|
|
155
151
|
};
|
|
156
152
|
}, HTMLDivElement>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FluxDirection } from '@flux-ui/types';
|
|
2
|
-
import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle,
|
|
2
|
+
import { VNode, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
|
|
3
3
|
import { OnCleanup } from '@vue/reactivity';
|
|
4
4
|
type __VLS_Props = {
|
|
5
5
|
readonly direction?: FluxDirection;
|
|
@@ -19,12 +19,13 @@ declare function __VLS_template(): {
|
|
|
19
19
|
readonly paneY: number;
|
|
20
20
|
readonly openerWidth: number;
|
|
21
21
|
readonly openerHeight: number;
|
|
22
|
-
}):
|
|
22
|
+
}): VNode[];
|
|
23
23
|
opener(props: {
|
|
24
24
|
close(): void;
|
|
25
25
|
open(): void;
|
|
26
26
|
toggle(): void;
|
|
27
|
-
|
|
27
|
+
readonly isOpen: boolean;
|
|
28
|
+
}): VNode[];
|
|
28
29
|
}> & {
|
|
29
30
|
default(props: {
|
|
30
31
|
close(): void;
|
|
@@ -32,12 +33,13 @@ declare function __VLS_template(): {
|
|
|
32
33
|
readonly paneY: number;
|
|
33
34
|
readonly openerWidth: number;
|
|
34
35
|
readonly openerHeight: number;
|
|
35
|
-
}):
|
|
36
|
+
}): VNode[];
|
|
36
37
|
opener(props: {
|
|
37
38
|
close(): void;
|
|
38
39
|
open(): void;
|
|
39
40
|
toggle(): void;
|
|
40
|
-
|
|
41
|
+
readonly isOpen: boolean;
|
|
42
|
+
}): VNode[];
|
|
41
43
|
};
|
|
42
44
|
refs: {
|
|
43
45
|
mount: HTMLDivElement;
|
|
@@ -50,9 +52,7 @@ declare function __VLS_template(): {
|
|
|
50
52
|
readonly tag?: string;
|
|
51
53
|
readonly variant?: "default" | "flat" | "well";
|
|
52
54
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
53
|
-
$attrs:
|
|
54
|
-
[x: string]: unknown;
|
|
55
|
-
};
|
|
55
|
+
$attrs: Attrs;
|
|
56
56
|
$refs: {
|
|
57
57
|
[x: string]: unknown;
|
|
58
58
|
};
|
|
@@ -92,13 +92,13 @@ declare function __VLS_template(): {
|
|
|
92
92
|
readonly isLoading?: boolean;
|
|
93
93
|
readonly tag?: string;
|
|
94
94
|
readonly variant?: "default" | "flat" | "well";
|
|
95
|
-
}> & Readonly<{}>, never> &
|
|
95
|
+
}> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
|
|
96
96
|
$slots: Readonly<{
|
|
97
|
-
default():
|
|
98
|
-
loader():
|
|
97
|
+
default(): VNode[];
|
|
98
|
+
loader(): VNode[];
|
|
99
99
|
}> & {
|
|
100
|
-
default():
|
|
101
|
-
loader():
|
|
100
|
+
default(): VNode[];
|
|
101
|
+
loader(): VNode[];
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
104
|
};
|
|
@@ -120,9 +120,7 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {
|
|
|
120
120
|
readonly tag?: string;
|
|
121
121
|
readonly variant?: "default" | "flat" | "well";
|
|
122
122
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
123
|
-
$attrs:
|
|
124
|
-
[x: string]: unknown;
|
|
125
|
-
};
|
|
123
|
+
$attrs: Attrs;
|
|
126
124
|
$refs: {
|
|
127
125
|
[x: string]: unknown;
|
|
128
126
|
};
|
|
@@ -162,13 +160,13 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {
|
|
|
162
160
|
readonly isLoading?: boolean;
|
|
163
161
|
readonly tag?: string;
|
|
164
162
|
readonly variant?: "default" | "flat" | "well";
|
|
165
|
-
}> & Readonly<{}>, never> &
|
|
163
|
+
}> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
|
|
166
164
|
$slots: Readonly<{
|
|
167
|
-
default():
|
|
168
|
-
loader():
|
|
165
|
+
default(): VNode[];
|
|
166
|
+
loader(): VNode[];
|
|
169
167
|
}> & {
|
|
170
|
-
default():
|
|
171
|
-
loader():
|
|
168
|
+
default(): VNode[];
|
|
169
|
+
loader(): VNode[];
|
|
172
170
|
};
|
|
173
171
|
};
|
|
174
172
|
}, HTMLDivElement>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly disabled?: boolean;
|
|
4
4
|
};
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
attrs: Partial<{}>;
|
|
7
7
|
slots: Readonly<{
|
|
8
|
-
default():
|
|
8
|
+
default(): VNode[];
|
|
9
9
|
}> & {
|
|
10
|
-
default():
|
|
10
|
+
default(): VNode[];
|
|
11
11
|
};
|
|
12
12
|
refs: {};
|
|
13
13
|
rootEl: HTMLFormElement;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: Readonly<{
|
|
5
|
-
default():
|
|
5
|
+
default(): VNode[];
|
|
6
6
|
}> & {
|
|
7
|
-
default():
|
|
7
|
+
default(): VNode[];
|
|
8
8
|
};
|
|
9
9
|
refs: {};
|
|
10
10
|
rootEl: HTMLDivElement;
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
import { FluxAutoCompleteType, FluxDirection } from '@flux-ui/types';
|
|
1
|
+
import { FluxAutoCompleteType, FluxFormInputBaseProps, FluxDirection } from '@flux-ui/types';
|
|
2
2
|
import { DateTime } from 'luxon';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle,
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ComponentCustomProperties, VNode } from 'vue';
|
|
4
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
5
|
-
type __VLS_Props = {
|
|
5
|
+
type __VLS_Props = FluxFormInputBaseProps & {
|
|
6
6
|
readonly autoComplete?: FluxAutoCompleteType;
|
|
7
|
-
readonly autoFocus?: boolean;
|
|
8
|
-
readonly disabled?: boolean;
|
|
9
|
-
readonly isReadonly?: boolean;
|
|
10
7
|
readonly max?: DateTime;
|
|
11
8
|
readonly min?: DateTime;
|
|
12
|
-
readonly placeholder?: string;
|
|
13
9
|
};
|
|
14
10
|
type __VLS_PublicProps = {
|
|
15
11
|
modelValue?: DateTime | null;
|
|
@@ -32,9 +28,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
32
28
|
readonly margin?: number;
|
|
33
29
|
readonly width?: number | string;
|
|
34
30
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
35
|
-
$attrs:
|
|
36
|
-
[x: string]: unknown;
|
|
37
|
-
};
|
|
31
|
+
$attrs: Attrs;
|
|
38
32
|
$refs: {
|
|
39
33
|
[x: string]: unknown;
|
|
40
34
|
} & {
|
|
@@ -48,9 +42,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
48
42
|
readonly tag?: string;
|
|
49
43
|
readonly variant?: "default" | "flat" | "well";
|
|
50
44
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
51
|
-
$attrs:
|
|
52
|
-
[x: string]: unknown;
|
|
53
|
-
};
|
|
45
|
+
$attrs: Attrs;
|
|
54
46
|
$refs: {
|
|
55
47
|
[x: string]: unknown;
|
|
56
48
|
};
|
|
@@ -90,13 +82,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
90
82
|
readonly isLoading?: boolean;
|
|
91
83
|
readonly tag?: string;
|
|
92
84
|
readonly variant?: "default" | "flat" | "well";
|
|
93
|
-
}> & Readonly<{}>, never> &
|
|
85
|
+
}> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
|
|
94
86
|
$slots: Readonly<{
|
|
95
|
-
default():
|
|
96
|
-
loader():
|
|
87
|
+
default(): VNode[];
|
|
88
|
+
loader(): VNode[];
|
|
97
89
|
}> & {
|
|
98
|
-
default():
|
|
99
|
-
loader():
|
|
90
|
+
default(): VNode[];
|
|
91
|
+
loader(): VNode[];
|
|
100
92
|
};
|
|
101
93
|
};
|
|
102
94
|
};
|
|
@@ -142,11 +134,11 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
142
134
|
readonly isAutoWidth?: boolean;
|
|
143
135
|
readonly margin?: number;
|
|
144
136
|
readonly width?: number | string;
|
|
145
|
-
}> & Readonly<{}>, "close" | "toggle" | "open"> &
|
|
137
|
+
}> & Readonly<{}>, "close" | "toggle" | "open"> & {
|
|
146
138
|
close: () => void;
|
|
147
139
|
open: () => void;
|
|
148
140
|
toggle: () => void;
|
|
149
|
-
}
|
|
141
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
150
142
|
$slots: Readonly<{
|
|
151
143
|
default(props: {
|
|
152
144
|
close(): void;
|
|
@@ -154,12 +146,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
154
146
|
readonly paneY: number;
|
|
155
147
|
readonly openerWidth: number;
|
|
156
148
|
readonly openerHeight: number;
|
|
157
|
-
}):
|
|
149
|
+
}): VNode[];
|
|
158
150
|
opener(props: {
|
|
159
151
|
close(): void;
|
|
160
152
|
open(): void;
|
|
161
153
|
toggle(): void;
|
|
162
|
-
|
|
154
|
+
readonly isOpen: boolean;
|
|
155
|
+
}): VNode[];
|
|
163
156
|
}> & {
|
|
164
157
|
default(props: {
|
|
165
158
|
close(): void;
|
|
@@ -167,12 +160,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
167
160
|
readonly paneY: number;
|
|
168
161
|
readonly openerWidth: number;
|
|
169
162
|
readonly openerHeight: number;
|
|
170
|
-
}):
|
|
163
|
+
}): VNode[];
|
|
171
164
|
opener(props: {
|
|
172
165
|
close(): void;
|
|
173
166
|
open(): void;
|
|
174
167
|
toggle(): void;
|
|
175
|
-
|
|
168
|
+
readonly isOpen: boolean;
|
|
169
|
+
}): VNode[];
|
|
176
170
|
};
|
|
177
171
|
};
|
|
178
172
|
}, HTMLDivElement>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
+
import { FluxFormInputBaseProps, FluxDirection } from '@flux-ui/types';
|
|
1
2
|
import { DateTime } from 'luxon';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle,
|
|
3
|
-
import { FluxDirection } from '@flux-ui/types';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ComponentCustomProperties, VNode } from 'vue';
|
|
4
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
5
|
-
type __VLS_Props = {
|
|
6
|
-
readonly disabled?: boolean;
|
|
5
|
+
type __VLS_Props = FluxFormInputBaseProps & {
|
|
7
6
|
readonly max?: DateTime;
|
|
8
7
|
readonly min?: DateTime;
|
|
9
8
|
readonly rangeMode?: 'range' | 'week' | 'month';
|
|
@@ -25,9 +24,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
25
24
|
readonly margin?: number;
|
|
26
25
|
readonly width?: number | string;
|
|
27
26
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
28
|
-
$attrs:
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
27
|
+
$attrs: Attrs;
|
|
31
28
|
$refs: {
|
|
32
29
|
[x: string]: unknown;
|
|
33
30
|
} & {
|
|
@@ -41,9 +38,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
41
38
|
readonly tag?: string;
|
|
42
39
|
readonly variant?: "default" | "flat" | "well";
|
|
43
40
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
44
|
-
$attrs:
|
|
45
|
-
[x: string]: unknown;
|
|
46
|
-
};
|
|
41
|
+
$attrs: Attrs;
|
|
47
42
|
$refs: {
|
|
48
43
|
[x: string]: unknown;
|
|
49
44
|
};
|
|
@@ -83,13 +78,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
83
78
|
readonly isLoading?: boolean;
|
|
84
79
|
readonly tag?: string;
|
|
85
80
|
readonly variant?: "default" | "flat" | "well";
|
|
86
|
-
}> & Readonly<{}>, never> &
|
|
81
|
+
}> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
|
|
87
82
|
$slots: Readonly<{
|
|
88
|
-
default():
|
|
89
|
-
loader():
|
|
83
|
+
default(): VNode[];
|
|
84
|
+
loader(): VNode[];
|
|
90
85
|
}> & {
|
|
91
|
-
default():
|
|
92
|
-
loader():
|
|
86
|
+
default(): VNode[];
|
|
87
|
+
loader(): VNode[];
|
|
93
88
|
};
|
|
94
89
|
};
|
|
95
90
|
};
|
|
@@ -135,11 +130,11 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
135
130
|
readonly isAutoWidth?: boolean;
|
|
136
131
|
readonly margin?: number;
|
|
137
132
|
readonly width?: number | string;
|
|
138
|
-
}> & Readonly<{}>, "close" | "toggle" | "open"> &
|
|
133
|
+
}> & Readonly<{}>, "close" | "toggle" | "open"> & {
|
|
139
134
|
close: () => void;
|
|
140
135
|
open: () => void;
|
|
141
136
|
toggle: () => void;
|
|
142
|
-
}
|
|
137
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
143
138
|
$slots: Readonly<{
|
|
144
139
|
default(props: {
|
|
145
140
|
close(): void;
|
|
@@ -147,12 +142,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
147
142
|
readonly paneY: number;
|
|
148
143
|
readonly openerWidth: number;
|
|
149
144
|
readonly openerHeight: number;
|
|
150
|
-
}):
|
|
145
|
+
}): VNode[];
|
|
151
146
|
opener(props: {
|
|
152
147
|
close(): void;
|
|
153
148
|
open(): void;
|
|
154
149
|
toggle(): void;
|
|
155
|
-
|
|
150
|
+
readonly isOpen: boolean;
|
|
151
|
+
}): VNode[];
|
|
156
152
|
}> & {
|
|
157
153
|
default(props: {
|
|
158
154
|
close(): void;
|
|
@@ -160,12 +156,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
160
156
|
readonly paneY: number;
|
|
161
157
|
readonly openerWidth: number;
|
|
162
158
|
readonly openerHeight: number;
|
|
163
|
-
}):
|
|
159
|
+
}): VNode[];
|
|
164
160
|
opener(props: {
|
|
165
161
|
close(): void;
|
|
166
162
|
open(): void;
|
|
167
163
|
toggle(): void;
|
|
168
|
-
|
|
164
|
+
readonly isOpen: boolean;
|
|
165
|
+
}): VNode[];
|
|
169
166
|
};
|
|
170
167
|
};
|
|
171
168
|
}, HTMLDivElement>;
|
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import { FluxAutoCompleteType, FluxDirection } from '@flux-ui/types';
|
|
1
|
+
import { FluxAutoCompleteType, FluxFormInputBaseProps, FluxDirection } from '@flux-ui/types';
|
|
2
2
|
import { DateTime } from 'luxon';
|
|
3
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle,
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ComponentCustomProperties, VNode } from 'vue';
|
|
4
4
|
import { OnCleanup } from '@vue/reactivity';
|
|
5
|
-
type __VLS_Props = {
|
|
5
|
+
type __VLS_Props = FluxFormInputBaseProps & {
|
|
6
6
|
readonly autoComplete?: FluxAutoCompleteType;
|
|
7
|
-
readonly autoFocus?: boolean;
|
|
8
|
-
readonly disabled?: boolean;
|
|
9
7
|
readonly isHourOnly?: boolean;
|
|
10
|
-
readonly isReadonly?: boolean;
|
|
11
8
|
readonly max?: DateTime;
|
|
12
9
|
readonly min?: DateTime;
|
|
13
|
-
readonly placeholder?: string;
|
|
14
10
|
};
|
|
15
11
|
type __VLS_PublicProps = {
|
|
16
12
|
modelValue: DateTime | null;
|
|
@@ -29,9 +25,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
29
25
|
readonly margin?: number;
|
|
30
26
|
readonly width?: number | string;
|
|
31
27
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
32
|
-
$attrs:
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
28
|
+
$attrs: Attrs;
|
|
35
29
|
$refs: {
|
|
36
30
|
[x: string]: unknown;
|
|
37
31
|
} & {
|
|
@@ -45,9 +39,7 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
45
39
|
readonly tag?: string;
|
|
46
40
|
readonly variant?: "default" | "flat" | "well";
|
|
47
41
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>;
|
|
48
|
-
$attrs:
|
|
49
|
-
[x: string]: unknown;
|
|
50
|
-
};
|
|
42
|
+
$attrs: Attrs;
|
|
51
43
|
$refs: {
|
|
52
44
|
[x: string]: unknown;
|
|
53
45
|
};
|
|
@@ -87,13 +79,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
87
79
|
readonly isLoading?: boolean;
|
|
88
80
|
readonly tag?: string;
|
|
89
81
|
readonly variant?: "default" | "flat" | "well";
|
|
90
|
-
}> & Readonly<{}>, never> &
|
|
82
|
+
}> & Readonly<{}>, never> & {} & ComponentCustomProperties & {} & {
|
|
91
83
|
$slots: Readonly<{
|
|
92
|
-
default():
|
|
93
|
-
loader():
|
|
84
|
+
default(): VNode[];
|
|
85
|
+
loader(): VNode[];
|
|
94
86
|
}> & {
|
|
95
|
-
default():
|
|
96
|
-
loader():
|
|
87
|
+
default(): VNode[];
|
|
88
|
+
loader(): VNode[];
|
|
97
89
|
};
|
|
98
90
|
};
|
|
99
91
|
};
|
|
@@ -139,11 +131,11 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
139
131
|
readonly isAutoWidth?: boolean;
|
|
140
132
|
readonly margin?: number;
|
|
141
133
|
readonly width?: number | string;
|
|
142
|
-
}> & Readonly<{}>, "close" | "toggle" | "open"> &
|
|
134
|
+
}> & Readonly<{}>, "close" | "toggle" | "open"> & {
|
|
143
135
|
close: () => void;
|
|
144
136
|
open: () => void;
|
|
145
137
|
toggle: () => void;
|
|
146
|
-
}
|
|
138
|
+
} & {} & ComponentCustomProperties & {} & {
|
|
147
139
|
$slots: Readonly<{
|
|
148
140
|
default(props: {
|
|
149
141
|
close(): void;
|
|
@@ -151,12 +143,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
151
143
|
readonly paneY: number;
|
|
152
144
|
readonly openerWidth: number;
|
|
153
145
|
readonly openerHeight: number;
|
|
154
|
-
}):
|
|
146
|
+
}): VNode[];
|
|
155
147
|
opener(props: {
|
|
156
148
|
close(): void;
|
|
157
149
|
open(): void;
|
|
158
150
|
toggle(): void;
|
|
159
|
-
|
|
151
|
+
readonly isOpen: boolean;
|
|
152
|
+
}): VNode[];
|
|
160
153
|
}> & {
|
|
161
154
|
default(props: {
|
|
162
155
|
close(): void;
|
|
@@ -164,12 +157,13 @@ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, Compo
|
|
|
164
157
|
readonly paneY: number;
|
|
165
158
|
readonly openerWidth: number;
|
|
166
159
|
readonly openerHeight: number;
|
|
167
|
-
}):
|
|
160
|
+
}): VNode[];
|
|
168
161
|
opener(props: {
|
|
169
162
|
close(): void;
|
|
170
163
|
open(): void;
|
|
171
164
|
toggle(): void;
|
|
172
|
-
|
|
165
|
+
readonly isOpen: boolean;
|
|
166
|
+
}): VNode[];
|
|
173
167
|
};
|
|
174
168
|
};
|
|
175
169
|
}, any>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly currentLength?: number;
|
|
4
4
|
readonly error?: string;
|
|
@@ -12,7 +12,7 @@ declare function __VLS_template(): {
|
|
|
12
12
|
slots: Readonly<{
|
|
13
13
|
default(props: {
|
|
14
14
|
readonly id?: string;
|
|
15
|
-
}):
|
|
15
|
+
}): VNode[];
|
|
16
16
|
addition(props: {
|
|
17
17
|
readonly currentLength?: number;
|
|
18
18
|
readonly error?: string;
|
|
@@ -20,7 +20,7 @@ declare function __VLS_template(): {
|
|
|
20
20
|
readonly isOptional?: boolean;
|
|
21
21
|
readonly label: string;
|
|
22
22
|
readonly maxLength?: number;
|
|
23
|
-
}):
|
|
23
|
+
}): VNode[];
|
|
24
24
|
value(props: {
|
|
25
25
|
readonly currentLength?: number;
|
|
26
26
|
readonly error?: string;
|
|
@@ -28,11 +28,11 @@ declare function __VLS_template(): {
|
|
|
28
28
|
readonly isOptional?: boolean;
|
|
29
29
|
readonly label: string;
|
|
30
30
|
readonly maxLength?: number;
|
|
31
|
-
}):
|
|
31
|
+
}): VNode[];
|
|
32
32
|
}> & {
|
|
33
33
|
default(props: {
|
|
34
34
|
readonly id?: string;
|
|
35
|
-
}):
|
|
35
|
+
}): VNode[];
|
|
36
36
|
addition(props: {
|
|
37
37
|
readonly currentLength?: number;
|
|
38
38
|
readonly error?: string;
|
|
@@ -40,7 +40,7 @@ declare function __VLS_template(): {
|
|
|
40
40
|
readonly isOptional?: boolean;
|
|
41
41
|
readonly label: string;
|
|
42
42
|
readonly maxLength?: number;
|
|
43
|
-
}):
|
|
43
|
+
}): VNode[];
|
|
44
44
|
value(props: {
|
|
45
45
|
readonly currentLength?: number;
|
|
46
46
|
readonly error?: string;
|
|
@@ -48,7 +48,7 @@ declare function __VLS_template(): {
|
|
|
48
48
|
readonly isOptional?: boolean;
|
|
49
49
|
readonly label: string;
|
|
50
50
|
readonly maxLength?: number;
|
|
51
|
-
}):
|
|
51
|
+
}): VNode[];
|
|
52
52
|
};
|
|
53
53
|
refs: {};
|
|
54
54
|
rootEl: HTMLDivElement;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
readonly columns?: number;
|
|
4
4
|
};
|
|
5
5
|
declare function __VLS_template(): {
|
|
6
6
|
attrs: Partial<{}>;
|
|
7
7
|
slots: Readonly<{
|
|
8
|
-
default():
|
|
8
|
+
default(): VNode[];
|
|
9
9
|
}> & {
|
|
10
|
-
default():
|
|
10
|
+
default(): VNode[];
|
|
11
11
|
};
|
|
12
12
|
refs: {};
|
|
13
13
|
rootEl: HTMLDivElement;
|
|
@@ -1,20 +1,13 @@
|
|
|
1
|
-
import { FluxAutoCompleteType, FluxIconName, FluxInputMask, FluxInputType } from '@flux-ui/types';
|
|
1
|
+
import { FluxAutoCompleteType, FluxFormInputBaseProps, FluxIconName, FluxInputMask, FluxInputType } from '@flux-ui/types';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = {
|
|
3
|
+
type __VLS_Props = FluxFormInputBaseProps & {
|
|
4
4
|
readonly autoComplete?: FluxAutoCompleteType;
|
|
5
|
-
readonly autoFocus?: boolean;
|
|
6
5
|
readonly iconLeading?: FluxIconName;
|
|
7
6
|
readonly iconTrailing?: FluxIconName;
|
|
8
|
-
readonly disabled?: boolean;
|
|
9
|
-
readonly isCondensed?: boolean;
|
|
10
|
-
readonly isLoading?: boolean;
|
|
11
|
-
readonly isReadonly?: boolean;
|
|
12
|
-
readonly isSecondary?: boolean;
|
|
13
7
|
readonly max?: string | number;
|
|
14
8
|
readonly maxLength?: number;
|
|
15
9
|
readonly min?: string | number;
|
|
16
10
|
readonly pattern?: FluxInputMask;
|
|
17
|
-
readonly placeholder?: string;
|
|
18
11
|
readonly step?: number;
|
|
19
12
|
readonly type?: FluxInputType;
|
|
20
13
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { VNode, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
1
2
|
import { FluxIconName } from '@flux-ui/types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
type __VLS_Props = {
|
|
4
4
|
readonly icon?: FluxIconName;
|
|
5
5
|
readonly label?: string;
|
|
@@ -7,9 +7,9 @@ type __VLS_Props = {
|
|
|
7
7
|
declare function __VLS_template(): {
|
|
8
8
|
attrs: Partial<{}>;
|
|
9
9
|
slots: Readonly<{
|
|
10
|
-
default():
|
|
10
|
+
default(): VNode[];
|
|
11
11
|
}> & {
|
|
12
|
-
default():
|
|
12
|
+
default(): VNode[];
|
|
13
13
|
};
|
|
14
14
|
refs: {};
|
|
15
15
|
rootEl: HTMLDivElement;
|