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.
Files changed (79) hide show
  1. package/dist/assets/icons/default/IconCheck.svg.js +6 -3
  2. package/dist/components/ActionsBar/WActionsBar.vue.d.ts +6 -6
  3. package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
  4. package/dist/components/ActionsBar/WActionsBar.vue.js +28 -25
  5. package/dist/components/Button/WButtonAction.vue.js +5 -5
  6. package/dist/components/Button/WButtonCopy.vue.js +1 -1
  7. package/dist/components/Button/WButtonInput.vue.d.ts +14 -0
  8. package/dist/components/Button/WButtonInput.vue.d.ts.map +1 -0
  9. package/dist/components/Button/WButtonInput.vue.js +51 -0
  10. package/dist/components/Button/WButtonInput.vue2.js +5 -0
  11. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  12. package/dist/components/Button/WButtonMore.vue.js +2 -2
  13. package/dist/components/Button/WButtonSelection.vue.js +1 -1
  14. package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +1 -1
  15. package/dist/components/Button/WButtonSelectionAction.vue.js +3 -3
  16. package/dist/components/Button/WButtonSelectionState.vue.js +2 -2
  17. package/dist/components/Button/WButtonUnselect.vue.js +2 -2
  18. package/dist/components/Checkbox/WCheckbox.vue.js +6 -6
  19. package/dist/components/Counter/WCounter.vue.d.ts.map +1 -1
  20. package/dist/components/Counter/WCounter.vue.js +2 -4
  21. package/dist/components/Expansion/WExpansionItem.vue.d.ts +2 -2
  22. package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -1
  23. package/dist/components/Expansion/WExpansionItem.vue.js +25 -23
  24. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +3 -3
  25. package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -1
  26. package/dist/components/FilterWrapper/WFilterWrapper.vue.js +28 -26
  27. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +2 -0
  28. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
  29. package/dist/components/HeaderBar/WHeaderBar.vue.js +11 -6
  30. package/dist/components/HeaderBar/use/useHeader.d.ts +7 -0
  31. package/dist/components/HeaderBar/use/useHeader.d.ts.map +1 -0
  32. package/dist/components/HeaderBar/use/{useHeaderPadding.js → useHeader.js} +8 -2
  33. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +4 -4
  34. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts +7 -6
  35. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
  36. package/dist/components/InfiniteList/use/useInfiniteListHeader.js +7 -9
  37. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  38. package/dist/components/Input/WInput.vue.js +22 -17
  39. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
  40. package/dist/components/Input/WInputAsync.vue.js +16 -33
  41. package/dist/components/Input/components/InputActions.vue.js +1 -1
  42. package/dist/components/Input/components/InputActionsButton.vue.js +1 -1
  43. package/dist/components/List/WList.vue.d.ts.map +1 -1
  44. package/dist/components/List/WList.vue.js +2 -3
  45. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  46. package/dist/components/List/WListCard.vue.js +5 -6
  47. package/dist/components/List/WListHeader.vue.d.ts.map +1 -1
  48. package/dist/components/List/WListHeader.vue.js +9 -10
  49. package/dist/components/Modal/WModalWrapper.vue.js +4 -4
  50. package/dist/components/Modal/modals/Confirm/ConfirmModal.vue2.js +1 -1
  51. package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -1
  52. package/dist/components/Nav/WNavBar.vue.js +11 -12
  53. package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -1
  54. package/dist/components/Nav/WNavItem.vue.js +20 -28
  55. package/dist/components/Nav/use/useNavBarOpen.d.ts +6 -0
  56. package/dist/components/Nav/use/useNavBarOpen.d.ts.map +1 -0
  57. package/dist/components/Notify/components/NotifyCard.vue.js +1 -1
  58. package/dist/components/Select/WSelect.vue.js +1 -1
  59. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
  60. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.js +2 -1
  61. package/dist/components/Select/components/SelectOption.vue.js +1 -1
  62. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
  63. package/dist/components/Select/components/SelectOptionPrefix.vue.js +25 -25
  64. package/dist/components/Spinner/WSpinner.vue.js +1 -1
  65. package/dist/components/Tabs/WTabsColumns.vue.js +1 -1
  66. package/dist/components/Toggle/WToggle.vue.js +1 -1
  67. package/dist/imports/componentsPlugin.d.ts +2 -1
  68. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  69. package/dist/main.js +2 -1
  70. package/dist/utils/mobile.d.ts +3 -1
  71. package/dist/utils/mobile.d.ts.map +1 -1
  72. package/dist/utils/mobile.js +9 -3
  73. package/eslint/recommended.js +1 -0
  74. package/package.json +4 -1
  75. package/tailwind-base/index.ts +7 -0
  76. package/tailwind-base/plugins/default.ts +32 -58
  77. package/tailwind-base/theme/sizes.ts +26 -8
  78. package/dist/components/HeaderBar/use/useHeaderPadding.d.ts +0 -5
  79. package/dist/components/HeaderBar/use/useHeaderPadding.d.ts.map +0 -1
