eco-vue-js 0.10.21 → 0.10.23

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 (156) hide show
  1. package/dist/components/Button/WButton.vue.d.ts.map +1 -1
  2. package/dist/components/Button/WButton.vue.js +10 -7
  3. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
  4. package/dist/components/Button/WButtonGroup.vue.d.ts +2 -3
  5. package/dist/components/Button/WButtonGroup.vue.d.ts.map +1 -1
  6. package/dist/components/Button/WButtonGroup.vue.js +10 -1
  7. package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
  8. package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts +2 -3
  9. package/dist/components/Checkbox/WCheckboxGroup.vue.d.ts.map +1 -1
  10. package/dist/components/Checkbox/WCheckboxGroup.vue.js +10 -2
  11. package/dist/components/Expansion/WExpansionItem.vue.js +3 -3
  12. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  13. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +10 -4
  14. package/dist/components/FieldWrapper/types.d.ts +2 -0
  15. package/dist/components/FieldWrapper/types.d.ts.map +1 -1
  16. package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
  17. package/dist/components/Form/WFormValidator.vue.js +5 -3
  18. package/dist/components/Form/models/utils.d.ts.map +1 -1
  19. package/dist/components/Form/use/useFormValueMap.d.ts.map +1 -1
  20. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts +4 -3
  21. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.d.ts.map +1 -1
  22. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +26 -2
  23. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts +4 -3
  24. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.d.ts.map +1 -1
  25. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +26 -3
  26. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts +1 -3
  27. package/dist/components/FormAsync/WFormAsyncInput.vue.d.ts.map +1 -1
  28. package/dist/components/FormAsync/WFormAsyncInput.vue.js +3 -1
  29. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts +1 -3
  30. package/dist/components/FormAsync/WFormAsyncSelect.vue.d.ts.map +1 -1
  31. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +4 -2
  32. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts +1 -3
  33. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.d.ts.map +1 -1
  34. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +3 -1
  35. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts +1 -3
  36. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.d.ts.map +1 -1
  37. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +3 -1
  38. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts +1 -3
  39. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.d.ts.map +1 -1
  40. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +4 -2
  41. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts +1 -3
  42. package/dist/components/FormAsync/WFormAsyncToggle.vue.d.ts.map +1 -1
  43. package/dist/components/FormAsync/WFormAsyncToggle.vue.js +3 -2
  44. package/dist/components/FormAsync/use/useFormAsync.d.ts +2 -1
  45. package/dist/components/FormAsync/use/useFormAsync.d.ts.map +1 -1
  46. package/dist/components/FormAsync/use/useFormAsync.js +4 -2
  47. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +1 -3
  48. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  49. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +1 -3
  50. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  51. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts +1 -3
  52. package/dist/components/InfiniteList/components/InfiniteListPageTitle.vue.d.ts.map +1 -1
  53. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +1 -3
  54. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
  55. package/dist/components/InfiniteList/models/utils.d.ts.map +1 -1
  56. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
  57. package/dist/components/Input/WInput.vue.d.ts +1 -3
  58. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  59. package/dist/components/Input/WInput.vue.js +2 -1
  60. package/dist/components/Input/WInputAsync.vue.d.ts +1 -3
  61. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
  62. package/dist/components/Input/WInputAsync.vue.js +1 -0
  63. package/dist/components/Input/WInputDate.vue.js +1 -0
  64. package/dist/components/Input/WInputOptions.vue.d.ts +1 -3
  65. package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -1
  66. package/dist/components/Input/WInputOptions.vue.js +1 -0
  67. package/dist/components/Input/WInputSuggest.vue.d.ts +1 -3
  68. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  69. package/dist/components/Input/WInputSuggest.vue.js +4 -3
  70. package/dist/components/Link/WLink.vue.d.ts.map +1 -1
  71. package/dist/components/List/WList.vue.d.ts +1 -3
  72. package/dist/components/List/WList.vue.d.ts.map +1 -1
  73. package/dist/components/List/WListHeaderItem.vue.d.ts +1 -3
  74. package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -1
  75. package/dist/components/List/components/HeaderFieldNested.vue.d.ts +1 -3
  76. package/dist/components/List/components/HeaderFieldNested.vue.d.ts.map +1 -1
  77. package/dist/components/List/components/HeaderItemResizer.vue.d.ts +1 -3
  78. package/dist/components/List/components/HeaderItemResizer.vue.d.ts.map +1 -1
  79. package/dist/components/List/components/HeaderSettings.vue.d.ts +1 -3
  80. package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -1
  81. package/dist/components/List/components/HeaderSettingsItem.vue.d.ts +1 -3
  82. package/dist/components/List/components/HeaderSettingsItem.vue.d.ts.map +1 -1
  83. package/dist/components/List/components/HeaderSort.vue.d.ts +1 -3
  84. package/dist/components/List/components/HeaderSort.vue.d.ts.map +1 -1
  85. package/dist/components/List/components/HeaderSortItem.vue.d.ts +1 -3
  86. package/dist/components/List/components/HeaderSortItem.vue.d.ts.map +1 -1
  87. package/dist/components/List/components/ListCardAction.vue.d.ts +1 -3
  88. package/dist/components/List/components/ListCardAction.vue.d.ts.map +1 -1
  89. package/dist/components/List/components/ListCardFieldNested.vue.d.ts +1 -3
  90. package/dist/components/List/components/ListCardFieldNested.vue.d.ts.map +1 -1
  91. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts +1 -3
  92. package/dist/components/List/components/ListCardFieldNestedItem.vue.d.ts.map +1 -1
  93. package/dist/components/List/use/useListConfig.d.ts.map +1 -1
  94. package/dist/components/List/use/useOrdering.d.ts.map +1 -1
  95. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  96. package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -1
  97. package/dist/components/Notify/components/NotifyCard.vue.js +1 -1
  98. package/dist/components/Provide/WProvide.vue.d.ts +21 -0
  99. package/dist/components/Provide/WProvide.vue.d.ts.map +1 -0
  100. package/dist/components/Provide/WProvide.vue.js +20 -0
  101. package/dist/components/Provide/WProvide.vue2.js +5 -0
  102. package/dist/components/Select/WSelect.vue.d.ts +1 -3
  103. package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
  104. package/dist/components/Select/WSelect.vue.js +5 -2
  105. package/dist/components/Select/WSelectAsync.vue.d.ts +1 -3
  106. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
  107. package/dist/components/Select/WSelectAsync.vue.js +3 -1
  108. package/dist/components/Select/WSelectAsyncList.vue.d.ts +1 -3
  109. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
  110. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +1 -3
  111. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -1
  112. package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
  113. package/dist/components/Select/WSelectSingle.vue.d.ts +1 -3
  114. package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
  115. package/dist/components/Select/WSelectSingle.vue.js +1 -0
  116. package/dist/components/Select/WSelectStringified.vue.d.ts +1 -3
  117. package/dist/components/Select/WSelectStringified.vue.d.ts.map +1 -1
  118. package/dist/components/Select/WSelectStringified.vue.js +1 -0
  119. package/dist/components/Select/components/SelectAsyncList.vue.d.ts +1 -3
  120. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
  121. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts +1 -3
  122. package/dist/components/Select/components/SelectAsyncPrefix.vue.d.ts.map +1 -1
  123. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts +1 -3
  124. package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
  125. package/dist/components/Select/components/SelectOption.vue.d.ts +1 -3
  126. package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -1
  127. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts +1 -3
  128. package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
  129. package/dist/components/Select/components/SelectOptionPrefix.vue.js +2 -1
  130. package/dist/components/Select/types.d.ts +5 -4
  131. package/dist/components/Select/types.d.ts.map +1 -1
  132. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  133. package/dist/components/Tabs/use/useTabActiveListener.d.ts.map +1 -1
  134. package/dist/components/Toggle/WToggle.vue.d.ts +1 -3
  135. package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
  136. package/dist/components/Toggle/WToggle.vue.js +4 -2
  137. package/dist/imports/componentsPlugin.d.ts +2 -1
  138. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  139. package/dist/main.js +2 -1
  140. package/dist/utils/Modal.d.ts.map +1 -1
  141. package/dist/utils/Notify.d.ts.map +1 -1
  142. package/dist/utils/Tooltip.d.ts.map +1 -1
  143. package/dist/utils/api.d.ts.map +1 -1
  144. package/dist/utils/dateTime.d.ts.map +1 -1
  145. package/dist/utils/order.d.ts.map +1 -1
  146. package/dist/utils/useCopy.d.ts.map +1 -1
  147. package/dist/utils/useDefaultQuery.d.ts +2 -5
  148. package/dist/utils/useDefaultQuery.d.ts.map +1 -1
  149. package/dist/utils/useQueryUpdater.d.ts.map +1 -1
  150. package/dist/utils/useSelected.d.ts.map +1 -1
  151. package/dist/utils/utils.d.ts +2 -0
  152. package/dist/utils/utils.d.ts.map +1 -1
  153. package/dist/utils/utils.js +2 -1
  154. package/dist/utils/validate.d.ts.map +1 -1
  155. package/eslint/recommended.js +2 -2
  156. package/package.json +10 -7
