eco-vue-js 0.11.64 → 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.
Files changed (58) hide show
  1. package/dist/assets/icons/IconUpload.svg.js +38 -0
  2. package/dist/components/BorderSvg/WBorderSvg.vue.d.ts +26 -0
  3. package/dist/components/BorderSvg/WBorderSvg.vue.d.ts.map +1 -0
  4. package/dist/components/BorderSvg/WBorderSvg.vue.js +36 -0
  5. package/dist/components/BorderSvg/WBorderSvg.vue2.js +5 -0
  6. package/dist/components/Button/WButtonGroup.vue.js +1 -0
  7. package/dist/components/Checkbox/WCheckboxGroup.vue.js +1 -0
  8. package/dist/components/Checkbox/WCheckboxGroupMultiple.vue.js +1 -0
  9. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +6 -0
  10. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  11. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +36 -12
  12. package/dist/components/FieldWrapper/types.d.ts +1 -0
  13. package/dist/components/FieldWrapper/types.d.ts.map +1 -1
  14. package/dist/components/FilePicker/WFilePicker.vue.d.ts +0 -2
  15. package/dist/components/FilePicker/WFilePicker.vue.d.ts.map +1 -1
  16. package/dist/components/FilePicker/WFilePicker.vue.js +17 -44
  17. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts +2 -7
  18. package/dist/components/FilePicker/components/FilePickerSvg.vue.d.ts.map +1 -1
  19. package/dist/components/FilePicker/components/FilePickerSvg.vue.js +21 -71
  20. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +1 -0
  21. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +1 -0
  22. package/dist/components/FormAsync/WFormAsyncInput.vue.js +1 -0
  23. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +1 -0
  24. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -0
  25. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -0
  26. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +1 -0
  27. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  28. package/dist/components/Input/WInput.vue.js +82 -19
  29. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
  30. package/dist/components/Input/WInputAsync.vue.js +4 -4
  31. package/dist/components/Input/WInputDate.vue.js +1 -0
  32. package/dist/components/Input/WInputOptions.vue.js +1 -0
  33. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  34. package/dist/components/Input/WInputSuggest.vue.js +4 -2
  35. package/dist/components/Input/components/ContentEditable.vue.d.ts.map +1 -1
  36. package/dist/components/Input/components/ContentEditable.vue2.js +35 -3
  37. package/dist/components/Input/components/InputActions.vue.d.ts +4 -0
  38. package/dist/components/Input/components/InputActions.vue.d.ts.map +1 -1
  39. package/dist/components/Input/components/InputActions.vue.js +40 -19
  40. package/dist/components/Input/components/InputActionsButton.vue.d.ts +1 -0
  41. package/dist/components/Input/components/InputActionsButton.vue.d.ts.map +1 -1
  42. package/dist/components/Input/components/InputActionsButton.vue.js +5 -5
  43. package/dist/components/Input/components/InputToolbar.vue.d.ts +1 -0
  44. package/dist/components/Input/components/InputToolbar.vue.d.ts.map +1 -1
  45. package/dist/components/Input/components/InputToolbar.vue2.js +8 -5
  46. package/dist/components/Select/WSelect.vue.js +1 -0
  47. package/dist/components/Select/WSelectAsync.vue.js +1 -0
  48. package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
  49. package/dist/components/Select/WSelectSingle.vue.js +1 -0
  50. package/dist/components/Select/WSelectStringified.vue.js +1 -0
  51. package/dist/main.d.ts +4 -1
  52. package/dist/main.d.ts.map +1 -1
  53. package/dist/main.js +213 -209
  54. package/dist/utils/preventDragFile.d.ts +3 -0
  55. package/dist/utils/preventDragFile.d.ts.map +1 -0
  56. package/dist/utils/preventDragFile.js +20 -0
  57. package/package.json +7 -1
  58. 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/BottomSheet/WBottomSheet.vue.js';
