eco-vue-js 0.10.23 → 0.10.25

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 (72) hide show
  1. package/dist/components/ActionsBar/WActionsBar.vue.d.ts +2 -0
  2. package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
  3. package/dist/components/ActionsBar/WActionsBar.vue.js +4 -2
  4. package/dist/components/Button/WButton.vue.d.ts.map +1 -1
  5. package/dist/components/Button/WButton.vue.js +14 -11
  6. package/dist/components/Button/WButtonAction.vue.d.ts +3 -0
  7. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
  8. package/dist/components/Button/WButtonAction.vue.js +32 -8
  9. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -1
  10. package/dist/components/Button/WButtonDropdown.vue.js +43 -35
  11. package/dist/components/Button/WButtonGroup.vue.d.ts.map +1 -1
  12. package/dist/components/Button/WButtonGroup.vue.js +2 -1
  13. package/dist/components/Button/WButtonSelectionAction.vue.js +1 -1
  14. package/dist/components/Button/types.d.ts +2 -0
  15. package/dist/components/Button/types.d.ts.map +1 -1
  16. package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +1 -1
  17. package/dist/components/Checkbox/WCheckbox.vue.js +3 -1
  18. package/dist/components/Dropdown/WDropdown.vue.d.ts +3 -1
  19. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  20. package/dist/components/Dropdown/WDropdown.vue.js +5 -4
  21. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +9 -3
  22. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  23. package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
  24. package/dist/components/Form/WFormValidator.vue.js +3 -5
  25. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +1 -1
  26. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +1 -2
  27. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts.map +1 -1
  28. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +1 -2
  29. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +1 -1
  30. package/dist/components/FormAsync/WFormAsyncInput.vue.js +1 -2
  31. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +1 -1
  32. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +2 -3
  33. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +1 -1
  34. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -2
  35. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +1 -1
  36. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -2
  37. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +1 -1
  38. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +2 -3
  39. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -1
  40. package/dist/components/FormAsync/WFormAsyncToggle.vue.js +2 -3
  41. package/dist/components/FormAsync/use/useFormAsync.d.ts +0 -1
  42. package/dist/components/FormAsync/use/useFormAsync.d.ts.map +1 -1
  43. package/dist/components/FormAsync/use/useFormAsync.js +2 -4
  44. package/dist/components/List/WList.vue.d.ts.map +1 -1
  45. package/dist/components/List/WList.vue.js +4 -2
  46. package/dist/components/List/types.d.ts +7 -4
  47. package/dist/components/List/types.d.ts.map +1 -1
  48. package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
  49. package/dist/components/Select/WSelect.vue.js +2 -1
  50. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
  51. package/dist/components/Select/WSelectAsync.vue.js +2 -1
  52. package/dist/components/Tooltip/WTooltip.vue.d.ts +2 -0
  53. package/dist/components/Tooltip/WTooltip.vue.d.ts.map +1 -1
  54. package/dist/components/Tooltip/WTooltip.vue.js +6 -2
  55. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -1
  56. package/dist/components/Tooltip/WTooltipContainer.vue.js +9 -5
  57. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts +4 -0
  58. package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -1
  59. package/dist/components/Tooltip/components/TooltipContainer.vue.js +56 -19
  60. package/dist/imports/componentsPlugin.d.ts +1 -2
  61. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  62. package/dist/main.js +1 -2
  63. package/dist/utils/Tooltip.d.ts +2 -0
  64. package/dist/utils/Tooltip.d.ts.map +1 -1
  65. package/dist/utils/utils.d.ts +0 -2
  66. package/dist/utils/utils.d.ts.map +1 -1
  67. package/dist/utils/utils.js +1 -2
  68. package/package.json +1 -4
  69. package/dist/components/Provide/WProvide.vue.d.ts +0 -21
  70. package/dist/components/Provide/WProvide.vue.d.ts.map +0 -1
  71. package/dist/components/Provide/WProvide.vue.js +0 -20
  72. package/dist/components/Provide/WProvide.vue2.js +0 -5
@@ -7,8 +7,10 @@ declare function __VLS_template(): {
7
7
  attrs: Partial<{}>;
8
8
  slots: Readonly<{
9
9
  top?: () => VNode[];
10
+ bottom?: () => VNode[];
10
11
  }> & {
11
12
  top?: () => VNode[];
13
+ bottom?: () => VNode[];
12
14
  };
13
15
  refs: {};
14
16
  rootEl: HTMLDivElement;
@@ -1 +1 @@
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
+ {"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"}
@@ -62,7 +62,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62
62
  ])) : createCommentVNode("", true),