@@ -1 +1 @@
1
- {"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AAuDA;AA+FA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;AAOxC,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AA0CjD,iBAAS,cAAc;WAsHT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;6EAQnB,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":"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,7 +1,8 @@
1
- import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withKeys, withModifiers, withCtx, createElementVNode, createVNode, normalizeClass, renderSlot, Transition, createCommentVNode } from 'vue';
1
+ import { defineComponent, inject, ref, computed, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withKeys, withModifiers, withCtx, createElementVNode, createVNode, normalizeClass, renderSlot, Transition, createCommentVNode } from 'vue';
2
2
  import { RouterLink } from 'vue-router';
3
3
  import WSpinner from '../Spinner/WSpinner.vue.js';
4
4
  import { SemanticType } from '../../utils/SemanticType.js';
5
+ import { wReadonly } from '../../utils/utils.js';
5
6
  import { semanticTypeButtonBorderStylesMap, semanticTypeButtonStylesMap } from './models/semanticTypeStylesMap.js';
6
7
 
7
8
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -23,26 +24,28 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
23
24
  emits: ["click"],
24
25
  setup(__props, { emit: __emit }) {
25
26
  const props = __props;
27
+ const readonlyInjected = inject(wReadonly, ref(false));
28
+ const isDisabled = computed(() => readonlyInjected.value || props.disabled);
26
29
  const emit = __emit;
27
30
  const click = (event) => {
28
- if (props.disabled || props.loading) return;
31
+ if (isDisabled.value || props.loading) return;
29
32
  emit("click", event);
30
33
  };
31
34
  return (_ctx, _cache) => {
32
- return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? _ctx.disabled ? "a" : unref(RouterLink) : _ctx.tag), mergeProps({
35
+ return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? isDisabled.value ? "a" : unref(RouterLink) : _ctx.tag), mergeProps({
33
36
  class: _ctx.$attrs.class,
34
37
  style: _ctx.$attrs.style,
35
- ..._ctx.disabled ? {} : _ctx.tag === "a" ? { href: _ctx.href, target: _ctx.target } : _ctx.to !== void 0 ? { to: _ctx.to, replace: _ctx.replace } : {}
38
+ ...isDisabled.value ? {} : _ctx.tag === "a" ? { href: _ctx.href, target: _ctx.target } : _ctx.to !== void 0 ? { to: _ctx.to, replace: _ctx.replace } : {}
36
39
  }, {
37
40
  class: ["w-ripple-rounded-[calc(var(--w-button-rounded,1rem)-0.0625rem)] relative isolate flex min-h-[--w-button-height,2.75rem] select-none items-center justify-center whitespace-nowrap rounded-[--w-button-rounded,1rem] px-[--w-button-rounded,1rem] font-medium outline-none", {
38
41
  [_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonStylesMap)[_ctx.semanticType]]: true,
39
42
  [_ctx.semanticTypeMap?.[_ctx.semanticType] ?? unref(semanticTypeButtonBorderStylesMap)[_ctx.semanticType]]: true,
40
- "w-ripple w-ripple-hover before:text-black-default w-ripple-opacity-20 dark:w-ripple-opacity-30 cursor-pointer": !_ctx.loading && !_ctx.disabled,
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,
41
44
  "cursor-progress": _ctx.loading,
42
- "cursor-not-allowed opacity-70": _ctx.disabled,
45
+ "cursor-not-allowed opacity-70": isDisabled.value,
43
46
  "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
44
47
  }],
45
- disabled: !_ctx.loading && _ctx.disabled,
48
+ disabled: !_ctx.loading && isDisabled.value,
46
49
  type: _ctx.type,
47
50
  onClick: click,
48
51
  onKeypress: withKeys(withModifiers(click, ["stop", "prevent"]), ["enter"])
@@ -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;;UAJP,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":"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"}
@@ -9,6 +9,7 @@ declare const _default: <Model extends number | string | null | boolean, Entity
9
9
  attrs: any;
10
10
  slots: {
11
11
  title?(_: {}): any;
12
+ subtitle?(_: {}): any;
12
13
  option?(_: {
13
14
  option: ValueGetter extends undefined ? Model : Entity;
14
15
  selected: boolean;
@@ -16,9 +17,7 @@ declare const _default: <Model extends number | string | null | boolean, Entity
16
17
  right?(_: {}): any;
17
18
  };
18
19
  emit: (e: "update:model-value", value: Model) => void;
19
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
20
- [key: string]: any;
21
- }> & {
20
+ }>) => import('vue').VNode & {
22
21
  __ctx?: Awaited<typeof __VLS_setup>;
23
22
  };
24
23
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonGroup.vue"],"names":[],"mappings":"AA4DA;AAsGA,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,2BAC3J,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAyL1D,mBAAmB,CAAC;;yMAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBApCgB,GAAG;;;;YACD,GAAG;uBACJ,GAAG;;cAjJzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;;;;YAwLH,OAAO,CAAC,OAAO,WAAW,CAAC;;AAnMvE,wBAmM4E;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":"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"}
@@ -17,6 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17
17
  stretch: { type: Boolean },
18
18
  allowClear: { type: Boolean },
19
19
  title: {},
20
+ titleIcon: {},
20
21
  description: {},
21
22
  errorMessage: {},
22
23
  tooltipText: {},
@@ -25,6 +26,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
26
  hasChanges: { type: Boolean },
26
27
  skeleton: { type: Boolean },
27
28
  disabled: { type: Boolean },
29
+ readonly: { type: Boolean },
28
30
  required: { type: Boolean },
29
31
  mandatory: { type: Boolean },
30
32
  noMargin: { type: Boolean },
@@ -112,12 +114,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
112
114
  ]),
113
115
  key: "0"
114
116
  } : void 0,
