eco-vue-js 0.10.31 → 0.10.33

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 (124) hide show
  1. package/dist/assets/icons/sax/IconAddSquare.svg.js +2 -2
  2. package/dist/assets/icons/sax/{IconOutlineEdit.svg.js → IconEditSquare.svg.js} +6 -6
  3. package/dist/assets/icons/sax/IconFilter.svg.js +2 -2
  4. package/dist/assets/icons/sax/{IconOutlineFolderAdd.svg.js → IconFolderAdd.svg.js} +5 -5
  5. package/dist/assets/icons/sax/{IconOutlineCloseCircle.svg.js → IconMoon.svg.js} +4 -4
  6. package/dist/assets/icons/sax/IconSettings.svg.js +3 -3
  7. package/dist/assets/icons/sax/{IconOutlineCheckCircle.svg.js → IconSun.svg.js} +6 -6
  8. package/dist/components/ActionsBar/WActionsBar.vue.d.ts +2 -0
  9. package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
  10. package/dist/components/ActionsBar/WActionsBar.vue.js +37 -16
  11. package/dist/components/BottomSheet/WBottomSheet.vue.js +1 -1
  12. package/dist/components/Button/WButton.vue.d.ts +0 -1
  13. package/dist/components/Button/WButton.vue.d.ts.map +1 -1
  14. package/dist/components/Button/WButton.vue.js +9 -7
  15. package/dist/components/Button/WButtonAction.vue.d.ts +1 -1
  16. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
  17. package/dist/components/Button/WButtonAction.vue.js +38 -51
  18. package/dist/components/Button/WButtonCopy.vue.js +1 -1
  19. package/dist/components/Button/WButtonGroup.vue.js +0 -1
  20. package/dist/components/Button/WButtonMore.vue.js +1 -1
  21. package/dist/components/Button/WButtonSelection.vue.js +1 -1
  22. package/dist/components/Button/WButtonSelectionAction.vue.js +2 -2
  23. package/dist/components/Button/types.d.ts +0 -1
  24. package/dist/components/Button/types.d.ts.map +1 -1
  25. package/dist/components/Checkbox/WCheckbox.vue.js +3 -3
  26. package/dist/components/Chip/WChip.vue.js +1 -1
  27. package/dist/components/DatePicker/components/CalendarDay.vue.js +3 -3
  28. package/dist/components/DatePicker/components/CalendarToggle.vue.js +2 -2
  29. package/dist/components/DatePicker/components/CalendarValue.vue.js +1 -1
  30. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  31. package/dist/components/Dropdown/WDropdown.vue.js +10 -4
  32. package/dist/components/Dropdown/utils/DropdownStyle.d.ts +34 -0
  33. package/dist/components/Dropdown/utils/DropdownStyle.d.ts.map +1 -1
  34. package/dist/components/Dropdown/utils/DropdownStyle.js +23 -1
  35. package/dist/components/Expansion/WExpansionItem.vue.d.ts +6 -2
  36. package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -1
  37. package/dist/components/Expansion/WExpansionItem.vue.js +21 -7
  38. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +1 -1
  39. package/dist/components/FieldWrapper/components/FilterButton.vue.js +1 -1
  40. package/dist/components/FilePicker/components/FilePickerSvg.vue.js +1 -1
  41. package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -1
  42. package/dist/components/FilterWrapper/WFilterWrapper.vue.js +26 -30
  43. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +0 -1
  44. package/dist/components/FormAsync/WFormAsyncToggle.vue.js +2 -0
  45. package/dist/components/InfoCard/WInfoCardNegative.vue.js +1 -1
  46. package/dist/components/InfoCard/models/utils.js +2 -2
  47. package/dist/components/Input/WInput.vue.js +5 -5
  48. package/dist/components/Input/WInputAsync.vue.js +2 -2
  49. package/dist/components/Link/WLink.vue.d.ts.map +1 -1
  50. package/dist/components/Link/WLink.vue.js +5 -4
  51. package/dist/components/Link/WLinkArrow.vue.js +1 -1
  52. package/dist/components/List/WList.vue.d.ts +1 -1
  53. package/dist/components/List/WList.vue.d.ts.map +1 -1
  54. package/dist/components/List/WListCard.vue.js +8 -8
  55. package/dist/components/List/components/HeaderSettingsModeButton.vue.js +1 -1
  56. package/dist/components/MenuItem/WMenuItem.vue.js +1 -1
  57. package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
  58. package/dist/components/Modal/WModal.vue.js +6 -5
  59. package/dist/components/Modal/WModalExport.vue.js +1 -1
  60. package/dist/components/Modal/WModalImport.vue.js +1 -1
  61. package/dist/components/Modal/use/useIsBackdrop.d.ts +2 -0
  62. package/dist/components/Modal/use/useIsBackdrop.d.ts.map +1 -0
  63. package/dist/components/Modal/use/useIsBackdrop.js +8 -0
  64. package/dist/components/Nav/WNavBar.vue.js +1 -1
  65. package/dist/components/Nav/WNavItem.vue.js +2 -2
  66. package/dist/components/Page/WPage.vue.d.ts.map +1 -1
  67. package/dist/components/Progress/WProgress.vue.js +1 -1
  68. package/dist/components/Select/components/SelectOption.vue.js +1 -1
  69. package/dist/components/Shine/WShine.vue.d.ts +5 -0
  70. package/dist/components/Shine/WShine.vue.d.ts.map +1 -0
  71. package/dist/components/Shine/WShine.vue.js +28 -0
  72. package/dist/components/Shine/WShine.vue2.js +5 -0
  73. package/dist/components/Shine/WShineEffect.vue.d.ts +3 -0
  74. package/dist/components/Shine/WShineEffect.vue.d.ts.map +1 -0
  75. package/dist/components/Shine/WShineEffect.vue.js +42 -0
  76. package/dist/components/Shine/WShineEffect.vue2.js +5 -0
  77. package/dist/components/Shine/use/useShine.d.ts +4 -0
  78. package/dist/components/Shine/use/useShine.d.ts.map +1 -0
  79. package/dist/components/Shine/use/useShine.js +8 -0
  80. package/dist/components/Tabs/WTabs.vue.d.ts +16 -8
  81. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  82. package/dist/components/Tabs/WTabs.vue.js +1 -1
  83. package/dist/components/Tabs/components/TabTitleButton.vue.js +1 -1
  84. package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
  85. package/dist/components/Toggle/WToggle.vue.js +38 -25
  86. package/dist/components/Toggle/WToggleTheme.vue.d.ts +9 -0
  87. package/dist/components/Toggle/WToggleTheme.vue.d.ts.map +1 -0
  88. package/dist/components/Toggle/WToggleTheme.vue.js +37 -0
  89. package/dist/components/Toggle/WToggleTheme.vue2.js +5 -0
  90. package/dist/components/Toggle/types.d.ts +6 -0
  91. package/dist/components/Toggle/types.d.ts.map +1 -1
  92. package/dist/components/Tooltip/WTooltip.vue.d.ts.map +1 -1
  93. package/dist/components/Tooltip/WTooltip.vue.js +0 -1
  94. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -1
  95. package/dist/components/Tooltip/WTooltipContainer.vue.js +6 -5
  96. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -1
  97. package/dist/components/Tooltip/components/TooltipContainer.vue.js +35 -20
  98. package/dist/imports/componentsPlugin.d.ts +4 -1
  99. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  100. package/dist/imports/iconsSax.d.ts +4 -6
  101. package/dist/imports/iconsSax.d.ts.map +1 -1
  102. package/dist/imports/iconsSax.js +4 -6
  103. package/dist/main.js +5 -2
  104. package/dist/utils/HorizontalAlign.d.ts +2 -0
  105. package/dist/utils/HorizontalAlign.d.ts.map +1 -1
  106. package/dist/utils/HorizontalAlign.js +2 -0
  107. package/dist/utils/SemanticType.d.ts +36 -0
  108. package/dist/utils/SemanticType.d.ts.map +1 -1
  109. package/dist/utils/SemanticType.js +55 -1
  110. package/dist/utils/Tooltip.d.ts +0 -1
  111. package/dist/utils/Tooltip.d.ts.map +1 -1
  112. package/dist/utils/utils.d.ts +4 -0
  113. package/dist/utils/utils.d.ts.map +1 -1
  114. package/dist/utils/utils.js +6 -1
  115. package/package.json +10 -1
  116. package/tailwind-base/index.ts +4 -10
  117. package/tailwind-base/plugins/default.ts +15 -0
  118. package/tailwind-base/theme/animations.ts +9 -0
  119. package/tailwind-base/theme/sizes.ts +1 -0
  120. package/dist/assets/icons/sax/IconOutlineRefresh.svg.js +0 -24
  121. package/dist/assets/icons/sax/IconOutlineStar.svg.js +0 -24
  122. package/dist/components/Button/models/semanticTypeStylesMap.d.ts +0 -6
  123. package/dist/components/Button/models/semanticTypeStylesMap.d.ts.map +0 -1
  124. package/dist/components/Button/models/semanticTypeStylesMap.js +0 -32