63
63
  createElementVNode("div", _hoisted_3, [
64
64
  renderSlot(_ctx.$slots, "top"),
65
- _ctx.$slots.top && (hasFilter.value || _ctx.bottom) ? (openBlock(), createElementBlock("div", _hoisted_4)) : createCommentVNode("", true),
65
+ _ctx.$slots.top && (hasFilter.value || _ctx.bottom || _ctx.$slots.bottom) ? (openBlock(), createElementBlock("div", _hoisted_4)) : createCommentVNode("", true),
66
66
  hasFilter.value ? (openBlock(), createBlock(_sfc_main$1, {
67
67
  key: 1,
68
68
  title: "Filters",
@@ -71,7 +71,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
71
71
  count: filterCount.value,
72
72
  onClick: toggle
73
73
  }, null, 8, ["icon", "active", "count"])) : createCommentVNode("", true),
74
- _ctx.bottom ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.bottom), { key: 2 })) : createCommentVNode("", true)
74
+ renderSlot(_ctx.$slots, "bottom", {}, () => [
75
+ _ctx.bottom ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.bottom), { key: 0 })) : createCommentVNode("", true)
76
+ ])
75
77
  ])
76
78
  ])
77
79
  ], 2);
@@ -1 +1 @@
1
- {"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AAuDA;AAoGA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;AAOxC,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AA+CjD,iBAAS,cAAc;WAsHT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;eAlMrB,YAjGgB;;;;;;6EA2Sd,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":"AA4DA;AAqGA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;AAQxC,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AA0CjD,iBAAS,cAAc;WAiIT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;eAzMrB,YAlGgB;;;;;;6EAmTd,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,8 +1,8 @@
1
- import { defineComponent, inject, ref, computed, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withKeys, withModifiers, withCtx, createElementVNode, createVNode, normalizeClass, renderSlot, Transition, createCommentVNode } from 'vue';
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
3
  import WSpinner from '../Spinner/WSpinner.vue.js';
4
+ import _sfc_main$1 from '../Tooltip/WTooltip.vue.js';
4
5
  import { SemanticType } from '../../utils/SemanticType.js';
5
- import { wReadonly } from '../../utils/utils.js';
6
6
  import { semanticTypeButtonBorderStylesMap, semanticTypeButtonStylesMap } from './models/semanticTypeStylesMap.js';
7
7
 
8
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -19,33 +19,32 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
19
19
  target: { default: void 0 },
20
20
  join: { type: Boolean },
21
21
  semanticTypeMap: { default: void 0 },
22
+ tooltipText: {},
22
23
  to: { default: void 0 }
23
24
  },
24
25
  emits: ["click"],
25
26
  setup(__props, { emit: __emit }) {
26
27
  const props = __props;
27
- const readonlyInjected = inject(wReadonly, ref(false));
28
- const isDisabled = computed(() => readonlyInjected.value || props.disabled);
29
28
  const emit = __emit;
30
29
  const click = (event) => {
31
- if (isDisabled.value || props.loading) return;
30
+ if (props.disabled || props.loading) return;
32
31
  emit("click", event);
33
32
  };
34
33
  return (_ctx, _cache) => {
35
- return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? isDisabled.value ? "a" : unref(RouterLink) : _ctx.tag), mergeProps({
34
+ return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? _ctx.disabled ? "a" : unref(RouterLink) : _ctx.tag), mergeProps({
36
35
  class: _ctx.$attrs.class,
37
36
  style: _ctx.$attrs.style,
38
- ...isDisabled.value ? {} : _ctx.tag === "a" ? { href: _ctx.href, target: _ctx.target } : _ctx.to !== void 0 ? { to: _ctx.to, replace: _ctx.replace } : {}
37
+ ..._ctx.disabled ? {} : _ctx.tag === "a" ? { href: _ctx.href, target: _ctx.target } : _ctx.to !== void 0 ? { to: _ctx.to, replace: _ctx.replace } : {}
39
38
  }, {
40
39
  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
40
  [_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonStylesMap)[_ctx.semanticType]]: true,
42
41
  [_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonBorderStylesMap)[_ctx.semanticType]]: true,
43
- "w-ripple w-ripple-hover before:text-black-default w-ripple-opacity-20 dark:w-ripple-opacity-30 cursor-pointer": !_ctx.loading && !isDisabled.value,
42
+ "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
43
  "cursor-progress": _ctx.loading,
45
- "cursor-not-allowed opacity-70": isDisabled.value,
44
+ "cursor-not-allowed opacity-70": _ctx.disabled,
46
45
  "first-not:rounded-l-none first-not:border-l-0 first-not:before:rounded-l-none last-not:rounded-r-none last-not:border-r-0 last-not:before:rounded-r-none": _ctx.join
47
46
  }],
48
- disabled: !_ctx.loading && isDisabled.value,
47
+ disabled: !_ctx.loading && _ctx.disabled,
49
48
  type: _ctx.type,
50
49
  onClick: click,
51
50
  onKeypress: withKeys(withModifiers(click, ["stop", "prevent"]), ["enter"])
@@ -71,7 +70,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
71
70
  })) : createCommentVNode("", true)
72
71
  ]),
73
72
  _: 1
74
- })
73
+ }),
74
+ _ctx.tooltipText ? (openBlock(), createBlock(_sfc_main$1, {
75
+ key: 0,
76
+ text: _ctx.tooltipText
77
+ }, null, 8, ["text"])) : createCommentVNode("", true)
75
78
  ]),
76
79
  _: 3
77
80
  }, 16, ["class", "disabled", "type", "onKeypress"]);