117
+ _ctx.$slots.subtitle ? {
118
+ name: "subtitle",
119
+ fn: withCtx(() => [
120
+ renderSlot(_ctx.$slots, "subtitle")
121
+ ]),
122
+ key: "1"
123
+ } : void 0,
115
124
  _ctx.$slots.right ? {
116
125
  name: "right",
117
126
  fn: withCtx(() => [
118
127
  renderSlot(_ctx.$slots, "right")
119
128
  ]),
120
- key: "1"
129
+ key: "2"
121
130
  } : void 0
122
131
  ]), 1040, ["class"]);
123
132
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonMoreItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMoreItem.vue"],"names":[],"mappings":"AAkBA;AA2CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAqBD,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;sBAVxB,GAAG;;;;EAe5B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;UA7FZ,YAAY;UAEZ,MAAM;cACF,MAAM;6EAkGjB,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":"WButtonMoreItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMoreItem.vue"],"names":[],"mappings":"AAkBA;AA2CA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AAqBD,iBAAS,cAAc;WAoDT,OAAO,IAA6B;;sBAVxB,GAAG;;;;EAe5B;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eAnGrB,YAvCA;UA6CS,YAAY;UAEZ,MAAM;cACF,MAAM;6EAkGjB,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"}
@@ -9,6 +9,7 @@ declare const _default: <Model extends number | string | null | boolean, Entity
9
9
  attrs: any;