@@ -5,7 +5,7 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 40 40"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
@@ -15,7 +15,7 @@ function render(_ctx, _cache) {
15
15
  "stroke-linecap": "round",
16
16
  "stroke-linejoin": "round",
17
17
  "stroke-width": "1.5",
18
- d: "M13.333 20h13.334M20 26.667V13.334M15 36.667h10c8.333 0 11.667-3.334 11.667-11.667V15c0-8.333-3.334-11.666-11.667-11.666H15C6.667 3.334 3.333 6.667 3.333 15v10c0 8.334 3.334 11.667 11.667 11.667"
18
+ d: "M8 12h8M12 16V8M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7"
19
19
  }, null, -1)
20
20
  ])))
21
21
  }
@@ -5,7 +5,7 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 40 40"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
@@ -15,7 +15,7 @@ function render(_ctx, _cache) {
15
15
  "stroke-linecap": "round",
16
16
  "stroke-linejoin": "round",
17
17
  "stroke-width": "1.5",
18
- d: "M18.333 3.333H15C6.667 3.333 3.333 6.667 3.333 15v10c0 8.333 3.334 11.667 11.667 11.667h10c8.333 0 11.667-3.334 11.667-11.667v-3.333"
18
+ d: "M11 2H9C4 2 2 4 2 9v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2"
19
19
  }, null, -1),