@@ -8,6 +8,9 @@ interface Props extends Partial<LinkProps> {
8
8
  count?: number;
9
9
  semanticType?: SemanticType;
10
10
  outline?: boolean;
11
+ disabled?: boolean;
12
+ skeleton?: boolean;
13
+ tooltipText?: string;
11
14
  }
12
15
  declare function __VLS_template(): {
13
16
  attrs: Partial<{}>;
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AAmCA;AAAA,OA0FO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAoBjD,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;CAClB;AA4BD,iBAAS,cAAc;WAkFT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAtIX,MAAM;eAvHE,YAAY;UAmHrB,YAAY;SAGb,QAAQ,GAAG,GAAG;kBAEL,YAAY;6EA8I3B,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":"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,7 +1,9 @@
1
- import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx, withDirectives, createCommentVNode, renderSlot, createElementVNode, vShow, toDisplayString } from 'vue';
1
+ import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx, withDirectives, createCommentVNode, renderSlot, createElementVNode, vShow, createElementBlock, Fragment, createTextVNode, toDisplayString } from 'vue';
2
2
  import { RouterLink } from 'vue-router';
3
3
  import _sfc_main$1 from '../Counter/WCounter.vue.js';
4
+ import WSkeleton from '../Skeleton/WSkeleton.vue.js';
4
5
  import { SemanticType } from '../../utils/SemanticType.js';
6
+ import _sfc_main$2 from '../Tooltip/WTooltip.vue.js';
5
7
 
6
8
  const _hoisted_1 = { class: "whitespace-nowrap text-center text-xs font-normal" };
7
9
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -14,6 +16,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
14
16
  count: { default: void 0 },
15
17
  semanticType: { default: SemanticType.SECONDARY },
16
18
  outline: { type: Boolean },
19
+ disabled: { type: Boolean },
20
+ skeleton: { type: Boolean },
21
+ tooltipText: {},
17
22
  to: { default: void 0 }
18
23
  },
19
24
  emits: ["click"],
@@ -35,12 +40,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
35
40
  [SemanticType.INFO]: "text-info dark:text-info-dark"
36
41
  };
37
42
  return (_ctx, _cache) => {
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 grid w-full cursor-pointer select-none justify-items-center gap-1 py-2", {
43
+ 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", {
40
45
  "text-primary-default dark:text-primary-dark": _ctx.active && _ctx.semanticType === unref(SemanticType).SECONDARY,
41
- [_ctx.outline ? semanticTypeOutlineStylesMap[_ctx.semanticType] : semanticTypeStylesMap[_ctx.semanticType]]: true
46
+ [_ctx.skeleton || _ctx.disabled ? semanticTypeStylesMap[unref(SemanticType).SECONDARY] : _ctx.outline ? semanticTypeOutlineStylesMap[_ctx.semanticType] : semanticTypeStylesMap[_ctx.semanticType]]: true,
47
+ "cursor-not-allowed opacity-50": _ctx.disabled,
48
+ "w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled && !_ctx.skeleton,
49
+ "cursor-progress": _ctx.skeleton
42
50
  }],
43
- onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click", $event))
51
+ disabled: _ctx.disabled || _ctx.skeleton,
52
+ onClick: _cache[0] || (_cache[0] = ($event) => !_ctx.disabled && !_ctx.skeleton && _ctx.$emit("click", $event))
44
53
  }), {
45
54
  default: withCtx(() => [
46
55
  _ctx.count !== void 0 ? withDirectives((openBlock(), createBlock(_sfc_main$1, {
@@ -51,16 +60,31 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
60
  }, null, 8, ["count"])), [
52
61
  [vShow, _ctx.count > 0]
53
62
  ]) : createCommentVNode("", true),
54
- renderSlot(_ctx.$slots, "icon", {}, () => [
63
+ _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
64
+ key: 1,
65
+ class: "w-skeleton-h-6 w-skeleton-w-6 w-skeleton-rounded-full"
66
+ })) : renderSlot(_ctx.$slots, "icon", { key: 2 }, () => [
55
67
  _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
56
68
  key: 0,
57
69
  class: "square-6"
58
70
  })) : createCommentVNode("", true)
59
71
  ]),
60
- createElementVNode("div", _hoisted_1, toDisplayString(_ctx.title), 1)
72
+ createElementVNode("div", _hoisted_1, [
73
+ _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
74
+ 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,
83
+ left: ""
84
+ }, null, 8, ["text"])) : createCommentVNode("", true)
61
85
  ]),
62
86
  _: 3
63
- }, 16, ["class"]);
87
+ }, 16, ["class", "disabled"]);
64
88
  };
65
89
  }