10
10
  slots: {
11
11
  title?(_: {}): any;
12
+ subtitle?(_: {}): any;
12
13
  option?(_: {
13
14
  option: ValueGetter extends undefined ? Model : Entity;
14
15
  selected: boolean;
@@ -16,9 +17,7 @@ declare const _default: <Model extends number | string | null | boolean, Entity
16
17
  right?(_: {}): any;
17
18
  };
18
19
  emit: (e: "update:model-value", value: Model) => void;
19
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
20
- [key: string]: any;
21
- }> & {
20
+ }>) => import('vue').VNode & {
22
21
  __ctx?: Awaited<typeof __VLS_setup>;
23
22
  };
24
23
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/WCheckboxGroup.vue"],"names":[],"mappings":"AAwDA;AAgGA,OAAO,KAAK,EAAC,kBAAkB,EAAwB,MAAM,SAAS,CAAA;yBAQrD,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,2BAC3J,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WAqL1D,mBAAmB,CAAC;;2MAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAnCgB,GAAG;;;;YACD,GAAG;uBACJ,GAAG;;cA9IzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;;;;YAoLH,OAAO,CAAC,OAAO,WAAW,CAAC;;AA/LvE,wBA+L4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Checkbox/WCheckboxGroup.vue"],"names":[],"mappings":"AA+DA;AAuGA,OAAO,KAAK,EAAC,kBAAkB,EAAwB,MAAM,SAAS,CAAA;yBAQrD,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;WA8LO,mBAAmB,CAAC;;2MAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBApCgB,GAAG;0BACA,GAAG;;;;YACJ,GAAG;uBACJ,GAAG;;cAxJzB,oBAAoB,SAAS,KAAK,KAAG,IAAI;EA6L3C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAzMzE,wBAyM4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -19,6 +19,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
19
19
  tooltipTextMap: {},
20
20
  classMap: {},
21
21
  title: {},
22
+ titleIcon: {},
22
23
  description: {},
23
24
  errorMessage: {},
24
25
  tooltipText: {},
@@ -27,6 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
27
28
  hasChanges: { type: Boolean },
28
29
  skeleton: { type: Boolean },
29
30
  disabled: { type: Boolean },
31
+ readonly: { type: Boolean },
30
32
  required: { type: Boolean },
31
33
  mandatory: { type: Boolean },
32
34
  noMargin: { type: Boolean },
@@ -36,7 +38,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
38
  filterField: {},
37
39
  filterValue: {},
38
40
  subgrid: { type: Boolean },
39
- readonly: { type: Boolean },
40
41
  radio: { type: Boolean },
41
42
  loading: { type: Boolean },
42
43
  alignTop: { type: Boolean }
@@ -110,12 +111,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
110
111
  ]),
111
112
  key: "0"
112
113
  } : void 0,
114
+ _ctx.$slots.subtitle ? {
115
+ name: "subtitle",
116
+ fn: withCtx(() => [
117
+ renderSlot(_ctx.$slots, "subtitle")
118
+ ]),
119
+ key: "1"
120
+ } : void 0,
113
121
  _ctx.$slots.right ? {
114
122
  name: "right",
115
123
  fn: withCtx(() => [
116
124
  renderSlot(_ctx.$slots, "right")
117
125
  ]),
118
- key: "1"
126
+ key: "2"
119
127
  } : void 0
120
128
  ]), 1040, ["class"]);
121
129
  };
