eco-vue-js 0.11.65 → 0.11.66
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/assets/icons/IconUpload.svg.js +38 -0
- package/dist/components/BorderSvg/WBorderSvg.vue.d.ts +26 -0
- package/dist/components/BorderSvg/WBorderSvg.vue.d.ts.map +1 -0
- package/dist/components/BorderSvg/WBorderSvg.vue.js +36 -0
- package/dist/components/BorderSvg/WBorderSvg.vue2.js +5 -0
- package/dist/components/Button/WButtonGroup.vue.js +1 -0
- package/dist/components/Checkbox/WCheckboxGroup.vue.js +1 -0
- package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.js +1 -0
- package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +6 -0
- package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
- package/dist/components/FieldWrapper/WFieldWrapper.vue.js +36 -12
- package/dist/components/FieldWrapper/types.d.ts +1 -0
- package/dist/components/FieldWrapper/types.d.ts.map +1 -1
- package/dist/components/FilePicker/WFilePicker.vue.d.ts +0 -2
- package/dist/components/FilePicker/WFilePicker.vue.d.ts.map +1 -1
- package/dist/components/FilePicker/WFilePicker.vue.js +17 -44
- package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts +2 -7
- package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts.map +1 -1
- package/dist/components/FilePicker/components/FilePickerSvg.vue.js +21 -71
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncInput.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelect.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +1 -0
- package/dist/components/Input/WInput.vue.d.ts.map +1 -1
- package/dist/components/Input/WInput.vue.js +77 -16
- package/dist/components/Input/WInputAsync.vue.js +3 -2
- package/dist/components/Input/WInputDate.vue.js +1 -0
- package/dist/components/Input/WInputOptions.vue.js +1 -0
- package/dist/components/Input/WInputSuggest.vue.js +1 -0
- package/dist/components/Input/components/InputActions.vue.d.ts +4 -0
- package/dist/components/Input/components/InputActions.vue.d.ts.map +1 -1
- package/dist/components/Input/components/InputActions.vue.js +36 -17
- package/dist/components/Input/components/InputActionsButton.vue.d.ts +1 -0
- package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +1 -1
- package/dist/components/Input/components/InputActionsButton.vue.js +5 -5
- package/dist/components/Select/WSelect.vue.js +1 -0
- package/dist/components/Select/WSelectAsync.vue.js +1 -0
- package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
- package/dist/components/Select/WSelectSingle.vue.js +1 -0
- package/dist/components/Select/WSelectStringified.vue.js +1 -0
- package/dist/main.d.ts +4 -1
- package/dist/main.d.ts.map +1 -1
- package/dist/main.js +213 -209
- package/dist/utils/preventDragFile.d.ts +3 -0
- package/dist/utils/preventDragFile.d.ts.map +1 -0
- package/dist/utils/preventDragFile.js +20 -0
- package/package.json +7 -1
- package/tailwind-base/plugins/internal-variables.ts +15 -0
package/dist/main.js
CHANGED
|
@@ -1,112 +1,113 @@
|
|
|
1
1
|
import _sfc_main from './components/ActionsBar/WActionsBar.vue.js';
|
|
2
2
|
import _sfc_main$1 from './components/ActionsBar/WActionsBarFilter.vue.js';
|
|
3
|
-
import _sfc_main$2 from './components/
|
|
4
|
-
import _sfc_main$3 from './components/
|
|
5
|
-
import _sfc_main$4 from './components/Button/
|
|
6
|
-
import _sfc_main$5 from './components/Button/
|
|
7
|
-
import _sfc_main$6 from './components/Button/
|
|
8
|
-
import _sfc_main$7 from './components/Button/
|
|
9
|
-
import _sfc_main$8 from './components/Button/
|
|
10
|
-
import _sfc_main$9 from './components/Button/
|
|
11
|
-
import _sfc_main$a from './components/Button/
|
|
12
|
-
import _sfc_main$b from './components/Button/
|
|
13
|
-
import _sfc_main$c from './components/Button/
|
|
14
|
-
import _sfc_main$d from './components/Button/
|
|
15
|
-
import _sfc_main$e from './components/Button/
|
|
16
|
-
import _sfc_main$f from './components/Button/
|
|
17
|
-
import _sfc_main$g from './components/
|
|
18
|
-
import _sfc_main$h from './components/Chart/
|
|
19
|
-
import _sfc_main$i from './components/
|
|
20
|
-
import _sfc_main$j from './components/Checkbox/
|
|
21
|
-
import _sfc_main$k from './components/Checkbox/
|
|
22
|
-
import _sfc_main$l from './components/
|
|
23
|
-
import _sfc_main$m from './components/
|
|
24
|
-
import _sfc_main$n from './components/
|
|
25
|
-
import _sfc_main$o from './components/
|
|
26
|
-
import _sfc_main$p from './components/DatePicker/
|
|
27
|
-
import _sfc_main$q from './components/
|
|
28
|
-
import _sfc_main$r from './components/
|
|
29
|
-
import _sfc_main$s from './components/
|
|
30
|
-
import _sfc_main$t from './components/
|
|
31
|
-
import _sfc_main$u from './components/
|
|
32
|
-
import _sfc_main$v from './components/
|
|
33
|
-
import _sfc_main$w from './components/Expansion/
|
|
34
|
-
import _sfc_main$x from './components/
|
|
35
|
-
import _sfc_main$y from './components/
|
|
36
|
-
import _sfc_main$z from './components/
|
|
37
|
-
import _sfc_main$A from './components/
|
|
38
|
-
import _sfc_main$B from './components/Form/
|
|
39
|
-
import _sfc_main$C from './components/
|
|
40
|
-
import _sfc_main$D from './components/FormAsync/
|
|
41
|
-
import _sfc_main$E from './components/FormAsync/
|
|
42
|
-
import _sfc_main$F from './components/FormAsync/
|
|
43
|
-
import _sfc_main$G from './components/FormAsync/
|
|
44
|
-
import _sfc_main$H from './components/FormAsync/
|
|
45
|
-
import _sfc_main$I from './components/FormAsync/
|
|
46
|
-
import _sfc_main$J from './components/FormAsync/
|
|
47
|
-
import _sfc_main$K from './components/
|
|
48
|
-
import _sfc_main$L from './components/HeaderBar/
|
|
49
|
-
import _sfc_main$M from './components/
|
|
50
|
-
import _sfc_main$N from './components/
|
|
51
|
-
import _sfc_main$O from './components/InfiniteList/
|
|
52
|
-
import _sfc_main$P from './components/InfiniteList/
|
|
53
|
-
import _sfc_main$Q from './components/
|
|
54
|
-
import _sfc_main$R from './components/InfoCard/
|
|
55
|
-
import _sfc_main$S from './components/
|
|
56
|
-
import _sfc_main$T from './components/Input/
|
|
57
|
-
import _sfc_main$U from './components/Input/
|
|
58
|
-
import _sfc_main$V from './components/Input/
|
|
59
|
-
import _sfc_main$W from './components/Input/
|
|
60
|
-
import _sfc_main$X from './components/Input/
|
|
61
|
-
import _sfc_main$Y from './components/
|
|
62
|
-
import _sfc_main$Z from './components/Link/
|
|
63
|
-
import _sfc_main$_ from './components/
|
|
64
|
-
import _sfc_main$$ from './components/List/
|
|
65
|
-
import _sfc_main$10 from './components/List/
|
|
66
|
-
import _sfc_main$11 from './components/List/
|
|
67
|
-
import _sfc_main$12 from './components/List/
|
|
68
|
-
import _sfc_main$13 from './components/List/
|
|
69
|
-
import _sfc_main$14 from './components/
|
|
70
|
-
import _sfc_main$15 from './components/
|
|
71
|
-
import _sfc_main$16 from './components/Modal/
|
|
72
|
-
import _sfc_main$17 from './components/Modal/
|
|
73
|
-
import _sfc_main$18 from './components/Modal/
|
|
74
|
-
import _sfc_main$19 from './components/Modal/
|
|
75
|
-
import _sfc_main$1a from './components/Modal/
|
|
76
|
-
import _sfc_main$1b from './components/
|
|
77
|
-
import _sfc_main$1c from './components/Nav/
|
|
78
|
-
import _sfc_main$1d from './components/Nav/
|
|
3
|
+
import _sfc_main$2 from './components/BorderSvg/WBorderSvg.vue.js';
|
|
4
|
+
import _sfc_main$3 from './components/BottomSheet/WBottomSheet.vue.js';
|
|
5
|
+
import _sfc_main$4 from './components/Button/WButton.vue.js';
|
|
6
|
+
import _sfc_main$5 from './components/Button/WButtonAction.vue.js';
|
|
7
|
+
import _sfc_main$6 from './components/Button/WButtonCopy.vue.js';
|
|
8
|
+
import _sfc_main$7 from './components/Button/WButtonDropdown.vue.js';
|
|
9
|
+
import _sfc_main$8 from './components/Button/WButtonGroup.vue.js';
|
|
10
|
+
import _sfc_main$9 from './components/Button/WButtonInput.vue.js';
|
|
11
|
+
import _sfc_main$a from './components/Button/WButtonMore.vue.js';
|
|
12
|
+
import _sfc_main$b from './components/Button/WButtonMoreItem.vue.js';
|
|
13
|
+
import _sfc_main$c from './components/Button/WButtonSelection.vue.js';
|
|
14
|
+
import _sfc_main$d from './components/Button/WButtonSelectionAction.vue.js';
|
|
15
|
+
import _sfc_main$e from './components/Button/WButtonSelectionState.vue.js';
|
|
16
|
+
import _sfc_main$f from './components/Button/WButtonTab.vue.js';
|
|
17
|
+
import _sfc_main$g from './components/Button/WButtonUnselect.vue.js';
|
|
18
|
+
import _sfc_main$h from './components/Chart/WChartLine.vue.js';
|
|
19
|
+
import _sfc_main$i from './components/Chart/WChartLinear.vue.js';
|
|
20
|
+
import _sfc_main$j from './components/Checkbox/WCheckbox.vue.js';
|
|
21
|
+
import _sfc_main$k from './components/Checkbox/WCheckboxGroup.vue.js';
|
|
22
|
+
import _sfc_main$l from './components/Checkbox/WCheckboxGroupMultiple.vue.js';
|
|
23
|
+
import _sfc_main$m from './components/Chip/WChip.vue.js';
|
|
24
|
+
import _sfc_main$n from './components/ClickOutside/WClickOutside.vue.js';
|
|
25
|
+
import _sfc_main$o from './components/Counter/WCounter.vue.js';
|
|
26
|
+
import _sfc_main$p from './components/DatePicker/WDatePicker.vue.js';
|
|
27
|
+
import _sfc_main$q from './components/DatePicker/WDatePickerSingle.vue.js';
|
|
28
|
+
import _sfc_main$r from './components/Dismissable/WDismissable.vue.js';
|
|
29
|
+
import _sfc_main$s from './components/DragContainer/WDragContainer.vue.js';
|
|
30
|
+
import _sfc_main$t from './components/Dropdown/WDropdown.vue.js';
|
|
31
|
+
import _sfc_main$u from './components/DropdownMenu/WDropdownMenu.vue.js';
|
|
32
|
+
import _sfc_main$v from './components/EmptyComponent/WEmptyComponent.vue.js';
|
|
33
|
+
import _sfc_main$w from './components/Expansion/WExpansion.vue.js';
|
|
34
|
+
import _sfc_main$x from './components/Expansion/WExpansionItem.vue.js';
|
|
35
|
+
import _sfc_main$y from './components/FieldWrapper/WFieldWrapper.vue.js';
|
|
36
|
+
import _sfc_main$z from './components/FilePicker/WFilePicker.vue.js';
|
|
37
|
+
import _sfc_main$A from './components/FilterWrapper/WFilterWrapper.vue.js';
|
|
38
|
+
import _sfc_main$B from './components/Form/WForm.vue.js';
|
|
39
|
+
import _sfc_main$C from './components/Form/WFormValidator.vue.js';
|
|
40
|
+
import _sfc_main$D from './components/FormAsync/WFormAsyncButtonGroup.vue.js';
|
|
41
|
+
import _sfc_main$E from './components/FormAsync/WFormAsyncCheckboxGroup.vue.js';
|
|
42
|
+
import _sfc_main$F from './components/FormAsync/WFormAsyncInput.vue.js';
|
|
43
|
+
import _sfc_main$G from './components/FormAsync/WFormAsyncSelect.vue.js';
|
|
44
|
+
import _sfc_main$H from './components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js';
|
|
45
|
+
import _sfc_main$I from './components/FormAsync/WFormAsyncSelectSingle.vue.js';
|
|
46
|
+
import _sfc_main$J from './components/FormAsync/WFormAsyncSelectStringified.vue.js';
|
|
47
|
+
import _sfc_main$K from './components/FormAsync/WFormAsyncToggle.vue.js';
|
|
48
|
+
import _sfc_main$L from './components/HeaderBar/WHeaderBar.vue.js';
|
|
49
|
+
import _sfc_main$M from './components/HeaderBar/WHeaderBarSearch.vue.js';
|
|
50
|
+
import _sfc_main$N from './components/ImageViewer/WImageViewer.vue.js';
|
|
51
|
+
import _sfc_main$O from './components/InfiniteList/WInfiniteList.vue.js';
|
|
52
|
+
import _sfc_main$P from './components/InfiniteList/WInfiniteListScrollingElement.vue.js';
|
|
53
|
+
import _sfc_main$Q from './components/InfiniteList/WInfiniteListWrapper.vue.js';
|
|
54
|
+
import _sfc_main$R from './components/InfoCard/WInfoCard.vue.js';
|
|
55
|
+
import _sfc_main$S from './components/InfoCard/WInfoCardNegative.vue.js';
|
|
56
|
+
import _sfc_main$T from './components/Input/WInput.vue.js';
|
|
57
|
+
import _sfc_main$U from './components/Input/WInputAsync.vue.js';
|
|
58
|
+
import _sfc_main$V from './components/Input/WInputDate.vue.js';
|
|
59
|
+
import _sfc_main$W from './components/Input/WInputOptions.vue.js';
|
|
60
|
+
import _sfc_main$X from './components/Input/WInputSuggest.vue.js';
|
|
61
|
+
import _sfc_main$Y from './components/Input/WInputToolbarButton.vue.js';
|
|
62
|
+
import _sfc_main$Z from './components/Link/WLink.vue.js';
|
|
63
|
+
import _sfc_main$_ from './components/Link/WLinkArrow.vue.js';
|
|
64
|
+
import _sfc_main$$ from './components/List/WList.vue.js';
|
|
65
|
+
import _sfc_main$10 from './components/List/WListCard.vue.js';
|
|
66
|
+
import _sfc_main$11 from './components/List/WListCardField.vue.js';
|
|
67
|
+
import _sfc_main$12 from './components/List/WListFilter.vue.js';
|
|
68
|
+
import _sfc_main$13 from './components/List/WListHeader.vue.js';
|
|
69
|
+
import _sfc_main$14 from './components/List/WListHeaderItem.vue.js';
|
|
70
|
+
import _sfc_main$15 from './components/MenuItem/WMenuItem.vue.js';
|
|
71
|
+
import _sfc_main$16 from './components/Modal/WModal.vue.js';
|
|
72
|
+
import _sfc_main$17 from './components/Modal/WModalExport.vue.js';
|
|
73
|
+
import _sfc_main$18 from './components/Modal/WModalExportSimple.vue.js';
|
|
74
|
+
import _sfc_main$19 from './components/Modal/WModalImport.vue.js';
|
|
75
|
+
import _sfc_main$1a from './components/Modal/WModalStepper.vue.js';
|
|
76
|
+
import _sfc_main$1b from './components/Modal/WModalWrapper.vue.js';
|
|
77
|
+
import _sfc_main$1c from './components/Nav/WNavBar.vue.js';
|
|
78
|
+
import _sfc_main$1d from './components/Nav/WNavItem.vue.js';
|
|
79
|
+
import _sfc_main$1e from './components/Nav/WNavItemExpand.vue.js';
|
|
79
80
|
import WNavItemTransition from './components/Nav/WNavItemTransition.vue.js';
|
|
80
|
-
import _sfc_main$
|
|
81
|
-
import _sfc_main$
|
|
82
|
-
import _sfc_main$
|
|
83
|
-
import _sfc_main$
|
|
81
|
+
import _sfc_main$1f from './components/Notify/WNotify.vue.js';
|
|
82
|
+
import _sfc_main$1g from './components/NumberFormatter/WNumberFormatter.vue.js';
|
|
83
|
+
import _sfc_main$1h from './components/Page/WPage.vue.js';
|
|
84
|
+
import _sfc_main$1i from './components/Page/WPageBreadcrumbs.vue.js';
|
|
84
85
|
import WPageNumerator from './components/Page/WPageNumerator.vue.js';
|
|
85
|
-
import _sfc_main$
|
|
86
|
-
import _sfc_main$
|
|
87
|
-
import _sfc_main$
|
|
88
|
-
import _sfc_main$
|
|
89
|
-
import _sfc_main$
|
|
90
|
-
import _sfc_main$
|
|
91
|
-
import _sfc_main$
|
|
92
|
-
import _sfc_main$
|
|
93
|
-
import _sfc_main$
|
|
94
|
-
import _sfc_main$
|
|
95
|
-
import _sfc_main$
|
|
96
|
-
import _sfc_main$
|
|
97
|
-
import _sfc_main$
|
|
98
|
-
import _sfc_main$
|
|
99
|
-
import _sfc_main$
|
|
86
|
+
import _sfc_main$1j from './components/Page/WPageTitle.vue.js';
|
|
87
|
+
import _sfc_main$1k from './components/Progress/WProgress.vue.js';
|
|
88
|
+
import _sfc_main$1l from './components/Progress/WProgressStriped.vue.js';
|
|
89
|
+
import _sfc_main$1m from './components/RouterLink/WRouterLink.vue.js';
|
|
90
|
+
import _sfc_main$1n from './components/Select/WSelect.vue.js';
|
|
91
|
+
import _sfc_main$1o from './components/Select/WSelectAsync.vue.js';
|
|
92
|
+
import _sfc_main$1p from './components/Select/WSelectAsyncList.vue.js';
|
|
93
|
+
import _sfc_main$1q from './components/Select/WSelectAsyncSingle.vue.js';
|
|
94
|
+
import _sfc_main$1r from './components/Select/WSelectSingle.vue.js';
|
|
95
|
+
import _sfc_main$1s from './components/Select/WSelectStringified.vue.js';
|
|
96
|
+
import _sfc_main$1t from './components/Shine/WShine.vue.js';
|
|
97
|
+
import _sfc_main$1u from './components/Shine/WShineEffect.vue.js';
|
|
98
|
+
import _sfc_main$1v from './components/Skeleton/WSkeleton.vue.js';
|
|
99
|
+
import _sfc_main$1w from './components/Slider/WSlider.vue.js';
|
|
100
|
+
import _sfc_main$1x from './components/Slider/WSliderRange.vue.js';
|
|
100
101
|
import WSpinner from './components/Spinner/WSpinner.vue.js';
|
|
101
|
-
import _sfc_main$
|
|
102
|
-
import _sfc_main$
|
|
103
|
-
import _sfc_main$
|
|
104
|
-
import _sfc_main$
|
|
105
|
-
import _sfc_main$
|
|
106
|
-
import _sfc_main$
|
|
107
|
-
import _sfc_main$
|
|
108
|
-
import _sfc_main$
|
|
109
|
-
import _sfc_main$
|
|
102
|
+
import _sfc_main$1y from './components/Status/WStatusIcon.vue.js';
|
|
103
|
+
import _sfc_main$1z from './components/Tabs/WTabs.vue.js';
|
|
104
|
+
import _sfc_main$1A from './components/Tabs/WTabsColumns.vue.js';
|
|
105
|
+
import _sfc_main$1B from './components/Tabs/WTabsItem.vue.js';
|
|
106
|
+
import _sfc_main$1C from './components/Toggle/WToggle.vue.js';
|
|
107
|
+
import _sfc_main$1D from './components/Toggle/WToggleTheme.vue.js';
|
|
108
|
+
import _sfc_main$1E from './components/Tooltip/WTooltip.vue.js';
|
|
109
|
+
import _sfc_main$1F from './components/Tooltip/WTooltipContainer.vue.js';
|
|
110
|
+
import _sfc_main$1G from './components/VirtualScroll/WVirtualScroll.vue.js';
|
|
110
111
|
export { ApiClientInstance, getURLParams } from './utils/ApiClient.js';
|
|
111
112
|
export { DOMListenerContainer } from './utils/DOMListenerContainer.js';
|
|
112
113
|
export { HorizontalAlign } from './utils/HorizontalAlign.js';
|
|
@@ -117,6 +118,7 @@ export { ApiError, ApiErrorCancel, createUseQueryParams, encodeQueryParam, encod
|
|
|
117
118
|
export { Month, WeekDay, addDay, addMonth, addYear, dateFormat, dateFormatter, dateRegexp, dateToQueryString, datetimeFormat, durationHumanize, getDurationRound, getStartOfDay, getStartOfMonth, getStartOfNextDay, getStartOfWeek, isSameDate, isSameMonth, isSameWeek, isSameYear, monthShortFormatter, parseDate, timeFormat, timeFormatShort, weekdayShortFormatter } from './utils/dateTime.js';
|
|
118
119
|
export { getIsMobile, getIsTablet, getIsTouchDevice, setIsTouchDeviceInit, useIsMobile } from './utils/mobile.js';
|
|
119
120
|
export { Order, encodeOrdering, parseOrdering } from './utils/order.js';
|
|
121
|
+
export { isDragging, preventDragFile } from './utils/preventDragFile.js';
|
|
120
122
|
export { useProvideDisabled, useProvideReadonly, useProvideSkeleton } from './utils/provide.js';
|
|
121
123
|
export { supportsPassive } from './utils/supportsPassive.js';
|
|
122
124
|
export { useComponentStates, useComponentStatesButton, useComponentStatesSkeleton } from './utils/useComponentStates.js';
|
|
@@ -216,6 +218,7 @@ export { default as IconTime } from './assets/icons/IconTime.svg.js';
|
|
|
216
218
|
export { default as IconTrash } from './assets/icons/IconTrash.svg.js';
|
|
217
219
|
export { default as IconUnderline } from './assets/icons/IconUnderline.svg.js';
|
|
218
220
|
export { default as IconUndo } from './assets/icons/IconUndo.svg.js';
|
|
221
|
+
export { default as IconUpload } from './assets/icons/IconUpload.svg.js';
|
|
219
222
|
export { default as IconUser } from './assets/icons/IconUser.svg.js';
|
|
220
223
|
export { default as IconVersionControl } from './assets/icons/IconVersionControl.svg.js';
|
|
221
224
|
export { default as IconWarn } from './assets/icons/IconWarn.svg.js';
|
|
@@ -227,114 +230,115 @@ const main = {
|
|
|
227
230
|
install: (app) => {
|
|
228
231
|
app.component("WActionsBar", _sfc_main);
|
|
229
232
|
app.component("WActionsBarFilter", _sfc_main$1);
|
|
230
|
-
app.component("
|
|
231
|
-
app.component("
|
|
232
|
-
app.component("
|
|
233
|
-
app.component("
|
|
234
|
-
app.component("
|
|
235
|
-
app.component("
|
|
236
|
-
app.component("
|
|
237
|
-
app.component("
|
|
238
|
-
app.component("
|
|
239
|
-
app.component("
|
|
240
|
-
app.component("
|
|
241
|
-
app.component("
|
|
242
|
-
app.component("
|
|
243
|
-
app.component("
|
|
244
|
-
app.component("
|
|
245
|
-
app.component("
|
|
246
|
-
app.component("
|
|
247
|
-
app.component("
|
|
248
|
-
app.component("
|
|
249
|
-
app.component("
|
|
250
|
-
app.component("
|
|
251
|
-
app.component("
|
|
252
|
-
app.component("
|
|
253
|
-
app.component("
|
|
254
|
-
app.component("
|
|
255
|
-
app.component("
|
|
256
|
-
app.component("
|
|
257
|
-
app.component("
|
|
258
|
-
app.component("
|
|
259
|
-
app.component("
|
|
260
|
-
app.component("
|
|
261
|
-
app.component("
|
|
262
|
-
app.component("
|
|
263
|
-
app.component("
|
|
264
|
-
app.component("
|
|
265
|
-
app.component("
|
|
266
|
-
app.component("
|
|
267
|
-
app.component("
|
|
268
|
-
app.component("
|
|
269
|
-
app.component("
|
|
270
|
-
app.component("
|
|
271
|
-
app.component("
|
|
272
|
-
app.component("
|
|
273
|
-
app.component("
|
|
274
|
-
app.component("
|
|
275
|
-
app.component("
|
|
276
|
-
app.component("
|
|
277
|
-
app.component("
|
|
278
|
-
app.component("
|
|
279
|
-
app.component("
|
|
280
|
-
app.component("
|
|
281
|
-
app.component("
|
|
282
|
-
app.component("
|
|
283
|
-
app.component("
|
|
284
|
-
app.component("
|
|
285
|
-
app.component("
|
|
286
|
-
app.component("
|
|
287
|
-
app.component("
|
|
288
|
-
app.component("
|
|
289
|
-
app.component("
|
|
290
|
-
app.component("
|
|
291
|
-
app.component("
|
|
292
|
-
app.component("
|
|
293
|
-
app.component("
|
|
294
|
-
app.component("
|
|
295
|
-
app.component("
|
|
296
|
-
app.component("
|
|
297
|
-
app.component("
|
|
298
|
-
app.component("
|
|
299
|
-
app.component("
|
|
300
|
-
app.component("
|
|
301
|
-
app.component("
|
|
302
|
-
app.component("
|
|
303
|
-
app.component("
|
|
304
|
-
app.component("
|
|
305
|
-
app.component("
|
|
233
|
+
app.component("WBorderSvg", _sfc_main$2);
|
|
234
|
+
app.component("WBottomSheet", _sfc_main$3);
|
|
235
|
+
app.component("WButton", _sfc_main$4);
|
|
236
|
+
app.component("WButtonAction", _sfc_main$5);
|
|
237
|
+
app.component("WButtonCopy", _sfc_main$6);
|
|
238
|
+
app.component("WButtonDropdown", _sfc_main$7);
|
|
239
|
+
app.component("WButtonGroup", _sfc_main$8);
|
|
240
|
+
app.component("WButtonInput", _sfc_main$9);
|
|
241
|
+
app.component("WButtonMore", _sfc_main$a);
|
|
242
|
+
app.component("WButtonMoreItem", _sfc_main$b);
|
|
243
|
+
app.component("WButtonSelection", _sfc_main$c);
|
|
244
|
+
app.component("WButtonSelectionAction", _sfc_main$d);
|
|
245
|
+
app.component("WButtonSelectionState", _sfc_main$e);
|
|
246
|
+
app.component("WButtonTab", _sfc_main$f);
|
|
247
|
+
app.component("WButtonUnselect", _sfc_main$g);
|
|
248
|
+
app.component("WChartLine", _sfc_main$h);
|
|
249
|
+
app.component("WChartLinear", _sfc_main$i);
|
|
250
|
+
app.component("WCheckbox", _sfc_main$j);
|
|
251
|
+
app.component("WCheckboxGroup", _sfc_main$k);
|
|
252
|
+
app.component("WCheckboxGroupMultiple", _sfc_main$l);
|
|
253
|
+
app.component("WChip", _sfc_main$m);
|
|
254
|
+
app.component("WClickOutside", _sfc_main$n);
|
|
255
|
+
app.component("WCounter", _sfc_main$o);
|
|
256
|
+
app.component("WDatePicker", _sfc_main$p);
|
|
257
|
+
app.component("WDatePickerSingle", _sfc_main$q);
|
|
258
|
+
app.component("WDismissable", _sfc_main$r);
|
|
259
|
+
app.component("WDragContainer", _sfc_main$s);
|
|
260
|
+
app.component("WDropdown", _sfc_main$t);
|
|
261
|
+
app.component("WDropdownMenu", _sfc_main$u);
|
|
262
|
+
app.component("WEmptyComponent", _sfc_main$v);
|
|
263
|
+
app.component("WExpansion", _sfc_main$w);
|
|
264
|
+
app.component("WExpansionItem", _sfc_main$x);
|
|
265
|
+
app.component("WFieldWrapper", _sfc_main$y);
|
|
266
|
+
app.component("WFilePicker", _sfc_main$z);
|
|
267
|
+
app.component("WFilterWrapper", _sfc_main$A);
|
|
268
|
+
app.component("WForm", _sfc_main$B);
|
|
269
|
+
app.component("WFormValidator", _sfc_main$C);
|
|
270
|
+
app.component("WFormAsyncButtonGroup", _sfc_main$D);
|
|
271
|
+
app.component("WFormAsyncCheckboxGroup", _sfc_main$E);
|
|
272
|
+
app.component("WFormAsyncInput", _sfc_main$F);
|
|
273
|
+
app.component("WFormAsyncSelect", _sfc_main$G);
|
|
274
|
+
app.component("WFormAsyncSelectInfiniteSingle", _sfc_main$H);
|
|
275
|
+
app.component("WFormAsyncSelectSingle", _sfc_main$I);
|
|
276
|
+
app.component("WFormAsyncSelectStringified", _sfc_main$J);
|
|
277
|
+
app.component("WFormAsyncToggle", _sfc_main$K);
|
|
278
|
+
app.component("WHeaderBar", _sfc_main$L);
|
|
279
|
+
app.component("WHeaderBarSearch", _sfc_main$M);
|
|
280
|
+
app.component("WImageViewer", _sfc_main$N);
|
|
281
|
+
app.component("WInfiniteList", _sfc_main$O);
|
|
282
|
+
app.component("WInfiniteListScrollingElement", _sfc_main$P);
|
|
283
|
+
app.component("WInfiniteListWrapper", _sfc_main$Q);
|
|
284
|
+
app.component("WInfoCard", _sfc_main$R);
|
|
285
|
+
app.component("WInfoCardNegative", _sfc_main$S);
|
|
286
|
+
app.component("WInput", _sfc_main$T);
|
|
287
|
+
app.component("WInputAsync", _sfc_main$U);
|
|
288
|
+
app.component("WInputDate", _sfc_main$V);
|
|
289
|
+
app.component("WInputOptions", _sfc_main$W);
|
|
290
|
+
app.component("WInputSuggest", _sfc_main$X);
|
|
291
|
+
app.component("WInputToolbarButton", _sfc_main$Y);
|
|
292
|
+
app.component("WLink", _sfc_main$Z);
|
|
293
|
+
app.component("WLinkArrow", _sfc_main$_);
|
|
294
|
+
app.component("WList", _sfc_main$$);
|
|
295
|
+
app.component("WListCard", _sfc_main$10);
|
|
296
|
+
app.component("WListCardField", _sfc_main$11);
|
|
297
|
+
app.component("WListFilter", _sfc_main$12);
|
|
298
|
+
app.component("WListHeader", _sfc_main$13);
|
|
299
|
+
app.component("WListHeaderItem", _sfc_main$14);
|
|
300
|
+
app.component("WMenuItem", _sfc_main$15);
|
|
301
|
+
app.component("WModal", _sfc_main$16);
|
|
302
|
+
app.component("WModalExport", _sfc_main$17);
|
|
303
|
+
app.component("WModalExportSimple", _sfc_main$18);
|
|
304
|
+
app.component("WModalImport", _sfc_main$19);
|
|
305
|
+
app.component("WModalStepper", _sfc_main$1a);
|
|
306
|
+
app.component("WModalWrapper", _sfc_main$1b);
|
|
307
|
+
app.component("WNavBar", _sfc_main$1c);
|
|
308
|
+
app.component("WNavItem", _sfc_main$1d);
|
|
309
|
+
app.component("WNavItemExpand", _sfc_main$1e);
|
|
306
310
|
app.component("WNavItemTransition", WNavItemTransition);
|
|
307
|
-
app.component("WNotify", _sfc_main$
|
|
308
|
-
app.component("WNumberFormatter", _sfc_main$
|
|
309
|
-
app.component("WPage", _sfc_main$
|
|
310
|
-
app.component("WPageBreadcrumbs", _sfc_main$
|
|
311
|
+
app.component("WNotify", _sfc_main$1f);
|
|
312
|
+
app.component("WNumberFormatter", _sfc_main$1g);
|
|
313
|
+
app.component("WPage", _sfc_main$1h);
|
|
314
|
+
app.component("WPageBreadcrumbs", _sfc_main$1i);
|
|
311
315
|
app.component("WPageNumerator", WPageNumerator);
|
|
312
|
-
app.component("WPageTitle", _sfc_main$
|
|
313
|
-
app.component("WProgress", _sfc_main$
|
|
314
|
-
app.component("WProgressStriped", _sfc_main$
|
|
315
|
-
app.component("WRouterLink", _sfc_main$
|
|
316
|
-
app.component("WSelect", _sfc_main$
|
|
317
|
-
app.component("WSelectAsync", _sfc_main$
|
|
318
|
-
app.component("WSelectAsyncList", _sfc_main$
|
|
319
|
-
app.component("WSelectAsyncSingle", _sfc_main$
|
|
320
|
-
app.component("WSelectSingle", _sfc_main$
|
|
321
|
-
app.component("WSelectStringified", _sfc_main$
|
|
322
|
-
app.component("WShine", _sfc_main$
|
|
323
|
-
app.component("WShineEffect", _sfc_main$
|
|
324
|
-
app.component("WSkeleton", _sfc_main$
|
|
325
|
-
app.component("WSlider", _sfc_main$
|
|
326
|
-
app.component("WSliderRange", _sfc_main$
|
|
316
|
+
app.component("WPageTitle", _sfc_main$1j);
|
|
317
|
+
app.component("WProgress", _sfc_main$1k);
|
|
318
|
+
app.component("WProgressStriped", _sfc_main$1l);
|
|
319
|
+
app.component("WRouterLink", _sfc_main$1m);
|
|
320
|
+
app.component("WSelect", _sfc_main$1n);
|
|
321
|
+
app.component("WSelectAsync", _sfc_main$1o);
|
|
322
|
+
app.component("WSelectAsyncList", _sfc_main$1p);
|
|
323
|
+
app.component("WSelectAsyncSingle", _sfc_main$1q);
|
|
324
|
+
app.component("WSelectSingle", _sfc_main$1r);
|
|
325
|
+
app.component("WSelectStringified", _sfc_main$1s);
|
|
326
|
+
app.component("WShine", _sfc_main$1t);
|
|
327
|
+
app.component("WShineEffect", _sfc_main$1u);
|
|
328
|
+
app.component("WSkeleton", _sfc_main$1v);
|
|
329
|
+
app.component("WSlider", _sfc_main$1w);
|
|
330
|
+
app.component("WSliderRange", _sfc_main$1x);
|
|
327
331
|
app.component("WSpinner", WSpinner);
|
|
328
|
-
app.component("WStatusIcon", _sfc_main$
|
|
329
|
-
app.component("WTabs", _sfc_main$
|
|
330
|
-
app.component("WTabsColumns", _sfc_main$
|
|
331
|
-
app.component("WTabsItem", _sfc_main$
|
|
332
|
-
app.component("WToggle", _sfc_main$
|
|
333
|
-
app.component("WToggleTheme", _sfc_main$
|
|
334
|
-
app.component("WTooltip", _sfc_main$
|
|
335
|
-
app.component("WTooltipContainer", _sfc_main$
|
|
336
|
-
app.component("WVirtualScroll", _sfc_main$
|
|
332
|
+
app.component("WStatusIcon", _sfc_main$1y);
|
|
333
|
+
app.component("WTabs", _sfc_main$1z);
|
|
334
|
+
app.component("WTabsColumns", _sfc_main$1A);
|
|
335
|
+
app.component("WTabsItem", _sfc_main$1B);
|
|
336
|
+
app.component("WToggle", _sfc_main$1C);
|
|
337
|
+
app.component("WToggleTheme", _sfc_main$1D);
|
|
338
|
+
app.component("WTooltip", _sfc_main$1E);
|
|
339
|
+
app.component("WTooltipContainer", _sfc_main$1F);
|
|
340
|
+
app.component("WVirtualScroll", _sfc_main$1G);
|
|
337
341
|
}
|
|
338
342
|
};
|
|
339
343
|
|
|
340
|
-
export { _sfc_main as WActionsBar, _sfc_main$1 as WActionsBarFilter, _sfc_main$2 as
|
|
344
|
+
export { _sfc_main as WActionsBar, _sfc_main$1 as WActionsBarFilter, _sfc_main$2 as WBorderSvg, _sfc_main$3 as WBottomSheet, _sfc_main$4 as WButton, _sfc_main$5 as WButtonAction, _sfc_main$6 as WButtonCopy, _sfc_main$7 as WButtonDropdown, _sfc_main$8 as WButtonGroup, _sfc_main$9 as WButtonInput, _sfc_main$a as WButtonMore, _sfc_main$b as WButtonMoreItem, _sfc_main$c as WButtonSelection, _sfc_main$d as WButtonSelectionAction, _sfc_main$e as WButtonSelectionState, _sfc_main$f as WButtonTab, _sfc_main$g as WButtonUnselect, _sfc_main$h as WChartLine, _sfc_main$i as WChartLinear, _sfc_main$j as WCheckbox, _sfc_main$k as WCheckboxGroup, _sfc_main$l as WCheckboxGroupMultiple, _sfc_main$m as WChip, _sfc_main$n as WClickOutside, _sfc_main$o as WCounter, _sfc_main$p as WDatePicker, _sfc_main$q as WDatePickerSingle, _sfc_main$r as WDismissable, _sfc_main$s as WDragContainer, _sfc_main$t as WDropdown, _sfc_main$u as WDropdownMenu, _sfc_main$v as WEmptyComponent, _sfc_main$w as WExpansion, _sfc_main$x as WExpansionItem, _sfc_main$y as WFieldWrapper, _sfc_main$z as WFilePicker, _sfc_main$A as WFilterWrapper, _sfc_main$B as WForm, _sfc_main$D as WFormAsyncButtonGroup, _sfc_main$E as WFormAsyncCheckboxGroup, _sfc_main$F as WFormAsyncInput, _sfc_main$G as WFormAsyncSelect, _sfc_main$H as WFormAsyncSelectInfiniteSingle, _sfc_main$I as WFormAsyncSelectSingle, _sfc_main$J as WFormAsyncSelectStringified, _sfc_main$K as WFormAsyncToggle, _sfc_main$C as WFormValidator, _sfc_main$L as WHeaderBar, _sfc_main$M as WHeaderBarSearch, _sfc_main$N as WImageViewer, _sfc_main$O as WInfiniteList, _sfc_main$P as WInfiniteListScrollingElement, _sfc_main$Q as WInfiniteListWrapper, _sfc_main$R as WInfoCard, _sfc_main$S as WInfoCardNegative, _sfc_main$T as WInput, _sfc_main$U as WInputAsync, _sfc_main$V as WInputDate, _sfc_main$W as WInputOptions, _sfc_main$X as WInputSuggest, _sfc_main$Y as WInputToolbarButton, _sfc_main$Z as WLink, _sfc_main$_ as WLinkArrow, _sfc_main$$ as WList, _sfc_main$10 as WListCard, _sfc_main$11 as WListCardField, _sfc_main$12 as WListFilter, _sfc_main$13 as WListHeader, _sfc_main$14 as WListHeaderItem, _sfc_main$15 as WMenuItem, _sfc_main$16 as WModal, _sfc_main$17 as WModalExport, _sfc_main$18 as WModalExportSimple, _sfc_main$19 as WModalImport, _sfc_main$1a as WModalStepper, _sfc_main$1b as WModalWrapper, _sfc_main$1c as WNavBar, _sfc_main$1d as WNavItem, _sfc_main$1e as WNavItemExpand, WNavItemTransition, _sfc_main$1f as WNotify, _sfc_main$1g as WNumberFormatter, _sfc_main$1h as WPage, _sfc_main$1i as WPageBreadcrumbs, WPageNumerator, _sfc_main$1j as WPageTitle, _sfc_main$1k as WProgress, _sfc_main$1l as WProgressStriped, _sfc_main$1m as WRouterLink, _sfc_main$1n as WSelect, _sfc_main$1o as WSelectAsync, _sfc_main$1p as WSelectAsyncList, _sfc_main$1q as WSelectAsyncSingle, _sfc_main$1r as WSelectSingle, _sfc_main$1s as WSelectStringified, _sfc_main$1t as WShine, _sfc_main$1u as WShineEffect, _sfc_main$1v as WSkeleton, _sfc_main$1w as WSlider, _sfc_main$1x as WSliderRange, WSpinner, _sfc_main$1y as WStatusIcon, _sfc_main$1z as WTabs, _sfc_main$1A as WTabsColumns, _sfc_main$1B as WTabsItem, _sfc_main$1C as WToggle, _sfc_main$1D as WToggleTheme, _sfc_main$1E as WTooltip, _sfc_main$1F as WTooltipContainer, _sfc_main$1G as WVirtualScroll, main as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"preventDragFile.d.ts","sourceRoot":"","sources":["../../../src/utils/preventDragFile.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,UAAU,qCAAa,CAAA;AAYpC,eAAO,MAAM,eAAe,YAQ3B,CAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { ref } from 'vue';
|
|
2
|
+
import { getIsClientSide } from './utils.js';
|
|
3
|
+
|
|
4
|
+
const events = ["dragenter", "dragover", "dragleave", "drop"];
|
|
5
|
+
const isDragging = ref(false);
|
|
6
|
+
const preventDefaults = (e) => {
|
|
7
|
+
if (!(e instanceof DragEvent) || !e.dataTransfer || !e.dataTransfer.types.includes("Files")) return;
|
|
8
|
+
e.preventDefault();
|
|
9
|
+
isDragging.value = e.type === "dragenter" || e.type === "dragover";
|
|
10
|
+
};
|
|
11
|
+
let isPrevented = false;
|
|
12
|
+
const preventDragFile = () => {
|
|
13
|
+
if (!getIsClientSide() || isPrevented) return;
|
|
14
|
+
isPrevented = true;
|
|
15
|
+
events.forEach((eventName) => {
|
|
16
|
+
document.body.addEventListener(eventName, preventDefaults);
|
|
17
|
+
});
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { isDragging, preventDragFile };
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"type": "git",
|
|
5
5
|
"url": "https://github.com/rsmple/eco-vue-js.git"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.11.
|
|
7
|
+
"version": "0.11.66",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
10
10
|
"@tanstack/eslint-plugin-query": "5.91.2",
|
|
@@ -90,6 +90,9 @@
|
|
|
90
90
|
"./dist/utils/order": {
|
|
91
91
|
"import": "./dist/utils/order.js"
|
|
92
92
|
},
|
|
93
|
+
"./dist/utils/preventDragFile": {
|
|
94
|
+
"import": "./dist/utils/preventDragFile.js"
|
|
95
|
+
},
|
|
93
96
|
"./dist/utils/provide": {
|
|
94
97
|
"import": "./dist/utils/provide.js"
|
|
95
98
|
},
|
|
@@ -123,6 +126,9 @@
|
|
|
123
126
|
"./dist/components/ActionsBar/WActionsBarFilter.vue": {
|
|
124
127
|
"import": "./dist/components/ActionsBar/WActionsBarFilter.vue.js"
|
|
125
128
|
},
|
|
129
|
+
"./dist/components/BorderSvg/WBorderSvg.vue": {
|
|
130
|
+
"import": "./dist/components/BorderSvg/WBorderSvg.vue.js"
|
|
131
|
+
},
|
|
126
132
|
"./dist/components/BottomSheet/WBottomSheet.vue": {
|
|
127
133
|
"import": "./dist/components/BottomSheet/WBottomSheet.vue.js"
|
|
128
134
|
},
|
|
@@ -78,10 +78,25 @@ const pluginDefault = plugin(function ({matchUtilities, theme, addBase}) {
|
|
|
78
78
|
'w-modal-wrapper-rounded': value => ({'--w-modal-wrapper-rounded': value}),
|
|
79
79
|
'w-list-header-rounded': value => ({'--w-list-header-rounded': value}),
|
|
80
80
|
'w-button-action-rounded': value => ({'--w-button-action-rounded': value}),
|
|
81
|
+
'w-border-svg-rounded': value => ({'--w-border-svg-rounded': value}),
|
|
81
82
|
},
|
|
82
83
|
{values: theme('borderRadius')},
|
|
83
84
|
)
|
|
84
85
|
|
|
86
|
+
matchUtilities(
|
|
87
|
+
{
|
|
88
|
+
'w-border-svg-stroke': value => ({'--w-border-svg-stroke-width': value}),
|
|
89
|
+
},
|
|
90
|
+
{values: theme('strokeWidth')},
|
|
91
|
+
)
|
|
92
|
+
|
|
93
|
+
matchUtilities(
|
|
94
|
+
{
|
|
95
|
+
'w-border-svg-padding': value => ({'--w-border-svg-padding': value}),
|
|
96
|
+
},
|
|
97
|
+
{values: theme('padding')},
|
|
98
|
+
)
|
|
99
|
+
|
|
85
100
|
matchUtilities(
|
|
86
101
|
{
|
|
87
102
|
'w-button-border': value => ({'--w-button-border': value}),
|