20
20
  createElementVNode("path", {
21
21
  stroke: "currentColor",
@@ -23,7 +23,7 @@ function render(_ctx, _cache) {
23
23
  "stroke-linejoin": "round",
24
24
  "stroke-miterlimit": "10",
25
25
  "stroke-width": "1.5",
26
- d: "M26.733 5.033 13.6 18.167c-.5.5-1 1.483-1.1 2.2l-.717 5.016c-.266 1.817 1.017 3.084 2.834 2.834l5.016-.717c.7-.1 1.684-.6 2.2-1.1l13.134-13.133c2.266-2.267 3.333-4.9 0-8.234s-5.967-2.266-8.234 0"
26
+ d: "M16.04 3.02 8.16 10.9c-.3.3-.6.89-.66 1.32l-.43 3.01c-.16 1.09.61 1.85 1.7 1.7l3.01-.43c.42-.06 1.01-.36 1.32-.66l7.88-7.88c1.36-1.36 2-2.94 0-4.94s-3.58-1.36-4.94 0"
27
27
  }, null, -1),
28
28
  createElementVNode("path", {
29
29
  stroke: "currentColor",
@@ -31,10 +31,10 @@ function render(_ctx, _cache) {
31
31
  "stroke-linejoin": "round",
32
32
  "stroke-miterlimit": "10",
33
33
  "stroke-width": "1.5",
34
- d: "M24.85 6.917a11.91 11.91 0 0 0 8.233 8.233"
34
+ d: "M14.91 4.15a7.14 7.14 0 0 0 4.94 4.94"
35
35
  }, null, -1)
36
36
  ])))
37
37
  }
38
- const IconOutlineEdit = { render: render };
38
+ const IconEditSquare = { render: render };
39
39
 
40
- export { IconOutlineEdit as default, render };
40
+ export { IconEditSquare as default, render };
@@ -5,7 +5,7 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 40 40"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
@@ -16,7 +16,7 @@ function render(_ctx, _cache) {
16
16
  "stroke-linejoin": "round",
17
17
  "stroke-miterlimit": "10",
18
18
  "stroke-width": "1.5",
19
- d: "M9 3.5h22c1.833 0 3.333 1.5 3.333 3.333V10.5c0 1.333-.833 3-1.666 3.833L25.5 20.666c-1 .834-1.667 2.5-1.667 3.834v7.166c0 1-.666 2.334-1.5 2.834L20 36c-2.167 1.333-5.167-.167-5.167-2.834v-8.833c0-1.167-.667-2.667-1.333-3.5l-6.333-6.667c-.834-.833-1.5-2.333-1.5-3.333V7c0-2 1.5-3.5 3.333-3.5M18.217 3.5 10 16.666"
19
+ d: "M5.4 2.1h13.2c1.1 0 2 .9 2 2v2.2c0 .8-.5 1.8-1 2.3l-4.3 3.8c-.6.5-1 1.5-1 2.3V19c0 .6-.4 1.4-.9 1.7l-1.4.9c-1.3.8-3.1-.1-3.1-1.7v-5.3c0-.7-.4-1.6-.8-2.1l-3.8-4c-.5-.5-.9-1.4-.9-2V4.2c0-1.2.9-2.1 2-2.1M10.93 2.1 6 10"
20
20
  }, null, -1)
21
21
  ])))
22
22
  }
@@ -5,7 +5,7 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 40 40"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
@@ -16,16 +16,16 @@ function render(_ctx, _cache) {
16
16
  "stroke-linejoin": "round",
17
17
  "stroke-miterlimit": "10",
18
18
  "stroke-width": "1.5",
19
- d: "M20.1 27.5v-8.333M24.167 23.333h-8.334"
19
+ d: "M12.06 16.5v-5M14.5 14h-5"
20
20
  }, null, -1),
21
21
  createElementVNode("path", {
22
22
  stroke: "currentColor",
23
23
  "stroke-miterlimit": "10",
24
24
  "stroke-width": "1.5",
25
- d: "M36.667 18.333v10c0 6.667-1.667 8.334-8.334 8.334H11.667C5 36.667 3.333 35 3.333 28.333V11.667C3.333 5 5 3.333 11.667 3.333h2.5c2.5 0 3.05.734 4 2l2.5 3.334c.633.833 1 1.333 2.666 1.333h5c6.667 0 8.334 1.667 8.334 8.333Z"
25
+ d: "M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"
26
26
  }, null, -1)
27
27
  ])))
28
28
  }
29
- const IconOutlineFolderAdd = { render: render };
29
+ const IconFolderAdd = { render: render };
30
30
 
31
- export { IconOutlineFolderAdd as default, render };
31
+ export { IconFolderAdd as default, render };
@@ -5,7 +5,7 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 30 30"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
@@ -15,10 +15,10 @@ function render(_ctx, _cache) {
15
15
  "stroke-linecap": "round",
16
16
  "stroke-linejoin": "round",
17
17
  "stroke-width": "1.5",
18
- d: "M15 27.5c6.875 0 12.5-5.625 12.5-12.5S21.875 2.5 15 2.5 2.5 8.125 2.5 15 8.125 27.5 15 27.5M11.462 18.538l7.075-7.075M18.537 18.538l-7.075-7.075"
18
+ d: "M2.03 12.42c.36 5.15 4.73 9.34 9.96 9.57 3.69.16 6.99-1.56 8.97-4.27.82-1.11.38-1.85-.99-1.6-.67.12-1.36.17-2.08.14C13 16.06 9 11.97 8.98 7.14c-.01-1.3.26-2.53.75-3.65.54-1.24-.11-1.83-1.36-1.3C4.41 3.86 1.7 7.85 2.03 12.42"
19
19
  }, null, -1)
20
20
  ])))
21
21
  }
22
- const IconOutlineCloseCircle = { render: render };
22
+ const IconMoon = { render: render };
23
23
 
24
- export { IconOutlineCloseCircle as default, render };
24
+ export { IconMoon as default, render };
@@ -5,7 +5,7 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 40 40"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
@@ -16,7 +16,7 @@ function render(_ctx, _cache) {
16
16
  "stroke-linejoin": "round",
17
17
  "stroke-miterlimit": "10",
18
18
  "stroke-width": "1.5",
19
- d: "M20 25a5 5 0 1 0 0-10 5 5 0 0 0 0 10"
19
+ d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
20
20
  }, null, -1),