66
90
  });
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AA+DA;AAmGA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAC,KAAK,KAAK,EAAM,MAAM,KAAK,CAAA;AAOnC,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAgBvD,QAAA,MAAM,KAAK,YAEV,CAAA;AAcD,iBAAS,cAAc;WAiKT,OAAO,IAA6B;;iBA5KvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;iBAD1C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;;;EAgLpD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;wFAQnB,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":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AAsEA;AA2GA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAC,KAAK,KAAK,EAAM,MAAM,KAAK,CAAA;AAQnC,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAgBvD,QAAA,MAAM,KAAK,YAEV,CAAA;AAcD,iBAAS,cAAc;WA8KT,OAAO,IAA6B;;iBAzLvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;iBAD1C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;;;EA6LpD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;wFAQnB,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,6 +1,7 @@
1
1
  import { defineComponent, ref, createBlock, openBlock, withCtx, createVNode, renderSlot, createElementVNode, createCommentVNode, createElementBlock, unref, normalizeClass, Fragment, renderList, resolveDynamicComponent } from 'vue';
2
2
  import _sfc_main$2 from '../ClickOutside/WClickOutside.vue.js';
3
3
  import _sfc_main$1 from '../DropdownMenu/WDropdownMenu.vue.js';
4
+ import _sfc_main$4 from '../Tooltip/WTooltip.vue.js';
4
5
  import IconArrow from '../../assets/icons/default/IconArrow.svg.js';
5
6
  import { HorizontalAlign } from '../../utils/HorizontalAlign.js';
6
7
  import _sfc_main$3 from './WButton.vue.js';
@@ -12,6 +13,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
13
  semanticType: {},
13
14
  leftToggle: { type: Boolean },
14
15
  disabled: { type: Boolean },
16
+ tooltipText: {},
15
17
  teleport: { type: Boolean },
16
18
  noZIndex: { type: Boolean },
17
19
  zIndex: {},
@@ -34,42 +36,48 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
34
36
  teleport: _ctx.teleport
35
37
  }, {
36
38
  toggle: withCtx(() => [
37
- createElementVNode("div", _hoisted_1, [
38
- _ctx.leftToggle ? (openBlock(), createBlock(_sfc_main$3, {
39
- key: 0,
40
- "semantic-type": _ctx.semanticType,
41
- disabled: _ctx.disabled,
42
- join: "",
43
- onClick: _cache[0] || (_cache[0] = ($event) => isOpen.value = !isOpen.value)
44
- }, {
45
- default: withCtx(() => [
46
- createVNode(unref(IconArrow), {
47
- class: normalizeClass(["square-4 transition-transform", { "rotate-180": isOpen.value }])
48
- }, null, 8, ["class"])
49
- ]),
50
- _: 1
51
- }, 8, ["semantic-type", "disabled"])) : createCommentVNode("", true),
52
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.$slots.button?.(), (item, index) => {
53
- return openBlock(), createBlock(resolveDynamicComponent(item), {
54
- key: index,
39
+ createElementVNode("div", null, [
40
+ createElementVNode("div", _hoisted_1, [
41
+ _ctx.leftToggle ? (openBlock(), createBlock(_sfc_main$3, {
42
+ key: 0,
43
+ "semantic-type": _ctx.semanticType,
44
+ disabled: _ctx.disabled,
45
+ join: "",
46
+ onClick: _cache[0] || (_cache[0] = ($event) => isOpen.value = !isOpen.value)
47
+ }, {
48
+ default: withCtx(() => [
49
+ createVNode(unref(IconArrow), {
50
+ class: normalizeClass(["square-4 transition-transform", { "rotate-180": isOpen.value }])
51
+ }, null, 8, ["class"])
52
+ ]),
53
+ _: 1
54
+ }, 8, ["semantic-type", "disabled"])) : createCommentVNode("", true),
55
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.$slots.button?.(), (item, index) => {
56
+ return openBlock(), createBlock(resolveDynamicComponent(item), {
57
+ key: index,
58
+ join: "",
59
+ class: "flex-1"
60
+ });
61
+ }), 128)),
62
+ !_ctx.leftToggle ? (openBlock(), createBlock(_sfc_main$3, {
63
+ key: 1,
64
+ "semantic-type": _ctx.semanticType,
65
+ disabled: _ctx.disabled,
55
66
  join: "",
56
- class: "flex-1"
57
- });
58
- }), 128)),
59
- !_ctx.leftToggle ? (openBlock(), createBlock(_sfc_main$3, {
60
- key: 1,
61
- "semantic-type": _ctx.semanticType,
62
- disabled: _ctx.disabled,
63
- join: "",
64
- onClick: _cache[1] || (_cache[1] = ($event) => isOpen.value = !isOpen.value)
65
- }, {
66
- default: withCtx(() => [
67
- createVNode(unref(IconArrow), {
68
- class: normalizeClass(["square-4 transition-transform", { "rotate-180": isOpen.value }])
69
- }, null, 8, ["class"])
70
- ]),
71
- _: 1
72
- }, 8, ["semantic-type", "disabled"])) : createCommentVNode("", true)
67
+ onClick: _cache[1] || (_cache[1] = ($event) => isOpen.value = !isOpen.value)
68
+ }, {
69
+ default: withCtx(() => [
70
+ createVNode(unref(IconArrow), {
71
+ class: normalizeClass(["square-4 transition-transform", { "rotate-180": isOpen.value }])
72
+ }, null, 8, ["class"])
73
+ ]),
74
+ _: 1
75
+ }, 8, ["semantic-type", "disabled"])) : createCommentVNode("", true)
76
+ ]),
77
+ _ctx.tooltipText ? (openBlock(), createBlock(_sfc_main$4, {
78
+ key: 0,
79
+ text: _ctx.tooltipText
80
+ }, null, 8, ["text"])) : createCommentVNode("", true)
73
81
  ])