@@ -2,7 +2,7 @@ import { defineComponent, createElementBlock, openBlock, Fragment, createBlock,
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: "col-start-2" };
5
+ const _hoisted_1 = { class: "col-start-2 mr-2" };
6
6
  const _hoisted_2 = {
7
7
  key: 0,
8
8
  class: "square-2 bg-info dark:bg-info-dark absolute right-0 top-0 rounded-full"
@@ -22,13 +22,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  return (_ctx, _cache) => {
23
23
  return openBlock(), createElementBlock(Fragment, null, [
24
24
  (openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.title?.()?.[0] ?? "button"), {
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",
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 py-3 text-start",
26
26
  onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("toggle"))
27
27
  }, {
28
28
  default: withCtx(() => [
29
29
  _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
30
30
  key: 0,
31
- class: "square-[1.5em]"
31
+ class: "square-[1.5em] mr-2"
32
32
  })) : createCommentVNode("", true),
33
33
  createElementVNode("div", _hoisted_1, [
34
34
  createElementVNode("span", {
@@ -1 +1 @@
1
- {"version":3,"file":"WFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/WFieldWrapper.vue"],"names":[],"mappings":"AAgLA;AAuNA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAuC9C,iBAAS,cAAc;WA+QT,OAAO,IAA6B;;uBAfvB,GAAG;0BACC,GAAG;;;gCAvQP,OAAO,KAAG,IAAI;;YAwQb,GAAG;;;gCAxQJ,OAAO,KAAG,IAAI;;YAyQX,GAAG;uBACL,GAAG;;;;;;EAgB9B;AAkBD,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":"WFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/WFieldWrapper.vue"],"names":[],"mappings":"AAmLA;AA0NA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAuC9C,iBAAS,cAAc;WAyRT,OAAO,IAA6B;;uBAfvB,GAAG;0BACC,GAAG;;;gCAjRP,OAAO,KAAG,IAAI;;YAkRb,GAAG;;;gCAlRJ,OAAO,KAAG,IAAI;;YAmRX,GAAG;uBACL,GAAG;;;;;;EAgB9B;AAkBD,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,4 +1,4 @@
1
- import { defineComponent, useId, ref, computed, createElementBlock, openBlock, mergeProps, createCommentVNode, renderSlot, createElementVNode, createBlock, normalizeClass, unref, Fragment, createVNode, createTextVNode, toDisplayString, Transition, withCtx, normalizeProps, guardReactiveProps } from 'vue';
1
+ import { defineComponent, useId, ref, computed, createElementBlock, openBlock, mergeProps, createCommentVNode, renderSlot, createElementVNode, createBlock, normalizeClass, unref, Fragment, createVNode, createTextVNode, resolveDynamicComponent, toDisplayString, Transition, withCtx, normalizeProps, guardReactiveProps } from 'vue';
2
2
  import _sfc_main$2 from '../Button/WButtonCopy.vue.js';
3
3
  import WSkeleton from '../Skeleton/WSkeleton.vue.js';
4
4
  import _sfc_main$3 from '../Tooltip/WTooltip.vue.js';
@@ -30,6 +30,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
30
30
  props: {
31
31
  modelValue: { type: [String, Number, Boolean, null] },
32
32
  title: {},
33
+ titleIcon: {},
33
34
  description: {},
34
35
  errorMessage: {},
35
36
  tooltipText: {},
@@ -38,6 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
38
39
  hasChanges: { type: Boolean },
39
40
  skeleton: { type: Boolean },
40
41
  disabled: { type: Boolean },
42
+ readonly: { type: Boolean },
41
43
  required: { type: Boolean },
42
44
  mandatory: { type: Boolean },
43
45
  noMargin: { type: Boolean },
@@ -72,12 +74,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
72
74
  key: 0,
73
75
  for: unref(id),
74
76
  class: normalizeClass(["text-accent relative pr-6 text-xs font-semibold leading-loose duration-500", {
75
- "cursor-not-allowed opacity-50": _ctx.disabled && !_ctx.skeleton,
77
+ "cursor-not-allowed opacity-50": _ctx.disabled && !_ctx.readonly && !_ctx.skeleton,
76
78
  "col-start-1": _ctx.subgrid
77
79
  }])
78
80
  }, [
79
81
  !_ctx.skeleton ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
80
82
  renderSlot(_ctx.$slots, "title", {}, () => [
83
+ _ctx.titleIcon ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
84
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.titleIcon), { class: "square-[1.25em] mt-[-0.25em] inline" })),
85
+ _cache[1] || (_cache[1] = createTextVNode(" "))
86
+ ], 64)) : createCommentVNode("", true),
81
87
  createTextVNode(toDisplayString(_ctx.title), 1)
82
88
  ]),
83
89
  createVNode(Transition, {
@@ -181,7 +187,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
181
187
  _ctx.description ? (openBlock(), createElementBlock("div", {
182
188
  key: 1,
183
189
  class: normalizeClass(["text-description col-start-1 whitespace-pre-wrap text-pretty break-words text-xs font-normal", {
184
- "opacity-50": _ctx.disabled && !_ctx.skeleton,
190
+ "opacity-50": _ctx.disabled && !_ctx.readonly && !_ctx.skeleton,
185
191
  "pt-4": !_ctx.subgrid
186
192
  }])
187
193
  }, [
@@ -189,7 +195,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
189
195
  createTextVNode(toDisplayString(_ctx.description), 1)
190
196
  ], 64))
191
197
  ], 2)) : createCommentVNode("", true),