21
21
  createElementVNode("path", {
22
22
  stroke: "currentColor",
@@ -24,7 +24,7 @@ function render(_ctx, _cache) {
24
24
  "stroke-linejoin": "round",
25
25
  "stroke-miterlimit": "10",
26
26
  "stroke-width": "1.5",
27
- d: "M3.334 21.467v-2.934A3.176 3.176 0 0 1 6.5 15.367c3.017 0 4.25-2.134 2.733-4.75A3.165 3.165 0 0 1 10.4 6.3l2.883-1.65c1.317-.783 3.017-.317 3.8 1l.184.317c1.5 2.616 3.967 2.616 5.483 0l.183-.317c.784-1.317 2.484-1.783 3.8-1l2.884 1.65a3.165 3.165 0 0 1 1.166 4.317c-1.516 2.616-.283 4.75 2.734 4.75a3.176 3.176 0 0 1 3.166 3.166v2.934a3.176 3.176 0 0 1-3.166 3.166c-3.017 0-4.25 2.134-2.734 4.75a3.16 3.16 0 0 1-1.166 4.317l-2.884 1.65c-1.316.783-3.016.317-3.8-1l-.183-.317c-1.5-2.616-3.966-2.616-5.483 0l-.183.317c-.784 1.317-2.484 1.783-3.8 1L10.4 33.7a3.165 3.165 0 0 1-1.167-4.317c1.517-2.616.284-4.75-2.733-4.75a3.176 3.176 0 0 1-3.166-3.166"
27
+ d: "M2 12.88v-1.76c0-1.04.85-1.9 1.9-1.9 1.81 0 2.55-1.28 1.64-2.85-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47 1.81-.19 2.28.6l.11.19c.9 1.57 2.38 1.57 3.29 0l.11-.19c.47-.79 1.49-1.07 2.28-.6l1.73.99c.91.52 1.22 1.69.7 2.59-.91 1.57-.17 2.85 1.64 2.85 1.04 0 1.9.85 1.9 1.9v1.76c0 1.04-.85 1.9-1.9 1.9-1.81 0-2.55 1.28-1.64 2.85.52.91.21 2.07-.7 2.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29 0l-.11.19c-.47.79-1.49 1.07-2.28.6l-1.73-.99a1.9 1.9 0 0 1-.7-2.59c.91-1.57.17-2.85-1.64-2.85-1.05 0-1.9-.86-1.9-1.9"
28
28
  }, null, -1)
29
29
  ])))
30
30
  }
@@ -5,7 +5,7 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 30 30"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
@@ -15,17 +15,17 @@ function render(_ctx, _cache) {
15
15
  "stroke-linecap": "round",
16
16
  "stroke-linejoin": "round",
17
17
  "stroke-width": "1.5",
18
- d: "M15 27.5c6.875 0 12.5-5.625 12.5-12.5S21.875 2.5 15 2.5 2.5 8.125 2.5 15 8.125 27.5 15 27.5"
18
+ d: "M12 18.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13"
19
19
  }, null, -1),
20
20
  createElementVNode("path", {
21
21
  stroke: "currentColor",
22
22
  "stroke-linecap": "round",
23
23
  "stroke-linejoin": "round",
24
- "stroke-width": "1.5",
25
- d: "m9.688 15 3.537 3.538 7.088-7.075"
24
+ "stroke-width": "2",
25
+ d: "m19.14 19.14-.13-.13m0-14.02.13-.13zM4.86 19.14l.13-.13zM12 2.08V2zM12 22v-.08zM2.08 12H2zM22 12h-.08zM4.99 4.99l-.13-.13z"
26
26
  }, null, -1)
27
27
  ])))
28
28
  }
29
- const IconOutlineCheckCircle = { render: render };
29
+ const IconSun = { render: render };
30
30
 
31
- export { IconOutlineCheckCircle as default, render };
31
+ export { IconSun as default, render };
@@ -8,9 +8,11 @@ declare function __VLS_template(): {
8
8
  slots: Readonly<{
9
9
  top?: () => VNode[];
10
10
  bottom?: () => VNode[];
11
+ footer?: () => VNode[];
11
12
  }> & {
12
13
  top?: () => VNode[];
13
14
  bottom?: () => VNode[];
15
+ footer?: () => VNode[];
14
16
  };
15
17
  refs: {};
16
18
  rootEl: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"WActionsBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ActionsBar/WActionsBar.vue"],"names":[],"mappings":"AAiEA;AAmHA,OAAO,EAAC,KAAK,SAAS,EAAE,KAAK,KAAK,EAAoC,MAAM,KAAK,CAAA;AAOjF,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,MAAM,CAAC,EAAE,SAAS,CAAA;CACnB,CAAC;AAuCF,iBAAS,cAAc;WA0GT,OAAO,IAA6B;;cAhH1C,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;;cADhB,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;;;;EAoHvB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WActionsBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ActionsBar/WActionsBar.vue"],"names":[],"mappings":"AAsEA;AA2HA,OAAO,EAAC,KAAK,SAAS,EAAE,KAAK,KAAK,EAA6C,MAAM,KAAK,CAAA;AAS1F,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,MAAM,CAAC,EAAE,SAAS,CAAA;CACnB,CAAC;AAwCF,iBAAS,cAAc;WAgHT,OAAO,IAA6B;;cAvH1C,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;cAFhB,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;;;EA0HvB;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,14 +1,31 @@
1
- import { defineComponent, ref, computed, onUnmounted, watch, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, resolveDynamicComponent, createVNode, unref, renderSlot } from 'vue';
1
+ import { defineComponent, ref, computed, onUnmounted, watch, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, resolveDynamicComponent, createVNode, unref, renderSlot, markRaw } from 'vue';
2
2
  import _sfc_main$1 from '../Button/WButtonAction.vue.js';