74
82
  ]),
75
83
  content: withCtx(() => [
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"AAmEA;AA6GA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;yBAU5B,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACpL,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAkMO,mBAAmB,CAAC;;yMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBArCgB,GAAG;0BACA,GAAG;;;;YACJ,GAAG;uBACJ,GAAG;;cA3JzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;EAiM3C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA7MzE,wBA6M4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"AAoEA;AA8GA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;yBAU5B,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EACpL,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAoMO,mBAAmB,CAAC;;yMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBArCgB,GAAG;0BACA,GAAG;;;;YACJ,GAAG;uBACJ,GAAG;;cA7JzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;EAmM3C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA/MzE,wBA+M4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -81,7 +81,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
81
81
  semanticType: getValue(item) === _ctx.modelValue ? _ctx.semanticType ?? unref(SemanticType).PRIMARY : unref(SemanticType).SECONDARY,
82
82
  loading: _ctx.loading && getValue(item) === loadingItem.value,
83
83
  disabled: _ctx.disabled || _ctx.loading && getValue(item) !== loadingItem.value,
84
- join: !_ctx.wrap && !_ctx.col
84
+ join: !_ctx.wrap && !_ctx.col,
85
+ tooltipText: void 0
85
86
  }, {
86
87
  class: {
87
88
  "flex-1": _ctx.stretch
@@ -23,7 +23,7 @@ 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.disableMessage,
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
27
  "text-primary-default dark:text-primary-dark": _ctx.active,
28
28
  "text-accent": !_ctx.active
29
29
  }]),
@@ -14,6 +14,7 @@ export interface ButtonProps extends Partial<LinkProps> {
14
14
  target?: '_self' | '_blank' | '_parent' | '_top';
15
15
  join?: boolean;
16
16
  semanticTypeMap?: Partial<Record<SemanticType, string>>;
17
+ tooltipText?: string;
17
18
  }
18
19
  export type ButtonGroupOptionProps<Option> = {
19
20
  option: Option;
@@ -49,6 +50,7 @@ export interface ButtonDropdownProps extends Omit<DropdownMenuProps, 'isOpen' |
49
50
  semanticType?: SemanticType;
50
51
  leftToggle?: boolean;
51
52
  disabled?: boolean;
53
+ tooltipText?: string;
52
54
  }
53
55
  export {};
54
56
  //# sourceMappingURL=types.d.ts.map
@@ -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":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAC5C,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAA;AAElC,MAAM,WAAW,WAAY,SAAQ,OAAO,CAAC,SAAS,CAAC;IACrD,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,GAAG,CAAC,EAAE,GAAG,GAAG,QAAQ,CAAA;IACpB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,eAAe,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,MAAM,CAAC,CAAC,CAAA;IACvD,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,MAAM,sBAAsB,CAAC,MAAM,IAAI;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAC,CAAA;AAEjF,MAAM,MAAM,0BAA0B,CAAC,MAAM,IAAI,SAAS,CAAC,sBAAsB,CAAC,MAAM,CAAC,CAAC,CAAA;AAE1F,UAAU,oBAAoB,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAC3E,SAAQ,IAAI,CAAC,iBAAiB,EAAE,YAAY,CAAC,EAC7C,IAAI,CAAC,WAAW,EAAE,KAAK,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAC1E,UAAU,EAAE,KAAK,CAAA;IACjB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,GAAG,CAAC,EAAE,OAAO,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,UAAU,wBAAwB,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,CACrM,SAAQ,oBAAoB,CAAC,KAAK,CAAC;IACnC,IAAI,EAAE,KAAK,EAAE,CAAA;IACb,WAAW,CAAC,EAAE,WAAW,GAAG,SAAS,CAAA;IACrC,eAAe,CAAC,EAAE,0BAA0B,CAAC,KAAK,CAAC,CAAA;CACpD;AAED,UAAU,yBAAyB,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,CACtM,SAAQ,oBAAoB,CAAC,KAAK,CAAC;IACnC,IAAI,EAAE,MAAM,EAAE,CAAA;IACd,WAAW,EAAE,WAAW,GAAG,CAAC,CAAC,KAAK,EAAE,MAAM,KAAK,KAAK,CAAC,CAAA;IACrD,eAAe,CAAC,EAAE,0BAA0B,CAAC,MAAM,CAAC,CAAA;CACrD;AAED,MAAM,MAAM,gBAAgB,CAAC,KAAK,SAAS,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,KAAK,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,IAAI,yBAAyB,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,CAAC,GAAG,wBAAwB,CAAC,KAAK,EAAE,MAAM,EAAE,WAAW,CAAC,CAAA;AAEjT,MAAM,WAAW,mBAAoB,SAAQ,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,aAAa,GAAG,YAAY,GAAG,iBAAiB,GAAG,WAAW,GAAG,UAAU,CAAC,EAC1J,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,iBAAiB,GAAG,WAAW,GAAG,UAAU,CAAC,CAAC;IAC9E,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB"}
@@ -1 +1 @@
1
- {"version":3,"file":"WCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/WCheckbox.vue"],"names":[],"mappings":"AAqFA;AAkHA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AA6B1C,iBAAS,cAAc;WAwIT,OAAO,IAA6B;;yBAXpB,GAAG;;;;;;EAgBhC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;OAQnB,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":"WCheckbox.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/WCheckbox.vue"],"names":[],"mappings":"AAuFA;AAoHA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AA6B1C,iBAAS,cAAc;WA0IT,OAAO,IAA6B;;yBAXpB,GAAG;;;;;;EAgBhC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;OAQnB,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"}
@@ -34,9 +34,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
34
34
  };