192
- _ctx.tooltipText && !_ctx.skeleton ? (openBlock(), createBlock(_sfc_main$3, {
198
+ _ctx.tooltipText && !_ctx.skeleton && !_ctx.readonly ? (openBlock(), createBlock(_sfc_main$3, {
193
199
  key: 2,
194
200
  text: _ctx.tooltipText
195
201
  }, null, 8, ["text"])) : createCommentVNode("", true)
@@ -1,6 +1,7 @@
1
1
  export interface FieldWrapperProps {
2
2
  modelValue?: string | number | boolean | null;
3
3
  title?: string;
4
+ titleIcon?: SVGComponent;
4
5
  description?: string;
5
6
  errorMessage?: string;
6
7
  tooltipText?: string;
@@ -9,6 +10,7 @@ export interface FieldWrapperProps {
9
10
  hasChanges?: boolean;
10
11
  skeleton?: boolean;
11
12
  disabled?: boolean;
13
+ readonly?: boolean;
12
14
  required?: boolean;
13
15
  mandatory?: boolean;
14
16
  noMargin?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
@@ -1 +1 @@
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
+ {"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,7 +1,7 @@
1
- import { defineComponent, inject, useSlots, computed, useTemplateRef, ref, watch, onBeforeMount, onBeforeUnmount, createBlock, openBlock, resolveDynamicComponent } from 'vue';
1
+ import { defineComponent, inject, ref, useSlots, computed, useTemplateRef, watch, onBeforeMount, onBeforeUnmount, createBlock, openBlock, resolveDynamicComponent, unref } from 'vue';
2
2
  import { useIsInsideTab } from '../Tabs/use/useIsInsideTab.js';
3
3
  import { useTabActiveListener } from '../Tabs/use/useTabActiveListener.js';
4
- import { debounce } from '../../utils/utils.js';
4
+ import { wReadonly, 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,6 +21,7 @@ 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));
24
25
  const titleUpdater = inject(wFormTitleUpdater, void 0);
25
26
  const errorMessageUpdater = inject(wFormErrorMessageUpdater, void 0);
26
27
  const hasChangesUpdater = inject(wFormHasChangesUpdater, void 0);
@@ -219,11 +220,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
219
220
  ref: "component",
220
221
  "error-message": errorMessage.value,
221
222
  "has-changes": _ctx.noChanges ? void 0 : hasChanges.value,
223
+ readonly: unref(readonlyInjected),
222
224
  "onUpdate:modelValue": _validateOnUpdate,
223
225
  onSelect: _validateOnSelect,
224
226
  onUnselect: _validateOnUnselect,
225
227
  onInitModel: initModel
226
- }, null, 40, ["error-message", "has-changes"]);
228
+ }, null, 40, ["error-message", "has-changes", "readonly"]);
227
229
  };
228
230
  }
229
231
  });
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/models/utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,UAAU,CAAC,OAAO,MAAM,KAAG,CAMrF,CAAA;AAKD,eAAO,MAAM,cAAc,UAAW,MAAM,GAAG,SAAS,WAAW,MAAM,GAAG,SAAS,KAAG,MAAM,GAAG,SAShG,CAAA;AAED,eAAO,MAAM,iBAAiB,YAAsB,WAAW,KAAG,IAM3D,CAAA;AAEP,MAAM,MAAM,YAAY,GAAG;KACxB,GAAG,IAAI,MAAM,GAAG,OAAO,GAAG,YAAY;CACxC,CAAA"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/models/utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,QAAQ,CAAC,EAAE,KAAK,MAAM,KAAG,CAMrF,CAAA;AAKD,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,GAAG,SAAS,EAAE,SAAS,MAAM,GAAG,SAAS,KAAG,MAAM,GAAG,SAShG,CAAA;AAED,eAAO,MAAM,iBAAiB,YAAsB,WAAW,KAAG,IAM3D,CAAA;AAEP,MAAM,MAAM,YAAY,GAAG;KACxB,GAAG,IAAI,MAAM,GAAG,OAAO,GAAG,YAAY;CACxC,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"useFormValueMap.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/use/useFormValueMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,YAAY,EAAE,KAAK,GAAG,EAAoD,MAAM,KAAK,CAAA;AAElG,eAAO,MAAM,eAAe,GAAI,KAAK,EAAE,WAAW,SAAS,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,CAAC,gBACxJ,YAAY,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC,QACzD,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,eAChB,WAAW,KACvB;IACD,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAA;IAC/B,KAAK,EAAE,WAAW,SAAS,MAAM,OAAO,GAAG,UAAU,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,CAAA;CAwChF,CAAA"}
1
+ {"version":3,"file":"useFormValueMap.d.ts","sourceRoot":"","sources":["../../../../../src/components/Form/use/useFormValueMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,YAAY,EAAE,KAAK,GAAG,EAAoD,MAAM,KAAK,CAAA;AAElG,eAAO,MAAM,eAAe,GAAI,KAAK,EAAE,WAAW,SAAS,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,KAAK,GAAG,CAAC,KAAK,CAAC,CAAC,EACtK,cAAc,YAAY,CAAC,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC,EAC/D,MAAM,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC,EAC7B,aAAa,WAAW,KACvB;IACD,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAC7B,GAAG,EAAE,GAAG,CAAC,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAAA;IAC/B,KAAK,EAAE,WAAW,SAAS,MAAM,OAAO,GAAG,UAAU,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,KAAK,CAAC,CAAA;CAwChF,CAAA"}
@@ -8,15 +8,16 @@ declare const _default: <Model, FieldType extends string | number | boolean | nu
8
8
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
9
  attrs: any;
10
10
  slots: {
11
+ title?(_: {}): any;
12
+ subtitle?(_: {}): any;
13
+ right?(_: {}): any;
11
14
  option?(_: {
12
15
  option: FieldType | Entity | (ValueGetter extends undefined ? FieldType : Entity);
13
16
  selected: boolean;
14
17
  }): any;
15
18
  };
16
19
  emit: (e: "success", value: Model) => void;
17
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
18
- [key: string]: any;
19
- }> & {
20
+ }>) => import('vue').VNode & {
20
21
  __ctx?: Awaited<typeof __VLS_setup>;
21
22
  };