3
3
  import IconBack from '../../assets/icons/default/IconBack.svg.js';
4
4
  import IconFilter from '../../assets/icons/sax/IconFilter.svg.js';
5
+ import '../Button/WButton.vue.js';
6
+ import '../../utils/mobile.js';
7
+ import '../Button/WButtonDropdown.vue.js';
8
+ import { SemanticType } from '../../utils/SemanticType.js';
9
+ import 'vue-router';
10
+ import '../../utils/supportsPassive.js';
11
+ import '../Dropdown/utils/DropdownStyle.js';
12
+ import '../../utils/Modal.js';
13
+ import '../Input/WInputSuggest.vue.js';
14
+ import '../HeaderBar/use/useHeader.js';
15
+ import '../InfoCard/models/utils.js';
16
+ import '../Input/WInputDate.vue.js';
17
+ import '../Link/WLink.vue.js';
18
+ import '@tanstack/vue-query';
19
+ import '../List/use/useListConfig.js';
20
+ import '../Modal/use/useIsBackdrop.js';
21
+ import '../Page/use/usePageBreadcrumbs.js';
5
22
 
6
23
  const _hoisted_1 = { class: "no-scrollbar relative col-start-1 row-span-2 grid grid-cols-[--actions-bar-filter-width] justify-self-end overflow-y-auto overflow-x-hidden overscroll-contain" };
7
24
  const _hoisted_2 = { class: "relative row-span-2 grid h-full grid-cols-1 grid-rows-subgrid overflow-x-hidden overscroll-contain" };
8
- const _hoisted_3 = { class: "row-start-2" };
25
+ const _hoisted_3 = { class: "row-start-2 grid grid-rows-[1fr,auto]" };
9
26
  const _hoisted_4 = {
10
27
  key: 0,
11
- class: "mx-1 my-2 h-0.5 rounded bg-gray-400 md:my-4 dark:bg-gray-600"
28
+ class: "mx-1 my-2 h-0.5 rounded bg-gray-200 md:my-4 dark:bg-gray-700"
12
29
  };
13
30
  const _sfc_main = /* @__PURE__ */ defineComponent({
14
31
  __name: "WActionsBar",
@@ -61,19 +78,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
61
78
  }, null, 8, ["class"])
62
79
  ])) : createCommentVNode("", true),
63
80
  createElementVNode("div", _hoisted_3, [
64
- renderSlot(_ctx.$slots, "top"),
65
- _ctx.$slots.top && (hasFilter.value || _ctx.bottom || _ctx.$slots.bottom) ? (openBlock(), createElementBlock("div", _hoisted_4)) : createCommentVNode("", true),
66
- hasFilter.value ? (openBlock(), createBlock(_sfc_main$1, {
67
- key: 1,
68
- title: "Filters",
69
- icon: unref(IconFilter),
70
- active: isOpen.value,
71
- count: filterCount.value,
72
- onClick: toggle
73
- }, null, 8, ["icon", "active", "count"])) : createCommentVNode("", true),
74
- renderSlot(_ctx.$slots, "bottom", {}, () => [
75
- _ctx.bottom ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.bottom), { key: 0 })) : createCommentVNode("", true)
76
- ])
81
+ createElementVNode("div", null, [
82
+ renderSlot(_ctx.$slots, "top"),
83
+ _ctx.$slots.top && (hasFilter.value || _ctx.bottom || _ctx.$slots.bottom) ? (openBlock(), createElementBlock("div", _hoisted_4)) : createCommentVNode("", true),
84
+ hasFilter.value ? (openBlock(), createBlock(_sfc_main$1, {
85
+ key: 1,
86
+ title: "Filters",
87
+ icon: markRaw(unref(IconFilter)),
88
+ active: isOpen.value,
89
+ count: filterCount.value,
90
+ "semantic-type": unref(SemanticType).PRIMARY,
91
+ onClick: toggle
92
+ }, null, 8, ["icon", "active", "count", "semantic-type"])) : createCommentVNode("", true),
93
+ renderSlot(_ctx.$slots, "bottom", {}, () => [
94
+ _ctx.bottom ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.bottom), { key: 0 })) : createCommentVNode("", true)
95
+ ])
96
+ ]),
97
+ renderSlot(_ctx.$slots, "footer")
77
98
  ])
78
99
  ])
79
100
  ], 2);
@@ -76,7 +76,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76
76
  createElementVNode("div", {
77
77
  class: normalizeClass(["h-1 w-12 rounded-sm", {
78
78
  "bg-gray-300": !swipeStarted.value,
79
- "bg-primary-default dark:bg-primary-dark": swipeStarted.value
79
+ "bg-primary dark:bg-primary-dark": swipeStarted.value
80
80
  }])
81
81
  }, null, 2)
82
82
  ]),
@@ -20,7 +20,6 @@ declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}
20
20
  semanticType: SemanticType;
21
21
  target: "_self" | "_blank" | "_parent" | "_top";
22
22
  href: string;
23
- semanticTypeMap: Partial<Record<SemanticType, string>>;
24
23
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
25
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
25
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AA6DA;AAsGA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;AAQxC,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AA0CjD,iBAAS,cAAc;WAmIT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;eA3MrB,YAnGgB;;;;;;6EAsTd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AA+DA;AA0GA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;AASxC,OAAO,EAAC,YAAY,EAAyD,MAAM,sBAAsB,CAAA;AA2CzG,iBAAS,cAAc;WA4IT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;eAvNrB,YAvGgB;;;;;6EAsUd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withKeys, withModifiers, withCtx, createElementVNode, createVNode, createCommentVNode, normalizeClass, renderSlot, Transition } from 'vue';
2
2
  import { RouterLink } from 'vue-router';