35
35
  return (_ctx, _cache) => {
36
36
  return openBlock(), createElementBlock("button", mergeProps({ ref: "element" }, { class: _ctx.$attrs.class, style: _ctx.$attrs.style }, {
37
- class: ["w-ripple-trigger w-hover-circle-trigger w-hover-circle-opacity-[0.08] flex cursor-pointer select-none gap-2 outline-none", {
37
+ class: ["w-ripple-trigger w-hover-circle-trigger w-hover-circle-opacity-[0.08] flex select-none gap-2 outline-none", {
38
38
  "cursor-progress": _ctx.loading,
39
39
  "cursor-not-allowed opacity-70": _ctx.disabled,
40
+ "cursor-pointer": !_ctx.disabled && !_ctx.loading && !_ctx.readonly,
41
+ "cursor-auto": _ctx.readonly,
40
42
  "pb-4 pt-1": _ctx.title,
41
43
  "items-start": _ctx.alignTop,
42
44
  "items-center": !_ctx.alignTop
@@ -5,7 +5,9 @@ declare function __VLS_template(): {
5
5
  default?(_: {
6
6
  left: string;
7
7
  right: string;
8
- istop: boolean;
8
+ top: string;
9
+ bottom: string;
10
+ isTop: boolean;
9
11
  }): any;
10
12
  };
11
13
  refs: {
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAgBA;AAiIA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AAsH1C,iBAAS,cAAc;WAmCT,OAAO,IAA6B;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kBAUnB,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":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAkBA;AAmIA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AAsH1C,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kBAUnB,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,4 +1,4 @@
1
- import { defineComponent, useTemplateRef, ref, computed, onBeforeMount, onMounted, onBeforeUnmount, watch, toRef, createElementBlock, openBlock, normalizeClass, normalizeStyle, renderSlot } from 'vue';
1
+ import { defineComponent, useTemplateRef, ref, computed, onBeforeMount, onMounted, onBeforeUnmount, watch, toRef, createElementBlock, openBlock, normalizeClass, normalizeStyle, renderSlot, mergeProps } from 'vue';
2
2
  import DOMListenerContainer from '../../utils/DOMListenerContainer.js';
3
3
  import { isClientSide, getAllScrollParents } from '../../utils/utils.js';
4
4
  import { horizontalGetterOrderMap, searchStyleGetter } from './utils/DropdownStyle.js';
@@ -94,11 +94,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
94
94
  "dropdown-top": isTop.value
95
95
  }])
96
96
  }, [
97
- renderSlot(_ctx.$slots, "default", {
97
+ renderSlot(_ctx.$slots, "default", mergeProps({ isTop: isTop.value }, {
98
98
  left: styles.value.left,
99
99
  right: styles.value.right,
100
- istop: isTop.value
101
- })
100
+ top: styles.value.top,
101
+ bottom: styles.value.bottom
102
+ }))
102
103
  ], 6);
103
104
  };
104
105
  }
@@ -8,7 +8,9 @@ declare function __VLS_template(): {
8
8
  content?(_: {
9
9
  left: string;
10
10
  right: string;
11
- istop: boolean;
11
+ top: string;
12
+ bottom: string;
13
+ isTop: boolean;
12
14
  }): any;
13
15
  };
14
16
  refs: {
@@ -76,7 +78,9 @@ declare function __VLS_template(): {
76
78
  default?(_: {
77
79
  left: string;
78
80
  right: string;
79
- istop: boolean;
81
+ top: string;
82
+ bottom: string;
83
+ isTop: boolean;
80
84
  }): any;
81
85
  };
82
86
  }) | null;
@@ -155,7 +159,9 @@ declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps,
155
159
  default?(_: {
156
160
  left: string;
157
161
  right: string;
158
- istop: boolean;
162
+ top: string;
163
+ bottom: string;
164
+ isTop: boolean;
159
165
  }): any;
160
166
  };