@@ -5,14 +5,17 @@ const _hoisted_1 = {
5
5
  width: "20",
6
6
  height: "20",
7
7
  fill: "none",
8
- viewBox: "0 0 22 16"
8
+ viewBox: "0 0 24 24"
9
9
  };
10
10
 
11
11
  function render(_ctx, _cache) {
12
12
  return (openBlock(), createElementBlock("svg", _hoisted_1, _cache[0] || (_cache[0] = [
13
13
  createElementVNode("path", {
14
- fill: "currentColor",
15
- d: "M8.81 16 0 5.254h3.445L8.81 11.76 18.506 0H22z"
14
+ stroke: "currentColor",
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ "stroke-width": "3",
18
+ d: "m2.607 12 6.255 6.254 12.53-12.509"
16
19
  }, null, -1)
17
20
  ])))
18
21
  }
@@ -1,20 +1,20 @@
1
- import { VNode } from 'vue';
1
+ import { Component, VNode } from 'vue';
2
+ type __VLS_Props = {
3
+ filter?: Component;
4
+ bottom?: Component;
5
+ };
2
6
  declare function __VLS_template(): {
3
7
  attrs: Partial<{}>;
4
8
  slots: Readonly<{
5
9
  top?: () => VNode[];
6
- filter?: () => VNode[];
7
- bottom?: () => VNode[];
8
10
  }> & {
9
11
  top?: () => VNode[];
10
- filter?: () => VNode[];
11
- bottom?: () => VNode[];
12
12
  };
13
13
  refs: {};
14
14
  rootEl: HTMLDivElement;
15
15
  };
16
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
17
- declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
17
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
18
18
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
19
  export default _default;
20
20
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WActionsBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ActionsBar/WActionsBar.vue"],"names":[],"mappings":"AAgEA;AA4GA,OAAO,EAAC,KAAK,KAAK,EAA8C,MAAM,KAAK,CAAA;AA0C3E,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;cAhH1C,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;cAFhB,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;;;EAmHvB;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,0RAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAEpG,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":"AA+DA;AAgHA,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;AAsCF,iBAAS,cAAc;WAwGT,OAAO,IAA6B;;cA7G1C,MAAM,KAAK,EAAE;;cAAb,MAAM,KAAK,EAAE;;;;EAkHpB;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,19 +1,23 @@
1
- import { defineComponent, ref, useSlots, computed, onUnmounted, watch, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, resolveDynamicComponent, createCommentVNode, createVNode, unref, renderSlot } from 'vue';
1
+ import { defineComponent, ref, computed, onUnmounted, watch, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, resolveDynamicComponent, createVNode, unref, renderSlot } 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
5
 
6
- const _hoisted_1 = { class: "no-scrollbar relative col-span-1 row-span-2 grid grid-cols-[var(--actions-bar-filter-width,24rem)] grid-rows-subgrid justify-self-end overflow-y-auto overflow-x-hidden overscroll-contain" };
7
- const _hoisted_2 = { class: "-px--inner-margin col-span-1 row-span-2 grid grid-rows-subgrid" };
8
- const _hoisted_3 = { class: "relative row-span-2 grid h-full grid-cols-1 grid-rows-subgrid overflow-x-hidden overscroll-contain" };
9
- const _hoisted_4 = { class: "row-start-2" };
10
- const _hoisted_5 = {
6
+ 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
+ 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" };
9
+ const _hoisted_4 = {
11
10
  key: 0,
12
- class: "mx-1 my-4 h-0.5 rounded bg-gray-400 md:my-8"
11
+ class: "mx-1 my-2 h-0.5 rounded bg-gray-400 md:my-4 dark:bg-gray-600"
13
12
  };
14
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
15
14
  __name: "WActionsBar",
15
+ props: {
16
+ filter: {},
17
+ bottom: {}
18
+ },
16
19
  setup(__props) {
20
+ const props = __props;
17
21
  let closeModal = null;
18
22
  const isOpen = ref(false);
19
23
  const filterCount = ref(0);
@@ -23,8 +27,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
23
27
  const close = () => {
24
28
  isOpen.value = false;
25
29
  };
26
- const slots = useSlots();
27
- const hasFilter = computed(() => !!slots.filter);
30
+ const hasFilter = computed(() => !!props.filter);
31
+ const updateCount = (value) => {
32
+ filterCount.value = value;
33
+ };
28
34
  onUnmounted(() => {
29
35
  closeModal?.();
30
36
  closeModal = null;
@@ -34,32 +40,29 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
34
40
  });
35
41
  return (_ctx, _cache) => {
36
42
  return openBlock(), createElementBlock("div", {
37
- class: normalizeClass(["height-full bg-default dark:bg-default-dark sm-not:[--actions-bar-filter-width:calc(100vw-var(--actions-bar-width))] fixed right-0 top-0 z-40 grid grid-rows-[3.75rem,1fr] justify-end overflow-hidden shadow-md transition-[grid-template-columns] duration-300 [--actions-toggle-height:4rem] print:hidden", {
38
- "grid-cols-[0,var(--actions-bar-width)]": !isOpen.value || !hasFilter.value,
39
- "grid-cols-[var(--actions-bar-filter-width,24rem),var(--actions-bar-width,4rem)]": isOpen.value && hasFilter.value
43
+ class: normalizeClass(["height-full bg-default dark:bg-default-dark sm-not:[--actions-bar-filter-width:calc(100vw-var(--w-actions-bar-width))] fixed right-0 top-0 z-40 grid grid-cols-[var(--actions-bar-filter-width-current,0),var(--w-actions-bar-width)] grid-rows-[var(--header-height),1fr] justify-end overflow-hidden shadow-md transition-[grid-template-columns] duration-300 print:hidden", {
44
+ "[--actions-bar-filter-width-current:var(--actions-bar-filter-width)]": isOpen.value && hasFilter.value
40
45
  }])
41
46
  }, [
42
47
  createElementVNode("div", _hoisted_1, [
43
- createElementVNode("div", _hoisted_2, [
44
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "text-accent flex items-center text-2xl font-semibold" }, " Filters ", -1)),
45
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.filter?.()?.[0]), {
46
- "onUpdate:count": _cache[0] || (_cache[0] = ($event) => filterCount.value = $event)
47
- }, null, 32))
48
- ])
48
+ _ctx.filter ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.filter), {
49
+ key: 0,
50
+ "onUpdate:count": updateCount
51
+ }, null, 32)) : createCommentVNode("", true)
49
52
  ]),