3
+ import _sfc_main$2 from '../Shine/WShine.vue.js';
3
4
  import WSpinner from '../Spinner/WSpinner.vue.js';
4
5
  import _sfc_main$1 from '../Tooltip/WTooltip.vue.js';
5
- import { SemanticType } from '../../utils/SemanticType.js';
6
- import { semanticTypeButtonBorderStylesMap, semanticTypeButtonStylesMap } from './models/semanticTypeStylesMap.js';
6
+ import { SemanticType, useSemanticTypeBorderMap, useSemanticTypeBackgroundMap } from '../../utils/SemanticType.js';
7
7
 
8
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
9
9
  ...{ inheritAttrs: false },
@@ -18,7 +18,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
18
18
  href: { default: void 0 },
19
19
  target: { default: void 0 },
20
20
  join: { type: Boolean },
21
- semanticTypeMap: { default: void 0 },
22
21
  tooltipText: {},
23
22
  download: {},
24
23
  to: { default: void 0 }
@@ -26,6 +25,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
25
  emits: ["click"],
27
26
  setup(__props, { emit: __emit }) {
28
27
  const props = __props;
28
+ const semanticTypeBackgroundMap = useSemanticTypeBackgroundMap();
29
+ const semanticTypeBorderMap = useSemanticTypeBorderMap();
29
30
  const emit = __emit;
30
31
  const click = (event) => {
31
32
  if (props.disabled || props.loading) return;
@@ -37,9 +38,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
38
  style: _ctx.$attrs.style,
38
39
  ..._ctx.disabled ? {} : _ctx.tag === "a" ? { href: _ctx.href, target: _ctx.target } : _ctx.to !== void 0 ? { to: _ctx.to, replace: _ctx.replace } : {}
39
40
  }, {
40
- class: ["w-ripple-rounded-[calc(var(--w-button-rounded,1rem)-0.0625rem)] relative isolate flex min-h-[--w-button-height,2.75rem] select-none items-center justify-center whitespace-nowrap rounded-[--w-button-rounded,1rem] px-[--w-button-rounded,1rem] font-medium outline-none", {
41
- [_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonStylesMap)[_ctx.semanticType]]: true,
42
- [_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonBorderStylesMap)[_ctx.semanticType]]: true,
41
+ class: ["w-ripple-rounded-[calc(var(--w-button-rounded,1rem)-1px)] relative isolate flex min-h-[--w-button-height,2.75rem] select-none items-center justify-center whitespace-nowrap rounded-[--w-button-rounded,1rem] px-[--w-button-rounded,1rem] font-medium outline-none", {
42
+ [unref(semanticTypeBackgroundMap)[_ctx.semanticType]]: true,
43
+ [unref(semanticTypeBorderMap)[_ctx.semanticType]]: true,
43
44
  "w-ripple w-ripple-hover before:text-black-default w-ripple-opacity-20 dark:w-ripple-opacity-30 cursor-pointer": !_ctx.loading && !_ctx.disabled,
44
45
  "cursor-progress": _ctx.loading,
45
46
  "cursor-not-allowed opacity-70": _ctx.disabled,
@@ -76,7 +77,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76
77
  _ctx.tooltipText ? (openBlock(), createBlock(_sfc_main$1, {
77
78
  key: 0,
78
79
  text: _ctx.tooltipText
79
- }, null, 8, ["text"])) : createCommentVNode("", true)
80
+ }, null, 8, ["text"])) : createCommentVNode("", true),
81
+ !_ctx.disabled && !_ctx.loading ? (openBlock(), createBlock(_sfc_main$2, { key: 1 })) : createCommentVNode("", true)
80
82
  ]),
81
83
  _: 3
82
84
  }, 16, ["class", "disabled", "download", "type", "onKeypress"]);
@@ -7,7 +7,6 @@ interface Props extends Partial<LinkProps> {
7
7
  tag?: 'button' | 'a';
8
8
  count?: number;
9
9
  semanticType?: SemanticType;
10
- outline?: boolean;
11
10
  disabled?: boolean;
12
11
  skeleton?: boolean;
13
12
  tooltipText?: string;
@@ -31,6 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
31
30
  icon: SVGComponent;
32
31
  tag: "button" | "a";
33
32
  semanticType: SemanticType;
33
+ tooltipText: string;
34
34
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
35
35
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
36
36
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AA0DA;AAAA,OAuHO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAO5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAsBjD,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AA4BD,iBAAS,cAAc;WAiIT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WA1LX,MAAM;eAvJE,YAAY;UAmJrB,YAAY;SAGb,QAAQ,GAAG,GAAG;kBAEL,YAAY;6EAkM3B,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AAwDA;AAAA,OAwGO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAU5C,OAAO,EAAC,YAAY,EAA+B,MAAM,sBAAsB,CAAA;AAE/E,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAmCD,iBAAS,cAAc;WAiIT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAjMX,MAAM;eAvHE,YAAY;UAmHrB,YAAY;SAGb,QAAQ,GAAG,GAAG;kBAEL,YAAY;iBAGb,MAAM;6EAsMpB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,11 +1,12 @@
1
- import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx, withDirectives, createCommentVNode, renderSlot, createElementVNode, vShow, createElementBlock, Fragment, createTextVNode, toDisplayString } from 'vue';
1
+ import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx, createElementBlock, createCommentVNode, normalizeClass, withDirectives, renderSlot, vShow } from 'vue';
2
2
  import { RouterLink } from 'vue-router';