161
167
  }) | null;
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AA6CA;AAsEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AA8B9C,iBAAS,cAAc;WAsHT,OAAO,IAA6B;;;;YAbtB,GAAG;;;;;YACD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqDq4iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;EApC3hjB;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyBi5iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;kBAf1hjB,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":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AA6CA;AAsEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AA8B9C,iBAAS,cAAc;WAsHT,OAAO,IAA6B;;;;YAbtB,GAAG;;;;;;;YACD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqDq4iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;EApC3hjB;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyBi5iB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;kBAf1hjB,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 +1 @@
1
- {"version":3,"file":"WFormValidator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/WFormValidator.vue"],"names":[],"mappings":"AAaA;AAyTA,OAAO,EAAC,KAAK,KAAK,EAAyF,MAAM,KAAK,CAAA;AAUtH,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;IACpC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAmSF,iBAAS,cAAc;WAqDT,OAAO,IAA6B;;iBA1DvC,MAAM,KAAK,EAAE;;iBAAb,MAAM,KAAK,EAAE;;;;;;EA+DvB;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wBAjGC,MAAM;qBA5EN,IAAI;;;;;;;;;;;;;OAuLxB,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":"WFormValidator.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/WFormValidator.vue"],"names":[],"mappings":"AAYA;AAsTA,OAAO,EAAC,KAAK,KAAK,EAAyF,MAAM,KAAK,CAAA;AAUtH,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;IACpC,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAiSF,iBAAS,cAAc;WAmDT,OAAO,IAA6B;;iBAxDvC,MAAM,KAAK,EAAE;;iBAAb,MAAM,KAAK,EAAE;;;;;;EA6DvB;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;wBA9FC,MAAM;qBA5EN,IAAI;;;;;;;;;;;;;OAoLxB,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,7 +1,7 @@
1
- import { defineComponent, inject, ref, useSlots, computed, useTemplateRef, watch, onBeforeMount, onBeforeUnmount, createBlock, openBlock, resolveDynamicComponent, unref } from 'vue';
1
+ import { defineComponent, inject, useSlots, computed, useTemplateRef, ref, watch, onBeforeMount, onBeforeUnmount, createBlock, openBlock, resolveDynamicComponent } from 'vue';
2
2
  import { useIsInsideTab } from '../Tabs/use/useIsInsideTab.js';
3
3
  import { useTabActiveListener } from '../Tabs/use/useTabActiveListener.js';
4
- import { wReadonly, debounce } from '../../utils/utils.js';
4
+ import { debounce } from '../../utils/utils.js';
5
5
  import { validateRequired } from '../../utils/validate.js';
6
6
  import { wFormTitleUpdater, wFormErrorMessageUpdater, wFormHasChangesUpdater, wFormHasValueUpdater, wFormValidateUpdater, wFormInvalidateUpdater, wFormInitModelUpdater, wFormUnlistener } from './models/injection.js';
7
7
  import { scrollToValidator } from './models/utils.js';
@@ -21,7 +21,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
21
21
  setup(__props, { expose: __expose, emit: __emit }) {
22
22
  const props = __props;
23
23
  const emit = __emit;
24
- const readonlyInjected = inject(wReadonly, ref(false));
25
24
  const titleUpdater = inject(wFormTitleUpdater, void 0);
26
25
  const errorMessageUpdater = inject(wFormErrorMessageUpdater, void 0);
27
26
  const hasChangesUpdater = inject(wFormHasChangesUpdater, void 0);
@@ -220,12 +219,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
220
219
  ref: "component",
221
220
  "error-message": errorMessage.value,
222
221
  "has-changes": _ctx.noChanges ? void 0 : hasChanges.value,
223
- readonly: unref(readonlyInjected),
224
222
  "onUpdate:modelValue": _validateOnUpdate,
225
223
  onSelect: _validateOnSelect,
226
224
  onUnselect: _validateOnUnselect,
227
225
  onInitModel: initModel
228
- }, null, 40, ["error-message", "has-changes", "readonly"]);
226
+ }, null, 40, ["error-message", "has-changes"]);
229
227
  };
230
228
  }
231
229
  });
@@ -1 +1 @@
1
- {"version":3,"file":"WFormAsyncButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncButtonGroup.vue"],"names":[],"mappings":"AA+CA;AAAA,OAiEO,KAAK,EAAC,yBAAyB,EAAC,MAAM,SAAS,CAAA;yBAOrC,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,EAAE,WAAW,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EAChN,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA6IO,mBAAmB,CAAC;;+NAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAvCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;;;YACF,GAAG;;cAtG1B,SAAS,SAAS,KAAK,KAAG,IAAI;EA8IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAxJzE,wBAwJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WFormAsyncButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncButtonGroup.vue"],"names":[],"mappings":"AA8CA;AAAA,OAgEO,KAAK,EAAC,yBAAyB,EAAC,MAAM,SAAS,CAAA;yBAOrC,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,EAAE,WAAW,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EAChN,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0IO,mBAAmB,CAAC;;+NAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAtCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;;;YACF,GAAG;;cApG1B,SAAS,SAAS,KAAK,KAAG,IAAI;EA2IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArJzE,wBAqJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -48,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  setup(__props, { emit: __emit }) {
49
49
  const props = __props;
50
50
  const emit = __emit;