22
23
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WFormAsyncButtonGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncButtonGroup.vue"],"names":[],"mappings":"AAyBA;AAAA,OA2CO,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,2BACvL,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA6G1D,mBAAmB,CAAC;;+NAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;YAnCiB,GAAG;;cAtEzB,SAAS,SAAS,KAAK,KAAG,IAAI;;;;YA8GQ,OAAO,CAAC,OAAO,WAAW,CAAC;;AAvHvE,wBAuH4E;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":"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"}
@@ -14,6 +14,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
14
14
  stretch: { type: Boolean },
15
15
  allowClear: { type: Boolean },
16
16
  title: {},
17
+ titleIcon: {},
17
18
  description: {},
18
19
  errorMessage: {},
19
20
  tooltipText: {},
@@ -22,6 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
23
  hasChanges: { type: Boolean },
23
24
  skeleton: { type: Boolean },
24
25
  disabled: { type: Boolean },
26
+ readonly: { type: Boolean },
25
27
  required: { type: Boolean },
26
28
  mandatory: { type: Boolean },
27
29
  noMargin: { type: Boolean },
@@ -46,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
46
48
  setup(__props, { emit: __emit }) {
47
49
  const props = __props;
48
50
  const emit = __emit;
49
- const { isLoadingError, data, modelValue, submitting, showModal } = useFormAsync(props, (value) => emit("success", value));
51
+ const { isLoadingError, data, modelValue, submitting, readonlyInjected, showModal } = useFormAsync(props, (value) => emit("success", value));
50
52
  return (_ctx, _cache) => {
51
53
  return openBlock(), createBlock(_sfc_main$1, mergeProps({
52
54
  ...props,
@@ -55,10 +57,32 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
55
57
  optionComponent: _ctx.optionComponent,
56
58
  loading: _ctx.loading || unref(submitting),
57
59
  disabled: _ctx.disabled || unref(isLoadingError),
60
+ readonly: unref(readonlyInjected) || _ctx.readonly,
58
61
  skeleton: _ctx.skeleton || !unref(data)
59
62
  }, {
60
63
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(showModal)($event))
61
64
  }), createSlots({ _: 2 }, [
65
+ _ctx.$slots.title ? {
66
+ name: "title",
67
+ fn: withCtx(() => [
68
+ renderSlot(_ctx.$slots, "title")
69
+ ]),
70
+ key: "0"
71
+ } : void 0,
72
+ _ctx.$slots.subtitle ? {
73
+ name: "subtitle",
74
+ fn: withCtx(() => [
75
+ renderSlot(_ctx.$slots, "subtitle")
76
+ ]),
77
+ key: "1"
78
+ } : void 0,
79
+ _ctx.$slots.right ? {
80
+ name: "right",
81
+ fn: withCtx(() => [
82
+ renderSlot(_ctx.$slots, "right")
83
+ ]),
84
+ key: "2"
85
+ } : void 0,
62
86
  _ctx.$slots.option ? {
63
87
  name: "option",
64
88
  fn: withCtx(({ option, selected }) => [
@@ -67,7 +91,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
67
91
  selected
68
92
  })
69
93
  ]),
70
- key: "0"
94
+ key: "3"
71
95
  } : void 0
72
96
  ]), 1040);
73
97
  };
@@ -8,15 +8,16 @@ declare const _default: <Model, FieldType extends string | number | boolean | nu
8
8
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
9
9
  attrs: any;
10
10
  slots: {
11
+ title?(_: {}): any;
12
+ subtitle?(_: {}): any;
13
+ right?(_: {}): any;
11
14
  option?(_: {
12
15
  option: FieldType | Entity | (ValueGetter extends undefined ? FieldType : Entity);
13
16
  selected: boolean;
14
17
  }): any;
15
18
  };
16
19
  emit: (e: "success", value: Model) => void;
17
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
18
- [key: string]: any;
19
- }> & {
20
+ }>) => import('vue').VNode & {
20
21
  __ctx?: Awaited<typeof __VLS_setup>;
21
22
  };
22
23
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WFormAsyncCheckboxGroup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FormAsync/WFormAsyncCheckboxGroup.vue"],"names":[],"mappings":"AAyBA;AAAA,OA2CO,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,2BACvL,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA6G1D,mBAAmB,CAAC;;iOAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;;YAnCiB,GAAG;;cAtEzB,SAAS,SAAS,KAAK,KAAG,IAAI;;;;YA8GQ,OAAO,CAAC,OAAO,WAAW,CAAC;;AAvHvE,wBAuH4E;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":"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"}
@@ -17,6 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
17
17
  tooltipTextMap: {},
