eco-vue-js 0.11.1 → 0.11.3
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/components/ActionsBar/WActionsBar.vue.d.ts +29 -0
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -0
- package/dist/components/ActionsBar/WActionsBarFilter.vue.d.ts +24 -0
- package/dist/components/ActionsBar/WActionsBarFilter.vue.d.ts.map +1 -0
- package/dist/components/BottomSheet/WBottomSheet.vue.d.ts +32 -0
- package/dist/components/BottomSheet/WBottomSheet.vue.d.ts.map +1 -0
- package/dist/components/Button/WButton.vue.d.ts +3 -3
- package/dist/components/Button/WButtonAction.vue.d.ts +45 -0
- package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonCopy.vue.d.ts +6 -0
- package/dist/components/Button/WButtonCopy.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonDropdown.vue.d.ts +35 -0
- package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonGroup.vue.d.ts +31 -0
- package/dist/components/Button/WButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonInput.vue.d.ts +16 -0
- package/dist/components/Button/WButtonInput.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonMore.vue.d.ts +31 -0
- package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonMoreItem.vue.d.ts +30 -0
- package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonSelection.vue.d.ts +50 -0
- package/dist/components/Button/WButtonSelection.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonSelectionAction.vue.d.ts +15 -0
- package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonSelectionState.vue.d.ts +22 -0
- package/dist/components/Button/WButtonSelectionState.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonTab.vue.d.ts +44 -0
- package/dist/components/Button/WButtonTab.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonUnselect.vue.d.ts +13 -0
- package/dist/components/Button/WButtonUnselect.vue.d.ts.map +1 -0
- package/dist/components/Chart/WChartLine.vue.d.ts +41 -0
- package/dist/components/Chart/WChartLine.vue.d.ts.map +1 -0
- package/dist/components/Chart/WChartLinear.vue.d.ts +50 -0
- package/dist/components/Chart/WChartLinear.vue.d.ts.map +1 -0
- package/dist/components/Chart/components/ChartAxis.vue.d.ts +10 -0
- package/dist/components/Chart/components/ChartAxis.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/WCheckbox.vue.d.ts +31 -0
- package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts +27 -0
- package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.d.ts +31 -0
- package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.d.ts.map +1 -0
- package/dist/components/Chip/WChip.vue.d.ts +28 -0
- package/dist/components/Chip/WChip.vue.d.ts.map +1 -0
- package/dist/components/ClickOutside/WClickOutside.vue.d.ts +29 -0
- package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -0
- package/dist/components/Counter/WCounter.vue.d.ts +10 -0
- package/dist/components/Counter/WCounter.vue.d.ts.map +1 -0
- package/dist/components/DatePicker/WDatePicker.vue.d.ts +22 -0
- package/dist/components/DatePicker/WDatePicker.vue.d.ts.map +1 -0
- package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts +23 -0
- package/dist/components/DatePicker/WDatePickerSingle.vue.d.ts.map +1 -0
- package/dist/components/DatePicker/components/CalendarDay.vue.d.ts +23 -0
- package/dist/components/DatePicker/components/CalendarDay.vue.d.ts.map +1 -0
- package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts +23 -0
- package/dist/components/DatePicker/components/CalendarMonth.vue.d.ts.map +1 -0
- package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts +12 -0
- package/dist/components/DatePicker/components/CalendarToggle.vue.d.ts.map +1 -0
- package/dist/components/DatePicker/components/CalendarValue.vue.d.ts +13 -0
- package/dist/components/DatePicker/components/CalendarValue.vue.d.ts.map +1 -0
- package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts +22 -0
- package/dist/components/DatePicker/components/CalendarWeek.vue.d.ts.map +1 -0
- package/dist/components/Dismissable/WDismissable.vue.d.ts +34 -0
- package/dist/components/Dismissable/WDismissable.vue.d.ts.map +1 -0
- package/dist/components/DragContainer/WDragContainer.vue.d.ts +36 -0
- package/dist/components/DragContainer/WDragContainer.vue.d.ts.map +1 -0
- package/dist/components/DragContainer/components/DragItem.vue.d.ts +43 -0
- package/dist/components/DragContainer/components/DragItem.vue.d.ts.map +1 -0
- package/dist/components/Dropdown/WDropdown.vue.d.ts +32 -0
- package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -0
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +175 -0
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -0
- package/dist/components/Expansion/WExpansion.vue.d.ts +29 -0
- package/dist/components/Expansion/WExpansion.vue.d.ts.map +1 -0
- package/dist/components/Expansion/WExpansionItem.vue.d.ts +39 -0
- package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -0
- package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +48 -0
- package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -0
- package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts +8 -0
- package/dist/components/FieldWrapper/components/FilterButton.vue.d.ts.map +1 -0
- package/dist/components/FilePicker/WFilePicker.vue.d.ts +58 -0
- package/dist/components/FilePicker/WFilePicker.vue.d.ts.map +1 -0
- package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts +27 -0
- package/dist/components/FilePicker/components/FilePickerItem.vue.d.ts.map +1 -0
- package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts +11 -0
- package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts.map +1 -0
- package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts +30 -0
- package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +27 -0
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts +27 -0
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts +27 -0
- package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts +22 -0
- package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts +22 -0
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts +22 -0
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts +22 -0
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +19 -0
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -0
- package/dist/components/FormAsync/use/useFormAsync.d.ts +2 -2
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +29 -0
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -0
- package/dist/components/HeaderBar/WHeaderBarSearch.vue.d.ts +32 -0
- package/dist/components/HeaderBar/WHeaderBarSearch.vue.d.ts.map +1 -0
- package/dist/components/ImageViewer/WImageViewer.vue.d.ts +8 -0
- package/dist/components/ImageViewer/WImageViewer.vue.d.ts.map +1 -0
- package/dist/components/ImageViewer/components/ImageModal.vue.d.ts +11 -0
- package/dist/components/ImageViewer/components/ImageModal.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +174 -0
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +32 -0
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts +9 -0
- package/dist/components/InfiniteList/components/InfiniteListButton.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/components/InfiniteListHeaderHeight.vue.d.ts +31 -0
- package/dist/components/InfiniteList/components/InfiniteListHeaderHeight.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/components/InfiniteListHeaderPadding.vue.d.ts +22 -0
- package/dist/components/InfiniteList/components/InfiniteListHeaderPadding.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +77 -0
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts +18 -0
- package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +82 -0
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +31 -0
- package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -0
- package/dist/components/InfoCard/WInfoCard.vue.d.ts +27 -0
- package/dist/components/InfoCard/WInfoCard.vue.d.ts.map +1 -0
- package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts +23 -0
- package/dist/components/InfoCard/WInfoCardNegative.vue.d.ts.map +1 -0
- package/dist/components/Input/WInput.vue.d.ts +50 -0
- package/dist/components/Input/WInput.vue.d.ts.map +1 -0
- package/dist/components/Input/WInputAsync.vue.d.ts +27 -0
- package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -0
- package/dist/components/Input/WInputDate.vue.d.ts +52 -0
- package/dist/components/Input/WInputDate.vue.d.ts.map +1 -0
- package/dist/components/Input/WInputOptions.vue.d.ts +33 -0
- package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -0
- package/dist/components/Input/WInputSuggest.vue.d.ts +53 -0
- package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -0
- package/dist/components/Input/components/ContentEditable.vue.d.ts +24 -0
- package/dist/components/Input/components/ContentEditable.vue.d.ts.map +1 -0
- package/dist/components/Input/components/InputActions.vue.d.ts +42 -0
- package/dist/components/Input/components/InputActions.vue.d.ts.map +1 -0
- package/dist/components/Input/components/InputActionsButton.vue.d.ts +28 -0
- package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +1 -0
- package/dist/components/Link/WLink.vue.d.ts +34 -0
- package/dist/components/Link/WLink.vue.d.ts.map +1 -0
- package/dist/components/Link/WLinkArrow.vue.d.ts +22 -0
- package/dist/components/Link/WLinkArrow.vue.d.ts.map +1 -0
- package/dist/components/List/WList.vue.d.ts +75 -0
- package/dist/components/List/WList.vue.d.ts.map +1 -0
- package/dist/components/List/WListCard.vue.d.ts +197 -0
- package/dist/components/List/WListCard.vue.d.ts.map +1 -0
- package/dist/components/List/WListCardField.vue.d.ts +25 -0
- package/dist/components/List/WListCardField.vue.d.ts.map +1 -0
- package/dist/components/List/WListFilter.vue.d.ts +26 -0
- package/dist/components/List/WListFilter.vue.d.ts.map +1 -0
- package/dist/components/List/WListHeader.vue.d.ts +33 -0
- package/dist/components/List/WListHeader.vue.d.ts.map +1 -0
- package/dist/components/List/WListHeaderItem.vue.d.ts +34 -0
- package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderFieldNested.vue.d.ts +36 -0
- package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderItem.vue.d.ts +18 -0
- package/dist/components/List/components/HeaderItem.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderItemResizer.vue.d.ts +24 -0
- package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderSettings.vue.d.ts +32 -0
- package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderSettingsList.vue.d.ts +27 -0
- package/dist/components/List/components/HeaderSettingsList.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts +11 -0
- package/dist/components/List/components/HeaderSettingsModeButton.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderSort.vue.d.ts +32 -0
- package/dist/components/List/components/HeaderSort.vue.d.ts.map +1 -0
- package/dist/components/List/components/HeaderSortItem.vue.d.ts +22 -0
- package/dist/components/List/components/HeaderSortItem.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListCardAction.vue.d.ts +22 -0
- package/dist/components/List/components/ListCardAction.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListCardFieldNested.vue.d.ts +35 -0
- package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts +23 -0
- package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListFilterGlobal.vue.d.ts +27 -0
- package/dist/components/List/components/ListFilterGlobal.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListFilterGlobalItem.vue.d.ts +30 -0
- package/dist/components/List/components/ListFilterGlobalItem.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListFilterLocal.vue.d.ts +25 -0
- package/dist/components/List/components/ListFilterLocal.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListFilterSearch.vue.d.ts +23 -0
- package/dist/components/List/components/ListFilterSearch.vue.d.ts.map +1 -0
- package/dist/components/List/components/ListFilterSelect.vue.d.ts +21 -0
- package/dist/components/List/components/ListFilterSelect.vue.d.ts.map +1 -0
- package/dist/components/MenuItem/WMenuItem.vue.d.ts +28 -0
- package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -0
- package/dist/components/Modal/WModal.vue.d.ts +5 -0
- package/dist/components/Modal/WModal.vue.d.ts.map +1 -0
- package/dist/components/Modal/WModalExport.vue.d.ts +25 -0
- package/dist/components/Modal/WModalExport.vue.d.ts.map +1 -0
- package/dist/components/Modal/WModalImport.vue.d.ts +24 -0
- package/dist/components/Modal/WModalImport.vue.d.ts.map +1 -0
- package/dist/components/Modal/WModalStepper.vue.d.ts +1115 -0
- package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -0
- package/dist/components/Modal/components/ModalCloseButton.vue.d.ts +9 -0
- package/dist/components/Modal/components/ModalCloseButton.vue.d.ts.map +1 -0
- package/dist/components/Nav/WNavBar.vue.d.ts +22 -0
- package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -0
- package/dist/components/Nav/WNavItem.vue.d.ts +22 -0
- package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -0
- package/dist/components/Nav/WNavItemExpand.vue.d.ts +152 -0
- package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +1 -0
- package/dist/components/Nav/WNavItemTransition.vue.d.ts +18 -0
- package/dist/components/Nav/WNavItemTransition.vue.d.ts.map +1 -0
- package/dist/components/Notify/WNotify.vue.d.ts +3 -0
- package/dist/components/Notify/WNotify.vue.d.ts.map +1 -0
- package/dist/components/Notify/components/NotifyCard.vue.d.ts +22 -0
- package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -0
- package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts +10 -0
- package/dist/components/NumberFormatter/WNumberFormatter.vue.d.ts.map +1 -0
- package/dist/components/Page/WPage.vue.d.ts +43 -0
- package/dist/components/Page/WPage.vue.d.ts.map +1 -0
- package/dist/components/Page/WPageBreadcrumbs.vue.d.ts +3 -0
- package/dist/components/Page/WPageBreadcrumbs.vue.d.ts.map +1 -0
- package/dist/components/Page/WPageNumerator.vue.d.ts +18 -0
- package/dist/components/Page/WPageNumerator.vue.d.ts.map +1 -0
- package/dist/components/Page/WPageTitle.vue.d.ts +7 -0
- package/dist/components/Page/WPageTitle.vue.d.ts.map +1 -0
- package/dist/components/Progress/WProgress.vue.d.ts +6 -0
- package/dist/components/Progress/WProgress.vue.d.ts.map +1 -0
- package/dist/components/Progress/WProgressStriped.vue.d.ts +6 -0
- package/dist/components/Progress/WProgressStriped.vue.d.ts.map +1 -0
- package/dist/components/Select/WSelect.vue.d.ts +43 -0
- package/dist/components/Select/WSelect.vue.d.ts.map +1 -0
- package/dist/components/Select/WSelectAsync.vue.d.ts +43 -0
- package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -0
- package/dist/components/Select/WSelectAsyncList.vue.d.ts +44 -0
- package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -0
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +33 -0
- package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -0
- package/dist/components/Select/WSelectSingle.vue.d.ts +36 -0
- package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -0
- package/dist/components/Select/WSelectStringified.vue.d.ts +36 -0
- package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -0
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts +53 -0
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -0
- package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts +35 -0
- package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -0
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts +35 -0
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -0
- package/dist/components/Select/components/SelectOption.vue.d.ts +52 -0
- package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -0
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +29 -0
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -0
- package/dist/components/Shine/WShineEffect.vue.d.ts +3 -0
- package/dist/components/Shine/WShineEffect.vue.d.ts.map +1 -0
- package/dist/components/Status/WStatusIcon.vue.d.ts +7 -0
- package/dist/components/Status/WStatusIcon.vue.d.ts.map +1 -0
- package/dist/components/Tabs/WTabs.vue.d.ts +898 -0
- package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -0
- package/dist/components/Tabs/WTabsColumns.vue.d.ts +20 -0
- package/dist/components/Tabs/WTabsColumns.vue.d.ts.map +1 -0
- package/dist/components/Tabs/WTabsItem.vue.d.ts +31 -0
- package/dist/components/Tabs/WTabsItem.vue.d.ts.map +1 -0
- package/dist/components/Tabs/components/TabItem.vue.d.ts +250 -0
- package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -0
- package/dist/components/Tabs/components/TabTitleButton.vue.d.ts +59 -0
- package/dist/components/Tabs/components/TabTitleButton.vue.d.ts.map +1 -0
- package/dist/components/Toggle/WToggle.vue.d.ts +19 -0
- package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -0
- package/dist/components/Toggle/WToggleTheme.vue.d.ts +9 -0
- package/dist/components/Toggle/WToggleTheme.vue.d.ts.map +1 -0
- package/dist/components/Tooltip/WTooltipContainer.vue.d.ts +72 -0
- package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -0
- package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +35 -0
- package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -0
- package/dist/main.d.ts +206 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/utils/ApiClient.d.ts +1 -1
- package/package.json +277 -277
@@ -0,0 +1,1115 @@
|
|
1
|
+
type __VLS_Props = {
|
2
|
+
loading?: boolean;
|
3
|
+
disabled?: boolean;
|
4
|
+
disabledNext?: boolean;
|
5
|
+
};
|
6
|
+
declare function __VLS_template(): {
|
7
|
+
attrs: Partial<{}>;
|
8
|
+
slots: {
|
9
|
+
title?(_: {}): any;
|
10
|
+
default?(_: {}): any;
|
11
|
+
};
|
12
|
+
refs: {
|
13
|
+
tabsStepper: ({
|
14
|
+
$: import('vue').ComponentInternalInstance;
|
15
|
+
$data: {};
|
16
|
+
$props: {
|
17
|
+
readonly name?: string | undefined;
|
18
|
+
readonly customSlots?: import('vue').VNode[] | undefined;
|
19
|
+
readonly lessTransitions?: boolean | undefined;
|
20
|
+
readonly initTab?: string | undefined;
|
21
|
+
readonly initTabIndex?: number | undefined;
|
22
|
+
readonly side?: boolean | undefined;
|
23
|
+
readonly disableMinHeight?: boolean | undefined;
|
24
|
+
readonly noHeader?: boolean | undefined;
|
25
|
+
readonly switchToNew?: boolean | undefined;
|
26
|
+
readonly stepper?: boolean | undefined;
|
27
|
+
readonly showHasValue?: boolean | undefined;
|
28
|
+
readonly noSwitchOnInvalid?: boolean | undefined;
|
29
|
+
readonly wrap?: boolean | undefined;
|
30
|
+
readonly statusIcon?: boolean | undefined;
|
31
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
32
|
+
readonly "onUpdate:first"?: ((value: boolean) => any) | undefined;
|
33
|
+
readonly "onUpdate:last"?: ((value: boolean) => any) | undefined;
|
34
|
+
readonly "onUpdate:current"?: ((value: string) => any) | undefined;
|
35
|
+
readonly "onUpdate:current-index"?: ((value: number) => any) | undefined;
|
36
|
+
readonly "onUpdate:current-title"?: ((value: string | undefined) => any) | undefined;
|
37
|
+
readonly "onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
38
|
+
readonly "onUpdate:progress"?: ((value: number) => any) | undefined;
|
39
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
40
|
+
$attrs: {
|
41
|
+
[x: string]: unknown;
|
42
|
+
};
|
43
|
+
$refs: {
|
44
|
+
[x: string]: unknown;
|
45
|
+
} & {
|
46
|
+
form: ({
|
47
|
+
$: import('vue').ComponentInternalInstance;
|
48
|
+
$data: {};
|
49
|
+
$props: {
|
50
|
+
readonly name?: string | undefined;
|
51
|
+
readonly title?: string | undefined;
|
52
|
+
readonly noTag?: boolean | undefined;
|
53
|
+
readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
54
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
55
|
+
readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
56
|
+
readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
57
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
58
|
+
$attrs: {
|
59
|
+
[x: string]: unknown;
|
60
|
+
};
|
61
|
+
$refs: {
|
62
|
+
[x: string]: unknown;
|
63
|
+
};
|
64
|
+
$slots: Readonly<{
|
65
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
66
|
+
}>;
|
67
|
+
$root: import('vue').ComponentPublicInstance | null;
|
68
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
69
|
+
$host: Element | null;
|
70
|
+
$emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
|
71
|
+
$el: any;
|
72
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
73
|
+
name?: string;
|
74
|
+
title?: string;
|
75
|
+
noTag?: boolean;
|
76
|
+
}> & Readonly<{
|
77
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
78
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
79
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
80
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
81
|
+
}>, {
|
82
|
+
isValid: import('vue').ComputedRef<boolean>;
|
83
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
84
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
85
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
86
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
87
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
88
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
89
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
90
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
91
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
92
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
93
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
94
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
95
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
96
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
97
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
98
|
+
"update:is-valid": (value: boolean | undefined) => any;
|
99
|
+
"update:has-changes": (value: boolean) => any;
|
100
|
+
"update:has-value": (value: boolean | null) => any;
|
101
|
+
"update:has-shown": (value: boolean) => any;
|
102
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
103
|
+
beforeCreate?: (() => void) | (() => void)[];
|
104
|
+
created?: (() => void) | (() => void)[];
|
105
|
+
beforeMount?: (() => void) | (() => void)[];
|
106
|
+
mounted?: (() => void) | (() => void)[];
|
107
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
108
|
+
updated?: (() => void) | (() => void)[];
|
109
|
+
activated?: (() => void) | (() => void)[];
|
110
|
+
deactivated?: (() => void) | (() => void)[];
|
111
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
112
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
113
|
+
destroyed?: (() => void) | (() => void)[];
|
114
|
+
unmounted?: (() => void) | (() => void)[];
|
115
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
116
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
117
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
118
|
+
};
|
119
|
+
$forceUpdate: () => void;
|
120
|
+
$nextTick: typeof import('vue').nextTick;
|
121
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
122
|
+
} & Readonly<{}> & Omit<Readonly<{
|
123
|
+
name?: string;
|
124
|
+
title?: string;
|
125
|
+
noTag?: boolean;
|
126
|
+
}> & Readonly<{
|
127
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
128
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
129
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
130
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
131
|
+
}>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
132
|
+
isValid: import('vue').ComputedRef<boolean>;
|
133
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
134
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
135
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
136
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
137
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
138
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
139
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
140
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
141
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
142
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
143
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
144
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
145
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
146
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
147
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
148
|
+
$slots: {
|
149
|
+
default?(_: {}): any;
|
150
|
+
};
|
151
|
+
}) | null;
|
152
|
+
buttonContainer: HTMLDivElement;
|
153
|
+
button: (({
|
154
|
+
$: import('vue').ComponentInternalInstance;
|
155
|
+
$data: {};
|
156
|
+
$props: {
|
157
|
+
readonly active: boolean;
|
158
|
+
readonly index: number;
|
159
|
+
readonly hasError: boolean;
|
160
|
+
readonly hasChanges: boolean;
|
161
|
+
readonly hasValue: boolean;
|
162
|
+
readonly title?: string | undefined;
|
163
|
+
readonly icon: SVGComponent | undefined;
|
164
|
+
readonly first: boolean;
|
165
|
+
readonly last: boolean;
|
166
|
+
readonly disabled?: boolean | undefined;
|
167
|
+
readonly stepper?: boolean | undefined;
|
168
|
+
readonly showHasValue?: boolean | undefined;
|
169
|
+
readonly side?: boolean | undefined;
|
170
|
+
readonly statusIcon?: boolean | undefined;
|
171
|
+
readonly onClick?: ((value: MouseEvent) => any) | undefined;
|
172
|
+
readonly "onUpdate:scroll-position"?: ((value: {
|
173
|
+
left: number;
|
174
|
+
} | {
|
175
|
+
top: number;
|
176
|
+
}) => any) | undefined;
|
177
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
178
|
+
$attrs: {
|
179
|
+
[x: string]: unknown;
|
180
|
+
};
|
181
|
+
$refs: {
|
182
|
+
[x: string]: unknown;
|
183
|
+
} & {
|
184
|
+
container: HTMLDivElement;
|
185
|
+
};
|
186
|
+
$slots: Readonly<{
|
187
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
188
|
+
}>;
|
189
|
+
$root: import('vue').ComponentPublicInstance | null;
|
190
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
191
|
+
$host: Element | null;
|
192
|
+
$emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:scroll-position", value: {
|
193
|
+
left: number;
|
194
|
+
} | {
|
195
|
+
top: number;
|
196
|
+
}) => void);
|
197
|
+
$el: HTMLDivElement;
|
198
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
199
|
+
active: boolean;
|
200
|
+
index: number;
|
201
|
+
hasError: boolean;
|
202
|
+
hasChanges: boolean;
|
203
|
+
hasValue: boolean;
|
204
|
+
title?: string;
|
205
|
+
icon: SVGComponent | undefined;
|
206
|
+
first: boolean;
|
207
|
+
last: boolean;
|
208
|
+
disabled?: boolean;
|
209
|
+
stepper?: boolean;
|
210
|
+
showHasValue?: boolean;
|
211
|
+
side?: boolean;
|
212
|
+
statusIcon?: boolean;
|
213
|
+
}> & Readonly<{
|
214
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
215
|
+
"onUpdate:scroll-position"?: ((value: {
|
216
|
+
left: number;
|
217
|
+
} | {
|
218
|
+
top: number;
|
219
|
+
}) => any) | undefined;
|
220
|
+
}>, {
|
221
|
+
update: () => void;
|
222
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
223
|
+
click: (value: MouseEvent) => any;
|
224
|
+
"update:scroll-position": (value: {
|
225
|
+
left: number;
|
226
|
+
} | {
|
227
|
+
top: number;
|
228
|
+
}) => any;
|
229
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
230
|
+
beforeCreate?: (() => void) | (() => void)[];
|
231
|
+
created?: (() => void) | (() => void)[];
|
232
|
+
beforeMount?: (() => void) | (() => void)[];
|
233
|
+
mounted?: (() => void) | (() => void)[];
|
234
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
235
|
+
updated?: (() => void) | (() => void)[];
|
236
|
+
activated?: (() => void) | (() => void)[];
|
237
|
+
deactivated?: (() => void) | (() => void)[];
|
238
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
239
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
240
|
+
destroyed?: (() => void) | (() => void)[];
|
241
|
+
unmounted?: (() => void) | (() => void)[];
|
242
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
243
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
244
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
245
|
+
};
|
246
|
+
$forceUpdate: () => void;
|
247
|
+
$nextTick: typeof import('vue').nextTick;
|
248
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
249
|
+
} & Readonly<{}> & Omit<Readonly<{
|
250
|
+
active: boolean;
|
251
|
+
index: number;
|
252
|
+
hasError: boolean;
|
253
|
+
hasChanges: boolean;
|
254
|
+
hasValue: boolean;
|
255
|
+
title?: string;
|
256
|
+
icon: SVGComponent | undefined;
|
257
|
+
first: boolean;
|
258
|
+
last: boolean;
|
259
|
+
disabled?: boolean;
|
260
|
+
stepper?: boolean;
|
261
|
+
showHasValue?: boolean;
|
262
|
+
side?: boolean;
|
263
|
+
statusIcon?: boolean;
|
264
|
+
}> & Readonly<{
|
265
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
266
|
+
"onUpdate:scroll-position"?: ((value: {
|
267
|
+
left: number;
|
268
|
+
} | {
|
269
|
+
top: number;
|
270
|
+
}) => any) | undefined;
|
271
|
+
}>, "update"> & import('vue').ShallowUnwrapRef<{
|
272
|
+
update: () => void;
|
273
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
274
|
+
$slots: {
|
275
|
+
title?(_: {}): any;
|
276
|
+
right?(_: {
|
277
|
+
hasChanges: boolean;
|
278
|
+
hasError: boolean;
|
279
|
+
hasValue: boolean;
|
280
|
+
}): any;
|
281
|
+
};
|
282
|
+
}) | null)[];
|
283
|
+
tabItem: (({
|
284
|
+
$: import('vue').ComponentInternalInstance;
|
285
|
+
$data: {};
|
286
|
+
$props: {
|
287
|
+
readonly name: string;
|
288
|
+
readonly title: string | undefined;
|
289
|
+
readonly active: boolean;
|
290
|
+
readonly removable: boolean;
|
291
|
+
readonly "onTab:switch"?: ((value: string) => any) | undefined;
|
292
|
+
readonly "onUpdate:height"?: ((value: number) => any) | undefined;
|
293
|
+
readonly "onUpdate:active"?: (() => any) | undefined;
|
294
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
295
|
+
$attrs: {
|
296
|
+
[x: string]: unknown;
|
297
|
+
};
|
298
|
+
$refs: {
|
299
|
+
[x: string]: unknown;
|
300
|
+
} & {
|
301
|
+
form: ({
|
302
|
+
$: import('vue').ComponentInternalInstance;
|
303
|
+
$data: {};
|
304
|
+
$props: {
|
305
|
+
readonly name?: string | undefined;
|
306
|
+
readonly title?: string | undefined;
|
307
|
+
readonly noTag?: boolean | undefined;
|
308
|
+
readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
309
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
310
|
+
readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
311
|
+
readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
312
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
313
|
+
$attrs: {
|
314
|
+
[x: string]: unknown;
|
315
|
+
};
|
316
|
+
$refs: {
|
317
|
+
[x: string]: unknown;
|
318
|
+
};
|
319
|
+
$slots: Readonly<{
|
320
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
321
|
+
}>;
|
322
|
+
$root: import('vue').ComponentPublicInstance | null;
|
323
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
324
|
+
$host: Element | null;
|
325
|
+
$emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
|
326
|
+
$el: any;
|
327
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
328
|
+
name?: string;
|
329
|
+
title?: string;
|
330
|
+
noTag?: boolean;
|
331
|
+
}> & Readonly<{
|
332
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
333
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
334
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
335
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
336
|
+
}>, {
|
337
|
+
isValid: import('vue').ComputedRef<boolean>;
|
338
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
339
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
340
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
341
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
342
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
343
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
344
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
345
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
346
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
347
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
348
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
349
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
350
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
351
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
352
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
353
|
+
"update:is-valid": (value: boolean | undefined) => any;
|
354
|
+
"update:has-changes": (value: boolean) => any;
|
355
|
+
"update:has-value": (value: boolean | null) => any;
|
356
|
+
"update:has-shown": (value: boolean) => any;
|
357
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
358
|
+
beforeCreate?: (() => void) | (() => void)[];
|
359
|
+
created?: (() => void) | (() => void)[];
|
360
|
+
beforeMount?: (() => void) | (() => void)[];
|
361
|
+
mounted?: (() => void) | (() => void)[];
|
362
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
363
|
+
updated?: (() => void) | (() => void)[];
|
364
|
+
activated?: (() => void) | (() => void)[];
|
365
|
+
deactivated?: (() => void) | (() => void)[];
|
366
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
367
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
368
|
+
destroyed?: (() => void) | (() => void)[];
|
369
|
+
unmounted?: (() => void) | (() => void)[];
|
370
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
371
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
372
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
373
|
+
};
|
374
|
+
$forceUpdate: () => void;
|
375
|
+
$nextTick: typeof import('vue').nextTick;
|
376
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
377
|
+
} & Readonly<{}> & Omit<Readonly<{
|
378
|
+
name?: string;
|
379
|
+
title?: string;
|
380
|
+
noTag?: boolean;
|
381
|
+
}> & Readonly<{
|
382
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
383
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
384
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
385
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
386
|
+
}>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
387
|
+
isValid: import('vue').ComputedRef<boolean>;
|
388
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
389
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
390
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
391
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
392
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
393
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
394
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
395
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
396
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
397
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
398
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
399
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
400
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
401
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
402
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
403
|
+
$slots: {
|
404
|
+
default?(_: {}): any;
|
405
|
+
};
|
406
|
+
}) | null;
|
407
|
+
};
|
408
|
+
$slots: Readonly<{
|
409
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
410
|
+
}>;
|
411
|
+
$root: import('vue').ComponentPublicInstance | null;
|
412
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
413
|
+
$host: Element | null;
|
414
|
+
$emit: ((event: "tab:switch", value: string) => void) & ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
|
415
|
+
$el: any;
|
416
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
417
|
+
name: string;
|
418
|
+
title: string | undefined;
|
419
|
+
active: boolean;
|
420
|
+
removable: boolean;
|
421
|
+
}> & Readonly<{
|
422
|
+
"onTab:switch"?: ((value: string) => any) | undefined;
|
423
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
424
|
+
"onUpdate:active"?: (() => any) | undefined;
|
425
|
+
}>, {
|
426
|
+
emitHeight: () => void;
|
427
|
+
name: import('vue').Ref<string, string>;
|
428
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
429
|
+
"tab:switch": (value: string) => any;
|
430
|
+
"update:height": (value: number) => any;
|
431
|
+
"update:active": () => any;
|
432
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
433
|
+
beforeCreate?: (() => void) | (() => void)[];
|
434
|
+
created?: (() => void) | (() => void)[];
|
435
|
+
beforeMount?: (() => void) | (() => void)[];
|
436
|
+
mounted?: (() => void) | (() => void)[];
|
437
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
438
|
+
updated?: (() => void) | (() => void)[];
|
439
|
+
activated?: (() => void) | (() => void)[];
|
440
|
+
deactivated?: (() => void) | (() => void)[];
|
441
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
442
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
443
|
+
destroyed?: (() => void) | (() => void)[];
|
444
|
+
unmounted?: (() => void) | (() => void)[];
|
445
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
446
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
447
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
448
|
+
};
|
449
|
+
$forceUpdate: () => void;
|
450
|
+
$nextTick: typeof import('vue').nextTick;
|
451
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
452
|
+
} & Readonly<{}> & Omit<Readonly<{
|
453
|
+
name: string;
|
454
|
+
title: string | undefined;
|
455
|
+
active: boolean;
|
456
|
+
removable: boolean;
|
457
|
+
}> & Readonly<{
|
458
|
+
"onTab:switch"?: ((value: string) => any) | undefined;
|
459
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
460
|
+
"onUpdate:active"?: (() => any) | undefined;
|
461
|
+
}>, "name" | "emitHeight"> & import('vue').ShallowUnwrapRef<{
|
462
|
+
emitHeight: () => void;
|
463
|
+
name: import('vue').Ref<string, string>;
|
464
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
465
|
+
$slots: {
|
466
|
+
default?(_: {}): any;
|
467
|
+
};
|
468
|
+
}) | null)[];
|
469
|
+
};
|
470
|
+
$slots: Readonly<{
|
471
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
472
|
+
}>;
|
473
|
+
$root: import('vue').ComponentPublicInstance | null;
|
474
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
475
|
+
$host: Element | null;
|
476
|
+
$emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:first", value: boolean) => void) & ((event: "update:last", value: boolean) => void) & ((event: "update:current", value: string) => void) & ((event: "update:current-index", value: number) => void) & ((event: "update:current-title", value: string | undefined) => void) & ((event: "update:tabs-length", value: number) => void) & ((event: "update:progress", value: number) => void);
|
477
|
+
$el: any;
|
478
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Tabs/types').TabsProps> & Readonly<{
|
479
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
480
|
+
"onUpdate:first"?: ((value: boolean) => any) | undefined;
|
481
|
+
"onUpdate:last"?: ((value: boolean) => any) | undefined;
|
482
|
+
"onUpdate:current"?: ((value: string) => any) | undefined;
|
483
|
+
"onUpdate:current-index"?: ((value: number) => any) | undefined;
|
484
|
+
"onUpdate:current-title"?: ((value: string | undefined) => any) | undefined;
|
485
|
+
"onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
486
|
+
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
487
|
+
}>, {
|
488
|
+
updateCurrent: (value: string) => void;
|
489
|
+
updateIndex: (value: number) => void;
|
490
|
+
next: (update?: boolean) => void;
|
491
|
+
previous: () => void;
|
492
|
+
jump: (name: string, update?: boolean) => void;
|
493
|
+
validate: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
494
|
+
validateIfNoError: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
495
|
+
invalidate: (name: string, messages: Record<string, string | string[] | undefined>) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
|
496
|
+
initModel: (name: string) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
|
497
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
498
|
+
"update:has-changes": (value: boolean) => any;
|
499
|
+
"update:first": (value: boolean) => any;
|
500
|
+
"update:last": (value: boolean) => any;
|
501
|
+
"update:current": (value: string) => any;
|
502
|
+
"update:current-index": (value: number) => any;
|
503
|
+
"update:current-title": (value: string | undefined) => any;
|
504
|
+
"update:tabs-length": (value: number) => any;
|
505
|
+
"update:progress": (value: number) => any;
|
506
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
507
|
+
beforeCreate?: (() => void) | (() => void)[];
|
508
|
+
created?: (() => void) | (() => void)[];
|
509
|
+
beforeMount?: (() => void) | (() => void)[];
|
510
|
+
mounted?: (() => void) | (() => void)[];
|
511
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
512
|
+
updated?: (() => void) | (() => void)[];
|
513
|
+
activated?: (() => void) | (() => void)[];
|
514
|
+
deactivated?: (() => void) | (() => void)[];
|
515
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
516
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
517
|
+
destroyed?: (() => void) | (() => void)[];
|
518
|
+
unmounted?: (() => void) | (() => void)[];
|
519
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
520
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
521
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
522
|
+
};
|
523
|
+
$forceUpdate: () => void;
|
524
|
+
$nextTick: typeof import('vue').nextTick;
|
525
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
526
|
+
} & Readonly<{}> & Omit<Readonly<import('../Tabs/types').TabsProps> & Readonly<{
|
527
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
528
|
+
"onUpdate:first"?: ((value: boolean) => any) | undefined;
|
529
|
+
"onUpdate:last"?: ((value: boolean) => any) | undefined;
|
530
|
+
"onUpdate:current"?: ((value: string) => any) | undefined;
|
531
|
+
"onUpdate:current-index"?: ((value: number) => any) | undefined;
|
532
|
+
"onUpdate:current-title"?: ((value: string | undefined) => any) | undefined;
|
533
|
+
"onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
534
|
+
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
535
|
+
}>, "validate" | "invalidate" | "initModel" | "previous" | "next" | "updateCurrent" | "updateIndex" | "jump" | "validateIfNoError"> & import('vue').ShallowUnwrapRef<{
|
536
|
+
updateCurrent: (value: string) => void;
|
537
|
+
updateIndex: (value: number) => void;
|
538
|
+
next: (update?: boolean) => void;
|
539
|
+
previous: () => void;
|
540
|
+
jump: (name: string, update?: boolean) => void;
|
541
|
+
validate: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
542
|
+
validateIfNoError: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
543
|
+
invalidate: (name: string, messages: Record<string, string | string[] | undefined>) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
|
544
|
+
initModel: (name: string) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
|
545
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
546
|
+
$slots: Readonly<{
|
547
|
+
default: () => void;
|
548
|
+
}> & {
|
549
|
+
default: () => void;
|
550
|
+
};
|
551
|
+
}) | null;
|
552
|
+
};
|
553
|
+
rootEl: HTMLDivElement;
|
554
|
+
};
|
555
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
556
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
557
|
+
next: () => void;
|
558
|
+
previous: () => void;
|
559
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
560
|
+
submit: () => any;
|
561
|
+
"update:has-changes": (value: boolean) => any;
|
562
|
+
"close:modal": () => any;
|
563
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
564
|
+
onSubmit?: (() => any) | undefined;
|
565
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
566
|
+
"onClose:modal"?: (() => any) | undefined;
|
567
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
568
|
+
tabsStepper: ({
|
569
|
+
$: import('vue').ComponentInternalInstance;
|
570
|
+
$data: {};
|
571
|
+
$props: {
|
572
|
+
readonly name?: string | undefined;
|
573
|
+
readonly customSlots?: import('vue').VNode[] | undefined;
|
574
|
+
readonly lessTransitions?: boolean | undefined;
|
575
|
+
readonly initTab?: string | undefined;
|
576
|
+
readonly initTabIndex?: number | undefined;
|
577
|
+
readonly side?: boolean | undefined;
|
578
|
+
readonly disableMinHeight?: boolean | undefined;
|
579
|
+
readonly noHeader?: boolean | undefined;
|
580
|
+
readonly switchToNew?: boolean | undefined;
|
581
|
+
readonly stepper?: boolean | undefined;
|
582
|
+
readonly showHasValue?: boolean | undefined;
|
583
|
+
readonly noSwitchOnInvalid?: boolean | undefined;
|
584
|
+
readonly wrap?: boolean | undefined;
|
585
|
+
readonly statusIcon?: boolean | undefined;
|
586
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
587
|
+
readonly "onUpdate:first"?: ((value: boolean) => any) | undefined;
|
588
|
+
readonly "onUpdate:last"?: ((value: boolean) => any) | undefined;
|
589
|
+
readonly "onUpdate:current"?: ((value: string) => any) | undefined;
|
590
|
+
readonly "onUpdate:current-index"?: ((value: number) => any) | undefined;
|
591
|
+
readonly "onUpdate:current-title"?: ((value: string | undefined) => any) | undefined;
|
592
|
+
readonly "onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
593
|
+
readonly "onUpdate:progress"?: ((value: number) => any) | undefined;
|
594
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
595
|
+
$attrs: {
|
596
|
+
[x: string]: unknown;
|
597
|
+
};
|
598
|
+
$refs: {
|
599
|
+
[x: string]: unknown;
|
600
|
+
} & {
|
601
|
+
form: ({
|
602
|
+
$: import('vue').ComponentInternalInstance;
|
603
|
+
$data: {};
|
604
|
+
$props: {
|
605
|
+
readonly name?: string | undefined;
|
606
|
+
readonly title?: string | undefined;
|
607
|
+
readonly noTag?: boolean | undefined;
|
608
|
+
readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
609
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
610
|
+
readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
611
|
+
readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
612
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
613
|
+
$attrs: {
|
614
|
+
[x: string]: unknown;
|
615
|
+
};
|
616
|
+
$refs: {
|
617
|
+
[x: string]: unknown;
|
618
|
+
};
|
619
|
+
$slots: Readonly<{
|
620
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
621
|
+
}>;
|
622
|
+
$root: import('vue').ComponentPublicInstance | null;
|
623
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
624
|
+
$host: Element | null;
|
625
|
+
$emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
|
626
|
+
$el: any;
|
627
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
628
|
+
name?: string;
|
629
|
+
title?: string;
|
630
|
+
noTag?: boolean;
|
631
|
+
}> & Readonly<{
|
632
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
633
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
634
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
635
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
636
|
+
}>, {
|
637
|
+
isValid: import('vue').ComputedRef<boolean>;
|
638
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
639
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
640
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
641
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
642
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
643
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
644
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
645
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
646
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
647
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
648
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
649
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
650
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
651
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
652
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
653
|
+
"update:is-valid": (value: boolean | undefined) => any;
|
654
|
+
"update:has-changes": (value: boolean) => any;
|
655
|
+
"update:has-value": (value: boolean | null) => any;
|
656
|
+
"update:has-shown": (value: boolean) => any;
|
657
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
658
|
+
beforeCreate?: (() => void) | (() => void)[];
|
659
|
+
created?: (() => void) | (() => void)[];
|
660
|
+
beforeMount?: (() => void) | (() => void)[];
|
661
|
+
mounted?: (() => void) | (() => void)[];
|
662
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
663
|
+
updated?: (() => void) | (() => void)[];
|
664
|
+
activated?: (() => void) | (() => void)[];
|
665
|
+
deactivated?: (() => void) | (() => void)[];
|
666
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
667
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
668
|
+
destroyed?: (() => void) | (() => void)[];
|
669
|
+
unmounted?: (() => void) | (() => void)[];
|
670
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
671
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
672
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
673
|
+
};
|
674
|
+
$forceUpdate: () => void;
|
675
|
+
$nextTick: typeof import('vue').nextTick;
|
676
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
677
|
+
} & Readonly<{}> & Omit<Readonly<{
|
678
|
+
name?: string;
|
679
|
+
title?: string;
|
680
|
+
noTag?: boolean;
|
681
|
+
}> & Readonly<{
|
682
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
683
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
684
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
685
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
686
|
+
}>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
687
|
+
isValid: import('vue').ComputedRef<boolean>;
|
688
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
689
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
690
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
691
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
692
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
693
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
694
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
695
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
696
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
697
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
698
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
699
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
700
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
701
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
702
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
703
|
+
$slots: {
|
704
|
+
default?(_: {}): any;
|
705
|
+
};
|
706
|
+
}) | null;
|
707
|
+
buttonContainer: HTMLDivElement;
|
708
|
+
button: (({
|
709
|
+
$: import('vue').ComponentInternalInstance;
|
710
|
+
$data: {};
|
711
|
+
$props: {
|
712
|
+
readonly active: boolean;
|
713
|
+
readonly index: number;
|
714
|
+
readonly hasError: boolean;
|
715
|
+
readonly hasChanges: boolean;
|
716
|
+
readonly hasValue: boolean;
|
717
|
+
readonly title?: string | undefined;
|
718
|
+
readonly icon: SVGComponent | undefined;
|
719
|
+
readonly first: boolean;
|
720
|
+
readonly last: boolean;
|
721
|
+
readonly disabled?: boolean | undefined;
|
722
|
+
readonly stepper?: boolean | undefined;
|
723
|
+
readonly showHasValue?: boolean | undefined;
|
724
|
+
readonly side?: boolean | undefined;
|
725
|
+
readonly statusIcon?: boolean | undefined;
|
726
|
+
readonly onClick?: ((value: MouseEvent) => any) | undefined;
|
727
|
+
readonly "onUpdate:scroll-position"?: ((value: {
|
728
|
+
left: number;
|
729
|
+
} | {
|
730
|
+
top: number;
|
731
|
+
}) => any) | undefined;
|
732
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
733
|
+
$attrs: {
|
734
|
+
[x: string]: unknown;
|
735
|
+
};
|
736
|
+
$refs: {
|
737
|
+
[x: string]: unknown;
|
738
|
+
} & {
|
739
|
+
container: HTMLDivElement;
|
740
|
+
};
|
741
|
+
$slots: Readonly<{
|
742
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
743
|
+
}>;
|
744
|
+
$root: import('vue').ComponentPublicInstance | null;
|
745
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
746
|
+
$host: Element | null;
|
747
|
+
$emit: ((event: "click", value: MouseEvent) => void) & ((event: "update:scroll-position", value: {
|
748
|
+
left: number;
|
749
|
+
} | {
|
750
|
+
top: number;
|
751
|
+
}) => void);
|
752
|
+
$el: HTMLDivElement;
|
753
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
754
|
+
active: boolean;
|
755
|
+
index: number;
|
756
|
+
hasError: boolean;
|
757
|
+
hasChanges: boolean;
|
758
|
+
hasValue: boolean;
|
759
|
+
title?: string;
|
760
|
+
icon: SVGComponent | undefined;
|
761
|
+
first: boolean;
|
762
|
+
last: boolean;
|
763
|
+
disabled?: boolean;
|
764
|
+
stepper?: boolean;
|
765
|
+
showHasValue?: boolean;
|
766
|
+
side?: boolean;
|
767
|
+
statusIcon?: boolean;
|
768
|
+
}> & Readonly<{
|
769
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
770
|
+
"onUpdate:scroll-position"?: ((value: {
|
771
|
+
left: number;
|
772
|
+
} | {
|
773
|
+
top: number;
|
774
|
+
}) => any) | undefined;
|
775
|
+
}>, {
|
776
|
+
update: () => void;
|
777
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
778
|
+
click: (value: MouseEvent) => any;
|
779
|
+
"update:scroll-position": (value: {
|
780
|
+
left: number;
|
781
|
+
} | {
|
782
|
+
top: number;
|
783
|
+
}) => any;
|
784
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
785
|
+
beforeCreate?: (() => void) | (() => void)[];
|
786
|
+
created?: (() => void) | (() => void)[];
|
787
|
+
beforeMount?: (() => void) | (() => void)[];
|
788
|
+
mounted?: (() => void) | (() => void)[];
|
789
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
790
|
+
updated?: (() => void) | (() => void)[];
|
791
|
+
activated?: (() => void) | (() => void)[];
|
792
|
+
deactivated?: (() => void) | (() => void)[];
|
793
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
794
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
795
|
+
destroyed?: (() => void) | (() => void)[];
|
796
|
+
unmounted?: (() => void) | (() => void)[];
|
797
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
798
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
799
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
800
|
+
};
|
801
|
+
$forceUpdate: () => void;
|
802
|
+
$nextTick: typeof import('vue').nextTick;
|
803
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
804
|
+
} & Readonly<{}> & Omit<Readonly<{
|
805
|
+
active: boolean;
|
806
|
+
index: number;
|
807
|
+
hasError: boolean;
|
808
|
+
hasChanges: boolean;
|
809
|
+
hasValue: boolean;
|
810
|
+
title?: string;
|
811
|
+
icon: SVGComponent | undefined;
|
812
|
+
first: boolean;
|
813
|
+
last: boolean;
|
814
|
+
disabled?: boolean;
|
815
|
+
stepper?: boolean;
|
816
|
+
showHasValue?: boolean;
|
817
|
+
side?: boolean;
|
818
|
+
statusIcon?: boolean;
|
819
|
+
}> & Readonly<{
|
820
|
+
onClick?: ((value: MouseEvent) => any) | undefined;
|
821
|
+
"onUpdate:scroll-position"?: ((value: {
|
822
|
+
left: number;
|
823
|
+
} | {
|
824
|
+
top: number;
|
825
|
+
}) => any) | undefined;
|
826
|
+
}>, "update"> & import('vue').ShallowUnwrapRef<{
|
827
|
+
update: () => void;
|
828
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
829
|
+
$slots: {
|
830
|
+
title?(_: {}): any;
|
831
|
+
right?(_: {
|
832
|
+
hasChanges: boolean;
|
833
|
+
hasError: boolean;
|
834
|
+
hasValue: boolean;
|
835
|
+
}): any;
|
836
|
+
};
|
837
|
+
}) | null)[];
|
838
|
+
tabItem: (({
|
839
|
+
$: import('vue').ComponentInternalInstance;
|
840
|
+
$data: {};
|
841
|
+
$props: {
|
842
|
+
readonly name: string;
|
843
|
+
readonly title: string | undefined;
|
844
|
+
readonly active: boolean;
|
845
|
+
readonly removable: boolean;
|
846
|
+
readonly "onTab:switch"?: ((value: string) => any) | undefined;
|
847
|
+
readonly "onUpdate:height"?: ((value: number) => any) | undefined;
|
848
|
+
readonly "onUpdate:active"?: (() => any) | undefined;
|
849
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
850
|
+
$attrs: {
|
851
|
+
[x: string]: unknown;
|
852
|
+
};
|
853
|
+
$refs: {
|
854
|
+
[x: string]: unknown;
|
855
|
+
} & {
|
856
|
+
form: ({
|
857
|
+
$: import('vue').ComponentInternalInstance;
|
858
|
+
$data: {};
|
859
|
+
$props: {
|
860
|
+
readonly name?: string | undefined;
|
861
|
+
readonly title?: string | undefined;
|
862
|
+
readonly noTag?: boolean | undefined;
|
863
|
+
readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
864
|
+
readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
865
|
+
readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
866
|
+
readonly "onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
867
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
868
|
+
$attrs: {
|
869
|
+
[x: string]: unknown;
|
870
|
+
};
|
871
|
+
$refs: {
|
872
|
+
[x: string]: unknown;
|
873
|
+
};
|
874
|
+
$slots: Readonly<{
|
875
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
876
|
+
}>;
|
877
|
+
$root: import('vue').ComponentPublicInstance | null;
|
878
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
879
|
+
$host: Element | null;
|
880
|
+
$emit: ((event: "update:is-valid", value: boolean | undefined) => void) & ((event: "update:has-changes", value: boolean) => void) & ((event: "update:has-value", value: boolean | null) => void) & ((event: "update:has-shown", value: boolean) => void);
|
881
|
+
$el: any;
|
882
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
883
|
+
name?: string;
|
884
|
+
title?: string;
|
885
|
+
noTag?: boolean;
|
886
|
+
}> & Readonly<{
|
887
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
888
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
889
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
890
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
891
|
+
}>, {
|
892
|
+
isValid: import('vue').ComputedRef<boolean>;
|
893
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
894
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
895
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
896
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
897
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
898
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
899
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
900
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
901
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
902
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
903
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
904
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
905
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
906
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
907
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
908
|
+
"update:is-valid": (value: boolean | undefined) => any;
|
909
|
+
"update:has-changes": (value: boolean) => any;
|
910
|
+
"update:has-value": (value: boolean | null) => any;
|
911
|
+
"update:has-shown": (value: boolean) => any;
|
912
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
913
|
+
beforeCreate?: (() => void) | (() => void)[];
|
914
|
+
created?: (() => void) | (() => void)[];
|
915
|
+
beforeMount?: (() => void) | (() => void)[];
|
916
|
+
mounted?: (() => void) | (() => void)[];
|
917
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
918
|
+
updated?: (() => void) | (() => void)[];
|
919
|
+
activated?: (() => void) | (() => void)[];
|
920
|
+
deactivated?: (() => void) | (() => void)[];
|
921
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
922
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
923
|
+
destroyed?: (() => void) | (() => void)[];
|
924
|
+
unmounted?: (() => void) | (() => void)[];
|
925
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
926
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
927
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
928
|
+
};
|
929
|
+
$forceUpdate: () => void;
|
930
|
+
$nextTick: typeof import('vue').nextTick;
|
931
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
932
|
+
} & Readonly<{}> & Omit<Readonly<{
|
933
|
+
name?: string;
|
934
|
+
title?: string;
|
935
|
+
noTag?: boolean;
|
936
|
+
}> & Readonly<{
|
937
|
+
"onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
|
938
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
939
|
+
"onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
|
940
|
+
"onUpdate:has-shown"?: ((value: boolean) => any) | undefined;
|
941
|
+
}>, "isValid" | "hasChanges" | "hasChangesMap" | "hasValue" | "hasValueMap" | "hasShown" | "hasShownMap" | "validate" | "validateMap" | "invalidate" | "invalidateMap" | "initModel" | "initModelMap" | "errorMessage" | "errorMessageMap"> & import('vue').ShallowUnwrapRef<{
|
942
|
+
isValid: import('vue').ComputedRef<boolean>;
|
943
|
+
hasChanges: import('vue').Ref<boolean, boolean>;
|
944
|
+
hasChangesMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
945
|
+
hasValue: import('vue').Ref<boolean | null, boolean | null>;
|
946
|
+
hasValueMap: import('vue').Ref<Record<string, boolean | null>, Record<string, boolean | null>>;
|
947
|
+
hasShown: import('vue').Ref<boolean, boolean>;
|
948
|
+
hasShownMap: import('vue').Ref<Record<string, boolean>, Record<string, boolean>>;
|
949
|
+
validate: import('vue').Ref<(silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>;
|
950
|
+
validateMap: import('vue').Ref<Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>, Record<string, (silent?: boolean, path?: import('../Form/models/utils').ValidatePath) => string | undefined>>;
|
951
|
+
invalidate: import('vue').Ref<(messages: Record<string, string | string[] | undefined>) => void, (messages: Record<string, string | string[] | undefined>) => void>;
|
952
|
+
invalidateMap: import('vue').Ref<Record<string, (messages: Record<string, string | string[] | undefined>) => void>, Record<string, (messages: Record<string, string | string[] | undefined>) => void>>;
|
953
|
+
initModel: import('vue').Ref<() => void, () => void>;
|
954
|
+
initModelMap: import('vue').Ref<Record<string, () => void>, Record<string, () => void>>;
|
955
|
+
errorMessage: import('vue').Ref<string | undefined, string | undefined>;
|
956
|
+
errorMessageMap: import('vue').Ref<Record<string, string | undefined>, Record<string, string | undefined>>;
|
957
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
958
|
+
$slots: {
|
959
|
+
default?(_: {}): any;
|
960
|
+
};
|
961
|
+
}) | null;
|
962
|
+
};
|
963
|
+
$slots: Readonly<{
|
964
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
965
|
+
}>;
|
966
|
+
$root: import('vue').ComponentPublicInstance | null;
|
967
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
968
|
+
$host: Element | null;
|
969
|
+
$emit: ((event: "tab:switch", value: string) => void) & ((event: "update:height", value: number) => void) & ((event: "update:active") => void);
|
970
|
+
$el: any;
|
971
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
972
|
+
name: string;
|
973
|
+
title: string | undefined;
|
974
|
+
active: boolean;
|
975
|
+
removable: boolean;
|
976
|
+
}> & Readonly<{
|
977
|
+
"onTab:switch"?: ((value: string) => any) | undefined;
|
978
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
979
|
+
"onUpdate:active"?: (() => any) | undefined;
|
980
|
+
}>, {
|
981
|
+
emitHeight: () => void;
|
982
|
+
name: import('vue').Ref<string, string>;
|
983
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
984
|
+
"tab:switch": (value: string) => any;
|
985
|
+
"update:height": (value: number) => any;
|
986
|
+
"update:active": () => any;
|
987
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
988
|
+
beforeCreate?: (() => void) | (() => void)[];
|
989
|
+
created?: (() => void) | (() => void)[];
|
990
|
+
beforeMount?: (() => void) | (() => void)[];
|
991
|
+
mounted?: (() => void) | (() => void)[];
|
992
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
993
|
+
updated?: (() => void) | (() => void)[];
|
994
|
+
activated?: (() => void) | (() => void)[];
|
995
|
+
deactivated?: (() => void) | (() => void)[];
|
996
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
997
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
998
|
+
destroyed?: (() => void) | (() => void)[];
|
999
|
+
unmounted?: (() => void) | (() => void)[];
|
1000
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1001
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1002
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1003
|
+
};
|
1004
|
+
$forceUpdate: () => void;
|
1005
|
+
$nextTick: typeof import('vue').nextTick;
|
1006
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1007
|
+
} & Readonly<{}> & Omit<Readonly<{
|
1008
|
+
name: string;
|
1009
|
+
title: string | undefined;
|
1010
|
+
active: boolean;
|
1011
|
+
removable: boolean;
|
1012
|
+
}> & Readonly<{
|
1013
|
+
"onTab:switch"?: ((value: string) => any) | undefined;
|
1014
|
+
"onUpdate:height"?: ((value: number) => any) | undefined;
|
1015
|
+
"onUpdate:active"?: (() => any) | undefined;
|
1016
|
+
}>, "name" | "emitHeight"> & import('vue').ShallowUnwrapRef<{
|
1017
|
+
emitHeight: () => void;
|
1018
|
+
name: import('vue').Ref<string, string>;
|
1019
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1020
|
+
$slots: {
|
1021
|
+
default?(_: {}): any;
|
1022
|
+
};
|
1023
|
+
}) | null)[];
|
1024
|
+
};
|
1025
|
+
$slots: Readonly<{
|
1026
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
1027
|
+
}>;
|
1028
|
+
$root: import('vue').ComponentPublicInstance | null;
|
1029
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
1030
|
+
$host: Element | null;
|
1031
|
+
$emit: ((event: "update:has-changes", value: boolean) => void) & ((event: "update:first", value: boolean) => void) & ((event: "update:last", value: boolean) => void) & ((event: "update:current", value: string) => void) & ((event: "update:current-index", value: number) => void) & ((event: "update:current-title", value: string | undefined) => void) & ((event: "update:tabs-length", value: number) => void) & ((event: "update:progress", value: number) => void);
|
1032
|
+
$el: any;
|
1033
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('../Tabs/types').TabsProps> & Readonly<{
|
1034
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
1035
|
+
"onUpdate:first"?: ((value: boolean) => any) | undefined;
|
1036
|
+
"onUpdate:last"?: ((value: boolean) => any) | undefined;
|
1037
|
+
"onUpdate:current"?: ((value: string) => any) | undefined;
|
1038
|
+
"onUpdate:current-index"?: ((value: number) => any) | undefined;
|
1039
|
+
"onUpdate:current-title"?: ((value: string | undefined) => any) | undefined;
|
1040
|
+
"onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
1041
|
+
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
1042
|
+
}>, {
|
1043
|
+
updateCurrent: (value: string) => void;
|
1044
|
+
updateIndex: (value: number) => void;
|
1045
|
+
next: (update?: boolean) => void;
|
1046
|
+
previous: () => void;
|
1047
|
+
jump: (name: string, update?: boolean) => void;
|
1048
|
+
validate: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
1049
|
+
validateIfNoError: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
1050
|
+
invalidate: (name: string, messages: Record<string, string | string[] | undefined>) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
|
1051
|
+
initModel: (name: string) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
|
1052
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
1053
|
+
"update:has-changes": (value: boolean) => any;
|
1054
|
+
"update:first": (value: boolean) => any;
|
1055
|
+
"update:last": (value: boolean) => any;
|
1056
|
+
"update:current": (value: string) => any;
|
1057
|
+
"update:current-index": (value: number) => any;
|
1058
|
+
"update:current-title": (value: string | undefined) => any;
|
1059
|
+
"update:tabs-length": (value: number) => any;
|
1060
|
+
"update:progress": (value: number) => any;
|
1061
|
+
}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
1062
|
+
beforeCreate?: (() => void) | (() => void)[];
|
1063
|
+
created?: (() => void) | (() => void)[];
|
1064
|
+
beforeMount?: (() => void) | (() => void)[];
|
1065
|
+
mounted?: (() => void) | (() => void)[];
|
1066
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
1067
|
+
updated?: (() => void) | (() => void)[];
|
1068
|
+
activated?: (() => void) | (() => void)[];
|
1069
|
+
deactivated?: (() => void) | (() => void)[];
|
1070
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
1071
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
1072
|
+
destroyed?: (() => void) | (() => void)[];
|
1073
|
+
unmounted?: (() => void) | (() => void)[];
|
1074
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1075
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
1076
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
1077
|
+
};
|
1078
|
+
$forceUpdate: () => void;
|
1079
|
+
$nextTick: typeof import('vue').nextTick;
|
1080
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
1081
|
+
} & Readonly<{}> & Omit<Readonly<import('../Tabs/types').TabsProps> & Readonly<{
|
1082
|
+
"onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
|
1083
|
+
"onUpdate:first"?: ((value: boolean) => any) | undefined;
|
1084
|
+
"onUpdate:last"?: ((value: boolean) => any) | undefined;
|
1085
|
+
"onUpdate:current"?: ((value: string) => any) | undefined;
|
1086
|
+
"onUpdate:current-index"?: ((value: number) => any) | undefined;
|
1087
|
+
"onUpdate:current-title"?: ((value: string | undefined) => any) | undefined;
|
1088
|
+
"onUpdate:tabs-length"?: ((value: number) => any) | undefined;
|
1089
|
+
"onUpdate:progress"?: ((value: number) => any) | undefined;
|
1090
|
+
}>, "validate" | "invalidate" | "initModel" | "previous" | "next" | "updateCurrent" | "updateIndex" | "jump" | "validateIfNoError"> & import('vue').ShallowUnwrapRef<{
|
1091
|
+
updateCurrent: (value: string) => void;
|
1092
|
+
updateIndex: (value: number) => void;
|
1093
|
+
next: (update?: boolean) => void;
|
1094
|
+
previous: () => void;
|
1095
|
+
jump: (name: string, update?: boolean) => void;
|
1096
|
+
validate: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
1097
|
+
validateIfNoError: (name: string, silent?: boolean | undefined, path?: import('../Form/models/utils').ValidatePath | undefined) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["validate"]>;
|
1098
|
+
invalidate: (name: string, messages: Record<string, string | string[] | undefined>) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["invalidate"]>;
|
1099
|
+
initModel: (name: string) => ReturnType<ComponentInstance<typeof import('../Form/WForm.vue').default>["initModel"]>;
|
1100
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
1101
|
+
$slots: Readonly<{
|
1102
|
+
default: () => void;
|
1103
|
+
}> & {
|
1104
|
+
default: () => void;
|
1105
|
+
};
|
1106
|
+
}) | null;
|
1107
|
+
}, HTMLDivElement>;
|
1108
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
1109
|
+
export default _default;
|
1110
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
1111
|
+
new (): {
|
1112
|
+
$slots: S;
|
1113
|
+
};
|
1114
|
+
};
|
1115
|
+
//# sourceMappingURL=WModalStepper.vue.d.ts.map
|