3
3
  import _sfc_main$1 from '../Counter/WCounter.vue.js';
4
+ import _sfc_main$2 from '../Shine/WShine.vue.js';
4
5
  import WSkeleton from '../Skeleton/WSkeleton.vue.js';
5
- import { SemanticType } from '../../utils/SemanticType.js';
6
- import _sfc_main$2 from '../Tooltip/WTooltip.vue.js';
6
+ import _sfc_main$3 from '../Tooltip/WTooltip.vue.js';
7
+ import { useIsBackdrop } from '../Modal/use/useIsBackdrop.js';
8
+ import { SemanticType, useSemanticTypeBackgroundMap } from '../../utils/SemanticType.js';
7
9
 
8
- const _hoisted_1 = { class: "whitespace-nowrap text-center text-xs font-normal" };
9
10
  const _sfc_main = /* @__PURE__ */ defineComponent({
10
11
  __name: "WButtonAction",
11
12
  props: {
@@ -15,71 +16,57 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
15
16
  tag: { default: "button" },
16
17
  count: { default: void 0 },
17
18
  semanticType: { default: SemanticType.SECONDARY },
18
- outline: { type: Boolean },
19
19
  disabled: { type: Boolean },
20
20
  skeleton: { type: Boolean },
21
- tooltipText: {},
21
+ tooltipText: { default: void 0 },
22
22
  to: { default: void 0 }
23
23
  },
24
24
  emits: ["click"],
25
25
  setup(__props) {
26
- const semanticTypeStylesMap = {
27
- [SemanticType.SECONDARY]: "text-description bg-default dark:bg-default-dark [not:(:disabled)]:hover:text-primary-default [not:(:disabled)]:dark:hover:text-primary-dark",
28
- [SemanticType.PRIMARY]: "text-default bg-primary-default dark:bg-primary-dark",
29
- [SemanticType.POSITIVE]: "text-default dark:text-default-dark bg-positive dark:bg-positive-dark",
30
- [SemanticType.WARNING]: "text-default dark:text-default-dark bg-warning dark:bg-warning-dark",
31
- [SemanticType.NEGARIVE]: "text-default dark:text-default-dark bg-negative dark:bg-negative-dark",
32
- [SemanticType.INFO]: "text-default dark:text-default-dark bg-info dark:bg-info-dark"
33
- };
34
- const semanticTypeOutlineStylesMap = {
35
- [SemanticType.SECONDARY]: "text-description bg-default dark:bg-default-dark [not:(:disabled)]:hover:text-primary-default [not:(:disabled)]:dark:hover:text-primary-dark",
36
- [SemanticType.PRIMARY]: "text-primary-default text-primary-dark",
37
- [SemanticType.POSITIVE]: "text-positive dark:text-positive-dark",
38
- [SemanticType.WARNING]: "text-warning dark:text-warning-dark",
39
- [SemanticType.NEGARIVE]: "text-negative dark:text-negative-dark",
40
- [SemanticType.INFO]: "text-info dark:text-info-dark"
41
- };
26
+ const semanticTypeBackgroundMap = useSemanticTypeBackgroundMap();
27
+ const isBackdrop = useIsBackdrop();
42
28
  return (_ctx, _cache) => {
43
29
  return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? _ctx.disabled || _ctx.skeleton ? "a" : unref(RouterLink) : _ctx.tag), mergeProps(_ctx.to !== void 0 && !_ctx.disabled && !_ctx.skeleton ? { to: _ctx.to } : void 0, {
44
- class: ["relative grid w-full select-none justify-items-center gap-1 py-2", {
45
- "text-primary-default dark:text-primary-dark": _ctx.active && _ctx.semanticType === unref(SemanticType).SECONDARY,
46
- [_ctx.skeleton || _ctx.disabled ? semanticTypeStylesMap[unref(SemanticType).SECONDARY] : _ctx.outline ? semanticTypeOutlineStylesMap[_ctx.semanticType] : semanticTypeStylesMap[_ctx.semanticType]]: true,
30
+ class: ["w-ripple-trigger group block h-[3.25rem] w-full px-1 py-0.5", {
47
31
  "cursor-not-allowed opacity-50": _ctx.disabled,
48
- "w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled && !_ctx.skeleton,
49
32
  "cursor-progress": _ctx.skeleton
50
33
  }],
51
34
  disabled: _ctx.disabled || _ctx.skeleton,
52
35
  onClick: _cache[0] || (_cache[0] = ($event) => !_ctx.disabled && !_ctx.skeleton && _ctx.$emit("click", $event))
53
36
  }), {
54
37
  default: withCtx(() => [
55
- _ctx.count !== void 0 ? withDirectives((openBlock(), createBlock(_sfc_main$1, {
56
- key: 0,
57
- class: "absolute left-[calc(50%-20px)] top-0 text-xs",
58
- count: _ctx.count,
59
- trigger: 1
60
- }, null, 8, ["count"])), [
61
- [vShow, _ctx.count > 0]
62
- ]) : createCommentVNode("", true),
63
38
  _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
39
+ key: 0,
40
+ class: "w-skeleton-w-full w-skeleton-h-auto w-skeleton-rounded-full aspect-square"
41
+ })) : (openBlock(), createElementBlock("div", {
64
42
  key: 1,
65
- class: "w-skeleton-h-6 w-skeleton-w-6 w-skeleton-rounded-full"
66
- })) : renderSlot(_ctx.$slots, "icon", { key: 2 }, () => [
67
- _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
68
- key: 0,
69
- class: "square-6"
70
- })) : createCommentVNode("", true)
71
- ]),
72
- createElementVNode("div", _hoisted_1, [
73
- _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
43
+ class: normalizeClass(["relative grid aspect-square w-full select-none items-center justify-center gap-1 rounded-full bg-[200%_auto] [background-position:right]", {
44
+ "w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled && !_ctx.skeleton,
45
+ "text-primary dark:text-primary-dark": _ctx.active && _ctx.semanticType === unref(SemanticType).SECONDARY,
46
+ [unref(semanticTypeBackgroundMap)[_ctx.semanticType]]: true
47
+ }])
48
+ }, [
49
+ _ctx.count !== void 0 ? withDirectives((openBlock(), createBlock(_sfc_main$1, {
74
50
  key: 0,
75
- class: "min-w-10"
76
- })) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
77
- createTextVNode(toDisplayString(_ctx.title), 1)
78
- ], 64))
79
- ]),
80
- _ctx.tooltipText ? (openBlock(), createBlock(_sfc_main$2, {
81
- key: 3,
82
- text: _ctx.tooltipText,
51
+ class: "absolute left-[calc(50%-20px)] top-0 text-xs",
52
+ count: _ctx.count,
53
+ trigger: 1
54
+ }, null, 8, ["count"])), [
55
+ [vShow, _ctx.count > 0]
56
+ ]) : createCommentVNode("", true),
57
+ renderSlot(_ctx.$slots, "icon", {}, () => [
58
+ _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
59
+ key: 0,
60
+ class: normalizeClass(["square-6 w-svg-stroke-width-sm transition-transform", {
61
+ "group-hover:scale-120": !_ctx.disabled
62
+ }])
63
+ }, null, 8, ["class"])) : createCommentVNode("", true)
64
+ ]),
65
+ !_ctx.disabled && !unref(isBackdrop) ? (openBlock(), createBlock(_sfc_main$2, { key: 1 })) : createCommentVNode("", true)
66
+ ], 2)),
67
+ _ctx.tooltipText || _ctx.title ? (openBlock(), createBlock(_sfc_main$3, {
68
+ key: 2,
69
+ text: _ctx.tooltipText ?? _ctx.title,
83
70
  left: ""
84
71
  }, null, 8, ["text"])) : createCommentVNode("", true)