50
- createElementVNode("div", _hoisted_3, [
51
- hasFilter.value ? (openBlock(), createElementBlock("div", {
53
+ createElementVNode("div", _hoisted_2, [
54
+ hasFilter.value ? (openBlock(), createElementBlock("button", {
52
55
  key: 0,
53
- class: "w-ripple relative row-start-1 flex cursor-pointer select-none items-center justify-center",
56
+ class: "w-ripple w-ripple-hover relative row-start-1 flex cursor-pointer select-none items-center justify-center",
54
57
  onClick: toggle
55
58
  }, [
56
59
  createVNode(unref(IconBack), {
57
- class: normalizeClass(["text-description square-5 transition-transform", { "[transform:rotateY(180deg)]": isOpen.value }])
60
+ class: normalizeClass(["text-description square-4 transition-transform", { "[transform:rotateY(180deg)]": isOpen.value }])
58
61
  }, null, 8, ["class"])
59
62
  ])) : createCommentVNode("", true),
60
- createElementVNode("div", _hoisted_4, [
63
+ createElementVNode("div", _hoisted_3, [
61
64
  renderSlot(_ctx.$slots, "top"),
62
- _ctx.$slots.top && (hasFilter.value || unref(slots).bottom) ? (openBlock(), createElementBlock("div", _hoisted_5)) : createCommentVNode("", true),
65
+ _ctx.$slots.top && (hasFilter.value || _ctx.bottom) ? (openBlock(), createElementBlock("div", _hoisted_4)) : createCommentVNode("", true),
63
66
  hasFilter.value ? (openBlock(), createBlock(_sfc_main$1, {
64
67
  key: 1,
65
68
  title: "Filters",
@@ -68,7 +71,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
68
71
  count: filterCount.value,
69
72
  onClick: toggle
70
73
  }, null, 8, ["icon", "active", "count"])) : createCommentVNode("", true),
71
- renderSlot(_ctx.$slots, "bottom")
74
+ _ctx.bottom ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.bottom), { key: 2 })) : createCommentVNode("", true)
72
75
  ])
73
76
  ])
74
77
  ], 2);
@@ -3,7 +3,7 @@ import { RouterLink } from 'vue-router';
3
3
  import _sfc_main$1 from '../Counter/WCounter.vue.js';
4
4
  import { SemanticType } from '../../utils/SemanticType.js';
5
5
 
6
- const _hoisted_1 = { class: "whitespace-nowrap text-center text-[0.625rem] font-normal md:text-base" };
6
+ const _hoisted_1 = { class: "text-3xs whitespace-nowrap text-center font-normal" };
7
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "WButtonAction",
9
9
  props: {
@@ -20,7 +20,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
20
20
  setup(__props) {
21
21
  const semanticTypeStylesMap = {
22
22
  [SemanticType.SECONDARY]: "text-description bg-default dark:bg-default-dark hover:text-primary-default dark:hover:text-primary-dark",
23
- [SemanticType.PRIMARY]: "text-default dark:text-default-dark bg-primary-default dark:bg-primary-dark",
23
+ [SemanticType.PRIMARY]: "text-default bg-primary-default dark:bg-primary-dark",
24
24
  [SemanticType.POSITIVE]: "text-default dark:text-default-dark bg-positive dark:bg-positive-dark",
25
25
  [SemanticType.WARNING]: "text-default dark:text-default-dark bg-warning dark:bg-warning-dark",
26
26
  [SemanticType.NEGARIVE]: "text-default dark:text-default-dark bg-negative dark:bg-negative-dark",
@@ -36,7 +36,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
36
  };
37
37
  return (_ctx, _cache) => {
38
38
  return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? unref(RouterLink) : _ctx.tag), mergeProps(_ctx.to !== void 0 ? { to: _ctx.to } : void 0, {
39
- class: ["w-ripple w-ripple-hover relative flex w-full cursor-pointer select-none flex-col items-center border-none p-2 no-underline outline-none md:gap-2", {
39
+ class: ["w-ripple w-ripple-hover relative grid w-full cursor-pointer select-none justify-items-center gap-1 py-2", {
40
40
  "text-primary-default dark:text-primary-dark": _ctx.active && _ctx.semanticType === unref(SemanticType).SECONDARY,
41
41
  [_ctx.outline ? semanticTypeOutlineStylesMap[_ctx.semanticType] : semanticTypeStylesMap[_ctx.semanticType]]: true
42
42
  }],
@@ -45,7 +45,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
45
  default: withCtx(() => [
46
46
  _ctx.count !== void 0 ? withDirectives((openBlock(), createBlock(_sfc_main$1, {
47
47
  key: 0,
48
- class: "absolute left-[calc(50%-20px)] top-0",
48
+ class: "absolute left-[calc(50%-20px)] top-0 text-xs",
49
49
  count: _ctx.count,
50
50
  trigger: 1
51
51
  }, null, 8, ["count"])), [
@@ -54,7 +54,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
54
54
  renderSlot(_ctx.$slots, "icon", {}, () => [
55
55
  _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
56
56
  key: 0,
57
- class: "square-8"
57
+ class: "square-6"
58
58
  })) : createCommentVNode("", true)
59
59
  ]),
60
60
  createElementVNode("div", _hoisted_1, toDisplayString(_ctx.title), 1)
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  const { doCopy, iconCopy, copied } = useCopy(toRef(props, "value"));
13
13
  return (_ctx, _cache) => {
14
14
  return openBlock(), createElementBlock("div", {
15
- class: "text-description square-5 w-hover-circle relative inline-block cursor-pointer select-none",
15
+ class: "text-description square-[1.25em] w-hover-circle relative inline-block cursor-pointer select-none",
16
16
  onClick: _cache[0] || (_cache[0] = ($event) => unref(doCopy)())
17
17
  }, [
18
18
  (openBlock(), createBlock(resolveDynamicComponent(unref(iconCopy)), {
@@ -0,0 +1,14 @@
1
+ type __VLS_Props = {
2
+ icon: SVGComponent;
3
+ tooltipText?: string;
4
+ loading?: boolean;
5
+ skeleton?: boolean;
6
+ disabled?: boolean;
7
+ };
8
+ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
+ click: (value: MouseEvent) => any;
10
+ }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
+ onClick?: ((value: MouseEvent) => any) | undefined;
12
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
+ export default _default;
14
+ //# sourceMappingURL=WButtonInput.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WButtonInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonInput.vue"],"names":[],"mappings":"AAuCA;AA8DA,KAAK,WAAW,GAAG;IACjB,IAAI,EAAE,YAAY,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;;;;;;AA2GF,wBAOG"}
@@ -0,0 +1,51 @@
1
+ import { defineComponent, createBlock, createElementBlock, openBlock, withModifiers, normalizeClass, createCommentVNode, resolveDynamicComponent } from 'vue';
2
+ import WSkeleton from '../Skeleton/WSkeleton.vue.js';
3
+ import WSpinner from '../Spinner/WSpinner.vue.js';
4
+ import _sfc_main$1 from '../Tooltip/WTooltip.vue.js';
5
+
6
+ const _hoisted_1 = ["disabled"];
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ __name: "WButtonInput",
9
+ props: {
10
+ icon: {},
11
+ tooltipText: {},
12
+ loading: { type: Boolean },
13
+ skeleton: { type: Boolean },
14
+ disabled: { type: Boolean }
15
+ },
16
+ emits: ["click"],
17
+ setup(__props) {
18
+ return (_ctx, _cache) => {
19
+ return _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
20
+ key: 0,
21
+ class: "-square--w-input-height w-skeleton-rounded-[--w-input-rounded,0.75rem]"
22
+ })) : (openBlock(), createElementBlock("button", {
23
+ key: 1,
24
+ class: normalizeClass(["-square--w-input-height bg-default dark:bg-default-dark relative flex select-none items-center justify-center rounded-[--w-input-rounded,0.75rem] border border-solid border-gray-200 dark:border-gray-800", {
25
+ "cursor-not-allowed opacity-50": _ctx.disabled,
26
+ "w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled,
27
+ "cursor-progress": _ctx.loading
28
+ }]),
29
+ disabled: _ctx.disabled,
30
+ onClick: _cache[0] || (_cache[0] = withModifiers(($event) => !_ctx.disabled && !_ctx.loading && _ctx.$emit("click", $event), ["stop", "prevent"])),
31
+ onMousedown: _cache[1] || (_cache[1] = withModifiers(() => {
32
+ }, ["stop", "prevent"]))
33
+ }, [
34
+ _ctx.loading ? (openBlock(), createBlock(WSpinner, {
35
+ key: 0,
36
+ class: "w-spinner-size-[1.125em]"
37
+ })) : (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
38
+ key: 1,
39
+ class: "square-[1.125em]"
40
+ })),
41
+ _ctx.tooltipText ? (openBlock(), createBlock(_sfc_main$1, {
42
+ key: 2,
43
+ text: _ctx.tooltipText,
44
+ "no-touch": ""
45
+ }, null, 8, ["text"])) : createCommentVNode("", true)
46
+ ], 42, _hoisted_1));
47
+ };
48
+ }
49
+ });
50
+
51
+ export { _sfc_main as default };
@@ -0,0 +1,5 @@
1
+ import _sfc_main from './WButtonInput.vue.js';
2
+
3
+
4
+
5
+ export { _sfc_main as default };
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AA8CA;AAoFA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAiBF,iBAAS,cAAc;WA+FT,OAAO,IAA6B;;;yBArGhC,IAAI;YA2FQ,GAAG;;;;EAehC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,gTAOnB,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":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AAiDA;AAuFA,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAiBF,iBAAS,cAAc;WAiGT,OAAO,IAA6B;;;yBAvGhC,IAAI;YA6FQ,GAAG;;;;EAehC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,gTAOnB,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"}
@@ -41,13 +41,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
41
  }, {
42
42
  toggle: withCtx(() => [
43
43
  createElementVNode("div", {
44
- class: normalizeClass(["relative p-px", {
44
+ class: normalizeClass(["relative", {
45
45
  "w-hover-circle": !_ctx.disabled,
46
46
  "text-description": !isOpen.value,
47
47
  "text-primary-default dark:text-primary-dark": isOpen.value
48
48
  }])
49
49
  }, [
50
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon ?? unref(IconMore))))
50
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon ?? unref(IconMore)), { class: "square-[1.25em]" }))
51
51
  ], 2)
52
52
  ]),
53
53
  content: withCtx(() => [
@@ -7,7 +7,7 @@ import _sfc_main$3 from './WButtonSelectionAction.vue.js';
7
7
  import _sfc_main$4 from './WButtonSelectionState.vue.js';
8
8
  import _sfc_main$2 from '../ClickOutside/WClickOutside.vue.js';
9
9
 
10
- const _hoisted_1 = { class: "sm:left-inner sm:w-inner grid h-12 w-full grid-cols-[1fr,auto] pb-3 sm:sticky" };
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
12
  const _hoisted_3 = { class: "text-primary-default dark:text-primary-dark font-semibold" };
13
13
  const _hoisted_4 = { class: "sm-not:text-xs" };
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonSelectionAction.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonSelectionAction.vue"],"names":[],"mappings":"AAiCA;AAqDA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,YAAY,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;;;;;;AAsFF,wBAQG"}
1
+ {"version":3,"file":"WButtonSelectionAction.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Button/WButtonSelectionAction.vue"],"names":[],"mappings":"AAoCA;AAwDA,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,YAAY,CAAA;IAClB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB,CAAC;;;;;;AAwFF,wBAQG"}
@@ -2,10 +2,10 @@ import { defineComponent, createElementBlock, openBlock, normalizeClass, createE
2
2
  import _sfc_main$1 from '../Tooltip/WTooltip.vue.js';
3
3
 
4
4
  const _hoisted_1 = ["disabled"];
5
- const _hoisted_2 = { class: "flex h-9 items-center gap-2 px-5 sm:px-[1.125rem]" };
5
+ const _hoisted_2 = { class: "-h--w-input-height flex items-center gap-2 px-[--w-list-padding,1rem]" };
6
6
  const _hoisted_3 = {
7
7
  key: 0,
8
- class: "sm-not:hidden whitespace-nowrap text-base font-normal"
8
+ class: "sm-not:hidden whitespace-nowrap font-normal"
9
9
  };
10
10
  const _hoisted_4 = { class: "whitespace-nowrap" };
11
11
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -30,7 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
30
30
  onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click"))
31
31
  }, [
32
32
  createElementVNode("div", _hoisted_2, [
33
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon))),
33
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-[1.25em]" })),
34
34
  _ctx.title ? (openBlock(), createElementBlock("div", _hoisted_3, toDisplayString(_ctx.title), 1)) : createCommentVNode("", true)
35
35
  ]),
36
36
  _ctx.disableMessage ? (openBlock(), createBlock(_sfc_main$1, { key: 0 }, {
@@ -2,7 +2,7 @@ import { defineComponent, createElementBlock, openBlock, createElementVNode, ren
2
2
  import IconCancel from '../../assets/icons/default/IconCancel.svg.js';
3
3
 
4
4
  const _hoisted_1 = { class: "sm-not:gap-1 grid grid-cols-[1fr,auto] gap-3" };
5
- const _hoisted_2 = { class: "sm-not:text-xs text-description self-center truncate whitespace-nowrap text-base font-normal" };
5
+ const _hoisted_2 = { class: "sm-not:text-xs text-description self-center truncate whitespace-nowrap font-normal" };
6
6
  const _sfc_main = /* @__PURE__ */ defineComponent({
7
7
  __name: "WButtonSelectionState",
8
8
  emits: ["click"],
@@ -16,7 +16,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
16
16
  class: "text-description w-ripple w-ripple-hover relative flex cursor-pointer select-none items-center justify-self-end",
17
17
  onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click", $event))
18
18
  }, [
19
- createVNode(unref(IconCancel), { class: "square-5 sm-not:-mx--inner-margin mx-[1.125rem]" })
19
+ createVNode(unref(IconCancel), { class: "square-[1.25em] mx-[--w-list-padding,1rem]" })
20
20
  ])
21
21
  ]);
22
22
  };
@@ -11,14 +11,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
11
11
  setup(__props) {
12
12
  return (_ctx, _cache) => {
13
13
  return openBlock(), createElementBlock("button", {
14
- class: normalizeClass(["square-5 relative flex items-center justify-center rounded-full outline-none", {
14
+ class: normalizeClass(["square-[1.25em] relative flex items-center justify-center rounded-full outline-none", {
15
15
  "cursor-not-allowed": _ctx.disabled,
16
16
  "cursor-progress": _ctx.loading,
17
17
  "w-ripple w-ripple-hover cursor-pointer ": !_ctx.loading && !_ctx.disabled
18
18
  }]),
19
19
  onClick: _cache[0] || (_cache[0] = ($event) => !_ctx.loading && !_ctx.disabled && _ctx.$emit("click", $event))
20
20
  }, [
21
- createVNode(unref(IconCancel), { class: "square-3" })
21
+ createVNode(unref(IconCancel), { class: "square-[0.75em]" })
22
22
  ], 2);
23
23
  };
24
24
  }
@@ -6,7 +6,7 @@ import IconCheck from '../../assets/icons/default/IconCheck.svg.js';
6
6
  const _hoisted_1 = ["onKeypress"];
7
7
  const _hoisted_2 = {
8
8
  key: 0,
9
- class: "text-accent flex items-center gap-1 text-base font-normal"
9
+ class: "text-accent flex items-center gap-1"
10
10
  };
11
11
  const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  __name: "WCheckbox",
@@ -44,7 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
44
44
  onClick: toggle
45
45
  }, [
46
46
  createElementVNode("div", {
47
- class: normalizeClass(["square-6 bg-default dark:bg-default-dark relative isolate flex items-center justify-center border border-solid", {
47
+ class: normalizeClass(["square-[1.5em] bg-default dark:bg-default-dark relative isolate flex items-center justify-center border border-solid [font-size:--w-checkbox-size]", {
48
48
  "text-default dark:text-default-dark": _ctx.modelValue && !_ctx.disabled,
49
49
  "text-primary-default dark:text-primary-dark": !_ctx.modelValue && !_ctx.disabled,
50
50
  "text-gray-300 dark:text-gray-700": !_ctx.modelValue && _ctx.disabled,
@@ -80,17 +80,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
80
80
  }, 8, ["enter-from-class", "leave-to-class"]),
81
81
  _ctx.loading ? (openBlock(), createBlock(WSpinner, {
82
82
  key: 0,
83
- class: "w-spinner-size-4"
83
+ class: "w-spinner-size-[1em]"
84
84
  })) : _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
85
85
  key: 1,
86
- class: "square-4"
86
+ class: "square-[1em]"
87
87
  })) : !_ctx.radio ? withDirectives((openBlock(), createBlock(unref(IconCheck), {
88
88
  key: 2,
89
- class: "square-4"
89
+ class: "square-[1em]"
90
90
  }, null, 512)), [
91
91
  [vShow, _ctx.modelValue]
92
92
  ]) : createCommentVNode("", true),
93
- _ctx.tooltipText ? (openBlock(), createBlock(_sfc_main$1, {
93
+ _ctx.tooltipText && !_ctx.disabled ? (openBlock(), createBlock(_sfc_main$1, {
94
94
  key: 3,
95
95
  text: _ctx.tooltipText,
96
96
  trigger: unref(elementRef),
@@ -1 +1 @@
1
- {"version":3,"file":"WCounter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/WCounter.vue"],"names":[],"mappings":"AAYA;AAqDA,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAC;;aAFU,MAAM;;AA6EpB,wBAQG"}
1
+ {"version":3,"file":"WCounter.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Counter/WCounter.vue"],"names":[],"mappings":"AAUA;AAmDA,KAAK,WAAW,GAAG;IACf,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB,CAAC;;aAFU,MAAM;;AA2EpB,wBAQG"}
@@ -24,10 +24,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  });
25
25
  return (_ctx, _cache) => {
26
26
  return openBlock(), createElementBlock("div", {
27
- class: normalizeClass(["bg-negative dark:bg-negative-dark text-default flex items-center justify-center px-1 text-xs font-medium", {
28
- "animate-shake": isShake.value,
29
- "h-4 min-w-4 rounded-lg": _ctx.small,
30
- "h-5 min-w-5 rounded-[0.625rem]": !_ctx.small
27
+ class: normalizeClass(["bg-negative dark:bg-negative-dark text-default flex min-w-[1.25em] items-center justify-center rounded-full px-[0.375em] font-medium leading-tight", {
28
+ "animate-shake": isShake.value
31
29
  }])
32
30
  }, toDisplayString(unref(numberCompactFormatter).format(_ctx.count)), 3);
33
31
  };
@@ -16,14 +16,14 @@ declare function __VLS_template(): {
16
16
  title?: () => VNode[];
17
17
  };
18
18
  refs: {};
19
- rootEl: HTMLDivElement;
19
+ rootEl: any;
20
20
  };
21
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
22
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
23
23
  toggle: () => any;
24
24
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
25
25
  onToggle?: (() => any) | undefined;
26
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
28
  export default _default;
29
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WExpansionItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Expansion/WExpansionItem.vue"],"names":[],"mappings":"AAgDA;AA2EA,OAAO,KAAK,EAAC,KAAK,EAAC,MAAM,KAAK,CAAA;AAM9B,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAeF,iBAAS,cAAc;WAyGT,OAAO,IAA6B;;kBA/GtC,MAAM,KAAK,EAAE;gBACf,MAAM,KAAK,EAAE;;kBADX,MAAM,KAAK,EAAE;gBACf,MAAM,KAAK,EAAE;;;;EAmHtB;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,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":"WExpansionItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Expansion/WExpansionItem.vue"],"names":[],"mappings":"AAkDA;AA6EA,OAAO,KAAK,EAAC,KAAK,EAAC,MAAM,KAAK,CAAA;AAM9B,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAeF,iBAAS,cAAc;WA0GT,OAAO,IAA6B;;kBAhHtC,MAAM,KAAK,EAAE;gBACf,MAAM,KAAK,EAAE;;kBADX,MAAM,KAAK,EAAE;gBACf,MAAM,KAAK,EAAE;;;;EAoHtB;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,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,13 @@
1
- import { defineComponent, createElementBlock, openBlock, createBlock, createVNode, resolveDynamicComponent, withCtx, createElementVNode, normalizeClass, createCommentVNode, createTextVNode, toDisplayString, Transition, unref, renderSlot } from 'vue';
1
+ import { defineComponent, createElementBlock, openBlock, Fragment, createBlock, createVNode, resolveDynamicComponent, withCtx, createCommentVNode, createElementVNode, normalizeClass, createTextVNode, toDisplayString, Transition, unref, renderSlot } from 'vue';
2
2
  import IconArrow from '../../assets/icons/default/IconArrow.svg.js';
3
3
  import _sfc_main$1 from './WExpansion.vue.js';
4
4
 
5
- const _hoisted_1 = { class: "overflow-hidden" };
6
- const _hoisted_2 = { class: "relative pr-4" };
7
- const _hoisted_3 = {
5
+ const _hoisted_1 = { class: "col-start-2" };
6
+ const _hoisted_2 = {
8
7
  key: 0,
9
8
  class: "square-2 bg-info dark:bg-info-dark absolute right-0 top-0 rounded-full"
10
9
  };
11
- const _hoisted_4 = { class: "ml-auto flex items-center justify-center" };
10
+ const _hoisted_3 = { class: "col-start-3 ml-auto flex items-center justify-center" };
12
11
  const _sfc_main = /* @__PURE__ */ defineComponent({
13
12
  __name: "WExpansionItem",
14
13
  props: {
@@ -21,20 +20,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
21
20
  emits: ["toggle"],
22
21
  setup(__props) {
23
22
  return (_ctx, _cache) => {
24
- return openBlock(), createElementBlock("div", _hoisted_1, [
23
+ return openBlock(), createElementBlock(Fragment, null, [
25
24
  (openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.title?.()?.[0] ?? "button"), {
26
- class: "grid w-full cursor-pointer select-none grid-cols-[1fr,auto] items-center py-4 text-start",
25
+ class: "w-ripple w-ripple-hover -px--inner-margin relative grid w-full cursor-pointer select-none grid-cols-[auto,1fr,auto] items-center gap-2 py-3 text-start",
27
26
  onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("toggle"))
28
27
  }, {
29
28
  default: withCtx(() => [
30
- createElementVNode("div", {
31
- class: normalizeClass(["text-accent relative flex gap-2 pr-4 text-base font-semibold", { "text-xs": _ctx.minTitle, "text-base": !_ctx.minTitle }])
32
- }, [
33
- _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
34
- key: 0,
35
- class: "square-6"
36
- })) : createCommentVNode("", true),
37
- createElementVNode("span", _hoisted_2, [
29
+ _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
30
+ key: 0,
31
+ class: "square-[1.5em]"
32
+ })) : createCommentVNode("", true),
33
+ createElementVNode("div", _hoisted_1, [
34
+ createElementVNode("span", {
35
+ class: normalizeClass(["relative pr-4 font-semibold", { "text-xs": _ctx.minTitle }])
36
+ }, [
38
37
  createTextVNode(toDisplayString(_ctx.title) + " ", 1),
39
38
  createVNode(Transition, {
40
39
  "enter-active-class": "transition-opacity",
@@ -43,27 +42,30 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
43
42
  "leave-to-class": "opacity-0"
44
43
  }, {
45
44
  default: withCtx(() => [
46
- _ctx.hasFlag ? (openBlock(), createElementBlock("div", _hoisted_3)) : createCommentVNode("", true)
45
+ _ctx.hasFlag ? (openBlock(), createElementBlock("div", _hoisted_2)) : createCommentVNode("", true)
47
46
  ]),
48
47
  _: 1
49
48
  })
50
- ])
51
- ], 2),
52
- createElementVNode("div", _hoisted_4, [
49
+ ], 2)
50
+ ]),
51
+ createElementVNode("div", _hoisted_3, [
53
52
  createVNode(unref(IconArrow), {
54
- class: normalizeClass(["text-accent transition-transform", { "rotate-180": _ctx.isOpen }])
53
+ class: normalizeClass(["text-accent square-[1.25em] transition-transform", { "rotate-180": _ctx.isOpen }])
55
54
  }, null, 8, ["class"])
56
55
  ])
57
56
  ]),
58
57
  _: 1
59
58
  })),
60
- createVNode(_sfc_main$1, { "is-open": _ctx.isOpen }, {
59
+ createVNode(_sfc_main$1, {
60
+ "is-open": _ctx.isOpen,
61
+ class: normalizeClass([_ctx.$attrs.class, "mt-2"])
62
+ }, {
61
63
  default: withCtx(() => [
62
64
  renderSlot(_ctx.$slots, "default")
63
65
  ]),
64
66
  _: 3
65
- }, 8, ["is-open"])
66
- ]);
67
+ }, 8, ["is-open", "class"])
68
+ ], 64);
67
69
  };
68
70
  }
69
71
  });
@@ -102,7 +102,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
102
102
  }, null, 8, ["filter-field", "encoded-query-param"])) : createCommentVNode("", true)
103
103
  ], 64)) : (openBlock(), createBlock(WSkeleton, {
104
104
  key: 1,
105
- class: "w-skeleton-h-4 w-skeleton-w-16"
105
+ class: "w-skeleton-w-16"
106
106
  }))
107
107
  ], 2)) : createCommentVNode("", true),