4
- import _sfc_main$3 from './components/Button/WButton.vue.js';
5
- import _sfc_main$4 from './components/Button/WButtonAction.vue.js';
6
- import _sfc_main$5 from './components/Button/WButtonCopy.vue.js';
7
- import _sfc_main$6 from './components/Button/WButtonDropdown.vue.js';
8
- import _sfc_main$7 from './components/Button/WButtonGroup.vue.js';
9
- import _sfc_main$8 from './components/Button/WButtonInput.vue.js';
10
- import _sfc_main$9 from './components/Button/WButtonMore.vue.js';
11
- import _sfc_main$a from './components/Button/WButtonMoreItem.vue.js';
12
- import _sfc_main$b from './components/Button/WButtonSelection.vue.js';
13
- import _sfc_main$c from './components/Button/WButtonSelectionAction.vue.js';
14
- import _sfc_main$d from './components/Button/WButtonSelectionState.vue.js';
15
- import _sfc_main$e from './components/Button/WButtonTab.vue.js';
16
- import _sfc_main$f from './components/Button/WButtonUnselect.vue.js';
17
- import _sfc_main$g from './components/Chart/WChartLine.vue.js';
18
- import _sfc_main$h from './components/Chart/WChartLinear.vue.js';
19
- import _sfc_main$i from './components/Checkbox/WCheckbox.vue.js';
20
- import _sfc_main$j from './components/Checkbox/WCheckboxGroup.vue.js';
21
- import _sfc_main$k from './components/Checkbox/WCheckboxGroupMultiple.vue.js';
22
- import _sfc_main$l from './components/Chip/WChip.vue.js';
23
- import _sfc_main$m from './components/ClickOutside/WClickOutside.vue.js';
24
- import _sfc_main$n from './components/Counter/WCounter.vue.js';
25
- import _sfc_main$o from './components/DatePicker/WDatePicker.vue.js';
26
- import _sfc_main$p from './components/DatePicker/WDatePickerSingle.vue.js';
27
- import _sfc_main$q from './components/Dismissable/WDismissable.vue.js';
28
- import _sfc_main$r from './components/DragContainer/WDragContainer.vue.js';
29
- import _sfc_main$s from './components/Dropdown/WDropdown.vue.js';
30
- import _sfc_main$t from './components/DropdownMenu/WDropdownMenu.vue.js';
31
- import _sfc_main$u from './components/EmptyComponent/WEmptyComponent.vue.js';
32
- import _sfc_main$v from './components/Expansion/WExpansion.vue.js';
33
- import _sfc_main$w from './components/Expansion/WExpansionItem.vue.js';
34
- import _sfc_main$x from './components/FieldWrapper/WFieldWrapper.vue.js';
35
- import _sfc_main$y from './components/FilePicker/WFilePicker.vue.js';
36
- import _sfc_main$z from './components/FilterWrapper/WFilterWrapper.vue.js';
37
- import _sfc_main$A from './components/Form/WForm.vue.js';
38
- import _sfc_main$B from './components/Form/WFormValidator.vue.js';
39
- import _sfc_main$C from './components/FormAsync/WFormAsyncButtonGroup.vue.js';
40
- import _sfc_main$D from './components/FormAsync/WFormAsyncCheckboxGroup.vue.js';
41
- import _sfc_main$E from './components/FormAsync/WFormAsyncInput.vue.js';
42
- import _sfc_main$F from './components/FormAsync/WFormAsyncSelect.vue.js';
43
- import _sfc_main$G from './components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js';
44
- import _sfc_main$H from './components/FormAsync/WFormAsyncSelectSingle.vue.js';
45
- import _sfc_main$I from './components/FormAsync/WFormAsyncSelectStringified.vue.js';
46
- import _sfc_main$J from './components/FormAsync/WFormAsyncToggle.vue.js';
47
- import _sfc_main$K from './components/HeaderBar/WHeaderBar.vue.js';
48
- import _sfc_main$L from './components/HeaderBar/WHeaderBarSearch.vue.js';
49
- import _sfc_main$M from './components/ImageViewer/WImageViewer.vue.js';
50
- import _sfc_main$N from './components/InfiniteList/WInfiniteList.vue.js';
51
- import _sfc_main$O from './components/InfiniteList/WInfiniteListScrollingElement.vue.js';
52
- import _sfc_main$P from './components/InfiniteList/WInfiniteListWrapper.vue.js';
53
- import _sfc_main$Q from './components/InfoCard/WInfoCard.vue.js';
54
- import _sfc_main$R from './components/InfoCard/WInfoCardNegative.vue.js';
55
- import _sfc_main$S from './components/Input/WInput.vue.js';
56
- import _sfc_main$T from './components/Input/WInputAsync.vue.js';
57
- import _sfc_main$U from './components/Input/WInputDate.vue.js';
58
- import _sfc_main$V from './components/Input/WInputOptions.vue.js';
59
- import _sfc_main$W from './components/Input/WInputSuggest.vue.js';
60
- import _sfc_main$X from './components/Input/WInputToolbarButton.vue.js';
61
- import _sfc_main$Y from './components/Link/WLink.vue.js';
62
- import _sfc_main$Z from './components/Link/WLinkArrow.vue.js';
63
- import _sfc_main$_ from './components/List/WList.vue.js';
64
- import _sfc_main$$ from './components/List/WListCard.vue.js';
65
- import _sfc_main$10 from './components/List/WListCardField.vue.js';
66
- import _sfc_main$11 from './components/List/WListFilter.vue.js';
67
- import _sfc_main$12 from './components/List/WListHeader.vue.js';
68
- import _sfc_main$13 from './components/List/WListHeaderItem.vue.js';
69
- import _sfc_main$14 from './components/MenuItem/WMenuItem.vue.js';
70
- import _sfc_main$15 from './components/Modal/WModal.vue.js';
71
- import _sfc_main$16 from './components/Modal/WModalExport.vue.js';
72
- import _sfc_main$17 from './components/Modal/WModalExportSimple.vue.js';
73
- import _sfc_main$18 from './components/Modal/WModalImport.vue.js';
74
- import _sfc_main$19 from './components/Modal/WModalStepper.vue.js';
75
- import _sfc_main$1a from './components/Modal/WModalWrapper.vue.js';
76
- import _sfc_main$1b from './components/Nav/WNavBar.vue.js';
77
- import _sfc_main$1c from './components/Nav/WNavItem.vue.js';
78
- import _sfc_main$1d from './components/Nav/WNavItemExpand.vue.js';
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$1e from './components/Notify/WNotify.vue.js';
81
- import _sfc_main$1f from './components/NumberFormatter/WNumberFormatter.vue.js';
82
- import _sfc_main$1g from './components/Page/WPage.vue.js';
83
- import _sfc_main$1h from './components/Page/WPageBreadcrumbs.vue.js';
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$1i from './components/Page/WPageTitle.vue.js';
86
- import _sfc_main$1j from './components/Progress/WProgress.vue.js';
87
- import _sfc_main$1k from './components/Progress/WProgressStriped.vue.js';
88
- import _sfc_main$1l from './components/RouterLink/WRouterLink.vue.js';
89
- import _sfc_main$1m from './components/Select/WSelect.vue.js';
90
- import _sfc_main$1n from './components/Select/WSelectAsync.vue.js';
91
- import _sfc_main$1o from './components/Select/WSelectAsyncList.vue.js';
92
- import _sfc_main$1p from './components/Select/WSelectAsyncSingle.vue.js';
93
- import _sfc_main$1q from './components/Select/WSelectSingle.vue.js';
94
- import _sfc_main$1r from './components/Select/WSelectStringified.vue.js';
95
- import _sfc_main$1s from './components/Shine/WShine.vue.js';
96
- import _sfc_main$1t from './components/Shine/WShineEffect.vue.js';
97
- import _sfc_main$1u from './components/Skeleton/WSkeleton.vue.js';
98
- import _sfc_main$1v from './components/Slider/WSlider.vue.js';
99
- import _sfc_main$1w from './components/Slider/WSliderRange.vue.js';
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$1x from './components/Status/WStatusIcon.vue.js';
102
- import _sfc_main$1y from './components/Tabs/WTabs.vue.js';
103
- import _sfc_main$1z from './components/Tabs/WTabsColumns.vue.js';
104
- import _sfc_main$1A from './components/Tabs/WTabsItem.vue.js';
105
- import _sfc_main$1B from './components/Toggle/WToggle.vue.js';
106
- import _sfc_main$1C from './components/Toggle/WToggleTheme.vue.js';
107
- import _sfc_main$1D from './components/Tooltip/WTooltip.vue.js';
108
- import _sfc_main$1E from './components/Tooltip/WTooltipContainer.vue.js';
109
- import _sfc_main$1F from './components/VirtualScroll/WVirtualScroll.vue.js';
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("WBottomSheet", _sfc_main$2);
231
- app.component("WButton", _sfc_main$3);
232
- app.component("WButtonAction", _sfc_main$4);
233
- app.component("WButtonCopy", _sfc_main$5);
234
- app.component("WButtonDropdown", _sfc_main$6);
235
- app.component("WButtonGroup", _sfc_main$7);
236
- app.component("WButtonInput", _sfc_main$8);
237
- app.component("WButtonMore", _sfc_main$9);
238
- app.component("WButtonMoreItem", _sfc_main$a);
239
- app.component("WButtonSelection", _sfc_main$b);
240
- app.component("WButtonSelectionAction", _sfc_main$c);
241
- app.component("WButtonSelectionState", _sfc_main$d);
242
- app.component("WButtonTab", _sfc_main$e);
243
- app.component("WButtonUnselect", _sfc_main$f);
244
- app.component("WChartLine", _sfc_main$g);
245
- app.component("WChartLinear", _sfc_main$h);
246
- app.component("WCheckbox", _sfc_main$i);
247
- app.component("WCheckboxGroup", _sfc_main$j);
248
- app.component("WCheckboxGroupMultiple", _sfc_main$k);
249
- app.component("WChip", _sfc_main$l);
250
- app.component("WClickOutside", _sfc_main$m);
251
- app.component("WCounter", _sfc_main$n);
252
- app.component("WDatePicker", _sfc_main$o);
253
- app.component("WDatePickerSingle", _sfc_main$p);
254
- app.component("WDismissable", _sfc_main$q);
255
- app.component("WDragContainer", _sfc_main$r);
256
- app.component("WDropdown", _sfc_main$s);
257
- app.component("WDropdownMenu", _sfc_main$t);
258
- app.component("WEmptyComponent", _sfc_main$u);
259
- app.component("WExpansion", _sfc_main$v);
260
- app.component("WExpansionItem", _sfc_main$w);
261
- app.component("WFieldWrapper", _sfc_main$x);
262
- app.component("WFilePicker", _sfc_main$y);
263
- app.component("WFilterWrapper", _sfc_main$z);
264
- app.component("WForm", _sfc_main$A);
265
- app.component("WFormValidator", _sfc_main$B);
266
- app.component("WFormAsyncButtonGroup", _sfc_main$C);
267
- app.component("WFormAsyncCheckboxGroup", _sfc_main$D);
268
- app.component("WFormAsyncInput", _sfc_main$E);
269
- app.component("WFormAsyncSelect", _sfc_main$F);
270
- app.component("WFormAsyncSelectInfiniteSingle", _sfc_main$G);
271
- app.component("WFormAsyncSelectSingle", _sfc_main$H);
272
- app.component("WFormAsyncSelectStringified", _sfc_main$I);
273
- app.component("WFormAsyncToggle", _sfc_main$J);
274
- app.component("WHeaderBar", _sfc_main$K);
275
- app.component("WHeaderBarSearch", _sfc_main$L);
276
- app.component("WImageViewer", _sfc_main$M);
277
- app.component("WInfiniteList", _sfc_main$N);
278
- app.component("WInfiniteListScrollingElement", _sfc_main$O);
279
- app.component("WInfiniteListWrapper", _sfc_main$P);
280
- app.component("WInfoCard", _sfc_main$Q);
281
- app.component("WInfoCardNegative", _sfc_main$R);
282
- app.component("WInput", _sfc_main$S);
283
- app.component("WInputAsync", _sfc_main$T);
284
- app.component("WInputDate", _sfc_main$U);
285
- app.component("WInputOptions", _sfc_main$V);
286
- app.component("WInputSuggest", _sfc_main$W);
287
- app.component("WInputToolbarButton", _sfc_main$X);
288
- app.component("WLink", _sfc_main$Y);
289
- app.component("WLinkArrow", _sfc_main$Z);
290
- app.component("WList", _sfc_main$_);
291
- app.component("WListCard", _sfc_main$$);
292
- app.component("WListCardField", _sfc_main$10);
293
- app.component("WListFilter", _sfc_main$11);
294
- app.component("WListHeader", _sfc_main$12);
295
- app.component("WListHeaderItem", _sfc_main$13);
296
- app.component("WMenuItem", _sfc_main$14);
297
- app.component("WModal", _sfc_main$15);
298
- app.component("WModalExport", _sfc_main$16);
299
- app.component("WModalExportSimple", _sfc_main$17);
300
- app.component("WModalImport", _sfc_main$18);
301
- app.component("WModalStepper", _sfc_main$19);
302
- app.component("WModalWrapper", _sfc_main$1a);
303
- app.component("WNavBar", _sfc_main$1b);
304
- app.component("WNavItem", _sfc_main$1c);
305
- app.component("WNavItemExpand", _sfc_main$1d);
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$1e);
308
- app.component("WNumberFormatter", _sfc_main$1f);
309
- app.component("WPage", _sfc_main$1g);
310
- app.component("WPageBreadcrumbs", _sfc_main$1h);
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$1i);
313
- app.component("WProgress", _sfc_main$1j);
314
- app.component("WProgressStriped", _sfc_main$1k);
315
- app.component("WRouterLink", _sfc_main$1l);
316
- app.component("WSelect", _sfc_main$1m);
317
- app.component("WSelectAsync", _sfc_main$1n);
318
- app.component("WSelectAsyncList", _sfc_main$1o);
319
- app.component("WSelectAsyncSingle", _sfc_main$1p);
320
- app.component("WSelectSingle", _sfc_main$1q);
321
- app.component("WSelectStringified", _sfc_main$1r);
322
- app.component("WShine", _sfc_main$1s);
323
- app.component("WShineEffect", _sfc_main$1t);
324
- app.component("WSkeleton", _sfc_main$1u);
325
- app.component("WSlider", _sfc_main$1v);
326
- app.component("WSliderRange", _sfc_main$1w);
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$1x);
329
- app.component("WTabs", _sfc_main$1y);
330
- app.component("WTabsColumns", _sfc_main$1z);
331
- app.component("WTabsItem", _sfc_main$1A);
332
- app.component("WToggle", _sfc_main$1B);
333
- app.component("WToggleTheme", _sfc_main$1C);
334
- app.component("WTooltip", _sfc_main$1D);
335
- app.component("WTooltipContainer", _sfc_main$1E);
336
- app.component("WVirtualScroll", _sfc_main$1F);
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 WBottomSheet, _sfc_main$3 as WButton, _sfc_main$4 as WButtonAction, _sfc_main$5 as WButtonCopy, _sfc_main$6 as WButtonDropdown, _sfc_main$7 as WButtonGroup, _sfc_main$8 as WButtonInput, _sfc_main$9 as WButtonMore, _sfc_main$a as WButtonMoreItem, _sfc_main$b as WButtonSelection, _sfc_main$c as WButtonSelectionAction, _sfc_main$d as WButtonSelectionState, _sfc_main$e as WButtonTab, _sfc_main$f as WButtonUnselect, _sfc_main$g as WChartLine, _sfc_main$h as WChartLinear, _sfc_main$i as WCheckbox, _sfc_main$j as WCheckboxGroup, _sfc_main$k as WCheckboxGroupMultiple, _sfc_main$l as WChip, _sfc_main$m as WClickOutside, _sfc_main$n as WCounter, _sfc_main$o as WDatePicker, _sfc_main$p as WDatePickerSingle, _sfc_main$q as WDismissable, _sfc_main$r as WDragContainer, _sfc_main$s as WDropdown, _sfc_main$t as WDropdownMenu, _sfc_main$u as WEmptyComponent, _sfc_main$v as WExpansion, _sfc_main$w as WExpansionItem, _sfc_main$x as WFieldWrapper, _sfc_main$y as WFilePicker, _sfc_main$z as WFilterWrapper, _sfc_main$A as WForm, _sfc_main$C as WFormAsyncButtonGroup, _sfc_main$D as WFormAsyncCheckboxGroup, _sfc_main$E as WFormAsyncInput, _sfc_main$F as WFormAsyncSelect, _sfc_main$G as WFormAsyncSelectInfiniteSingle, _sfc_main$H as WFormAsyncSelectSingle, _sfc_main$I as WFormAsyncSelectStringified, _sfc_main$J as WFormAsyncToggle, _sfc_main$B as WFormValidator, _sfc_main$K as WHeaderBar, _sfc_main$L as WHeaderBarSearch, _sfc_main$M as WImageViewer, _sfc_main$N as WInfiniteList, _sfc_main$O as WInfiniteListScrollingElement, _sfc_main$P as WInfiniteListWrapper, _sfc_main$Q as WInfoCard, _sfc_main$R as WInfoCardNegative, _sfc_main$S as WInput, _sfc_main$T as WInputAsync, _sfc_main$U as WInputDate, _sfc_main$V as WInputOptions, _sfc_main$W as WInputSuggest, _sfc_main$X as WInputToolbarButton, _sfc_main$Y as WLink, _sfc_main$Z as WLinkArrow, _sfc_main$_ as WList, _sfc_main$$ as WListCard, _sfc_main$10 as WListCardField, _sfc_main$11 as WListFilter, _sfc_main$12 as WListHeader, _sfc_main$13 as WListHeaderItem, _sfc_main$14 as WMenuItem, _sfc_main$15 as WModal, _sfc_main$16 as WModalExport, _sfc_main$17 as WModalExportSimple, _sfc_main$18 as WModalImport, _sfc_main$19 as WModalStepper, _sfc_main$1a as WModalWrapper, _sfc_main$1b as WNavBar, _sfc_main$1c as WNavItem, _sfc_main$1d as WNavItemExpand, WNavItemTransition, _sfc_main$1e as WNotify, _sfc_main$1f as WNumberFormatter, _sfc_main$1g as WPage, _sfc_main$1h as WPageBreadcrumbs, WPageNumerator, _sfc_main$1i as WPageTitle, _sfc_main$1j as WProgress, _sfc_main$1k as WProgressStriped, _sfc_main$1l as WRouterLink, _sfc_main$1m as WSelect, _sfc_main$1n as WSelectAsync, _sfc_main$1o as WSelectAsyncList, _sfc_main$1p as WSelectAsyncSingle, _sfc_main$1q as WSelectSingle, _sfc_main$1r as WSelectStringified, _sfc_main$1s as WShine, _sfc_main$1t as WShineEffect, _sfc_main$1u as WSkeleton, _sfc_main$1v as WSlider, _sfc_main$1w as WSliderRange, WSpinner, _sfc_main$1x as WStatusIcon, _sfc_main$1y as WTabs, _sfc_main$1z as WTabsColumns, _sfc_main$1A as WTabsItem, _sfc_main$1B as WToggle, _sfc_main$1C as WToggleTheme, _sfc_main$1D as WTooltip, _sfc_main$1E as WTooltipContainer, _sfc_main$1F as WVirtualScroll, main as default };
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,3 @@
1
+ export declare const isDragging: import('vue').Ref<boolean, boolean>;
2
+ export declare const preventDragFile: () => void;
3
+ //# sourceMappingURL=preventDragFile.d.ts.map
@@ -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.64",
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}),