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.
Files changed (110) hide show
  1. package/dist/components/ActionsBar/WActionsBar.vue.d.ts +1 -0
  2. package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
  3. package/dist/components/ActionsBar/WActionsBar.vue.js +4 -3
  4. package/dist/components/Button/WButtonAction.vue.d.ts +1 -0
  5. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
  6. package/dist/components/Button/WButtonAction.vue.js +17 -6
  7. package/dist/components/Button/WButtonDropdown.vue.js +0 -2
  8. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  9. package/dist/components/Button/WButtonMore.vue.js +0 -1
  10. package/dist/components/Button/WButtonSelection.vue.js +1 -1
  11. package/dist/components/Dropdown/WDropdown.vue.d.ts +6 -11
  12. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  13. package/dist/components/Dropdown/WDropdown.vue.js +1 -1
  14. package/dist/components/Dropdown/types.d.ts +9 -0
  15. package/dist/components/Dropdown/types.d.ts.map +1 -1
  16. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +18 -32
  17. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  18. package/dist/components/DropdownMenu/WDropdownMenu.vue.js +5 -9
  19. package/dist/components/DropdownMenu/types.d.ts +0 -2
  20. package/dist/components/DropdownMenu/types.d.ts.map +1 -1
  21. package/dist/components/Form/WForm.vue.d.ts +4 -0
  22. package/dist/components/Form/WForm.vue.d.ts.map +1 -1
  23. package/dist/components/Form/WForm.vue.js +11 -2
  24. package/dist/components/Form/WFormValidator.vue.d.ts +2 -0
  25. package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
  26. package/dist/components/Form/WFormValidator.vue.js +24 -25
  27. package/dist/components/Form/models/injection.d.ts +1 -0
  28. package/dist/components/Form/models/injection.d.ts.map +1 -1
  29. package/dist/components/Form/models/injection.js +2 -1
  30. package/dist/components/Form/use/useFormValueMap.d.ts.map +1 -1
  31. package/dist/components/Form/use/useFormValueMap.js +2 -6
  32. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +0 -2
  33. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +0 -2
  34. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +0 -2
  35. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +0 -2
  36. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +3 -1
  37. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -1
  38. package/dist/components/FormAsync/WFormAsyncToggle.vue.js +10 -2
  39. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +0 -1
  40. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  41. package/dist/components/InfiniteList/WInfiniteList.vue.js +2 -5
  42. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.d.ts +25 -0
  43. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.d.ts.map +1 -0
  44. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.js +23 -0
  45. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue2.js +5 -0
  46. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +0 -1
  47. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -1
  48. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +8 -5
  49. package/dist/components/InfiniteList/components/InfiniteListButton.vue.js +1 -1
  50. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +0 -1
  51. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  52. package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +5 -4
  53. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +0 -1
  54. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
  55. package/dist/components/InfiniteList/components/InfiniteListPages.vue.js +7 -8
  56. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +3 -6
  57. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -1
  58. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.js +8 -10
  59. package/dist/components/InfiniteList/models/injection.d.ts +3 -0
  60. package/dist/components/InfiniteList/models/injection.d.ts.map +1 -0
  61. package/dist/components/InfiniteList/models/injection.js +3 -0
  62. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts +1 -1
  63. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
  64. package/dist/components/InfiniteList/use/useInfiniteListHeader.js +5 -3
  65. package/dist/components/Input/WInput.vue.js +1 -1
  66. package/dist/components/Input/WInputDate.vue.js +0 -2
  67. package/dist/components/Input/WInputOptions.vue.js +0 -2
  68. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  69. package/dist/components/Input/WInputSuggest.vue.js +17 -18
  70. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  71. package/dist/components/List/WListCard.vue.js +5 -5
  72. package/dist/components/List/WListHeader.vue.js +4 -4
  73. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  74. package/dist/components/MenuItem/WMenuItem.vue.js +3 -3
  75. package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
  76. package/dist/components/Modal/WModal.vue.js +5 -1
  77. package/dist/components/Modal/WModalImport.vue.js +2 -2
  78. package/dist/components/Modal/WModalStepper.vue.d.ts +40 -8
  79. package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
  80. package/dist/components/Modal/WModalWrapper.vue.d.ts +8 -2
  81. package/dist/components/Modal/WModalWrapper.vue.d.ts.map +1 -1
  82. package/dist/components/Modal/WModalWrapper.vue.js +35 -21
  83. package/dist/components/Modal/models/injection.d.ts +4 -0
  84. package/dist/components/Modal/models/injection.d.ts.map +1 -0
  85. package/dist/components/Modal/models/injection.js +4 -0
  86. package/dist/components/Progress/WProgressStriped.vue.js +2 -2
  87. package/dist/components/Select/WSelect.vue.js +0 -2
  88. package/dist/components/Select/WSelectAsync.vue.js +0 -2
  89. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
  90. package/dist/components/Select/WSelectAsyncList.vue.js +41 -41
  91. package/dist/components/Select/WSelectAsyncSingle.vue.js +0 -2
  92. package/dist/components/Select/WSelectSingle.vue.js +0 -2
  93. package/dist/components/Select/WSelectStringified.vue.js +0 -2
  94. package/dist/components/Select/components/SelectAsyncList.vue.d.ts +0 -1
  95. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
  96. package/dist/components/Select/components/SelectAsyncList.vue.js +1 -3
  97. package/dist/components/Tabs/WTabs.vue.d.ts +48 -24
  98. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  99. package/dist/components/Tabs/WTabs.vue.js +2 -2
  100. package/dist/components/Tabs/components/TabItem.vue.d.ts +20 -4
  101. package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
  102. package/dist/components/Toggle/WToggle.vue.d.ts +3 -1
  103. package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
  104. package/dist/components/Toggle/WToggle.vue.js +10 -6
  105. package/dist/imports/componentsPlugin.d.ts +2 -1
  106. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  107. package/dist/main.js +1 -0
  108. package/package.json +4 -1
  109. package/tailwind-base/plugins/default.ts +11 -18
  110. 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.35",
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
- addUtilities({
37
- '.max-w-inner': {
38
- 'max-width': 'calc(100vw - var(--actions-bar-width) - var(--nav-bar-width) - var(--inner-margin) - var(--inner-margin) - var(--scroll-bar-width))',
39
- },
40
- '.max-w-inner-no-actions': {
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
- '.right-inner': {
53
- right: 'calc(var(--actions-bar-width) + var(--inner-margin))',
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 = {