eco-vue-js 0.10.35 → 0.10.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts +1 -0
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
- package/dist/components/ActionsBar/WActionsBar.vue.js +4 -3
- package/dist/components/Button/WButtonAction.vue.d.ts +1 -0
- package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonAction.vue.js +17 -6
- package/dist/components/Button/WButtonDropdown.vue.js +0 -2
- package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonMore.vue.js +0 -1
- package/dist/components/Button/WButtonSelection.vue.js +1 -1
- package/dist/components/Dropdown/WDropdown.vue.d.ts +6 -11
- package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/WDropdown.vue.js +1 -1
- package/dist/components/Dropdown/types.d.ts +9 -0
- package/dist/components/Dropdown/types.d.ts.map +1 -1
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +18 -32
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
- package/dist/components/DropdownMenu/WDropdownMenu.vue.js +5 -9
- package/dist/components/DropdownMenu/types.d.ts +0 -2
- package/dist/components/DropdownMenu/types.d.ts.map +1 -1
- package/dist/components/Form/WForm.vue.d.ts +4 -0
- package/dist/components/Form/WForm.vue.d.ts.map +1 -1
- package/dist/components/Form/WForm.vue.js +11 -2
- package/dist/components/Form/WFormValidator.vue.d.ts +2 -0
- package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
- package/dist/components/Form/WFormValidator.vue.js +24 -25
- package/dist/components/Form/models/injection.d.ts +1 -0
- package/dist/components/Form/models/injection.d.ts.map +1 -1
- package/dist/components/Form/models/injection.js +2 -1
- package/dist/components/Form/use/useFormValueMap.d.ts.map +1 -1
- package/dist/components/Form/use/useFormValueMap.js +2 -6
- package/dist/components/FormAsync/WFormAsyncSelect.vue.js +0 -2
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +0 -2
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +0 -2
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +0 -2
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +3 -1
- package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -1
- package/dist/components/FormAsync/WFormAsyncToggle.vue.js +10 -2
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +0 -1
- package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/WInfiniteList.vue.js +2 -5
- package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.d.ts +25 -0
- package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.d.ts.map +1 -0
- package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.js +23 -0
- package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue2.js +5 -0
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +0 -1
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +8 -5
- package/dist/components/InfiniteList/components/InfiniteListButton.vue.js +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +0 -1
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +5 -4
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +0 -1
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListPages.vue.js +7 -8
- package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +3 -6
- package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -1
- package/dist/components/InfiniteList/components/InfiniteListScroll.vue.js +8 -10
- package/dist/components/InfiniteList/models/injection.d.ts +3 -0
- package/dist/components/InfiniteList/models/injection.d.ts.map +1 -0
- package/dist/components/InfiniteList/models/injection.js +3 -0
- package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts +1 -1
- package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
- package/dist/components/InfiniteList/use/useInfiniteListHeader.js +5 -3
- package/dist/components/Input/WInput.vue.js +1 -1
- package/dist/components/Input/WInputDate.vue.js +0 -2
- package/dist/components/Input/WInputOptions.vue.js +0 -2
- package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputSuggest.vue.js +17 -18
- package/dist/components/List/WListCard.vue.d.ts.map +1 -1
- package/dist/components/List/WListCard.vue.js +5 -5
- package/dist/components/List/WListHeader.vue.js +4 -4
- package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
- package/dist/components/MenuItem/WMenuItem.vue.js +3 -3
- package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
- package/dist/components/Modal/WModal.vue.js +5 -1
- package/dist/components/Modal/WModalImport.vue.js +2 -2
- package/dist/components/Modal/WModalStepper.vue.d.ts +40 -8
- package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
- package/dist/components/Modal/WModalWrapper.vue.d.ts +8 -2
- package/dist/components/Modal/WModalWrapper.vue.d.ts.map +1 -1
- package/dist/components/Modal/WModalWrapper.vue.js +35 -21
- package/dist/components/Modal/models/injection.d.ts +4 -0
- package/dist/components/Modal/models/injection.d.ts.map +1 -0
- package/dist/components/Modal/models/injection.js +4 -0
- package/dist/components/Progress/WProgressStriped.vue.js +2 -2
- package/dist/components/Select/WSelect.vue.js +0 -2
- package/dist/components/Select/WSelectAsync.vue.js +0 -2
- package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
- package/dist/components/Select/WSelectAsyncList.vue.js +41 -41
- package/dist/components/Select/WSelectAsyncSingle.vue.js +0 -2
- package/dist/components/Select/WSelectSingle.vue.js +0 -2
- package/dist/components/Select/WSelectStringified.vue.js +0 -2
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts +0 -1
- package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectAsyncList.vue.js +1 -3
- package/dist/components/Tabs/WTabs.vue.d.ts +48 -24
- package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/WTabs.vue.js +2 -2
- package/dist/components/Tabs/components/TabItem.vue.d.ts +20 -4
- package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
- package/dist/components/Toggle/WToggle.vue.d.ts +3 -1
- package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
- package/dist/components/Toggle/WToggle.vue.js +10 -6
- package/dist/imports/componentsPlugin.d.ts +2 -1
- package/dist/imports/componentsPlugin.d.ts.map +1 -1
- package/dist/main.js +1 -0
- package/package.json +4 -1
- package/tailwind-base/plugins/default.ts +11 -18
- package/tailwind-base/theme/sizes.ts +5 -0
package/dist/main.js
CHANGED
@@ -44,6 +44,7 @@ export { default as WFormAsyncToggle } from './components/FormAsync/WFormAsyncTo
|
|
44
44
|
export { default as WHeaderBar } from './components/HeaderBar/WHeaderBar.vue.js';
|
45
45
|
export { default as WImageViewer } from './components/ImageViewer/WImageViewer.vue.js';
|
46
46
|
export { default as WInfiniteList } from './components/InfiniteList/WInfiniteList.vue.js';
|
47
|
+
export { default as WInfiniteListScrollingElement } from './components/InfiniteList/WInfiniteListScrollingElement.vue.js';
|
47
48
|
export { default as WInfiniteListWrapper } from './components/InfiniteList/WInfiniteListWrapper.vue.js';
|
48
49
|
export { default as WInfoCard } from './components/InfoCard/WInfoCard.vue.js';
|
49
50
|
export { default as WInfoCardNegative } from './components/InfoCard/WInfoCardNegative.vue.js';
|
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.10.
|
7
|
+
"version": "0.10.37",
|
8
8
|
"scripts": {
|
9
9
|
"build": "run-p type-check \"build-only {@}\" --",
|
10
10
|
"dev": "vite build --mode development --watch",
|
@@ -256,6 +256,9 @@
|
|
256
256
|
"./dist/components/InfiniteList/WInfiniteList.vue": {
|
257
257
|
"import": "./dist/components/InfiniteList/WInfiniteList.vue.js"
|
258
258
|
},
|
259
|
+
"./dist/components/InfiniteList/WInfiniteListScrollingElement.vue": {
|
260
|
+
"import": "./dist/components/InfiniteList/WInfiniteListScrollingElement.vue.js"
|
261
|
+
},
|
259
262
|
"./dist/components/InfiniteList/WInfiniteListWrapper.vue": {
|
260
263
|
"import": "./dist/components/InfiniteList/WInfiniteListWrapper.vue.js"
|
261
264
|
},
|
@@ -32,25 +32,17 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
|
|
32
32
|
values: theme('width'),
|
33
33
|
},
|
34
34
|
)
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
'
|
39
|
-
|
40
|
-
|
41
|
-
'max-width': 'calc(100vw - var(--nav-bar-width) - var(--inner-margin) - var(--inner-margin) - var(--scroll-bar-width))',
|
42
|
-
},
|
43
|
-
'.w-inner': {
|
44
|
-
width: 'calc(100vw - var(--actions-bar-width) - var(--nav-bar-width) - var(--inner-margin) - var(--inner-margin) - var(--scroll-bar-width))',
|
45
|
-
},
|
46
|
-
'.min-w-inner': {
|
47
|
-
'min-width': 'calc(100vw - var(--actions-bar-width) - var(--nav-bar-width) - var(--inner-margin) - var(--inner-margin) - var(--scroll-bar-width))',
|
48
|
-
},
|
49
|
-
'.left-inner': {
|
50
|
-
left: 'calc(var(--nav-bar-width) + var(--inner-margin))',
|
35
|
+
|
36
|
+
addBase({
|
37
|
+
body: {
|
38
|
+
'--w-left-inner': 'calc(var(--nav-bar-width) + var(--inner-margin))',
|
39
|
+
'--w-right-inner': 'calc(var(--actions-bar-width) + var(--inner-margin))',
|
40
|
+
'--w-width-inner': 'calc(100vw - var(--actions-bar-width) - var(--nav-bar-width) - var(--inner-margin) - var(--inner-margin) - var(--scroll-bar-width))',
|
51
41
|
},
|
52
|
-
'.
|
53
|
-
|
42
|
+
'.w-modal-wrapper': {
|
43
|
+
'--w-left-inner': 'var(--w-modal-wrapper-padding)',
|
44
|
+
'--w-right-inner': 'var(--w-modal-wrapper-padding)',
|
45
|
+
'--w-width-inner': 'calc(var(--w-modal-wrapper-width, 35rem) - var(--w-modal-wrapper-padding) - var(--w-modal-wrapper-padding) - var(--scroll-bar-width))',
|
54
46
|
},
|
55
47
|
})
|
56
48
|
|
@@ -449,6 +441,7 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
|
|
449
441
|
{
|
450
442
|
'w-skeleton-h': value => ({'--skeleton-height': value}),
|
451
443
|
'w-input-h': value => ({'--w-input-height': value}),
|
444
|
+
'w-input-min-h': value => ({'--w-input-min-height': value}),
|
452
445
|
'w-textarea-h': value => ({'--w-textarea-height': value}),
|
453
446
|
'w-button-h': value => ({'--w-button-height': value}),
|
454
447
|
},
|
@@ -15,6 +15,11 @@ const newValues = {
|
|
15
15
|
'--w-input-height': 'var(--w-input-height)',
|
16
16
|
'--w-input-gap': 'var(--w-input-gap)',
|
17
17
|
'--w-select-option-padding': 'var(--w-select-option-padding)',
|
18
|
+
'--left-inner': 'var(--w-left-inner)',
|
19
|
+
'--right-inner': 'var(--w-right-inner)',
|
20
|
+
'--width-inner': 'var(--w-width-inner)',
|
21
|
+
'--modal-header-height': 'var(--w-modal-header-height, 0px)',
|
22
|
+
'--modal-footer-height': 'var(--w-modal-footer-height, 0px)',
|
18
23
|
}
|
19
24
|
|
20
25
|
const extend = {
|