eco-vue-js 0.10.12 → 0.10.14
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/default/IconCheck.svg.js +6 -3
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts +6 -6
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
- package/dist/components/ActionsBar/WActionsBar.vue.js +28 -25
- package/dist/components/Button/WButtonAction.vue.js +5 -5
- package/dist/components/Button/WButtonCopy.vue.js +1 -1
- package/dist/components/Button/WButtonInput.vue.d.ts +14 -0
- package/dist/components/Button/WButtonInput.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonInput.vue.js +51 -0
- package/dist/components/Button/WButtonInput.vue2.js +5 -0
- package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonMore.vue.js +2 -2
- package/dist/components/Button/WButtonSelection.vue.js +1 -1
- package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonSelectionAction.vue.js +3 -3
- package/dist/components/Button/WButtonSelectionState.vue.js +2 -2
- package/dist/components/Button/WButtonUnselect.vue.js +2 -2
- package/dist/components/Checkbox/WCheckbox.vue.js +6 -6
- package/dist/components/Counter/WCounter.vue.d.ts.map +1 -1
- package/dist/components/Counter/WCounter.vue.js +2 -4
- package/dist/components/Expansion/WExpansionItem.vue.d.ts +2 -2
- package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -1
- package/dist/components/Expansion/WExpansionItem.vue.js +25 -23
- package/dist/components/FieldWrapper/WFieldWrapper.vue.js +3 -3
- package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -1
- package/dist/components/FilterWrapper/WFilterWrapper.vue.js +28 -26
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +2 -0
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
- package/dist/components/HeaderBar/WHeaderBar.vue.js +11 -6
- package/dist/components/HeaderBar/use/useHeader.d.ts +7 -0
- package/dist/components/HeaderBar/use/useHeader.d.ts.map +1 -0
- package/dist/components/HeaderBar/use/{useHeaderPadding.js → useHeader.js} +8 -2
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +4 -4
- package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts +7 -6
- package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
- package/dist/components/InfiniteList/use/useInfiniteListHeader.js +7 -9
- package/dist/components/Input/WInput.vue.d.ts.map +1 -1
- package/dist/components/Input/WInput.vue.js +22 -17
- package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputAsync.vue.js +16 -33
- package/dist/components/Input/components/InputActions.vue.js +1 -1
- package/dist/components/Input/components/InputActionsButton.vue.js +1 -1
- package/dist/components/List/WList.vue.d.ts.map +1 -1
- package/dist/components/List/WList.vue.js +2 -3
- package/dist/components/List/WListCard.vue.d.ts.map +1 -1
- package/dist/components/List/WListCard.vue.js +5 -6
- package/dist/components/List/WListHeader.vue.d.ts.map +1 -1
- package/dist/components/List/WListHeader.vue.js +9 -10
- package/dist/components/Modal/WModalWrapper.vue.js +4 -4
- package/dist/components/Modal/modals/Confirm/ConfirmModal.vue2.js +1 -1
- package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -1
- package/dist/components/Nav/WNavBar.vue.js +11 -12
- package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -1
- package/dist/components/Nav/WNavItem.vue.js +20 -28
- package/dist/components/Nav/use/useNavBarOpen.d.ts +6 -0
- package/dist/components/Nav/use/useNavBarOpen.d.ts.map +1 -0
- package/dist/components/Notify/components/NotifyCard.vue.js +1 -1
- package/dist/components/Select/WSelect.vue.js +1 -1
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.js +2 -1
- package/dist/components/Select/components/SelectOption.vue.js +1 -1
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectOptionPrefix.vue.js +25 -25
- package/dist/components/Spinner/WSpinner.vue.js +1 -1
- package/dist/components/Tabs/WTabsColumns.vue.js +1 -1
- package/dist/components/Toggle/WToggle.vue.js +1 -1
- package/dist/imports/componentsPlugin.d.ts +2 -1
- package/dist/imports/componentsPlugin.d.ts.map +1 -1
- package/dist/main.js +2 -1
- package/dist/utils/mobile.d.ts +3 -1
- package/dist/utils/mobile.d.ts.map +1 -1
- package/dist/utils/mobile.js +9 -3
- package/eslint/recommended.js +1 -0
- package/package.json +4 -1
- package/tailwind-base/index.ts +7 -0
- package/tailwind-base/plugins/default.ts +32 -58
- package/tailwind-base/theme/sizes.ts +26 -8
- package/dist/components/HeaderBar/use/useHeaderPadding.d.ts +0 -5
- package/dist/components/HeaderBar/use/useHeaderPadding.d.ts.map +0 -1
@@ -27,70 +27,12 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
|
|
27
27
|
width: value,
|
28
28
|
}
|
29
29
|
},
|
30
|
-
'chunk-gap': value => {
|
31
|
-
return {
|
32
|
-
'--split-to-chunks-gap': value,
|
33
|
-
}
|
34
|
-
},
|
35
|
-
'w-spinner-size': value => {
|
36
|
-
return {
|
37
|
-
'--spinner-size': value,
|
38
|
-
}
|
39
|
-
},
|
40
|
-
'w-modal-wrapper-padding': value => {
|
41
|
-
return {
|
42
|
-
'--modal-wrapper-padding': value,
|
43
|
-
}
|
44
|
-
},
|
45
30
|
},
|
46
31
|
{
|
47
32
|
values: theme('width'),
|
48
33
|
},
|
49
34
|
)
|
50
35
|
|
51
|
-
matchUtilities(
|
52
|
-
{
|
53
|
-
'split-to-chunks': (width) => {
|
54
|
-
const value = Number.parseFloat(width)
|
55
|
-
const unit = width.replace(value.toString(), '')
|
56
|
-
|
57
|
-
return Array(4).fill(undefined).reduce(
|
58
|
-
(current, _, index) => {
|
59
|
-
const widthValue = `calc(((100% / ${ index + 2 }) * var(--split-to-chunks-span, 1)) - (var(--split-to-chunks-gap, 16px) * ${ (index + 1) } / ${ (index + 2) }))`
|
60
|
-
|
61
|
-
return {
|
62
|
-
...current,
|
63
|
-
[`@media (min-width: ${ value * (index + 2) + (index < 1 ? 2 : 25.25) }${ unit })`]: {
|
64
|
-
width: widthValue,
|
65
|
-
minWidth: widthValue,
|
66
|
-
},
|
67
|
-
}
|
68
|
-
},
|
69
|
-
{
|
70
|
-
width: '100%',
|
71
|
-
minWidth: '100%',
|
72
|
-
},
|
73
|
-
)
|
74
|
-
},
|
75
|
-
},
|
76
|
-
{
|
77
|
-
values: theme('chunks'),
|
78
|
-
},
|
79
|
-
)
|
80
|
-
|
81
|
-
matchUtilities(
|
82
|
-
{
|
83
|
-
'chunk-span': value => {
|
84
|
-
return {
|
85
|
-
'--split-to-chunks-span': value,
|
86
|
-
}
|
87
|
-
},
|
88
|
-
},
|
89
|
-
{
|
90
|
-
values: theme('chunk-span'),
|
91
|
-
},
|
92
|
-
)
|
93
|
-
|
94
36
|
addUtilities({
|
95
37
|
'.max-w-inner': {
|
96
38
|
'max-width': 'calc(100vw - var(--actions-bar-width) - var(--nav-bar-width) - var(--inner-margin) - var(--inner-margin) - var(--scroll-bar-width))',
|
@@ -226,6 +168,28 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
|
|
226
168
|
},
|
227
169
|
})
|
228
170
|
|
171
|
+
addBase({
|
172
|
+
'.w-option': {
|
173
|
+
'min-height': 'var(--w-option-height)',
|
174
|
+
'border-radius': 'var(--w-option-rounded)',
|
175
|
+
|
176
|
+
'--w-skeleton-height': 'var(--w-option-height)',
|
177
|
+
'--w-skeleton-rounded': 'var(--w-option-rounded)',
|
178
|
+
},
|
179
|
+
'.w-option-has-bg, *:has(.w-option-has-bg) + .w-option-has-bg-input, .w-option-has-bg + .w-option-has-bg-input': {
|
180
|
+
'padding-left': 'var(--w-option-padding)',
|
181
|
+
'padding-right': 'var(--w-option-padding)',
|
182
|
+
},
|
183
|
+
'.w-option-has-bg .w-option-button': {
|
184
|
+
'margin-right': 'calc(var(--w-option-rounded) * -1)',
|
185
|
+
},
|
186
|
+
body: {
|
187
|
+
'--w-option-height': 'calc(var(--w-input-height,2.75rem) - (var(--w-input-gap,0.25rem) * 2) - 2px)',
|
188
|
+
'--w-option-rounded': 'calc(var(--w-input-rounded,0.75rem) - var(--w-input-gap,0.25rem))',
|
189
|
+
'--w-option-padding': 'var(--w-input-rounded,0.75rem)',
|
190
|
+
},
|
191
|
+
})
|
192
|
+
|
229
193
|
matchUtilities(
|
230
194
|
{
|
231
195
|
'w-scroll-bar-color': value => {
|
@@ -464,6 +428,14 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
|
|
464
428
|
{
|
465
429
|
'w-skeleton-w': value => ({'--skeleton-width': value}),
|
466
430
|
'w-list-card-w': value => ({'--w-list-card-width': value}),
|
431
|
+
'w-checkbox-size': value => ({'--w-checkbox-size': value}),
|
432
|
+
'w-input-gap': value => ({'--w-input-gap': value}),
|
433
|
+
'w-spinner-size': value => ({'--w-spinner-size': value}),
|
434
|
+
'w-modal-wrapper-p': value => ({'--w-modal-wrapper-padding': value}),
|
435
|
+
'w-modal-wrapper-w': value => ({'--w-modal-wrapper-width': value}),
|
436
|
+
'w-list-header-h': value => ({'--w-list-header-height': value}),
|
437
|
+
'w-list-padding': value => ({'--w-list-padding': value}),
|
438
|
+
'grid-cols-fill': value => ({'grid-template-columns': `repeat(auto-fill, minmax(${ value }, 1fr))`}),
|
467
439
|
},
|
468
440
|
{
|
469
441
|
values: theme('width'),
|
@@ -490,6 +462,8 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
|
|
490
462
|
'w-ripple-rounded': value => ({'--w-ripple-rounded': value}),
|
491
463
|
'w-list-rounded': value => ({'--w-list-rounded': value}),
|
492
464
|
'w-option-rounded': value => ({'--w-option-rounded': value}),
|
465
|
+
'w-modal-wrapper-rounded': value => ({'--w-modal-wrapper-rounded': value}),
|
466
|
+
'w-list-header-rounded': value => ({'--w-list-header-rounded': value}),
|
493
467
|
},
|
494
468
|
{
|
495
469
|
values: theme('borderRadius'),
|
@@ -1,6 +1,25 @@
|
|
1
|
+
const newValues = {
|
2
|
+
'8xl': '88rem',
|
3
|
+
'9xl': '96rem',
|
4
|
+
'10xl': '104rem',
|
5
|
+
|
6
|
+
'--header-height': 'var(--header-height)',
|
7
|
+
'--header-padding-bottom': 'var(--header-padding-bottom)',
|
8
|
+
'--nav-bar-width': 'var(--nav-bar-width)',
|
9
|
+
'--actions-bar-width': 'var(--actions-bar-width)',
|
10
|
+
'--actions-bar-inner-width': 'var(--actions-bar-inner-width)',
|
11
|
+
'--inner-margin': 'var(--inner-margin)',
|
12
|
+
'--inner-width-diff': 'var(--inner-width-diff)',
|
13
|
+
'--w-modal-wrapper-padding': 'var(--w-modal-wrapper-padding)',
|
14
|
+
'--w-option-padding': 'var(--w-option-padding)',
|
15
|
+
'--w-input-height': 'var(--w-input-height)',
|
16
|
+
'--w-input-gap': 'var(--w-input-gap)',
|
17
|
+
}
|
18
|
+
|
1
19
|
const extend = {
|
2
20
|
1.25: '0.3125rem',
|
3
21
|
6: '1.5rem',
|
22
|
+
8.5: '2.125rem',
|
4
23
|
10: '2.5rem',
|
5
24
|
11: '2.75rem',
|
6
25
|
15: '3.75rem',
|
@@ -9,19 +28,18 @@ const extend = {
|
|
9
28
|
30: '7.5rem',
|
10
29
|
34: '8.5rem',
|
11
30
|
36: '9rem',
|
31
|
+
112: '28rem',
|
32
|
+
|
33
|
+
...newValues,
|
12
34
|
}
|
13
35
|
|
14
36
|
export default {
|
15
|
-
height:
|
16
|
-
|
17
|
-
18: '4.5rem',
|
18
|
-
},
|
19
|
-
width: {
|
20
|
-
8.5: '2.125rem',
|
21
|
-
18: '4.5rem',
|
22
|
-
},
|
37
|
+
height: extend,
|
38
|
+
width: extend,
|
23
39
|
maxWidth: extend,
|
24
40
|
minWidth: extend,
|
25
41
|
padding: extend,
|
26
42
|
margin: extend,
|
43
|
+
inset: extend,
|
44
|
+
gap: extend,
|
27
45
|
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"useHeaderPadding.d.ts","sourceRoot":"","sources":["../../../../src/components/HeaderBar/use/useHeaderPadding.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,gBAAgB;;iCACS,MAAM;CAQ3C,CAAA"}
|