51
- const { isLoadingError, data, modelValue, submitting, readonlyInjected, showModal } = useFormAsync(props, (value) => emit("success", value));
51
+ const { isLoadingError, data, modelValue, submitting, showModal } = useFormAsync(props, (value) => emit("success", value));
52
52
  return (_ctx, _cache) => {
53
53
  return openBlock(), createBlock(_sfc_main$1, mergeProps({
54
54
  ...props,
@@ -57,7 +57,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
57
57
  optionComponent: _ctx.optionComponent,
58
58
  loading: _ctx.loading || unref(submitting),
59
59
  disabled: _ctx.disabled || unref(isLoadingError),
60
- readonly: unref(readonlyInjected) || _ctx.readonly,
61
60
  skeleton: _ctx.skeleton || !unref(data)
62
61
  }, {
63
62
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(showModal)($event))
@@ -1 +1 @@
1
- {"version":3,"file":"WFormAsyncCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncCheckboxGroup.vue"],"names":[],"mappings":"AA+CA;AAAA,OAiEO,KAAK,EAAC,2BAA2B,EAAC,MAAM,SAAS,CAAA;yBAOvC,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,EAAE,WAAW,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EAChN,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA6IO,mBAAmB,CAAC;;iOAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAvCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;;;YACF,GAAG;;cAtG1B,SAAS,SAAS,KAAK,KAAG,IAAI;EA8IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAxJzE,wBAwJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WFormAsyncCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncCheckboxGroup.vue"],"names":[],"mappings":"AA8CA;AAAA,OAgEO,KAAK,EAAC,2BAA2B,EAAC,MAAM,SAAS,CAAA;yBAOvC,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,EAAE,WAAW,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,WAAW,SAAS;IAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,CAAA;CAAC,CAAC,IAAI,CAAC,GAAG,SAAS,GAAG,SAAS,EAChN,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0IO,mBAAmB,CAAC;;iOAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAtCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;;;YACF,GAAG;;cApG1B,SAAS,SAAS,KAAK,KAAG,IAAI;EA2IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArJzE,wBAqJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -51,7 +51,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
51
  setup(__props, { emit: __emit }) {
52
52
  const props = __props;
53
53
  const emit = __emit;
54
- const { isLoadingError, data, modelValue, submitting, readonlyInjected, showModal } = useFormAsync(props, (value) => emit("success", value));
54
+ const { isLoadingError, data, modelValue, submitting, showModal } = useFormAsync(props, (value) => emit("success", value));
55
55
  return (_ctx, _cache) => {
56
56
  return openBlock(), createBlock(_sfc_main$1, mergeProps({
57
57
  ...props,
@@ -60,7 +60,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  optionComponent: _ctx.optionComponent,
61
61
  loading: _ctx.loading || unref(submitting),
62
62
  disabled: _ctx.disabled || unref(isLoadingError),
63
- readonly: unref(readonlyInjected) || _ctx.readonly,
64
63
  skeleton: _ctx.skeleton || !unref(data)
65
64
  }, {
66
65
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(showModal)($event))
@@ -1 +1 @@
1
- {"version":3,"file":"WFormAsyncInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncInput.vue"],"names":[],"mappings":"AAoCA;AAAA,OAsEO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;yBAU/B,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,EAAE,WAAW,EACrE,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA6IO,mBAAmB,CAAC;;oMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAvCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;cArGzB,SAAS,SAAS,KAAK,KAAG,IAAI;EA8IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAxJzE,wBAwJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WFormAsyncInput.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncInput.vue"],"names":[],"mappings":"AAmCA;AAAA,OAqEO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;yBAU/B,KAAK,EAAE,SAAS,SAAS,MAAM,GAAG,MAAM,EAAE,WAAW,EACrE,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA0IO,mBAAmB,CAAC;;oMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAtCgB,GAAG;0BACA,GAAG;uBACL,GAAG;;cAnGzB,SAAS,SAAS,KAAK,KAAG,IAAI;EA2IhC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AArJzE,wBAqJ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -62,7 +62,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62
62
  setup(__props, { emit: __emit }) {
63
63
  const props = __props;
64
64
  const emit = __emit;
65
- const { isLoadingError, data, modelValue, submitting, readonlyInjected, showModal } = useFormAsync(props, (value) => emit("success", value));
65
+ const { isLoadingError, data, modelValue, submitting, showModal } = useFormAsync(props, (value) => emit("success", value));
66
66
  const validateFn = computed(() => {
67
67
  const result = Array.isArray(props.validate) ? props.validate.slice() : props.validate ? [props.validate] : [];
68
68
  if (props.required && !props.textSecure) result.push(validateRequired);
@@ -75,7 +75,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
75
75
  skeleton: _ctx.skeleton || !unref(data),
76
76
  disabled: _ctx.disabled || unref(isLoadingError),
77
77
  loading: _ctx.loading || unref(submitting),
78
- readonly: unref(readonlyInjected) || _ctx.readonly,
79
78
  validate: validateFn.value,
80
79
  placeholderSecure: _ctx.textSecure ? !!unref(modelValue) : void 0
81
80
  }, {