85
72
  ]),
@@ -17,7 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17
17
  }, [
18
18
  (openBlock(), createBlock(resolveDynamicComponent(unref(iconCopy)), {
19
19
  class: normalizeClass(["-mt-px", {
20
- "text-primary-default dark:text-primary-dark": unref(copied)
20
+ "text-primary dark:text-primary-dark": unref(copied)
21
21
  }])
22
22
  }, null, 8, ["class"])),
23
23
  createVNode(_sfc_main$1, {
@@ -38,7 +38,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
38
38
  filterValue: {},
39
39
  subgrid: { type: Boolean },
40
40
  loading: { type: Boolean },
41
- semanticTypeMap: {},
42
41
  download: {},
43
42
  to: {}
44
43
  },
@@ -44,7 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44
44
  class: normalizeClass(["relative", {
45
45
  "w-hover-circle": !_ctx.disabled,
46
46
  "text-description": !isOpen.value,
47
- "text-primary-default dark:text-primary-dark": isOpen.value
47
+ "text-primary dark:text-primary-dark": isOpen.value
48
48
  }])
49
49
  }, [
50
50
  (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon ?? unref(IconMore)), { class: "square-[1.25em]" }))
@@ -9,7 +9,7 @@ import _sfc_main$2 from '../ClickOutside/WClickOutside.vue.js';
9
9
 
10
10
  const _hoisted_1 = { class: "sm:left-inner sm:w-inner grid w-full grid-cols-[1fr,auto] pb-3 sm:sticky" };
11
11
  const _hoisted_2 = { class: "flex" };
12
- const _hoisted_3 = { class: "text-primary-default dark:text-primary-dark font-semibold" };
12
+ const _hoisted_3 = { class: "text-primary dark:text-primary-dark font-semibold" };
13
13
  const _hoisted_4 = { class: "sm-not:text-xs" };
14
14
  const _sfc_main = /* @__PURE__ */ defineComponent({
15
15
  __name: "WButtonSelection",
@@ -23,8 +23,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
23
23
  return openBlock(), createElementBlock("button", {
24
24
  disabled: _ctx.disabled || _ctx.disableMessage !== void 0,
25
25
  class: normalizeClass(["disabled:text-description relative cursor-pointer select-none bg-none no-underline outline-none disabled:cursor-not-allowed", {
26
- "w-ripple w-ripple-hover before:text-primary-default dark:before:text-primary-dark hover:text-primary-default dark:hover:text-primary-dark": !_ctx.disabled && !_ctx.disableMessage,
27
- "text-primary-default dark:text-primary-dark": _ctx.active,
26
+ "w-ripple w-ripple-hover before:text-primary dark:before:text-primary-dark hover:text-primary dark:hover:text-primary-dark": !_ctx.disabled && !_ctx.disableMessage,
27
+ "text-primary dark:text-primary-dark": _ctx.active,
28
28
  "text-accent": !_ctx.active
29
29
  }]),
30
30
  onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click"))
@@ -13,7 +13,6 @@ export interface ButtonProps extends Partial<LinkProps> {
13
13
  href?: string;
14
14
  target?: '_self' | '_blank' | '_parent' | '_top';
15
15
  join?: boolean;
16
- semanticTypeMap?: Partial<Record<SemanticType, string>>;
17
16
  tooltipText?: string;
18
17
  download?: string;
19
18
  }
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/types.ts"],"names":[],"mappings":"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"}