@evance/evance-ui 1.1.22 → 1.1.23
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/esm/index.mjs.map +1 -1
- package/dist/types/components/EvBadge/EvBadge.d.ts +2 -2
- package/dist/types/components/EvButtonSelect/EvButtonSelect.d.ts +8 -8
- package/dist/types/components/EvCard/EvCard.d.ts +2 -2
- package/dist/types/components/EvCard/EvCardActions/EvCardActions.d.ts +2 -2
- package/dist/types/components/EvDataTable/EvDataTable.d.ts +28 -28
- package/dist/types/components/EvDataTable/EvDataTableCell/EvDataTableCell.d.ts +2 -2
- package/dist/types/components/EvDataTable/composables/headers.d.ts +31 -31
- package/dist/types/components/EvDateField/EvDateField.d.ts +5 -5
- package/dist/types/components/EvDialog/EvDialog.d.ts +16 -16
- package/dist/types/components/EvDrawer/EvDrawer.d.ts +53 -53
- package/dist/types/components/EvHotkey/EvHotkey.d.ts +4 -4
- package/dist/types/components/EvMenu/EvMenu.d.ts +24 -24
- package/dist/types/components/EvNotification/EvNotification.d.ts +3 -3
- package/dist/types/components/EvNotifications/EvNotificationsManager.d.ts +2 -2
- package/dist/types/components/EvNumberField/EvNumberField.d.ts +5 -5
- package/dist/types/components/EvSelect/EvSelect.d.ts +5 -5
- package/dist/types/components/EvSlideGroup/EvSlideGroup.d.ts +4 -4
- package/dist/types/components/EvSurface/EvSurface.d.ts +2 -2
- package/dist/types/components/EvTabs/EvTabs.d.ts +2 -2
- package/dist/types/components/EvTagGroup/EvTagGroup.d.ts +4 -4
- package/dist/types/components/EvThumbnail/EvThumbnail.d.ts +2 -2
- package/dist/types/components/EvTimeField/EvTimeField.d.ts +6 -202
- package/dist/types/components/EvTimeField/EvTimeField.d.ts.map +1 -1
- package/dist/types/components/EvTooltip/EvTooltip.d.ts +4 -4
- package/dist/types/components.d.ts +111 -0
- package/dist/types/composables/form.d.ts +2 -2
- package/dist/types/composables/notification.d.ts +0 -1
- package/dist/types/composables/notification.d.ts.map +1 -1
- package/dist/types/composables/validation.d.ts +2 -2
- package/dist/types/globals.d.ts +32 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/shims-vue.d.ts +6 -0
- package/package.json +3 -3
- package/components.d.ts +0 -109
- package/dist/types/components/EvApp/EvApp.vue.d.ts +0 -36
- package/dist/types/components/EvApp/EvApp.vue.d.ts.map +0 -1
- package/dist/types/components/EvAvatar/EvAvatar.vue.d.ts +0 -70
- package/dist/types/components/EvAvatar/EvAvatar.vue.d.ts.map +0 -1
- package/dist/types/components/EvBadge/EvBadge.vue.d.ts +0 -105
- package/dist/types/components/EvBadge/EvBadge.vue.d.ts.map +0 -1
- package/dist/types/components/EvBanner/EvBanner.vue.d.ts +0 -92
- package/dist/types/components/EvBanner/EvBanner.vue.d.ts.map +0 -1
- package/dist/types/components/EvButton/EvButton.vue.d.ts +0 -125
- package/dist/types/components/EvButton/EvButton.vue.d.ts.map +0 -1
- package/dist/types/components/EvButtonGroup/EvButtonGroup.vue.d.ts +0 -78
- package/dist/types/components/EvButtonGroup/EvButtonGroup.vue.d.ts.map +0 -1
- package/dist/types/components/EvButtonSelect/EvButtonSelect.vue.d.ts +0 -142
- package/dist/types/components/EvButtonSelect/EvButtonSelect.vue.d.ts.map +0 -1
- package/dist/types/components/EvButtonSwitch/EvButtonSwitch.vue.d.ts +0 -142
- package/dist/types/components/EvButtonSwitch/EvButtonSwitch.vue.d.ts.map +0 -1
- package/dist/types/components/EvCard/EvCard.vue.d.ts +0 -134
- package/dist/types/components/EvCard/EvCard.vue.d.ts.map +0 -1
- package/dist/types/components/EvCard/EvCardActions/EvCardActions.vue.d.ts +0 -52
- package/dist/types/components/EvCard/EvCardActions/EvCardActions.vue.d.ts.map +0 -1
- package/dist/types/components/EvCard/EvCardContent/EvCardContent.vue.d.ts +0 -46
- package/dist/types/components/EvCard/EvCardContent/EvCardContent.vue.d.ts.map +0 -1
- package/dist/types/components/EvCheckbox/EvCheckbox.vue.d.ts +0 -97
- package/dist/types/components/EvCheckbox/EvCheckbox.vue.d.ts.map +0 -1
- package/dist/types/components/EvCode/EvCode.vue.d.ts +0 -27
- package/dist/types/components/EvCode/EvCode.vue.d.ts.map +0 -1
- package/dist/types/components/EvDataTable/EvDataTable.vue.d.ts +0 -452
- package/dist/types/components/EvDataTable/EvDataTable.vue.d.ts.map +0 -1
- package/dist/types/components/EvDataTable/EvDataTableCell/EvDataTableCell.vue.d.ts +0 -53
- package/dist/types/components/EvDataTable/EvDataTableCell/EvDataTableCell.vue.d.ts.map +0 -1
- package/dist/types/components/EvDataTable/EvDataTableRow/EvDataTableRow.vue.d.ts +0 -37
- package/dist/types/components/EvDataTable/EvDataTableRow/EvDataTableRow.vue.d.ts.map +0 -1
- package/dist/types/components/EvDataTable/EvDataTableSearch/EvDataTableSearch.vue.d.ts +0 -64
- package/dist/types/components/EvDataTable/EvDataTableSearch/EvDataTableSearch.vue.d.ts.map +0 -1
- package/dist/types/components/EvDateField/EvDateField.vue.d.ts +0 -168
- package/dist/types/components/EvDateField/EvDateField.vue.d.ts.map +0 -1
- package/dist/types/components/EvDatePicker/EvDatePicker.vue.d.ts +0 -56
- package/dist/types/components/EvDatePicker/EvDatePicker.vue.d.ts.map +0 -1
- package/dist/types/components/EvDatePicker/EvDatePickerMonth/EvDatePickerMonth.vue.d.ts +0 -45
- package/dist/types/components/EvDatePicker/EvDatePickerMonth/EvDatePickerMonth.vue.d.ts.map +0 -1
- package/dist/types/components/EvDatePicker/EvDatePickerMonths/EvDatePickerMonths.vue.d.ts +0 -12
- package/dist/types/components/EvDatePicker/EvDatePickerMonths/EvDatePickerMonths.vue.d.ts.map +0 -1
- package/dist/types/components/EvDatePicker/EvDatePickerYears/EvDatePickerYears.vue.d.ts +0 -16
- package/dist/types/components/EvDatePicker/EvDatePickerYears/EvDatePickerYears.vue.d.ts.map +0 -1
- package/dist/types/components/EvDefaultsProvider/EvDefaultsProvider.vue.d.ts +0 -31
- package/dist/types/components/EvDefaultsProvider/EvDefaultsProvider.vue.d.ts.map +0 -1
- package/dist/types/components/EvDialog/EvDialog.vue.d.ts +0 -820
- package/dist/types/components/EvDialog/EvDialog.vue.d.ts.map +0 -1
- package/dist/types/components/EvDialog/EvDialogBody.vue.d.ts +0 -39
- package/dist/types/components/EvDialog/EvDialogBody.vue.d.ts.map +0 -1
- package/dist/types/components/EvDialog/EvDialogFooter.vue.d.ts +0 -10
- package/dist/types/components/EvDialog/EvDialogFooter.vue.d.ts.map +0 -1
- package/dist/types/components/EvDialog/EvDialogHeader.vue.d.ts +0 -157
- package/dist/types/components/EvDialog/EvDialogHeader.vue.d.ts.map +0 -1
- package/dist/types/components/EvDialog/EvDialogTransition.vue.d.ts +0 -28
- package/dist/types/components/EvDialog/EvDialogTransition.vue.d.ts.map +0 -1
- package/dist/types/components/EvDivider/EvDivider.vue.d.ts +0 -61
- package/dist/types/components/EvDivider/EvDivider.vue.d.ts.map +0 -1
- package/dist/types/components/EvDrawer/EvDrawer.vue.d.ts +0 -790
- package/dist/types/components/EvDrawer/EvDrawer.vue.d.ts.map +0 -1
- package/dist/types/components/EvEditOnClick/EvEditOnClick.vue.d.ts +0 -41
- package/dist/types/components/EvEditOnClick/EvEditOnClick.vue.d.ts.map +0 -1
- package/dist/types/components/EvEmptyState/EvEmptyState.vue.d.ts +0 -90
- package/dist/types/components/EvEmptyState/EvEmptyState.vue.d.ts.map +0 -1
- package/dist/types/components/EvErrors/EvErrors.vue.d.ts +0 -30
- package/dist/types/components/EvErrors/EvErrors.vue.d.ts.map +0 -1
- package/dist/types/components/EvEyebrow/EvEyebrow.vue.d.ts +0 -51
- package/dist/types/components/EvEyebrow/EvEyebrow.vue.d.ts.map +0 -1
- package/dist/types/components/EvFieldHelp/EvFieldHelp.vue.d.ts +0 -28
- package/dist/types/components/EvFieldHelp/EvFieldHelp.vue.d.ts.map +0 -1
- package/dist/types/components/EvFilterButton/EvFilterButton.vue.d.ts +0 -120
- package/dist/types/components/EvFilterButton/EvFilterButton.vue.d.ts.map +0 -1
- package/dist/types/components/EvForm/EvForm.vue.d.ts +0 -63
- package/dist/types/components/EvForm/EvForm.vue.d.ts.map +0 -1
- package/dist/types/components/EvFormHelp/EvFormHelp.vue.d.ts +0 -34
- package/dist/types/components/EvFormHelp/EvFormHelp.vue.d.ts.map +0 -1
- package/dist/types/components/EvGrid/EvBlock/EvBlock.vue.d.ts +0 -51
- package/dist/types/components/EvGrid/EvBlock/EvBlock.vue.d.ts.map +0 -1
- package/dist/types/components/EvGrid/EvContainer/EvContainer.vue.d.ts +0 -52
- package/dist/types/components/EvGrid/EvContainer/EvContainer.vue.d.ts.map +0 -1
- package/dist/types/components/EvGrid/EvLayout/EvLayout.vue.d.ts +0 -56
- package/dist/types/components/EvGrid/EvLayout/EvLayout.vue.d.ts.map +0 -1
- package/dist/types/components/EvGrid/EvSpacer/EvSpacer.vue.d.ts +0 -25
- package/dist/types/components/EvGrid/EvSpacer/EvSpacer.vue.d.ts.map +0 -1
- package/dist/types/components/EvHeading/EvHeading.vue.d.ts +0 -47
- package/dist/types/components/EvHeading/EvHeading.vue.d.ts.map +0 -1
- package/dist/types/components/EvHotkey/EvHotkey.vue.d.ts +0 -57
- package/dist/types/components/EvHotkey/EvHotkey.vue.d.ts.map +0 -1
- package/dist/types/components/EvIcon/EvIcon.vue.d.ts +0 -20
- package/dist/types/components/EvIcon/EvIcon.vue.d.ts.map +0 -1
- package/dist/types/components/EvImg/EvImg.vue.d.ts +0 -135
- package/dist/types/components/EvImg/EvImg.vue.d.ts.map +0 -1
- package/dist/types/components/EvInfiniteScroll/EvInfiniteScroll.vue.d.ts +0 -143
- package/dist/types/components/EvInfiniteScroll/EvInfiniteScroll.vue.d.ts.map +0 -1
- package/dist/types/components/EvInfiniteScroll/EvInfiniteScrollIntersect.vue.d.ts +0 -39
- package/dist/types/components/EvInfiniteScroll/EvInfiniteScrollIntersect.vue.d.ts.map +0 -1
- package/dist/types/components/EvInfiniteScroll/EvInfiniteScrollSide.vue.d.ts +0 -88
- package/dist/types/components/EvInfiniteScroll/EvInfiniteScrollSide.vue.d.ts.map +0 -1
- package/dist/types/components/EvKbd/EvKbd.vue.d.ts +0 -29
- package/dist/types/components/EvKbd/EvKbd.vue.d.ts.map +0 -1
- package/dist/types/components/EvLabel/EvLabel.vue.d.ts +0 -32
- package/dist/types/components/EvLabel/EvLabel.vue.d.ts.map +0 -1
- package/dist/types/components/EvLink/EvLink.vue.d.ts +0 -53
- package/dist/types/components/EvLink/EvLink.vue.d.ts.map +0 -1
- package/dist/types/components/EvList/EvList.vue.d.ts +0 -148
- package/dist/types/components/EvList/EvList.vue.d.ts.map +0 -1
- package/dist/types/components/EvList/EvListChildren.vue.d.ts +0 -30
- package/dist/types/components/EvList/EvListChildren.vue.d.ts.map +0 -1
- package/dist/types/components/EvListItem/EvListItem.vue.d.ts +0 -157
- package/dist/types/components/EvListItem/EvListItem.vue.d.ts.map +0 -1
- package/dist/types/components/EvLozenge/EvLozenge.vue.d.ts +0 -73
- package/dist/types/components/EvLozenge/EvLozenge.vue.d.ts.map +0 -1
- package/dist/types/components/EvMenu/EvMenu.vue.d.ts +0 -747
- package/dist/types/components/EvMenu/EvMenu.vue.d.ts.map +0 -1
- package/dist/types/components/EvMenu/EvMenuTransition.vue.d.ts +0 -16
- package/dist/types/components/EvMenu/EvMenuTransition.vue.d.ts.map +0 -1
- package/dist/types/components/EvMessage/EvMessage.vue.d.ts +0 -108
- package/dist/types/components/EvMessage/EvMessage.vue.d.ts.map +0 -1
- package/dist/types/components/EvNotification/EvNotification.vue.d.ts +0 -139
- package/dist/types/components/EvNotification/EvNotification.vue.d.ts.map +0 -1
- package/dist/types/components/EvNotifications/EvNotifications.vue.d.ts +0 -4
- package/dist/types/components/EvNotifications/EvNotifications.vue.d.ts.map +0 -1
- package/dist/types/components/EvNumber/EvNumber.vue.d.ts +0 -28
- package/dist/types/components/EvNumber/EvNumber.vue.d.ts.map +0 -1
- package/dist/types/components/EvNumber/EvNumberDigit.vue.d.ts +0 -16
- package/dist/types/components/EvNumber/EvNumberDigit.vue.d.ts.map +0 -1
- package/dist/types/components/EvNumberField/EvNumberField.vue.d.ts +0 -188
- package/dist/types/components/EvNumberField/EvNumberField.vue.d.ts.map +0 -1
- package/dist/types/components/EvOverlay/EvOverlay.vue.d.ts +0 -210
- package/dist/types/components/EvOverlay/EvOverlay.vue.d.ts.map +0 -1
- package/dist/types/components/EvProgress/EvProgress.vue.d.ts +0 -43
- package/dist/types/components/EvProgress/EvProgress.vue.d.ts.map +0 -1
- package/dist/types/components/EvProgressCircular/EvProgressCircular.vue.d.ts +0 -59
- package/dist/types/components/EvProgressCircular/EvProgressCircular.vue.d.ts.map +0 -1
- package/dist/types/components/EvQuickfind/EvQuickfind.vue.d.ts +0 -36
- package/dist/types/components/EvQuickfind/EvQuickfind.vue.d.ts.map +0 -1
- package/dist/types/components/EvRadio/EvRadio.vue.d.ts +0 -94
- package/dist/types/components/EvRadio/EvRadio.vue.d.ts.map +0 -1
- package/dist/types/components/EvRadioGroup/EvRadioGroup.vue.d.ts +0 -72
- package/dist/types/components/EvRadioGroup/EvRadioGroup.vue.d.ts.map +0 -1
- package/dist/types/components/EvResponsive/EvResponsive.vue.d.ts +0 -53
- package/dist/types/components/EvResponsive/EvResponsive.vue.d.ts.map +0 -1
- package/dist/types/components/EvSection/EvSection.vue.d.ts +0 -37
- package/dist/types/components/EvSection/EvSection.vue.d.ts.map +0 -1
- package/dist/types/components/EvSelect/EvSelect.vue.d.ts +0 -292
- package/dist/types/components/EvSelect/EvSelect.vue.d.ts.map +0 -1
- package/dist/types/components/EvSkeleton/EvSkeleton.vue.d.ts +0 -56
- package/dist/types/components/EvSkeleton/EvSkeleton.vue.d.ts.map +0 -1
- package/dist/types/components/EvSlideGroup/EvSlideGroup.vue.d.ts +0 -101
- package/dist/types/components/EvSlideGroup/EvSlideGroup.vue.d.ts.map +0 -1
- package/dist/types/components/EvSlideGroup/EvSlideGroupItem.vue.d.ts +0 -38
- package/dist/types/components/EvSlideGroup/EvSlideGroupItem.vue.d.ts.map +0 -1
- package/dist/types/components/EvSurface/EvSurface.vue.d.ts +0 -76
- package/dist/types/components/EvSurface/EvSurface.vue.d.ts.map +0 -1
- package/dist/types/components/EvSwatch/EvSwatch.vue.d.ts +0 -44
- package/dist/types/components/EvSwatch/EvSwatch.vue.d.ts.map +0 -1
- package/dist/types/components/EvSwitch/EvSwitch.vue.d.ts +0 -95
- package/dist/types/components/EvSwitch/EvSwitch.vue.d.ts.map +0 -1
- package/dist/types/components/EvTabs/EvTab/EvTab.vue.d.ts +0 -131
- package/dist/types/components/EvTabs/EvTab/EvTab.vue.d.ts.map +0 -1
- package/dist/types/components/EvTabs/EvTabs.vue.d.ts +0 -133
- package/dist/types/components/EvTabs/EvTabs.vue.d.ts.map +0 -1
- package/dist/types/components/EvTag/EvTag.vue.d.ts +0 -140
- package/dist/types/components/EvTag/EvTag.vue.d.ts.map +0 -1
- package/dist/types/components/EvTagGroup/EvTagGroup.vue.d.ts +0 -130
- package/dist/types/components/EvTagGroup/EvTagGroup.vue.d.ts.map +0 -1
- package/dist/types/components/EvText/EvText.vue.d.ts +0 -53
- package/dist/types/components/EvText/EvText.vue.d.ts.map +0 -1
- package/dist/types/components/EvTextarea/EvTextarea.vue.d.ts +0 -114
- package/dist/types/components/EvTextarea/EvTextarea.vue.d.ts.map +0 -1
- package/dist/types/components/EvTextfield/EvTextfield.vue.d.ts +0 -155
- package/dist/types/components/EvTextfield/EvTextfield.vue.d.ts.map +0 -1
- package/dist/types/components/EvThumbnail/EvThumbnail.vue.d.ts +0 -133
- package/dist/types/components/EvThumbnail/EvThumbnail.vue.d.ts.map +0 -1
- package/dist/types/components/EvTimeField/EvTimeField.vue.d.ts +0 -132
- package/dist/types/components/EvTimeField/EvTimeField.vue.d.ts.map +0 -1
- package/dist/types/components/EvTimePicker/EvTimePicker.vue.d.ts +0 -24
- package/dist/types/components/EvTimePicker/EvTimePicker.vue.d.ts.map +0 -1
- package/dist/types/components/EvTimePicker/EvTimePickerHours/EvTimePickerHours.vue.d.ts +0 -18
- package/dist/types/components/EvTimePicker/EvTimePickerHours/EvTimePickerHours.vue.d.ts.map +0 -1
- package/dist/types/components/EvTimePicker/EvTimePickerMinutes/EvTimePickerMinutes.vue.d.ts +0 -14
- package/dist/types/components/EvTimePicker/EvTimePickerMinutes/EvTimePickerMinutes.vue.d.ts.map +0 -1
- package/dist/types/components/EvToolbar/EvToolbar.vue.d.ts +0 -61
- package/dist/types/components/EvToolbar/EvToolbar.vue.d.ts.map +0 -1
- package/dist/types/components/EvTooltip/EvTooltip.vue.d.ts +0 -266
- package/dist/types/components/EvTooltip/EvTooltip.vue.d.ts.map +0 -1
- package/dist/types/components/EvVirtualScroll/EvVirtualScroll.vue.d.ts +0 -66
- package/dist/types/components/EvVirtualScroll/EvVirtualScroll.vue.d.ts.map +0 -1
- package/dist/types/components/EvVirtualScroll/EvVirtualScrollItem.vue.d.ts +0 -35
- package/dist/types/components/EvVirtualScroll/EvVirtualScrollItem.vue.d.ts.map +0 -1
- package/dist/types/components/EvWindow/EvWindow.vue.d.ts +0 -133
- package/dist/types/components/EvWindow/EvWindow.vue.d.ts.map +0 -1
- package/dist/types/components/EvWindow/EvWindowItem/EvWindowItem.vue.d.ts +0 -57
- package/dist/types/components/EvWindow/EvWindowItem/EvWindowItem.vue.d.ts.map +0 -1
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
-
modelValue: (DateConstructor | StringConstructor)[];
|
|
4
|
-
hourFormat: import('vue').PropType<12 | 24>;
|
|
5
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
-
"update:modelValue": (...args: any[]) => void;
|
|
7
|
-
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
8
|
-
modelValue: (DateConstructor | StringConstructor)[];
|
|
9
|
-
hourFormat: import('vue').PropType<12 | 24>;
|
|
10
|
-
}>> & {
|
|
11
|
-
"onUpdate:modelValue"?: (...args: any[]) => any;
|
|
12
|
-
}, {}, {}>;
|
|
13
|
-
export default _default;
|
|
14
|
-
//# sourceMappingURL=EvTimePickerMinutes.vue.d.ts.map
|
package/dist/types/components/EvTimePicker/EvTimePickerMinutes/EvTimePickerMinutes.vue.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EvTimePickerMinutes.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/EvTimePicker/EvTimePickerMinutes/EvTimePickerMinutes.vue"],"names":[],"mappings":"AAEA,OAAO,4BAA4B,CAAC;;;;;;;;;;;;AAiJpC,wBASG"}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
3
|
-
class: import('vue').PropType<any>;
|
|
4
|
-
style: {
|
|
5
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
6
|
-
default: any;
|
|
7
|
-
};
|
|
8
|
-
actions: import('vue').PropType<readonly import('../EvButton').EvButtonProps[]>;
|
|
9
|
-
icon: import('vue').PropType<import('../../composables').IconValue>;
|
|
10
|
-
size: {
|
|
11
|
-
type: import('vue').PropType<import('./EvToolbar').EvToolbarSize>;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
tab: {
|
|
15
|
-
type: any;
|
|
16
|
-
default: any;
|
|
17
|
-
};
|
|
18
|
-
tabs: import('vue').PropType<readonly import('../EvTabs').EvTabProps[]>;
|
|
19
|
-
title: StringConstructor;
|
|
20
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
-
"click:close": (...args: any[]) => void;
|
|
22
|
-
"click:back": (...args: any[]) => void;
|
|
23
|
-
"update:tab": (...args: any[]) => void;
|
|
24
|
-
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
|
-
class: import('vue').PropType<any>;
|
|
26
|
-
style: {
|
|
27
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
28
|
-
default: any;
|
|
29
|
-
};
|
|
30
|
-
actions: import('vue').PropType<readonly import('../EvButton').EvButtonProps[]>;
|
|
31
|
-
icon: import('vue').PropType<import('../../composables').IconValue>;
|
|
32
|
-
size: {
|
|
33
|
-
type: import('vue').PropType<import('./EvToolbar').EvToolbarSize>;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
tab: {
|
|
37
|
-
type: any;
|
|
38
|
-
default: any;
|
|
39
|
-
};
|
|
40
|
-
tabs: import('vue').PropType<readonly import('../EvTabs').EvTabProps[]>;
|
|
41
|
-
title: StringConstructor;
|
|
42
|
-
}>> & {
|
|
43
|
-
"onClick:close"?: (...args: any[]) => any;
|
|
44
|
-
"onClick:back"?: (...args: any[]) => any;
|
|
45
|
-
"onUpdate:tab"?: (...args: any[]) => any;
|
|
46
|
-
}, {
|
|
47
|
-
size: import('./EvToolbar').EvToolbarSize;
|
|
48
|
-
style: import('vue').StyleValue;
|
|
49
|
-
tab: any;
|
|
50
|
-
}, {}>, Readonly<{
|
|
51
|
-
title(): never;
|
|
52
|
-
start(): never;
|
|
53
|
-
end(): never;
|
|
54
|
-
}>>;
|
|
55
|
-
export default _default;
|
|
56
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
57
|
-
new (): {
|
|
58
|
-
$slots: S;
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
//# sourceMappingURL=EvToolbar.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EvToolbar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/EvToolbar/EvToolbar.vue"],"names":[],"mappings":"AAEA,OAAO,kBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0X1B,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,266 +0,0 @@
|
|
|
1
|
-
import { PositionStrategyProps } from '../EvOverlay';
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
|
-
modelValue: import('vue').PropType<boolean | import('vue').Ref<boolean>>;
|
|
5
|
-
disabled: BooleanConstructor;
|
|
6
|
-
style: {
|
|
7
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
8
|
-
default: any;
|
|
9
|
-
};
|
|
10
|
-
class: import('vue').PropType<any>;
|
|
11
|
-
position: Omit<{
|
|
12
|
-
type: import('vue').PropType<import('../../util').AnchorSelector>;
|
|
13
|
-
default: string;
|
|
14
|
-
}, "type" | "default"> & {
|
|
15
|
-
type: import('vue').PropType<NonNullable<import('../../util').AnchorSelector>>;
|
|
16
|
-
default: NonNullable<import('../../util').AnchorSelector>;
|
|
17
|
-
};
|
|
18
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
19
|
-
openDelay: {
|
|
20
|
-
type: import('vue').PropType<NonNullable<string | number>>;
|
|
21
|
-
default: NonNullable<string | number>;
|
|
22
|
-
};
|
|
23
|
-
activator: import('vue').PropType<string | Element | import('vue').ComponentPublicInstance>;
|
|
24
|
-
activatorProps: {
|
|
25
|
-
type: import('vue').PropType<Record<string, any>>;
|
|
26
|
-
default: () => {};
|
|
27
|
-
};
|
|
28
|
-
openOnClick: Omit<{
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: any;
|
|
31
|
-
}, "type" | "default"> & {
|
|
32
|
-
type: import('vue').PropType<boolean>;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
openOnHover: {
|
|
36
|
-
type: import('vue').PropType<boolean>;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
openOnFocus: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: any;
|
|
42
|
-
};
|
|
43
|
-
closeOnContentClick: BooleanConstructor;
|
|
44
|
-
minWidth: {
|
|
45
|
-
type: import('vue').PropType<NonNullable<string | number>>;
|
|
46
|
-
default: NonNullable<string | number>;
|
|
47
|
-
};
|
|
48
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
49
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
50
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
51
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
52
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
53
|
-
positionStrategy: Omit<{
|
|
54
|
-
type: import('vue').PropType<"static" | "connected" | ((data: import('../EvOverlay').PositionStrategyData, props: PositionStrategyProps, contentStyles: import('vue').Ref<Record<string, string>>, pointerStyles: import('vue').Ref<Record<string, string>>) => {
|
|
55
|
-
updatePosition: (e: Event) => void;
|
|
56
|
-
})>;
|
|
57
|
-
default: string;
|
|
58
|
-
validator: (value: any) => boolean;
|
|
59
|
-
}, "type" | "default"> & {
|
|
60
|
-
type: import('vue').PropType<NonNullable<"static" | "connected" | ((data: import('../EvOverlay').PositionStrategyData, props: PositionStrategyProps, contentStyles: import('vue').Ref<Record<string, string>>, pointerStyles: import('vue').Ref<Record<string, string>>) => {
|
|
61
|
-
updatePosition: (e: Event) => void;
|
|
62
|
-
})>>;
|
|
63
|
-
default: NonNullable<"static" | "connected" | ((data: import('../EvOverlay').PositionStrategyData, props: PositionStrategyProps, contentStyles: import('vue').Ref<Record<string, string>>, pointerStyles: import('vue').Ref<Record<string, string>>) => {
|
|
64
|
-
updatePosition: (e: Event) => void;
|
|
65
|
-
})>;
|
|
66
|
-
};
|
|
67
|
-
origin: Omit<{
|
|
68
|
-
type: import('vue').PropType<import('../../util').AnchorSelector | "overlap">;
|
|
69
|
-
default: string;
|
|
70
|
-
}, "type" | "default"> & {
|
|
71
|
-
type: import('vue').PropType<NonNullable<import('../../util').AnchorSelector | "overlap">>;
|
|
72
|
-
default: NonNullable<import('../../util').AnchorSelector | "overlap">;
|
|
73
|
-
};
|
|
74
|
-
offset: {
|
|
75
|
-
type: import('vue').PropType<NonNullable<string | number | number[]>>;
|
|
76
|
-
default: NonNullable<string | number | number[]>;
|
|
77
|
-
};
|
|
78
|
-
scrollStrategy: Omit<{
|
|
79
|
-
type: import('vue').PropType<"none" | "close" | ((data: import('../EvOverlay').ScrollStrategyData, props: import('../EvOverlay').ScrollStrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
80
|
-
default: string;
|
|
81
|
-
validator: (val: any) => boolean;
|
|
82
|
-
}, "type" | "default"> & {
|
|
83
|
-
type: import('vue').PropType<NonNullable<"none" | "close" | ((data: import('../EvOverlay').ScrollStrategyData, props: import('../EvOverlay').ScrollStrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
84
|
-
default: NonNullable<"none" | "close" | ((data: import('../EvOverlay').ScrollStrategyData, props: import('../EvOverlay').ScrollStrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
85
|
-
};
|
|
86
|
-
transition: Omit<{
|
|
87
|
-
type: import('vue').PropType<import('..').EvTransitionProp>;
|
|
88
|
-
default: boolean;
|
|
89
|
-
}, "type" | "default"> & {
|
|
90
|
-
type: import('vue').PropType<boolean>;
|
|
91
|
-
default: boolean;
|
|
92
|
-
};
|
|
93
|
-
attach: import('vue').PropType<import('../../composables/teleport').TeleportTarget>;
|
|
94
|
-
closeOnBack: Omit<{
|
|
95
|
-
type: BooleanConstructor;
|
|
96
|
-
default: boolean;
|
|
97
|
-
}, "type" | "default"> & {
|
|
98
|
-
type: import('vue').PropType<boolean>;
|
|
99
|
-
default: boolean;
|
|
100
|
-
};
|
|
101
|
-
contained: BooleanConstructor;
|
|
102
|
-
contentClass: StringConstructor;
|
|
103
|
-
contentProps: import('vue').PropType<Record<string, unknown>>;
|
|
104
|
-
veil: Omit<{
|
|
105
|
-
type: BooleanConstructor;
|
|
106
|
-
default: boolean;
|
|
107
|
-
}, "type" | "default"> & {
|
|
108
|
-
type: import('vue').PropType<boolean>;
|
|
109
|
-
default: boolean;
|
|
110
|
-
};
|
|
111
|
-
zIndex: {
|
|
112
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
113
|
-
default: number;
|
|
114
|
-
};
|
|
115
|
-
id: StringConstructor;
|
|
116
|
-
text: StringConstructor;
|
|
117
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
118
|
-
modelValue: import('vue').PropType<boolean | import('vue').Ref<boolean>>;
|
|
119
|
-
disabled: BooleanConstructor;
|
|
120
|
-
style: {
|
|
121
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
122
|
-
default: any;
|
|
123
|
-
};
|
|
124
|
-
class: import('vue').PropType<any>;
|
|
125
|
-
position: Omit<{
|
|
126
|
-
type: import('vue').PropType<import('../../util').AnchorSelector>;
|
|
127
|
-
default: string;
|
|
128
|
-
}, "type" | "default"> & {
|
|
129
|
-
type: import('vue').PropType<NonNullable<import('../../util').AnchorSelector>>;
|
|
130
|
-
default: NonNullable<import('../../util').AnchorSelector>;
|
|
131
|
-
};
|
|
132
|
-
closeDelay: (StringConstructor | NumberConstructor)[];
|
|
133
|
-
openDelay: {
|
|
134
|
-
type: import('vue').PropType<NonNullable<string | number>>;
|
|
135
|
-
default: NonNullable<string | number>;
|
|
136
|
-
};
|
|
137
|
-
activator: import('vue').PropType<string | Element | import('vue').ComponentPublicInstance>;
|
|
138
|
-
activatorProps: {
|
|
139
|
-
type: import('vue').PropType<Record<string, any>>;
|
|
140
|
-
default: () => {};
|
|
141
|
-
};
|
|
142
|
-
openOnClick: Omit<{
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: any;
|
|
145
|
-
}, "type" | "default"> & {
|
|
146
|
-
type: import('vue').PropType<boolean>;
|
|
147
|
-
default: boolean;
|
|
148
|
-
};
|
|
149
|
-
openOnHover: {
|
|
150
|
-
type: import('vue').PropType<boolean>;
|
|
151
|
-
default: boolean;
|
|
152
|
-
};
|
|
153
|
-
openOnFocus: {
|
|
154
|
-
type: BooleanConstructor;
|
|
155
|
-
default: any;
|
|
156
|
-
};
|
|
157
|
-
closeOnContentClick: BooleanConstructor;
|
|
158
|
-
minWidth: {
|
|
159
|
-
type: import('vue').PropType<NonNullable<string | number>>;
|
|
160
|
-
default: NonNullable<string | number>;
|
|
161
|
-
};
|
|
162
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
163
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
164
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
165
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
166
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
167
|
-
positionStrategy: Omit<{
|
|
168
|
-
type: import('vue').PropType<"static" | "connected" | ((data: import('../EvOverlay').PositionStrategyData, props: PositionStrategyProps, contentStyles: import('vue').Ref<Record<string, string>>, pointerStyles: import('vue').Ref<Record<string, string>>) => {
|
|
169
|
-
updatePosition: (e: Event) => void;
|
|
170
|
-
})>;
|
|
171
|
-
default: string;
|
|
172
|
-
validator: (value: any) => boolean;
|
|
173
|
-
}, "type" | "default"> & {
|
|
174
|
-
type: import('vue').PropType<NonNullable<"static" | "connected" | ((data: import('../EvOverlay').PositionStrategyData, props: PositionStrategyProps, contentStyles: import('vue').Ref<Record<string, string>>, pointerStyles: import('vue').Ref<Record<string, string>>) => {
|
|
175
|
-
updatePosition: (e: Event) => void;
|
|
176
|
-
})>>;
|
|
177
|
-
default: NonNullable<"static" | "connected" | ((data: import('../EvOverlay').PositionStrategyData, props: PositionStrategyProps, contentStyles: import('vue').Ref<Record<string, string>>, pointerStyles: import('vue').Ref<Record<string, string>>) => {
|
|
178
|
-
updatePosition: (e: Event) => void;
|
|
179
|
-
})>;
|
|
180
|
-
};
|
|
181
|
-
origin: Omit<{
|
|
182
|
-
type: import('vue').PropType<import('../../util').AnchorSelector | "overlap">;
|
|
183
|
-
default: string;
|
|
184
|
-
}, "type" | "default"> & {
|
|
185
|
-
type: import('vue').PropType<NonNullable<import('../../util').AnchorSelector | "overlap">>;
|
|
186
|
-
default: NonNullable<import('../../util').AnchorSelector | "overlap">;
|
|
187
|
-
};
|
|
188
|
-
offset: {
|
|
189
|
-
type: import('vue').PropType<NonNullable<string | number | number[]>>;
|
|
190
|
-
default: NonNullable<string | number | number[]>;
|
|
191
|
-
};
|
|
192
|
-
scrollStrategy: Omit<{
|
|
193
|
-
type: import('vue').PropType<"none" | "close" | ((data: import('../EvOverlay').ScrollStrategyData, props: import('../EvOverlay').ScrollStrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
194
|
-
default: string;
|
|
195
|
-
validator: (val: any) => boolean;
|
|
196
|
-
}, "type" | "default"> & {
|
|
197
|
-
type: import('vue').PropType<NonNullable<"none" | "close" | ((data: import('../EvOverlay').ScrollStrategyData, props: import('../EvOverlay').ScrollStrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
198
|
-
default: NonNullable<"none" | "close" | ((data: import('../EvOverlay').ScrollStrategyData, props: import('../EvOverlay').ScrollStrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
199
|
-
};
|
|
200
|
-
transition: Omit<{
|
|
201
|
-
type: import('vue').PropType<import('..').EvTransitionProp>;
|
|
202
|
-
default: boolean;
|
|
203
|
-
}, "type" | "default"> & {
|
|
204
|
-
type: import('vue').PropType<boolean>;
|
|
205
|
-
default: boolean;
|
|
206
|
-
};
|
|
207
|
-
attach: import('vue').PropType<import('../../composables/teleport').TeleportTarget>;
|
|
208
|
-
closeOnBack: Omit<{
|
|
209
|
-
type: BooleanConstructor;
|
|
210
|
-
default: boolean;
|
|
211
|
-
}, "type" | "default"> & {
|
|
212
|
-
type: import('vue').PropType<boolean>;
|
|
213
|
-
default: boolean;
|
|
214
|
-
};
|
|
215
|
-
contained: BooleanConstructor;
|
|
216
|
-
contentClass: StringConstructor;
|
|
217
|
-
contentProps: import('vue').PropType<Record<string, unknown>>;
|
|
218
|
-
veil: Omit<{
|
|
219
|
-
type: BooleanConstructor;
|
|
220
|
-
default: boolean;
|
|
221
|
-
}, "type" | "default"> & {
|
|
222
|
-
type: import('vue').PropType<boolean>;
|
|
223
|
-
default: boolean;
|
|
224
|
-
};
|
|
225
|
-
zIndex: {
|
|
226
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
227
|
-
default: number;
|
|
228
|
-
};
|
|
229
|
-
id: StringConstructor;
|
|
230
|
-
text: StringConstructor;
|
|
231
|
-
}>>, {
|
|
232
|
-
disabled: boolean;
|
|
233
|
-
style: import('vue').StyleValue;
|
|
234
|
-
position: NonNullable<import('../../util').AnchorSelector>;
|
|
235
|
-
openDelay: NonNullable<string | number>;
|
|
236
|
-
activatorProps: {};
|
|
237
|
-
openOnClick: boolean;
|
|
238
|
-
openOnHover: boolean;
|
|
239
|
-
openOnFocus: boolean;
|
|
240
|
-
closeOnContentClick: boolean;
|
|
241
|
-
minWidth: NonNullable<string | number>;
|
|
242
|
-
positionStrategy: NonNullable<"static" | "connected" | ((data: import('../EvOverlay').PositionStrategyData, props: PositionStrategyProps, contentStyles: import('vue').Ref<Record<string, string>>, pointerStyles: import('vue').Ref<Record<string, string>>) => {
|
|
243
|
-
updatePosition: (e: Event) => void;
|
|
244
|
-
})>;
|
|
245
|
-
origin: NonNullable<import('../../util').AnchorSelector | "overlap">;
|
|
246
|
-
offset: NonNullable<string | number | number[]>;
|
|
247
|
-
scrollStrategy: NonNullable<"none" | "close" | ((data: import('../EvOverlay').ScrollStrategyData, props: import('../EvOverlay').ScrollStrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
248
|
-
transition: boolean;
|
|
249
|
-
closeOnBack: boolean;
|
|
250
|
-
contained: boolean;
|
|
251
|
-
veil: boolean;
|
|
252
|
-
zIndex: string | number;
|
|
253
|
-
}, {}>, Readonly<{
|
|
254
|
-
activator(props: {
|
|
255
|
-
isActive: boolean;
|
|
256
|
-
props: any;
|
|
257
|
-
}): never;
|
|
258
|
-
default(): never;
|
|
259
|
-
}>>;
|
|
260
|
-
export default _default;
|
|
261
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
262
|
-
new (): {
|
|
263
|
-
$slots: S;
|
|
264
|
-
};
|
|
265
|
-
};
|
|
266
|
-
//# sourceMappingURL=EvTooltip.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EvTooltip.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/EvTooltip/EvTooltip.vue"],"names":[],"mappings":"AAEA,OAAO,kBAAkB,CAAC;AAI1B,OAAO,EAAa,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6K1E,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
5
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
6
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
7
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
8
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
9
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
10
|
-
class: import('vue').PropType<any>;
|
|
11
|
-
style: {
|
|
12
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
13
|
-
default: any;
|
|
14
|
-
};
|
|
15
|
-
itemHeight: {
|
|
16
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
17
|
-
default: any;
|
|
18
|
-
};
|
|
19
|
-
items: {
|
|
20
|
-
type: import('vue').PropType<readonly unknown[]>;
|
|
21
|
-
default: () => any[];
|
|
22
|
-
};
|
|
23
|
-
renderless: BooleanConstructor;
|
|
24
|
-
}, {
|
|
25
|
-
calculateVisibleItems: () => void;
|
|
26
|
-
scrollToIndex: (index: number) => void;
|
|
27
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
28
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
29
|
-
maxHeight: (StringConstructor | NumberConstructor)[];
|
|
30
|
-
maxWidth: (StringConstructor | NumberConstructor)[];
|
|
31
|
-
minHeight: (StringConstructor | NumberConstructor)[];
|
|
32
|
-
minWidth: (StringConstructor | NumberConstructor)[];
|
|
33
|
-
width: (StringConstructor | NumberConstructor)[];
|
|
34
|
-
class: import('vue').PropType<any>;
|
|
35
|
-
style: {
|
|
36
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
37
|
-
default: any;
|
|
38
|
-
};
|
|
39
|
-
itemHeight: {
|
|
40
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
41
|
-
default: any;
|
|
42
|
-
};
|
|
43
|
-
items: {
|
|
44
|
-
type: import('vue').PropType<readonly unknown[]>;
|
|
45
|
-
default: () => any[];
|
|
46
|
-
};
|
|
47
|
-
renderless: BooleanConstructor;
|
|
48
|
-
}>>, {
|
|
49
|
-
style: import('vue').StyleValue;
|
|
50
|
-
items: readonly unknown[];
|
|
51
|
-
itemHeight: string | number;
|
|
52
|
-
renderless: boolean;
|
|
53
|
-
}, {}>, Readonly<{
|
|
54
|
-
default(props: {
|
|
55
|
-
item: any;
|
|
56
|
-
index: number;
|
|
57
|
-
itemRef: Ref<HTMLElement>;
|
|
58
|
-
}): any;
|
|
59
|
-
}>>;
|
|
60
|
-
export default _default;
|
|
61
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
62
|
-
new (): {
|
|
63
|
-
$slots: S;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
//# sourceMappingURL=EvVirtualScroll.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EvVirtualScroll.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/EvVirtualScroll/EvVirtualScroll.vue"],"names":[],"mappings":"AAKA,OAAO,EAA6B,GAAG,EAAS,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA8Q5D,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
|
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
4
|
-
class: import('vue').PropType<any>;
|
|
5
|
-
style: {
|
|
6
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
7
|
-
default: any;
|
|
8
|
-
};
|
|
9
|
-
renderless: BooleanConstructor;
|
|
10
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
-
"update:height": (...args: any[]) => void;
|
|
12
|
-
}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
13
|
-
class: import('vue').PropType<any>;
|
|
14
|
-
style: {
|
|
15
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
16
|
-
default: any;
|
|
17
|
-
};
|
|
18
|
-
renderless: BooleanConstructor;
|
|
19
|
-
}>> & {
|
|
20
|
-
"onUpdate:height"?: (...args: any[]) => any;
|
|
21
|
-
}, {
|
|
22
|
-
style: import('vue').StyleValue;
|
|
23
|
-
renderless: boolean;
|
|
24
|
-
}, {}>, Readonly<{
|
|
25
|
-
default(props: {
|
|
26
|
-
itemRef: Ref<HTMLElement>;
|
|
27
|
-
}): any;
|
|
28
|
-
}>>;
|
|
29
|
-
export default _default;
|
|
30
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
31
|
-
new (): {
|
|
32
|
-
$slots: S;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
//# sourceMappingURL=EvVirtualScrollItem.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EvVirtualScrollItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/EvVirtualScroll/EvVirtualScrollItem.vue"],"names":[],"mappings":"AAEA,OAAO,EAAY,GAAG,EAAmB,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2HrD,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
import { IconValue } from '../../composables/icons';
|
|
2
|
-
import { TouchHandlers } from '../../directives';
|
|
3
|
-
|
|
4
|
-
declare function previous(): void;
|
|
5
|
-
declare function next(): void;
|
|
6
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
7
|
-
tag: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
class: import('vue').PropType<any>;
|
|
12
|
-
style: {
|
|
13
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
14
|
-
default: any;
|
|
15
|
-
};
|
|
16
|
-
continuous: BooleanConstructor;
|
|
17
|
-
direction: {
|
|
18
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
disabled: BooleanConstructor;
|
|
22
|
-
iconNext: {
|
|
23
|
-
type: import('vue').PropType<IconValue>;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
iconPrevious: {
|
|
27
|
-
type: import('vue').PropType<IconValue>;
|
|
28
|
-
default: string;
|
|
29
|
-
};
|
|
30
|
-
mandatory: {
|
|
31
|
-
type: import('vue').PropType<boolean | "force">;
|
|
32
|
-
default: "force";
|
|
33
|
-
};
|
|
34
|
-
modelValue: any;
|
|
35
|
-
reverse: BooleanConstructor;
|
|
36
|
-
selectedClass: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
showArrows: {
|
|
41
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
42
|
-
validator: (v: any) => boolean;
|
|
43
|
-
};
|
|
44
|
-
touch: {
|
|
45
|
-
type: import('vue').PropType<boolean | TouchHandlers>;
|
|
46
|
-
default: any;
|
|
47
|
-
};
|
|
48
|
-
}, {
|
|
49
|
-
canMoveBack: import('vue').ComputedRef<boolean>;
|
|
50
|
-
canMoveForward: import('vue').ComputedRef<boolean>;
|
|
51
|
-
previous: typeof previous;
|
|
52
|
-
next: typeof next;
|
|
53
|
-
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
54
|
-
tag: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
class: import('vue').PropType<any>;
|
|
59
|
-
style: {
|
|
60
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
61
|
-
default: any;
|
|
62
|
-
};
|
|
63
|
-
continuous: BooleanConstructor;
|
|
64
|
-
direction: {
|
|
65
|
-
type: import('vue').PropType<"horizontal" | "vertical">;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
disabled: BooleanConstructor;
|
|
69
|
-
iconNext: {
|
|
70
|
-
type: import('vue').PropType<IconValue>;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
iconPrevious: {
|
|
74
|
-
type: import('vue').PropType<IconValue>;
|
|
75
|
-
default: string;
|
|
76
|
-
};
|
|
77
|
-
mandatory: {
|
|
78
|
-
type: import('vue').PropType<boolean | "force">;
|
|
79
|
-
default: "force";
|
|
80
|
-
};
|
|
81
|
-
modelValue: any;
|
|
82
|
-
reverse: BooleanConstructor;
|
|
83
|
-
selectedClass: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
default: string;
|
|
86
|
-
};
|
|
87
|
-
showArrows: {
|
|
88
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
89
|
-
validator: (v: any) => boolean;
|
|
90
|
-
};
|
|
91
|
-
touch: {
|
|
92
|
-
type: import('vue').PropType<boolean | TouchHandlers>;
|
|
93
|
-
default: any;
|
|
94
|
-
};
|
|
95
|
-
}>>, {
|
|
96
|
-
reverse: boolean;
|
|
97
|
-
modelValue: any;
|
|
98
|
-
selectedClass: string;
|
|
99
|
-
disabled: boolean;
|
|
100
|
-
mandatory: boolean | "force";
|
|
101
|
-
style: import('vue').StyleValue;
|
|
102
|
-
direction: "horizontal" | "vertical";
|
|
103
|
-
touch: any;
|
|
104
|
-
tag: string;
|
|
105
|
-
iconNext: IconValue;
|
|
106
|
-
iconPrevious: IconValue;
|
|
107
|
-
continuous: boolean;
|
|
108
|
-
}, {}>, Readonly<{
|
|
109
|
-
default(): never;
|
|
110
|
-
next(props: {
|
|
111
|
-
props: {
|
|
112
|
-
icon: IconValue;
|
|
113
|
-
class: string;
|
|
114
|
-
onClick: () => void;
|
|
115
|
-
ariaLabel: string;
|
|
116
|
-
};
|
|
117
|
-
}): never;
|
|
118
|
-
previous(props: {
|
|
119
|
-
props: {
|
|
120
|
-
icon: IconValue;
|
|
121
|
-
class: string;
|
|
122
|
-
onClick: () => void;
|
|
123
|
-
ariaLabel: string;
|
|
124
|
-
};
|
|
125
|
-
}): never;
|
|
126
|
-
}>>;
|
|
127
|
-
export default _default;
|
|
128
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
129
|
-
new (): {
|
|
130
|
-
$slots: S;
|
|
131
|
-
};
|
|
132
|
-
};
|
|
133
|
-
//# sourceMappingURL=EvWindow.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EvWindow.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/EvWindow/EvWindow.vue"],"names":[],"mappings":"AAEA;;;GAGG;AACH,OAAO,iBAAiB,CAAC;AASzB,OAAO,EAAE,aAAa,EAAS,MAAM,cAAc,CAAC;AAEpD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAyDhD,iBAAS,QAAQ,SAGhB;AAED,iBAAS,IAAI,SAGZ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoQD,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
2
|
-
eager: BooleanConstructor;
|
|
3
|
-
value: any;
|
|
4
|
-
disabled: BooleanConstructor;
|
|
5
|
-
selectedClass: StringConstructor;
|
|
6
|
-
selectedAppearance: StringConstructor;
|
|
7
|
-
selectedVariant: StringConstructor;
|
|
8
|
-
class: import('vue').PropType<any>;
|
|
9
|
-
style: {
|
|
10
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
11
|
-
default: any;
|
|
12
|
-
};
|
|
13
|
-
reverseTransition: {
|
|
14
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
15
|
-
default: any;
|
|
16
|
-
};
|
|
17
|
-
transition: {
|
|
18
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
19
|
-
default: any;
|
|
20
|
-
};
|
|
21
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
-
eager: BooleanConstructor;
|
|
23
|
-
value: any;
|
|
24
|
-
disabled: BooleanConstructor;
|
|
25
|
-
selectedClass: StringConstructor;
|
|
26
|
-
selectedAppearance: StringConstructor;
|
|
27
|
-
selectedVariant: StringConstructor;
|
|
28
|
-
class: import('vue').PropType<any>;
|
|
29
|
-
style: {
|
|
30
|
-
type: import('vue').PropType<import('vue').StyleValue>;
|
|
31
|
-
default: any;
|
|
32
|
-
};
|
|
33
|
-
reverseTransition: {
|
|
34
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
35
|
-
default: any;
|
|
36
|
-
};
|
|
37
|
-
transition: {
|
|
38
|
-
type: (StringConstructor | BooleanConstructor)[];
|
|
39
|
-
default: any;
|
|
40
|
-
};
|
|
41
|
-
}>>, {
|
|
42
|
-
value: any;
|
|
43
|
-
disabled: boolean;
|
|
44
|
-
style: import('vue').StyleValue;
|
|
45
|
-
transition: string | boolean;
|
|
46
|
-
eager: boolean;
|
|
47
|
-
reverseTransition: string | boolean;
|
|
48
|
-
}, {}>, {
|
|
49
|
-
default?(_: {}): any;
|
|
50
|
-
}>;
|
|
51
|
-
export default _default;
|
|
52
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
53
|
-
new (): {
|
|
54
|
-
$slots: S;
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
//# sourceMappingURL=EvWindowItem.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EvWindowItem.vue.d.ts","sourceRoot":"","sources":["../../../../../src/components/EvWindow/EvWindowItem/EvWindowItem.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiNA,wBAAwG;AACxG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
|