18
18
  classMap: {},
19
19
  title: {},
20
+ titleIcon: {},
20
21
  description: {},
21
22
  errorMessage: {},
22
23
  tooltipText: {},
@@ -25,6 +26,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
26
  hasChanges: { type: Boolean },
26
27
  skeleton: { type: Boolean },
27
28
  disabled: { type: Boolean },
29
+ readonly: { type: Boolean },
28
30
  required: { type: Boolean },
29
31
  mandatory: { type: Boolean },
30
32
  noMargin: { type: Boolean },
@@ -34,7 +36,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
34
36
  filterField: {},
35
37
  filterValue: {},
36
38
  subgrid: { type: Boolean },
37
- readonly: { type: Boolean },
38
39
  radio: { type: Boolean },
39
40
  loading: { type: Boolean },
40
41
  alignTop: { type: Boolean },
@@ -50,7 +51,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
50
51
  setup(__props, { emit: __emit }) {
51
52
  const props = __props;
52
53
  const emit = __emit;
53
- const { isLoadingError, data, modelValue, submitting, showModal } = useFormAsync(props, (value) => emit("success", value));
54
+ const { isLoadingError, data, modelValue, submitting, readonlyInjected, showModal } = useFormAsync(props, (value) => emit("success", value));
54
55
  return (_ctx, _cache) => {
55
56
  return openBlock(), createBlock(_sfc_main$1, mergeProps({
56
57
  ...props,
@@ -59,10 +60,32 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
60
  optionComponent: _ctx.optionComponent,
60
61
  loading: _ctx.loading || unref(submitting),
61
62
  disabled: _ctx.disabled || unref(isLoadingError),
63
+ readonly: unref(readonlyInjected) || _ctx.readonly,
62
64
  skeleton: _ctx.skeleton || !unref(data)
63
65
  }, {
64
66
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(showModal)($event))
65
67
  }), createSlots({ _: 2 }, [
68
+ _ctx.$slots.title ? {
69
+ name: "title",
70
+ fn: withCtx(() => [
71
+ renderSlot(_ctx.$slots, "title")
72
+ ]),
73
+ key: "0"
74
+ } : void 0,
75
+ _ctx.$slots.subtitle ? {
76
+ name: "subtitle",
77
+ fn: withCtx(() => [
78
+ renderSlot(_ctx.$slots, "subtitle")
79
+ ]),
80
+ key: "1"
81
+ } : void 0,
82
+ _ctx.$slots.right ? {
83
+ name: "right",
84
+ fn: withCtx(() => [
85
+ renderSlot(_ctx.$slots, "right")
86
+ ]),
87
+ key: "2"
88
+ } : void 0,
66
89
  _ctx.$slots.option ? {
67
90
  name: "option",
68
91
  fn: withCtx(({ option, selected }) => [
@@ -71,7 +94,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
71
94
  selected
72
95
  })
73
96
  ]),
74
- key: "0"
97
+ key: "3"
75
98
  } : void 0
76
99
  ]), 1040);
77
100
  };
@@ -11,9 +11,7 @@ declare const _default: <Model, FieldType extends string | number, QueryParams>(
11
11
  right?(_: {}): any;
12
12
  };
13
13
  emit: (e: "success", value: Model) => void;
14
- }>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
15
- [key: string]: any;
16
- }> & {
14
+ }>) => import('vue').VNode & {
17
15
  __ctx?: Awaited<typeof __VLS_setup>;
18
16
  };
19
17
  export default _default;
@@ -1 +1 @@
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,eACxD,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,cAClD,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,iBAC5F,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC;WA2I1D,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;;;;YA4IQ,OAAO,CAAC,OAAO,WAAW,CAAC;;AArJvE,wBAqJ4E;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":"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"}
@@ -33,6 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  allowPaste: { type: Boolean },
34
34
  hideInput: { type: Boolean },
35
35
  title: {},
36
+ titleIcon: {},
36
37
  description: {},
37
38
  errorMessage: {},
38
39
  tooltipText: {},
@@ -61,7 +62,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
61
62
  setup(__props, { emit: __emit }) {
62
63
  const props = __props;
63
64
  const emit = __emit;
64
- const { isLoadingError, data, modelValue, submitting, showModal } = useFormAsync(props, (value) => emit("success", value));
65
+ const { isLoadingError, data, modelValue, submitting, readonlyInjected, showModal } = useFormAsync(props, (value) => emit("success", value));
65
66
  const validateFn = computed(() => {
66
67
  const result = Array.isArray(props.validate) ? props.validate.slice() : props.validate ? [props.validate] : [];
67
68
  if (props.required && !props.textSecure) result.push(validateRequired);
@@ -74,6 +75,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
74
75
  skeleton: _ctx.skeleton || !unref(data),
75
76
  disabled: _ctx.disabled || unref(isLoadingError),
76
77
  loading: _ctx.loading || unref(submitting),
78
+ readonly: unref(readonlyInjected) || _ctx.readonly,
77
79
  validate: validateFn.value,
78
80
  placeholderSecure: _ctx.textSecure ? !!unref(modelValue) : void 0
79
81
  }, {