108
108
  renderSlot(_ctx.$slots, "subtitle"),
@@ -119,7 +119,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
119
119
  }, [
120
120
  renderSlot(_ctx.$slots, "field", normalizeProps(guardReactiveProps({ id: unref(id), setFocused, focused: focused.value })), () => [
121
121
  createElementVNode("div", {
122
- class: normalizeClass(["flex min-h-11 items-center text-base font-normal", {
122
+ class: normalizeClass(["flex min-h-[--w-input-height,2.75rem] items-center text-base font-normal", {
123
123
  "font-mono": _ctx.mono,
124
124
  "border-t border-solid border-gray-300 dark:border-gray-700": _ctx.title || _ctx.$slots.title
125
125
  }])
@@ -164,7 +164,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
164
164
  })
165
165
  ], 2)) : (openBlock(), createBlock(WSkeleton, {
166
166
  key: 1,
167
- class: "w-skeleton-w-full w-skeleton-rounded-xl w-skeleton-h-[calc(var(--field-height,2.125rem)+0.625rem)]"
167
+ class: "w-skeleton-w-full w-skeleton-rounded-[--w-input-rounded,0.75rem] w-skeleton-h-[--w-input-height,2.75rem]"
168
168
  })),
169
169
  _ctx.$slots.right ? (openBlock(), createElementBlock("div", _hoisted_5, [
170
170
  renderSlot(_ctx.$slots, "right")
@@ -1 +1 @@
1
- {"version":3,"file":"WFilterWrapper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FilterWrapper/WFilterWrapper.vue"],"names":[],"mappings":"AAoCA;AAqHA,OAAO,EAAC,KAAK,KAAK,EAAoC,MAAM,KAAK,CAAA;AAWjE,KAAK,WAAW,GAAG;IACjB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;CAC9B,CAAC;AAiEF,iBAAS,cAAc;WAuFT,OAAO,IAA6B;;iBA7FvC,MAAM,KAAK,EAAE;gBACd,MAAM,KAAK,EAAE;;iBADZ,MAAM,KAAK,EAAE;gBACd,MAAM,KAAK,EAAE;;;;EAiGtB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,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":"WFilterWrapper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FilterWrapper/WFilterWrapper.vue"],"names":[],"mappings":"AAsCA;AAuHA,OAAO,EAAC,KAAK,KAAK,EAAoC,MAAM,KAAK,CAAA;AAWjE,KAAK,WAAW,GAAG;IACjB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;CAC9B,CAAC;AAiEF,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;iBA/FvC,MAAM,KAAK,EAAE;gBACd,MAAM,KAAK,EAAE;;iBADZ,MAAM,KAAK,EAAE;gBACd,MAAM,KAAK,EAAE;;;;EAmGtB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6FAQnB,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"}