eco-vue-js 0.9.10 → 0.9.12

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 (65) hide show
  1. package/dist/components/Button/WButtonGroup.vue.js +2 -1
  2. package/dist/components/{InfiniteList/components/EmptyComponent.vue.d.ts → EmptyComponent/WEmptyComponent.vue.d.ts} +1 -1
  3. package/dist/components/EmptyComponent/WEmptyComponent.vue.d.ts.map +1 -0
  4. package/dist/components/{InfiniteList/components/EmptyComponent.vue.js → EmptyComponent/WEmptyComponent.vue.js} +1 -1
  5. package/dist/components/EmptyComponent/WEmptyComponent.vue2.js +5 -0
  6. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  7. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +11 -8
  8. package/dist/components/FieldWrapper/types.d.ts +1 -0
  9. package/dist/components/FieldWrapper/types.d.ts.map +1 -1
  10. package/dist/components/Form/WForm.vue.d.ts +2 -0
  11. package/dist/components/Form/WForm.vue.d.ts.map +1 -1
  12. package/dist/components/Form/WForm.vue.js +10 -5
  13. package/dist/components/Form/WFormValidator.vue.d.ts +2 -0
  14. package/dist/components/Form/WFormValidator.vue.d.ts.map +1 -1
  15. package/dist/components/Form/WFormValidator.vue.js +2 -1
  16. package/dist/components/Form/use/useFormInvalidateMap.d.ts.map +1 -1
  17. package/dist/components/Form/use/useFormInvalidateMap.js +2 -1
  18. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +2 -1
  19. package/dist/components/FormAsync/WFormAsyncInput.vue.js +2 -1
  20. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +1 -0
  21. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -0
  22. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -0
  23. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +1 -0
  24. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +2 -0
  25. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  26. package/dist/components/InfiniteList/WInfiniteList.vue.js +10 -9
  27. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  28. package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +1 -1
  29. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +2 -0
  30. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
  31. package/dist/components/InfiniteList/components/InfiniteListPages.vue.js +2 -1
  32. package/dist/components/Input/WInput.vue.js +2 -1
  33. package/dist/components/Input/WInputAsync.vue.js +2 -1
  34. package/dist/components/Input/WInputDate.vue.js +1 -0
  35. package/dist/components/Input/WInputOptions.vue.js +1 -0
  36. package/dist/components/Input/WInputSuggest.vue.js +1 -0
  37. package/dist/components/List/WList.vue.d.ts +1 -0
  38. package/dist/components/List/WList.vue.d.ts.map +1 -1
  39. package/dist/components/List/WList.vue.js +9 -6
  40. package/dist/components/List/WListCard.vue.d.ts +6 -1
  41. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  42. package/dist/components/List/WListCard.vue.js +24 -17
  43. package/dist/components/List/components/ListCardFieldNested.vue.js +1 -1
  44. package/dist/components/Modal/WModalStepper.vue.d.ts +6 -0
  45. package/dist/components/Modal/WModalStepper.vue.d.ts.map +1 -1
  46. package/dist/components/Select/WSelect.vue.js +1 -0
  47. package/dist/components/Select/WSelectAsync.vue.js +1 -0
  48. package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
  49. package/dist/components/Select/WSelectSingle.vue.js +1 -0
  50. package/dist/components/Select/WSelectStringified.vue.js +1 -0
  51. package/dist/components/Tabs/WTabs.vue.d.ts +3 -0
  52. package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
  53. package/dist/components/Tabs/WTabsStepper.vue.d.ts +6 -0
  54. package/dist/components/Tabs/WTabsStepper.vue.d.ts.map +1 -1
  55. package/dist/components/Tabs/components/TabItem.vue.d.ts +6 -0
  56. package/dist/components/Tabs/components/TabItem.vue.d.ts.map +1 -1
  57. package/dist/imports/componentsPlugin.d.ts +2 -1
  58. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  59. package/dist/main.js +1 -0
  60. package/dist/types/global.d.ts +7 -3
  61. package/dist/utils/utils.d.ts +2 -2
  62. package/dist/utils/utils.d.ts.map +1 -1
  63. package/package.json +7 -1
  64. package/dist/components/InfiniteList/components/EmptyComponent.vue.d.ts.map +0 -1
  65. package/dist/components/InfiniteList/components/EmptyComponent.vue2.js +0 -5
@@ -31,7 +31,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
31
31
  mandatory: { type: Boolean },
32
32
  noMargin: { type: Boolean },
33
33
  allowCopy: { type: Boolean },
34
- emptyValue: {}
34
+ emptyValue: {},
35
+ leftError: { type: Boolean }
35
36
  },
36
37
  emits: ["update:model-value"],
37
38
  setup(__props, { emit: __emit }) {
@@ -14,4 +14,4 @@ type __VLS_WithTemplateSlots<T, S> = T & {
14
14
  $slots: S;
15
15
  };
16
16
  };
17
- //# sourceMappingURL=EmptyComponent.vue.d.ts.map
17
+ //# sourceMappingURL=WEmptyComponent.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WEmptyComponent.vue.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyComponent/WEmptyComponent.vue"],"names":[],"mappings":"AAgBA,iBAAS,cAAc;;yBAyBM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -2,7 +2,7 @@ import { defineComponent, renderSlot } from 'vue';
2
2
 
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  ...{ inheritAttrs: false },
5
- __name: "EmptyComponent",
5
+ __name: "WEmptyComponent",
6
6
  setup(__props) {
7
7
  return (_ctx, _cache) => {
8
8
  return renderSlot(_ctx.$slots, "default");
@@ -0,0 +1,5 @@
1
+ import _sfc_main from './WEmptyComponent.vue.js';
2
+
3
+
4
+
5
+ export { _sfc_main as default };
@@ -1 +1 @@
1
- {"version":3,"file":"WFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/FieldWrapper/WFieldWrapper.vue"],"names":[],"mappings":"AAoLA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAoC9C,iBAAS,cAAc;;uBA8NI,GAAG;0BACC,GAAG;;;gCA1OP,OAAO,KAAG,IAAI;;YA2Ob,GAAG;;;gCA3OJ,OAAO,KAAG,IAAI;;YA4OX,GAAG;uBACL,GAAG;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,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":"AAwLA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAoC9C,iBAAS,cAAc;;uBAmOI,GAAG;0BACC,GAAG;;;gCA/OP,OAAO,KAAG,IAAI;;YAgPb,GAAG;;;gCAhPJ,OAAO,KAAG,IAAI;;YAiPX,GAAG;uBACL,GAAG;;;;;WAUjB,OAAO,IAA6B;EAEjD;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,14 +15,10 @@ const _hoisted_4 = {
15
15
  class: "square-2 absolute right-0 top-0 rounded-full bg-[var(--has-changes-bg)] transition-colors"
16
16
  };
17
17
  const _hoisted_5 = {
18
- key: 0,
19
- class: "text-negative dark:text-negative-dark absolute right-0 top-full pt-0.5 text-end text-xs font-normal"
20
- };
21
- const _hoisted_6 = {
22
18
  key: 1,
23
19
  class: "text-description absolute right-0 top-full whitespace-nowrap pt-0.5 text-xs font-normal"
24
20
  };
25
- const _hoisted_7 = {
21
+ const _hoisted_6 = {
26
22
  key: 2,
27
23
  ref: "rightContainer",
28
24
  class: "sm-not:flex-col flex gap-4 pl-4"
@@ -45,7 +41,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
41
  mandatory: { type: Boolean },
46
42
  noMargin: { type: Boolean },
47
43
  allowCopy: { type: Boolean },
48
- emptyValue: {}
44
+ emptyValue: {},
45
+ leftError: { type: Boolean }
49
46
  },
50
47
  emits: ["click"],
51
48
  setup(__props) {
@@ -137,7 +134,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
137
134
  "leave-to-class": "opacity-0"
138
135
  }, {
139
136
  default: withCtx(() => [
140
- _ctx.errorMessage ? (openBlock(), createElementBlock("div", _hoisted_5, toDisplayString(_ctx.errorMessage), 1)) : _ctx.maxLength !== void 0 && focused.value ? (openBlock(), createElementBlock("div", _hoisted_6, toDisplayString(unref(numberFormatter).format(`${typeof _ctx.modelValue === "number" ? _ctx.modelValue : _ctx.modelValue || ""}`.length)) + " / " + toDisplayString(unref(numberFormatter).format(_ctx.maxLength)), 1)) : createCommentVNode("", true)
137
+ _ctx.errorMessage ? (openBlock(), createElementBlock("div", {
138
+ key: 0,
139
+ class: normalizeClass(["text-negative dark:text-negative-dark absolute top-full pt-0.5 text-xs font-normal", {
140
+ "right-0 text-end": !_ctx.leftError,
141
+ "left-0 text-start": _ctx.leftError
142
+ }])
143
+ }, toDisplayString(_ctx.errorMessage), 3)) : _ctx.maxLength !== void 0 && focused.value ? (openBlock(), createElementBlock("div", _hoisted_5, toDisplayString(unref(numberFormatter).format(`${typeof _ctx.modelValue === "number" ? _ctx.modelValue : _ctx.modelValue || ""}`.length)) + " / " + toDisplayString(unref(numberFormatter).format(_ctx.maxLength)), 1)) : createCommentVNode("", true)
141
144
  ]),
142
145
  _: 1
143
146
  })
@@ -145,7 +148,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
145
148
  key: 1,
146
149
  class: "w-skeleton-w-full w-skeleton-rounded-xl w-skeleton-h-[calc(var(--field-height,2.125rem)+0.625rem)]"
147
150
  })),
148
- _ctx.$slots.right?.()?.length ? (openBlock(), createElementBlock("div", _hoisted_7, [
151
+ _ctx.$slots.right?.()?.length ? (openBlock(), createElementBlock("div", _hoisted_6, [
149
152
  renderSlot(_ctx.$slots, "right")
150
153
  ], 512)) : createCommentVNode("", true)
151
154
  ])
@@ -14,5 +14,6 @@ export interface FieldWrapperProps {
14
14
  noMargin?: boolean;
15
15
  allowCopy?: boolean;
16
16
  emptyValue?: string;
17
+ leftError?: boolean;
17
18
  }
18
19
  //# sourceMappingURL=types.d.ts.map
@@ -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;CACpB"}
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;CACpB"}
@@ -9,6 +9,7 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
9
  declare const __VLS_component: import('vue').DefineComponent<{
10
10
  name?: string;
11
11
  title?: string;
12
+ noTag?: boolean;
12
13
  }, {
13
14
  isValid: import('vue').ComputedRef<boolean>;
14
15
  hasChanges: import('vue').ComputedRef<boolean>;
@@ -26,6 +27,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
26
27
  }, string, import('vue').PublicProps, Readonly<{
27
28
  name?: string;
28
29
  title?: string;
30
+ noTag?: boolean;
29
31
  }> & Readonly<{
30
32
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
31
33
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Form/WForm.vue"],"names":[],"mappings":"AA0KA,iBAAS,cAAc;;yBA0BM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAhIZ,MAAM;YACL,MAAM;;;;;;;;;;;;;;;;WADP,MAAM;YACL,MAAM;;;;;kFA2Id,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WForm.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Form/WForm.vue"],"names":[],"mappings":"AAgLA,iBAAS,cAAc;;yBA+BM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAvIZ,MAAM;YACL,MAAM;YACN,OAAO;;;;;;;;;;;;;;;;WAFR,MAAM;YACL,MAAM;YACN,OAAO;;;;;kFAiJf,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,4 +1,5 @@
1
- import { defineComponent, toRef, provide, inject, watch, onBeforeUnmount, openBlock, createElementBlock, renderSlot } from 'vue';
1
+ import { defineComponent, toRef, provide, inject, watch, onBeforeUnmount, openBlock, createBlock, resolveDynamicComponent, withCtx, renderSlot } from 'vue';
2
+ import _sfc_main$1 from '../EmptyComponent/WEmptyComponent.vue.js';
2
3
  import { wFormUnlistener } from './models/injection.js';
3
4
  import { useFormErrorMessageMap } from './use/useFormErrorMessageMap.js';
4
5
  import { useFormHasChangesMap } from './use/useFormHasChangesMap.js';
@@ -12,7 +13,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
13
  __name: "WForm",
13
14
  props: {
14
15
  name: {},
15
- title: {}
16
+ title: {},
17
+ noTag: { type: Boolean }
16
18
  },
17
19
  emits: ["update:is-valid", "update:has-changes", "update:has-value"],
18
20
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -56,9 +58,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
56
58
  errorMessage
57
59
  });
58
60
  return (_ctx, _cache) => {
59
- return openBlock(), createElementBlock("div", null, [
60
- renderSlot(_ctx.$slots, "default")
61
- ]);
61
+ return openBlock(), createBlock(resolveDynamicComponent(_ctx.noTag ? _sfc_main$1 : "div"), null, {
62
+ default: withCtx(() => [
63
+ renderSlot(_ctx.$slots, "default")
64
+ ]),
65
+ _: 3
66
+ });
62
67
  };
63
68
  }
64
69
  });
@@ -26,6 +26,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
26
26
  "update:has-changes": (value: boolean) => any;
27
27
  "update:is-valid": (value: boolean) => any;
28
28
  "update:has-value": (value: boolean | null) => any;
29
+ invalidate: (value: Record<string, string | string[] | undefined>) => any;
29
30
  }, string, import('vue').PublicProps, Readonly<{
30
31
  name?: string;
31
32
  title?: string;
@@ -38,6 +39,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
38
39
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
39
40
  "onUpdate:is-valid"?: ((value: boolean) => any) | undefined;
40
41
  "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
42
+ onInvalidate?: ((value: Record<string, string | string[] | undefined>) => any) | undefined;
41
43
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
42
44
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
43
45
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WFormValidator.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Form/WFormValidator.vue"],"names":[],"mappings":"AAumBA,iBAAS,cAAc;;iBAZZ,MAAM,IAAI;;iBAAV,MAAM,IAAI;;;;;WA2GP,OAAO,IAA6B;EAEjD;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA7ZZ,MAAM;YACL,MAAM;eACH,UAAU,GAAG,UAAU,EAAE;sBAClB,MAAM;sBACN,MAAM;gBACZ,OAAO;eACR,OAAO;;;wBAqQE,MAAM;qBAzEN,IAAI;;;;;;WAlMjB,MAAM;YACL,MAAM;eACH,UAAU,GAAG,UAAU,EAAE;sBAClB,MAAM;sBACN,MAAM;gBACZ,OAAO;eACR,OAAO;;;;;kFAmalB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,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":"AA8mBA,iBAAS,cAAc;;iBAbZ,MAAM,IAAI;;iBAAV,MAAM,IAAI;;;;;WA4GP,OAAO,IAA6B;EAEjD;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAlaZ,MAAM;YACL,MAAM;eACH,UAAU,GAAG,UAAU,EAAE;sBAClB,MAAM;sBACN,MAAM;gBACZ,OAAO;eACR,OAAO;;;wBAwQE,MAAM;qBAzEN,IAAI;;;;;;;WArMjB,MAAM;YACL,MAAM;eACH,UAAU,GAAG,UAAU,EAAE;sBAClB,MAAM;sBACN,MAAM;gBACZ,OAAO;eACR,OAAO;;;;;;kFAyalB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -28,7 +28,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
28
  noChanges: { type: Boolean },
29
29
  hasValue: { type: Boolean }
30
30
  },
31
- emits: ["update:has-changes", "update:has-value", "update:is-valid"],
31
+ emits: ["update:has-changes", "update:has-value", "update:is-valid", "invalidate"],
32
32
  setup(__props, { expose: __expose, emit: __emit }) {
33
33
  const props = __props;
34
34
  const emit = __emit;
@@ -157,6 +157,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
157
157
  return message;
158
158
  };
159
159
  const invalidate = (messages) => {
160
+ emit("invalidate", messages);
160
161
  if (!props.name) return;
161
162
  const message = messages[props.name];
162
163
  if (typeof message === "string") errorMessage.value = message;
@@ -1 +1 @@
1
- {"version":3,"file":"useFormInvalidateMap.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/use/useFormInvalidateMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,GAAG,EAAsC,MAAM,KAAK,CAAA;AAKjE,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAA;AAEtE,eAAO,MAAM,oBAAoB,SAAU,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC;mCAO1B,MAAM;0BAIf,iBAAiB,KAAG,IAAI;CAoBtD,CAAA"}
1
+ {"version":3,"file":"useFormInvalidateMap.d.ts","sourceRoot":"","sources":["../../../../src/components/Form/use/useFormInvalidateMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,GAAG,EAAsC,MAAM,KAAK,CAAA;AAKjE,KAAK,iBAAiB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,CAAC,CAAA;AAEtE,eAAO,MAAM,oBAAoB,SAAU,GAAG,CAAC,MAAM,GAAG,SAAS,CAAC;mCAO1B,MAAM;0BAIf,iBAAiB,KAAG,IAAI;CAsBtD,CAAA"}
@@ -11,8 +11,9 @@ const useFormInvalidateMap = (name) => {
11
11
  invalidateMap.value = removeKey(invalidateMap.value, key);
12
12
  };
13
13
  const invalidate = (payload) => {
14
+ const value = name.value ? payload[name.value] ?? payload : payload;
14
15
  Object.keys(invalidateMap.value).forEach((key) => {
15
- invalidateMap.value[key]?.(name.value ? payload[name.value] ?? payload : payload);
16
+ invalidateMap.value[key]?.(value);
16
17
  });
17
18
  };
18
19
  provide(wFormInvalidateUpdater, invalidateMapUpdater);
@@ -37,7 +37,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
37
  mandatory: { type: Boolean },
38
38
  noMargin: { type: Boolean },
39
39
  allowCopy: { type: Boolean },
40
- emptyValue: {}
40
+ emptyValue: {},
41
+ leftError: { type: Boolean }
41
42
  },
42
43
  setup(__props) {
43
44
  const props = __props;
@@ -49,7 +49,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
49
49
  mandatory: { type: Boolean },
50
50
  noMargin: { type: Boolean },
51
51
  allowCopy: { type: Boolean },
52
- emptyValue: {}
52
+ emptyValue: {},
53
+ leftError: { type: Boolean }
53
54
  },
54
55
  emits: ["success"],
55
56
  setup(__props, { emit: __emit }) {
@@ -59,6 +59,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
59
  noMargin: { type: Boolean },
60
60
  allowCopy: { type: Boolean },
61
61
  emptyValue: {},
62
+ leftError: { type: Boolean },
62
63
  teleport: { type: Boolean },
63
64
  noZIndex: { type: Boolean },
64
65
  maxHeight: {},
@@ -64,6 +64,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  noMargin: { type: Boolean },
65
65
  allowCopy: { type: Boolean },
66
66
  emptyValue: {},
67
+ leftError: { type: Boolean },
67
68
  teleport: { type: Boolean },
68
69
  noZIndex: { type: Boolean },
69
70
  maxHeight: {},
@@ -60,6 +60,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  noMargin: { type: Boolean },
61
61
  allowCopy: { type: Boolean },
62
62
  emptyValue: {},
63
+ leftError: { type: Boolean },
63
64
  teleport: { type: Boolean },
64
65
  noZIndex: { type: Boolean },
65
66
  maxHeight: {},
@@ -60,6 +60,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  noMargin: { type: Boolean },
61
61
  allowCopy: { type: Boolean },
62
62
  emptyValue: {},
63
+ leftError: { type: Boolean },
63
64
  teleport: { type: Boolean },
64
65
  noZIndex: { type: Boolean },
65
66
  maxHeight: {},
@@ -55,6 +55,7 @@ declare const _default: <Model extends number | string, Data extends DefaultData
55
55
  resetting: boolean;
56
56
  page: number;
57
57
  index: number;
58
+ value: Model;
58
59
  }) => void;
59
60
  header?: (props: {
60
61
  goto: (page: number, itemIndex?: number) => void;
@@ -73,6 +74,7 @@ declare const _default: <Model extends number | string, Data extends DefaultData
73
74
  resetting: boolean;
74
75
  page: number;
75
76
  index: number;
77
+ value: Model;
76
78
  }) => void;
77
79
  header?: (props: {
78
80
  goto: (page: number, itemIndex?: number) => void;
@@ -1 +1 @@
1
- {"version":3,"file":"WInfiniteList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InfiniteList/WInfiniteList.vue"],"names":[],"mappings":"yBAgPiB,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,eACvE,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;WA4YxD,mBAAmB,CAAC;;;;;;;;oBAxYd,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;yBACP,MAAM;wBACP,OAAO;uBACR,MAAM;eACd,OAAO;gBACN,OAAO;qBACF,OAAO;2BACD,OAAO,GAAG,IAAI;0BACf,OAAO;oBACb,OAAO;oBACP,OAAO;wBACH,CAAC,MAAM,WAAW,CAAC,EAAE;oBACzB,MAAM;oBACN,MAAM;mBACP,MAAM;0BACC,MAAM,GAAG,KAAK;uBACjB,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;qBAEhD,MAAM;gBACX,MAAM;sBAEA,OAAO;2BACF,OAAO;sBAEZ,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK;mBACxB,KAAK,EAAE;wBACF,aAAa,CAAC,KAAK,CAAC;kBAC1B,OAAO;qBAEJ,OAAO;uBACL,OAAO;2BACH,OAAO;6BACL,OAAO;KAuWuD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;MAAsB,GAAG,IAAI;WACpE,GAAG;;kBAhRD,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;YAClB,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;iBACD,CAAC,KAAK,EAAE;YACf,IAAI,SAhEY,MAAM,cAAc,MAAM,UAgEzB;YACjB,cAAc,iBAA6B;SAC5C,KAAK,IAAI;;kBAhBA,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;YAClB,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;iBACD,CAAC,KAAK,EAAE;YACf,IAAI,SAhEY,MAAM,cAAc,MAAM,UAgEzB;YACjB,cAAc,iBAA6B;SAC5C,KAAK,IAAI;;;YAjFN,aAAa,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC/C,uBAAuB,SAAS,MAAM,GAAG,IAAI;YAC7C,cAAc,SAAS,MAAM,GAAG,IAAI;YAEpC,QAAQ,UAAU,KAAK,EAAE,GAAG,IAAI;YAChC,gBAAgB,UAAU,KAAK,EAAE,GAAG,IAAI;YACxC,cAAc,SAAS,aAAa,CAAC,KAAK,CAAC,GAAG,IAAI;;;;;YAgVZ,OAAO,CAAC,OAAO,WAAW,CAAC;;AAtZvE,wBAsZ4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WInfiniteList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/InfiniteList/WInfiniteList.vue"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, useTemplateRef, toRef, provide, onBeforeUnmount, openBlock, createBlock, resolveDynamicComponent, withCtx, renderSlot, normalizeProps, guardReactiveProps, unref, createVNode } from 'vue';
2
+ import _sfc_main$1 from '../EmptyComponent/WEmptyComponent.vue.js';
2
3
  import _sfc_main$2 from './WInfiniteListWrapper.vue.js';
3
- import _sfc_main$1 from './components/EmptyComponent.vue.js';
4
4
  import _sfc_main$4 from './components/InfiniteListPageSelectItem.vue.js';
5
5
  import _sfc_main$3 from './components/InfiniteListPages.vue.js';
6
6
  import { wInfiniteListSelection } from './models/injection.js';
@@ -128,16 +128,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
128
128
  "onUpdate:count": _cache[1] || (_cache[1] = ($event) => _ctx.$emit("update:count", $event)),
129
129
  "onUpdate:page": _cache[2] || (_cache[2] = ($event) => _ctx.$emit("update:page", $event))
130
130
  }, {
131
- default: withCtx(({ item, setter, skeleton, refetch, previous, next, first, last, resetting, page, index }) => [
131
+ default: withCtx(({ item, value, setter, skeleton, refetch, previous, next, first, last, resetting, page, index }) => [
132
132
  (openBlock(), createBlock(resolveDynamicComponent(skeleton ? _sfc_main$1 : _sfc_main$4), {
133
- selected: skeleton ? false : unref(getIsSelected)(_ctx.valueGetter(item)),
134
- "selected-between": skeleton ? false : unref(getIsSelectedBetween)(_ctx.valueGetter(item), page, index),
133
+ selected: skeleton ? false : unref(getIsSelected)(value),
134
+ "selected-between": skeleton ? false : unref(getIsSelectedBetween)(value, page, index),
135
135
  "onUpdate:selected": ($event) => {
136
- unref(toggleSelected)(_ctx.valueGetter(item), _ctx.reverse && !_ctx.selectedRange ? !$event : $event);
137
- unref(setSelectedCursor)($event ? { page, index, id: _ctx.valueGetter(item) } : null);
136
+ unref(toggleSelected)(value, _ctx.reverse && !_ctx.selectedRange ? !$event : $event);
137
+ unref(setSelectedCursor)($event ? { page, index, id: value } : null);
138
138
  },
139
- "onUpdate:selectedRange": ($event) => unref(setSelectedRange)({ page, index, id: _ctx.valueGetter(item) }),
140
- "onUpdate:selectedRangeHover": ($event) => unref(setRangeHover)({ page, index, id: _ctx.valueGetter(item) })
139
+ "onUpdate:selectedRange": ($event) => unref(setSelectedRange)({ page, index, id: value }),
140
+ "onUpdate:selectedRangeHover": ($event) => unref(setRangeHover)({ page, index, id: value })
141
141
  }, {
142
142
  default: withCtx(() => [
143
143
  renderSlot(_ctx.$slots, "default", {
@@ -151,7 +151,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
151
151
  last,
152
152
  resetting,
153
153
  page,
154
- index
154
+ index,
155
+ value
155
156
  })
156
157
  ]),
157
158
  _: 2
@@ -1 +1 @@
1
- {"version":3,"file":"InfiniteListPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/components/InfiniteListPage.vue"],"names":[],"mappings":"yBA8WiB,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,eACvE,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;WA4cxD,mBAAmB,CAAC;qBAxcb,WAAW;oBACZ,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;wBAChC,MAAM;mBACX,OAAO;kBACR,OAAO;wBACD,OAAO;eAChB,OAAO;gBACN,OAAO;qBACF,OAAO;oBACR,OAAO;oBACP,MAAM;oBACN,OAAO;oBACP,OAAO;oBACP,MAAM;0BACA,MAAM,GAAG,KAAK;2BACb,OAAO,GAAG,IAAI;uBAClB,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;mBAElD,KAAK,EAAE;qBACL,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK;qBACrB,OAAO;uBACL,OAAO;2BACH,OAAO;6BACL,OAAO;KAibuD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;;2BAjWvB,MAAM;MAiWuC,GAAG,IAAI;WACpE,GAAG;;kBAhPD,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;;kBAXA,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;;;YA7LN,cAAc,SAAS,MAAM,GAAG,IAAI;YACpC,oBAAoB,SAAS,MAAM,GAAG,IAAI;YAC1C,kBAAkB,SAAS,MAAM,GAAG,IAAI,GAAG,IAAI;YAC/C,sBAAsB,SAAS,MAAM,GAAG,IAAI,GAAG,IAAI;YACnD,eAAe,SAAS,MAAM,GAAG,IAAI;YACrC,aAAa,SAAS,MAAM,GAAG,IAAI;YACnC,SAAS,GAAG,IAAI;YAChB,2BAA2B,GAAG,IAAI;YAClC,iBAAiB,UAAU,KAAK,EAAE,GAAG,IAAI;YACzC,SAAS,GAAG,IAAI;;;;;YA8ZsB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAtdvE,wBAsd4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"InfiniteListPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/components/InfiniteListPage.vue"],"names":[],"mappings":"yBAgXiB,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,eACvE,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;WA4cxD,mBAAmB,CAAC;qBAxcb,WAAW;oBACZ,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;wBAChC,MAAM;mBACX,OAAO;kBACR,OAAO;wBACD,OAAO;eAChB,OAAO;gBACN,OAAO;qBACF,OAAO;oBACR,OAAO;oBACP,MAAM;oBACN,OAAO;oBACP,OAAO;oBACP,MAAM;0BACA,MAAM,GAAG,KAAK;2BACb,OAAO,GAAG,IAAI;uBAClB,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;mBAElD,KAAK,EAAE;qBACL,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK;qBACrB,OAAO;uBACL,OAAO;2BACH,OAAO;6BACL,OAAO;KAibuD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;;;2BAjWvB,MAAM;MAiWuC,GAAG,IAAI;WACpE,GAAG;;kBAhPD,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;;kBAXA,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;;;YA7LN,cAAc,SAAS,MAAM,GAAG,IAAI;YACpC,oBAAoB,SAAS,MAAM,GAAG,IAAI;YAC1C,kBAAkB,SAAS,MAAM,GAAG,IAAI,GAAG,IAAI;YAC/C,sBAAsB,SAAS,MAAM,GAAG,IAAI,GAAG,IAAI;YACnD,eAAe,SAAS,MAAM,GAAG,IAAI;YACrC,aAAa,SAAS,MAAM,GAAG,IAAI;YACnC,SAAS,GAAG,IAAI;YAChB,2BAA2B,GAAG,IAAI;YAClC,iBAAiB,UAAU,KAAK,EAAE,GAAG,IAAI;YACzC,SAAS,GAAG,IAAI;;;;;YA8ZsB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAtdvE,wBAsd4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { defineComponent, useTemplateRef, ref, toRef, computed, watch, onMounted, nextTick, onBeforeUnmount, openBlock, createElementBlock, normalizeClass, unref, Fragment, createElementVNode, createBlock, createCommentVNode, resolveDynamicComponent, TransitionGroup, normalizeProps, mergeProps, withCtx, renderList, renderSlot, toDisplayString } from 'vue';
2
+ import _sfc_main$3 from '../../EmptyComponent/WEmptyComponent.vue.js';
2
3
  import '../../Button/WButtonAction.vue.js';
3
4
  import '../../Button/WButton.vue.js';
4
5
  import '../../Button/WButtonDropdown.vue.js';
@@ -8,7 +9,6 @@ import 'vue-router';
8
9
  import '../../../utils/Modal.js';
9
10
  import { ApiError } from '../../../utils/api.js';
10
11
  import '../../Input/WInputSuggest.vue.js';
11
- import _sfc_main$3 from './EmptyComponent.vue.js';
12
12
  import _sfc_main$1 from './InfiniteListPageSelection.vue.js';
13
13
  import _sfc_main$2 from './InfiniteListPageTitle.vue.js';
14
14
  import '../../Input/WInputDate.vue.js';
@@ -48,6 +48,7 @@ declare const _default: <Model extends number | string, Data extends DefaultData
48
48
  resetting: boolean;
49
49
  page: number;
50
50
  index: number;
51
+ value: Model;
51
52
  }) => void;
52
53
  }> & {
53
54
  default?: (props: {
@@ -62,6 +63,7 @@ declare const _default: <Model extends number | string, Data extends DefaultData
62
63
  resetting: boolean;
63
64
  page: number;
64
65
  index: number;
66
+ value: Model;
65
67
  }) => void;
66
68
  };
67
69
  emit: {
@@ -1 +1 @@
1
- {"version":3,"file":"InfiniteListPages.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/components/InfiniteListPages.vue"],"names":[],"mappings":"yBA8TiB,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,eACvE,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;WA+kBxD,mBAAmB,CAAC;;;;;oBA3kBd,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;yBACP,MAAM;wBACP,OAAO;eAChB,OAAO;gBACN,OAAO;qBACF,OAAO;qBACP,MAAM;2BACA,OAAO,GAAG,IAAI;oBACrB,MAAM;uBACH,MAAM;oBACT,OAAO;oBACP,OAAO;wBACH,CAAC,MAAM,WAAW,CAAC,EAAE;oBACzB,MAAM;oBACN,MAAM;mBACP,MAAM;0BACC,MAAM,GAAG,KAAK;uBACjB,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;mBAElD,KAAK,EAAE;qBACL,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK;qBACrB,OAAO;uBACL,OAAO;2BACH,OAAO;6BACL,OAAO;KAkjBuD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;0CApbP,MAAM;MAobuB,GAAG,IAAI;WACpE,GAAG;;kBAnYD,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;YAClB,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;;kBAZA,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;YAClB,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;SACd,KAAK,IAAI;;;YAxKN,aAAa,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC/C,cAAc,SAAS,MAAM,GAAG,IAAI;YACpC,iBAAiB,UAAU,KAAK,EAAE,GAAG,IAAI;;;;;YAkiBH,OAAO,CAAC,OAAO,WAAW,CAAC;;AAzlBvE,wBAylB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"InfiniteListPages.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/components/InfiniteListPages.vue"],"names":[],"mappings":"yBAgUiB,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,WAAW,eACvE,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;WAglBxD,mBAAmB,CAAC;;;;;oBA5kBd,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;yBACP,MAAM;wBACP,OAAO;eAChB,OAAO;gBACN,OAAO;qBACF,OAAO;qBACP,MAAM;2BACA,OAAO,GAAG,IAAI;oBACrB,MAAM;uBACH,MAAM;oBACT,OAAO;oBACP,OAAO;wBACH,CAAC,MAAM,WAAW,CAAC,EAAE;oBACzB,MAAM;oBACN,MAAM;mBACP,MAAM;0BACC,MAAM,GAAG,KAAK;uBACjB,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;mBAElD,KAAK,EAAE;qBACL,CAAC,IAAI,EAAE,IAAI,KAAK,KAAK;qBACrB,OAAO;uBACL,OAAO;2BACH,OAAO;6BACL,OAAO;KAmjBuD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB;;0CArbP,MAAM;MAqbuB,GAAG,IAAI;WACpE,GAAG;;kBApYD,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;YAClB,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;YACb,KAAK,EAAE,KAAK,CAAA;SACb,KAAK,IAAI;;kBAbA,CAAC,KAAK,EAAE;YAChB,IAAI,EAAE,IAAI,CAAA;YACV,MAAM,EAAE,CAAC,OAAO,CAAC,EAAE,IAAI,GAAG,SAAS,KAAK,IAAI,CAAA;YAC5C,QAAQ,EAAE,OAAO,CAAA;YACjB,OAAO,EAAE,MAAM,IAAI,CAAA;YACnB,QAAQ,CAAC,EAAE,IAAI,CAAA;YACf,IAAI,CAAC,EAAE,IAAI,CAAA;YACX,KAAK,EAAE,OAAO,CAAA;YACd,IAAI,EAAE,OAAO,CAAA;YACb,SAAS,EAAE,OAAO,CAAA;YAClB,IAAI,EAAE,MAAM,CAAA;YACZ,KAAK,EAAE,MAAM,CAAA;YACb,KAAK,EAAE,KAAK,CAAA;SACb,KAAK,IAAI;;;YAzKN,aAAa,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC/C,cAAc,SAAS,MAAM,GAAG,IAAI;YACpC,iBAAiB,UAAU,KAAK,EAAE,GAAG,IAAI;;;;;YAmiBH,OAAO,CAAC,OAAO,WAAW,CAAC;;AA1lBvE,wBA0lB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -205,7 +205,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
205
205
  last,
206
206
  resetting: isResettingPage.value,
207
207
  page: itemPage,
208
- index: itemIndex
208
+ index: itemIndex,
209
+ value: _ctx.valueGetter(item)
209
210
  })
210
211
  ]),
211
212
  _: 2
@@ -48,7 +48,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  mandatory: { type: Boolean },
49
49
  noMargin: { type: Boolean },
50
50
  allowCopy: { type: Boolean },
51
- emptyValue: {}
51
+ emptyValue: {},
52
+ leftError: { type: Boolean }
52
53
  },
53
54
  emits: ["update:modelValue", "keypress:enter", "keypress:up", "keypress:down", "keypress:delete", "keypress:backspace", "click:clear", "focus", "blur", "click", "mousedown", "click:suffix", "select:input", "paste"],
54
55
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -48,7 +48,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  mandatory: { type: Boolean },
49
49
  noMargin: { type: Boolean },
50
50
  allowCopy: { type: Boolean },
51
- emptyValue: {}
51
+ emptyValue: {},
52
+ leftError: { type: Boolean }
52
53
  },
53
54
  emits: ["update:modelValue"],
54
55
  setup(__props, { emit: __emit }) {
@@ -47,6 +47,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47
47
  noMargin: { type: Boolean },
48
48
  allowCopy: { type: Boolean },
49
49
  emptyValue: {},
50
+ leftError: { type: Boolean },
50
51
  teleport: { type: Boolean },
51
52
  noZIndex: { type: Boolean },
52
53
  maxHeight: { default: 440 },
@@ -52,6 +52,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52
52
  noMargin: { type: Boolean },
53
53
  allowCopy: { type: Boolean },
54
54
  emptyValue: {},
55
+ leftError: { type: Boolean },
55
56
  teleport: { type: Boolean },
56
57
  noZIndex: { type: Boolean },
57
58
  maxHeight: {},
@@ -48,6 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  noMargin: { type: Boolean },
49
49
  allowCopy: { type: Boolean },
50
50
  emptyValue: {},
51
+ leftError: { type: Boolean },
51
52
  teleport: { type: Boolean },
52
53
  noZIndex: { type: Boolean },
53
54
  maxHeight: { default: 320 },
@@ -26,6 +26,7 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
26
26
  disableMore?: boolean;
27
27
  readonly?: boolean;
28
28
  noOrdering?: boolean;
29
+ formNameGetter?: (data: Data) => string | undefined;
29
30
  }> & import('vue').PublicProps;
30
31
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
31
32
  attrs: any;
@@ -1 +1 @@
1
- {"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"AA+TA,OAAO,KAAK,EAAC,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;yBAqBpF,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,eACtF,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;WAynBxD,mBAAmB,CAAC;;;gBAnnBpB,MAAM;gBACN,MAAM;oBACF,cAAc,CAAC,IAAI,CAAC;oBACpB,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;uBACT,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;6BACxC,MAAM;wBACX,MAAM;eACf,aAAa,CAAC,WAAW,CAAC,EAAE;mBACxB,aAAa,CAAC,WAAW,CAAC,EAAE;cACjC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACV,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;qBACN,OAAO;mBACT,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;mBAC7B,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;KA6lBiE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAtDgB,GAAG;;cApiB1B,uBAAuB,SAAS,MAAM,KAAG,IAAI;;;;YA+lBP,OAAO,CAAC,OAAO,WAAW,CAAC;;AAnoBvE,wBAmoB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"AAkUA,OAAO,KAAK,EAAC,aAAa,EAAE,cAAc,EAAE,cAAc,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;yBAqBpF,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,eACtF,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;WAwoBxD,mBAAmB,CAAC;;;gBAloBpB,MAAM;gBACN,MAAM;oBACF,cAAc,CAAC,IAAI,CAAC;oBACpB,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;uBACT,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;6BACxC,MAAM;wBACX,MAAM;eACf,aAAa,CAAC,WAAW,CAAC,EAAE;mBACxB,aAAa,CAAC,WAAW,CAAC,EAAE;cACjC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACV,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;qBACN,OAAO;mBACT,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;mBAC7B,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;yBACH,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,SAAS;KA2mBkC,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAtDgB,GAAG;;cAljB1B,uBAAuB,SAAS,MAAM,KAAG,IAAI;;;;YA6mBP,OAAO,CAAC,OAAO,WAAW,CAAC;;AAlpBvE,wBAkpB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -38,7 +38,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
38
38
  alignTop: { type: Boolean },
39
39
  disableMore: { type: Boolean },
40
40
  readonly: { type: Boolean },
41
- noOrdering: { type: Boolean }
41
+ noOrdering: { type: Boolean },
42
+ formNameGetter: { type: Function }
42
43
  },
43
44
  emits: ["update:header-padding"],
44
45
  setup(__props) {
@@ -214,9 +215,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
214
215
  "has-border": _ctx.hasBorder,
215
216
  "more-bottom": _ctx.moreBottom,
216
217
  "allow-open": allowOpen.value && !skeleton,
217
- "align-top": _ctx.alignTop
218
+ "align-top": _ctx.alignTop,
219
+ "form-name": !skeleton ? _ctx.formNameGetter?.(item) : void 0
218
220
  }, createSlots({
219
- default: withCtx(() => [
221
+ default: withCtx(({ validate }) => [
220
222
  createVNode(_sfc_main$8, {
221
223
  fields: fieldsFiltered.value,
222
224
  item,
@@ -239,8 +241,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
239
241
  "onDelete:item": ($event) => {
240
242
  setter();
241
243
  refetch();
242
- }
243
- }, null, 40, ["item", "readonly", "skeleton", "mobile", "class", "style", "onUpdate:item", "onDelete:item"]))
244
+ },
245
+ onValidate: ($event) => validate()
246
+ }, null, 40, ["item", "readonly", "skeleton", "mobile", "class", "style", "onUpdate:item", "onDelete:item", "onValidate"]))
244
247
  ]),
245
248
  _: 2
246
249
  }, 1032, ["fields", "item", "skeleton", "mobile"])
@@ -283,7 +286,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
283
286
  ]),
284
287
  key: "0"
285
288
  } : void 0
286
- ]), 1032, ["disabled", "disable-more", "mobile", "card-class", "card-wrapper-class", "has-border", "more-bottom", "allow-open", "align-top"])
289
+ ]), 1032, ["disabled", "disable-more", "mobile", "card-class", "card-wrapper-class", "has-border", "more-bottom", "allow-open", "align-top", "form-name"])
287
290
  ]),
288
291
  _: 3
289
292
  }, 8, ["use-query-fn", "query-params", "query-options", "skeleton-length", "header-margin", "allow-select", "selected", "reverse", "selected-range", "page-length", "count", "onSelect", "onSelectReverse", "onSelectRange"]);
@@ -3,11 +3,14 @@ declare function __VLS_template(): {
3
3
  default?(_: {
4
4
  toggle: () => void;
5
5
  isOpen: boolean;
6
+ validate: (silent?: boolean, path?: import('../Form/use/useFormValidateMap').ValidatePath) => string | undefined;
6
7
  }): any;
7
8
  more?(_: {}): any;
8
9
  expansion?(_: {}): any;
9
10
  };
10
- refs: {};
11
+ refs: {
12
+ form: unknown;
13
+ };
11
14
  attrs: Partial<{}>;
12
15
  };
13
16
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
@@ -22,6 +25,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
22
25
  cardWrapperClass?: string;
23
26
  allowOpen?: boolean;
24
27
  disableMore?: boolean;
28
+ formName?: string;
25
29
  }, {
26
30
  updateSelected: ((value: boolean) => void) | undefined;
27
31
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -38,6 +42,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
38
42
  cardWrapperClass?: string;
39
43
  allowOpen?: boolean;
40
44
  disableMore?: boolean;
45
+ formName?: string;
41
46
  }> & Readonly<{
42
47
  "onUpdate:selected"?: ((value: boolean) => any) | undefined;
43
48
  "onUpdate:selected-hover"?: ((value: boolean) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AA6RA,iBAAS,cAAc;;;;;YAsUO,GAAG;sBACN,GAAG;2BACE,GAAG;;;WASrB,OAAO,IAA6B;EAEjD;AA4BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eAlbR,OAAO;eACP,OAAO;aACT,OAAO;iBACH,OAAO;eACT,OAAO;gBACN,OAAO;gBACP,MAAM;uBACC,MAAM;gBACb,OAAO;kBACL,OAAO;;;;;;;eATV,OAAO;eACP,OAAO;aACT,OAAO;iBACH,OAAO;eACT,OAAO;gBACN,OAAO;gBACP,MAAM;uBACC,MAAM;gBACb,OAAO;kBACL,OAAO;;;;kFAobrB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AA4SA,iBAAS,cAAc;;;;;;YAmVO,GAAG;sBACN,GAAG;2BACE,GAAG;;;;;WAUrB,OAAO,IAA6B;EAEjD;AA8BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;eAvcR,OAAO;eACP,OAAO;aACT,OAAO;iBACH,OAAO;eACT,OAAO;gBACN,OAAO;gBACP,MAAM;uBACC,MAAM;gBACb,OAAO;kBACL,OAAO;eACV,MAAM;;;;;;;eAVN,OAAO;eACP,OAAO;aACT,OAAO;iBACH,OAAO;eACT,OAAO;gBACN,OAAO;gBACP,MAAM;uBACC,MAAM;gBACb,OAAO;kBACL,OAAO;eACV,MAAM;;;;kFAwcjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,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, ref, inject, watch, openBlock, createElementBlock, Fragment, createElementVNode, normalizeClass, createVNode, Transition, withCtx, unref, createCommentVNode, createBlock, renderSlot, normalizeProps, guardReactiveProps, markRaw } from 'vue';
2
- import _sfc_main$2 from '../Button/WButtonMore.vue.js';
3
- import _sfc_main$3 from '../Button/WButtonMoreItem.vue.js';
1
+ import { defineComponent, useTemplateRef, ref, inject, watch, openBlock, createElementBlock, Fragment, createElementVNode, normalizeClass, createVNode, Transition, withCtx, unref, createCommentVNode, createBlock, resolveDynamicComponent, mergeProps, renderSlot, normalizeProps, guardReactiveProps, markRaw } from 'vue';
2
+ import _sfc_main$3 from '../Button/WButtonMore.vue.js';
3
+ import _sfc_main$4 from '../Button/WButtonMoreItem.vue.js';
4
4
  import _sfc_main$1 from '../Checkbox/WCheckbox.vue.js';
5
+ import _sfc_main$2 from '../Form/WForm.vue.js';
5
6
  import IconAddCircle from '../../assets/icons/sax/IconAddCircle.svg.js';
6
7
  import IconMinusCircle from '../../assets/icons/sax/IconMinusCircle.svg.js';
7
8
  import { wInfiniteListSelection, wInfiniteListSelectionItem } from '../InfiniteList/models/injection.js';
@@ -26,15 +27,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
27
  cardClass: {},
27
28
  cardWrapperClass: {},
28
29
  allowOpen: { type: Boolean },
29
- disableMore: { type: Boolean }
30
+ disableMore: { type: Boolean },
31
+ formName: {}
30
32
  },
31
33
  emits: ["update:selected", "update:selected-hover"],
32
34
  setup(__props, { expose: __expose, emit: __emit }) {
33
35
  const emit = __emit;
36
+ const formRef = useTemplateRef("form");
34
37
  const isOpen = ref(false);
35
38
  const toggle = () => {
36
39
  isOpen.value = !isOpen.value;
37
40
  };
41
+ const validate = (...args) => formRef.value?.validate(...args);
38
42
  const {
39
43
  allowSelect,
40
44
  allowSelectRange,
@@ -111,21 +115,24 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
111
115
  }, null, 8, ["model-value", "disabled", "allow-shift", "align-top", "class"])) : createCommentVNode("", true)
112
116
  ], 2)
113
117
  ], 2)) : createCommentVNode("", true),
114
- createElementVNode("div", {
115
- class: normalizeClass(["sm-not:-px--inner-margin isolate grid sm:flex sm:flex-1", {
118
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.formName ? _sfc_main$2 : "div"), mergeProps({ ref: "form" }, _ctx.formName ? { name: _ctx.formName } : void 0, {
119
+ class: ["sm-not:-px--inner-margin isolate grid sm:flex sm:flex-1", {
116
120
  [_ctx.cardClass ?? ""]: true,
117
121
  "border-gray-300 sm:border-y dark:border-gray-700": _ctx.hasBorder,
118
122
  "sm:border-b-transparent sm:dark:border-b-transparent": _ctx.hasBorder && isOpen.value,
119
123
  "isolate": _ctx.allowOpen
120
- }])
121
- }, [
122
- renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ toggle, isOpen: isOpen.value }))),
123
- _ctx.allowOpen ? (openBlock(), createElementBlock("button", {
124
- key: 0,
125
- class: "w-ripple w-ripple-hover w-ripple-has w-ripple-opacity-[0.04] absolute left-0 top-0 z-[-1] size-full cursor-pointer",
126
- onClick: toggle
127
- })) : createCommentVNode("", true)
128
- ], 2),
124
+ }]
125
+ }), {
126
+ default: withCtx(() => [
127
+ renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps({ toggle, isOpen: isOpen.value, validate }))),
128
+ _ctx.allowOpen ? (openBlock(), createElementBlock("button", {
129
+ key: 0,
130
+ class: "w-ripple w-ripple-hover w-ripple-has w-ripple-opacity-[0.04] absolute left-0 top-0 z-[-1] size-full cursor-pointer",
131
+ onClick: toggle
132
+ })) : createCommentVNode("", true)
133
+ ]),
134
+ _: 3
135
+ }, 16, ["class"])),
129
136
  createElementVNode("div", {
130
137
  class: normalizeClass(["sm:right-inner sm:bg-default sm:dark:bg-default-dark sm:sticky sm:z-[1]", {
131
138
  "width-14": !_ctx.hideMore,
@@ -141,7 +148,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
141
148
  "w-ripple-has-only w-ripple-hover w-ripple-opacity-[0.04]": !_ctx.mobile && _ctx.allowOpen
142
149
  }])
143
150
  }, [
144
- !_ctx.hideMore ? (openBlock(), createBlock(_sfc_main$2, {
151
+ !_ctx.hideMore ? (openBlock(), createBlock(_sfc_main$3, {
145
152
  key: 0,
146
153
  class: normalizeClass(["sm-not:absolute sm-not:right-0 flex h-14 px-4 sm:h-full", {
147
154
  "sm-not:top-5": !_ctx.moreBottom,
@@ -152,7 +159,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
152
159
  disabled: _ctx.disabled || _ctx.disableMore
153
160
  }, {
154
161
  default: withCtx(() => [
155
- unref(allowSelect) && _ctx.mobile ? (openBlock(), createBlock(_sfc_main$3, {
162
+ unref(allowSelect) && _ctx.mobile ? (openBlock(), createBlock(_sfc_main$4, {
156
163
  key: 0,
157
164
  text: unref(selected) ? "Unselect" : "Select",
158
165
  icon: unref(selected) ? markRaw(unref(IconMinusCircle)) : markRaw(unref(IconAddCircle)),
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, resolveComponent, openBlock, createElementBlock, Fragment, renderList, unref, createBlock, resolveDynamicComponent, mergeProps, withCtx, createVNode, createElementVNode, normalizeClass, renderSlot } from 'vue';
2
- import _sfc_main$2 from '../../InfiniteList/components/EmptyComponent.vue.js';
2
+ import _sfc_main$2 from '../../EmptyComponent/WEmptyComponent.vue.js';
3
3
  import _sfc_main$1 from './ListCardFieldNestedItem.vue.js';
4
4
  import { getFirstFieldLabel } from '../use/useFieldConfigMap.js';
5
5
 
@@ -222,6 +222,7 @@ declare function __VLS_template(): {
222
222
  $props: {
223
223
  readonly name?: string | undefined;
224
224
  readonly title?: string | undefined;
225
+ readonly noTag?: boolean | undefined;
225
226
  readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
226
227
  readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
227
228
  readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
@@ -243,6 +244,7 @@ declare function __VLS_template(): {
243
244
  $options: import('vue').ComponentOptionsBase<Readonly<{
244
245
  name?: string;
245
246
  title?: string;
247
+ noTag?: boolean;
246
248
  }> & Readonly<{
247
249
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
248
250
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -284,6 +286,7 @@ declare function __VLS_template(): {
284
286
  } & Readonly<{}> & Omit<Readonly<{
285
287
  name?: string;
286
288
  title?: string;
289
+ noTag?: boolean;
287
290
  }> & Readonly<{
288
291
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
289
292
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -712,6 +715,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
712
715
  $props: {
713
716
  readonly name?: string | undefined;
714
717
  readonly title?: string | undefined;
718
+ readonly noTag?: boolean | undefined;
715
719
  readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
716
720
  readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
717
721
  readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
@@ -733,6 +737,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
733
737
  $options: import('vue').ComponentOptionsBase<Readonly<{
734
738
  name?: string;
735
739
  title?: string;
740
+ noTag?: boolean;
736
741
  }> & Readonly<{
737
742
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
738
743
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -774,6 +779,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
774
779
  } & Readonly<{}> & Omit<Readonly<{
775
780
  name?: string;
776
781
  title?: string;
782
+ noTag?: boolean;
777
783
  }> & Readonly<{
778
784
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
779
785
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"AA0KA,iBAAS,cAAc;;uBA4PI,GAAG;yBACA,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAkEiuS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4DAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;WAxD12S,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cA7UT,OAAO;eACN,OAAO;mBACH,OAAO;;gBAqBP,IAAI;oBAJA,IAAI;;;;;;cAnBb,OAAO;eACN,OAAO;mBACH,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDA0W0uS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;OAlBt3S,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WModalStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModalStepper.vue"],"names":[],"mappings":"AA0KA,iBAAS,cAAc;;uBA4PI,GAAG;yBACA,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAkEiuS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4DAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;WAxD12S,OAAO,IAA6B;EAEjD;AAsBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;cA7UT,OAAO;eACN,OAAO;mBACH,OAAO;;gBAqBP,IAAI;oBAJA,IAAI;;;;;;cAnBb,OAAO;eACN,OAAO;mBACH,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDA0W0uS,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;OAlBt3S,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -60,6 +60,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  noMargin: { type: Boolean },
61
61
  allowCopy: { type: Boolean },
62
62
  emptyValue: {},
63
+ leftError: { type: Boolean },
63
64
  teleport: { type: Boolean },
64
65
  noZIndex: { type: Boolean },
65
66
  maxHeight: {},
@@ -57,6 +57,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
57
57
  noMargin: { type: Boolean },
58
58
  allowCopy: { type: Boolean },
59
59
  emptyValue: {},
60
+ leftError: { type: Boolean },
60
61
  teleport: { type: Boolean },
61
62
  noZIndex: { type: Boolean },
62
63
  maxHeight: {},
@@ -55,6 +55,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
55
55
  noMargin: { type: Boolean },
56
56
  allowCopy: { type: Boolean },
57
57
  emptyValue: {},
58
+ leftError: { type: Boolean },
58
59
  teleport: { type: Boolean },
59
60
  noZIndex: { type: Boolean },
60
61
  maxHeight: {},
@@ -51,6 +51,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
51
  noMargin: { type: Boolean },
52
52
  allowCopy: { type: Boolean },
53
53
  emptyValue: {},
54
+ leftError: { type: Boolean },
54
55
  teleport: { type: Boolean },
55
56
  noZIndex: { type: Boolean },
56
57
  maxHeight: {},
@@ -51,6 +51,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
51
  noMargin: { type: Boolean },
52
52
  allowCopy: { type: Boolean },
53
53
  emptyValue: {},
54
+ leftError: { type: Boolean },
54
55
  teleport: { type: Boolean },
55
56
  noZIndex: { type: Boolean },
56
57
  maxHeight: {},
@@ -193,6 +193,7 @@ declare const _default: import('vue').DefineComponent<TabsProps, {
193
193
  $props: {
194
194
  readonly name?: string | undefined;
195
195
  readonly title?: string | undefined;
196
+ readonly noTag?: boolean | undefined;
196
197
  readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
197
198
  readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
198
199
  readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
@@ -214,6 +215,7 @@ declare const _default: import('vue').DefineComponent<TabsProps, {
214
215
  $options: import('vue').ComponentOptionsBase<Readonly<{
215
216
  name?: string;
216
217
  title?: string;
218
+ noTag?: boolean;
217
219
  }> & Readonly<{
218
220
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
219
221
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -255,6 +257,7 @@ declare const _default: import('vue').DefineComponent<TabsProps, {
255
257
  } & Readonly<{}> & Omit<Readonly<{
256
258
  name?: string;
257
259
  title?: string;
260
+ noTag?: boolean;
258
261
  }> & Readonly<{
259
262
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
260
263
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"AAqUA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAA;AAEtC,OAAO,EAAC,KAAK,aAAa,EAA6G,MAAM,KAAK,CAAA;AAElJ,OAAO,KAAK,MAAM,6BAA6B,CAAA;;2BAiFjB,MAAM;yBAMR,MAAM;gBAcjB,IAAI;oBAIA,IAAI;sBAUA,MAAM,6GAAqE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;+BAIzH,MAAM,6GAAqE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;wBAMzI,MAAM;;UAAuE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC;uBAIvI,MAAM,KAAsE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0O1E,GAAG,8CAA8C,GAAG,yBAA0B,GAAE,6DACnI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CADgD,GAAG,8CAA8C,GAAG,yBAA0B,GAAE,6DACnI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCADgD,GAAG,8CAA8C,GAAG,yBAA0B,GAAE,6DACnI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwJpC,wBAeG"}
1
+ {"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"AAqUA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,SAAS,CAAA;AAEtC,OAAO,EAAC,KAAK,aAAa,EAA6G,MAAM,KAAK,CAAA;AAElJ,OAAO,KAAK,MAAM,6BAA6B,CAAA;;2BAiFjB,MAAM;yBAMR,MAAM;gBAcjB,IAAI;oBAIA,IAAI;sBAUA,MAAM,6GAAqE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;+BAIzH,MAAM,6GAAqE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,UAAU,CAAC,CAAC;wBAMzI,MAAM;;UAAuE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,YAAY,CAAC,CAAC;uBAIvI,MAAM,KAAsE,UAAU,CAAC,iBAAiB,CAAC,OAAO,KAAK,CAAC,CAAC,WAAW,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA0O1E,GAAG,8CAA8C,GAAG,yBAA0B,GAAE,6DACnI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CADgD,GAAG,8CAA8C,GAAG,yBAA0B,GAAE,6DACnI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCADgD,GAAG,8CAA8C,GAAG,yBAA0B,GAAE,6DACnI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwJpC,wBAeG"}
@@ -196,6 +196,7 @@ declare function __VLS_template(): {
196
196
  $props: {
197
197
  readonly name?: string | undefined;
198
198
  readonly title?: string | undefined;
199
+ readonly noTag?: boolean | undefined;
199
200
  readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
200
201
  readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
201
202
  readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
@@ -217,6 +218,7 @@ declare function __VLS_template(): {
217
218
  $options: import('vue').ComponentOptionsBase<Readonly<{
218
219
  name?: string;
219
220
  title?: string;
221
+ noTag?: boolean;
220
222
  }> & Readonly<{
221
223
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
222
224
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -258,6 +260,7 @@ declare function __VLS_template(): {
258
260
  } & Readonly<{}> & Omit<Readonly<{
259
261
  name?: string;
260
262
  title?: string;
263
+ noTag?: boolean;
261
264
  }> & Readonly<{
262
265
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
263
266
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -596,6 +599,7 @@ declare const __VLS_component: import('vue').DefineComponent<TabsStepperProps, {
596
599
  $props: {
597
600
  readonly name?: string | undefined;
598
601
  readonly title?: string | undefined;
602
+ readonly noTag?: boolean | undefined;
599
603
  readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
600
604
  readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
601
605
  readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
@@ -617,6 +621,7 @@ declare const __VLS_component: import('vue').DefineComponent<TabsStepperProps, {
617
621
  $options: import('vue').ComponentOptionsBase<Readonly<{
618
622
  name?: string;
619
623
  title?: string;
624
+ noTag?: boolean;
620
625
  }> & Readonly<{
621
626
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
622
627
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -658,6 +663,7 @@ declare const __VLS_component: import('vue').DefineComponent<TabsStepperProps, {
658
663
  } & Readonly<{}> & Omit<Readonly<{
659
664
  name?: string;
660
665
  title?: string;
666
+ noTag?: boolean;
661
667
  }> & Readonly<{
662
668
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
663
669
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WTabsStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabsStepper.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;AAmF7C,iBAAS,cAAc;;yBA4HO,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAoEqpd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA1D9xd,OAAO,IAA6B;EAEjD;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;gBA3MJ,IAAI;oBAJA,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkP6pd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAlB1yd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WTabsStepper.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/WTabsStepper.vue"],"names":[],"mappings":"AAkFA,OAAO,KAAK,EAAC,gBAAgB,EAAC,MAAM,SAAS,CAAA;AAmF7C,iBAAS,cAAc;;yBA4HO,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAoEqpd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WA1D9xd,OAAO,IAA6B;EAEjD;AAoBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;gBA3MJ,IAAI;oBAJA,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAkP6pd,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAlB1yd,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -10,6 +10,7 @@ declare function __VLS_template(): {
10
10
  $props: {
11
11
  readonly name?: string | undefined;
12
12
  readonly title?: string | undefined;
13
+ readonly noTag?: boolean | undefined;
13
14
  readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
14
15
  readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
15
16
  readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
@@ -31,6 +32,7 @@ declare function __VLS_template(): {
31
32
  $options: import('vue').ComponentOptionsBase<Readonly<{
32
33
  name?: string;
33
34
  title?: string;
35
+ noTag?: boolean;
34
36
  }> & Readonly<{
35
37
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
36
38
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -72,6 +74,7 @@ declare function __VLS_template(): {
72
74
  } & Readonly<{}> & Omit<Readonly<{
73
75
  name?: string;
74
76
  title?: string;
77
+ noTag?: boolean;
75
78
  }> & Readonly<{
76
79
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
77
80
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -131,6 +134,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
131
134
  $props: {
132
135
  readonly name?: string | undefined;
133
136
  readonly title?: string | undefined;
137
+ readonly noTag?: boolean | undefined;
134
138
  readonly "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
135
139
  readonly "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
136
140
  readonly "onUpdate:has-value"?: ((value: boolean | null) => any) | undefined;
@@ -152,6 +156,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
152
156
  $options: import('vue').ComponentOptionsBase<Readonly<{
153
157
  name?: string;
154
158
  title?: string;
159
+ noTag?: boolean;
155
160
  }> & Readonly<{
156
161
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
157
162
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -193,6 +198,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
193
198
  } & Readonly<{}> & Omit<Readonly<{
194
199
  name?: string;
195
200
  title?: string;
201
+ noTag?: boolean;
196
202
  }> & Readonly<{
197
203
  "onUpdate:has-changes"?: ((value: boolean) => any) | undefined;
198
204
  "onUpdate:is-valid"?: ((value: boolean | undefined) => any) | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"TabItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/components/TabItem.vue"],"names":[],"mappings":"AA0EA,OAAO,EAAW,QAAQ,EAAwB,MAAM,KAAK,CAAA;AAiF7D,iBAAS,cAAc;;yBA6DM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0DgvjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;WAhDx3jB,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAhKb,MAAM;WACL,MAAM;YACL,OAAO;eACJ,OAAO;;sBAuBG,IAAI;;;;;;;;;;;;;;;UA1BnB,MAAM;WACL,MAAM;YACL,OAAO;eACJ,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4L4vjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;OAlBp4jB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"TabItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/components/TabItem.vue"],"names":[],"mappings":"AA0EA,OAAO,EAAW,QAAQ,EAAwB,MAAM,KAAK,CAAA;AAiF7D,iBAAS,cAAc;;yBA6DM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA0DgvjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;WAhDx3jB,OAAO,IAA6B;EAEjD;AAcD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAhKb,MAAM;WACL,MAAM;YACL,OAAO;eACJ,OAAO;;sBAuBG,IAAI;;;;;;;;;;;;;;;UA1BnB,MAAM;WACL,MAAM;YACL,OAAO;eACJ,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA4L4vjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;OAlBp4jB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -18,6 +18,7 @@ import { default as WDatePicker } from '../components/DatePicker/WDatePicker.vue
18
18
  import { default as WDatePickerSingle } from '../components/DatePicker/WDatePickerSingle.vue';
19
19
  import { default as WDropdown } from '../components/Dropdown/WDropdown.vue';
20
20
  import { default as WDropdownMenu } from '../components/DropdownMenu/WDropdownMenu.vue';
21
+ import { default as WEmptyComponent } from '../components/EmptyComponent/WEmptyComponent.vue';
21
22
  import { default as WExpansion } from '../components/Expansion/WExpansion.vue';
22
23
  import { default as WExpansionItem } from '../components/Expansion/WExpansionItem.vue';
23
24
  import { default as WFieldWrapper } from '../components/FieldWrapper/WFieldWrapper.vue';
@@ -79,5 +80,5 @@ declare const _default: {
79
80
  install: (app: App | any) => void;
80
81
  };
81
82
  export default _default;
82
- export { WActionsBar, WBottomSheet, WButton, WButtonAction, WButtonCopy, WButtonDropdown, WButtonGroup, WButtonMore, WButtonMoreItem, WButtonSelection, WButtonSelectionAction, WCheckbox, WChip, WClickOutside, WCounter, WDatePicker, WDatePickerSingle, WDropdown, WDropdownMenu, WExpansion, WExpansionItem, WFieldWrapper, WFilePicker, WFilterWrapper, WForm, WFormValidator, WFormAsyncButtonGroup, WFormAsyncInput, WFormAsyncSelect, WFormAsyncSelectInfiniteSingle, WFormAsyncSelectSingle, WFormAsyncSelectStringified, WFormAsyncToggle, WHeaderBar, WImageViewer, WInfiniteList, WInfiniteListWrapper, WInfoCard, WInfoCardNegative, WInput, WInputAsync, WInputDate, WInputOptions, WInputSuggest, WLink, WLinkArrow, WList, WListCard, WListCardField, WListHeader, WListHeaderItem, WMenuItem, WModal, WModalStepper, WModalWrapper, WNavBar, WNavItem, WNavItemExpand, WNavItemTransition, WNotify, WProgress, WSelect, WSelectAsync, WSelectAsyncList, WSelectAsyncSingle, WSelectSingle, WSelectStringified, WSkeleton, WSpinner, WTabs, WTabsColumns, WTabsItem, WTabsStepper, WToggle, WTooltip, WTooltipContainer, };
83
+ export { WActionsBar, WBottomSheet, WButton, WButtonAction, WButtonCopy, WButtonDropdown, WButtonGroup, WButtonMore, WButtonMoreItem, WButtonSelection, WButtonSelectionAction, WCheckbox, WChip, WClickOutside, WCounter, WDatePicker, WDatePickerSingle, WDropdown, WDropdownMenu, WEmptyComponent, WExpansion, WExpansionItem, WFieldWrapper, WFilePicker, WFilterWrapper, WForm, WFormValidator, WFormAsyncButtonGroup, WFormAsyncInput, WFormAsyncSelect, WFormAsyncSelectInfiniteSingle, WFormAsyncSelectSingle, WFormAsyncSelectStringified, WFormAsyncToggle, WHeaderBar, WImageViewer, WInfiniteList, WInfiniteListWrapper, WInfoCard, WInfoCardNegative, WInput, WInputAsync, WInputDate, WInputOptions, WInputSuggest, WLink, WLinkArrow, WList, WListCard, WListCardField, WListHeader, WListHeaderItem, WMenuItem, WModal, WModalStepper, WModalWrapper, WNavBar, WNavItem, WNavItemExpand, WNavItemTransition, WNotify, WProgress, WSelect, WSelectAsync, WSelectAsyncList, WSelectAsyncSingle, WSelectSingle, WSelectStringified, WSkeleton, WSpinner, WTabs, WTabsColumns, WTabsItem, WTabsStepper, WToggle, WTooltip, WTooltipContainer, };
83
84
  //# sourceMappingURL=componentsPlugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"componentsPlugin.d.ts","sourceRoot":"","sources":["../../src/imports/componentsPlugin.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"componentsPlugin.d.ts","sourceRoot":"","sources":["../../src/imports/componentsPlugin.ts"],"names":[],"mappings":"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"}
package/dist/main.js CHANGED
@@ -21,6 +21,7 @@ export { default as WDatePicker } from './components/DatePicker/WDatePicker.vue.
21
21
  export { default as WDatePickerSingle } from './components/DatePicker/WDatePickerSingle.vue.js';
22
22
  export { default as WDropdown } from './components/Dropdown/WDropdown.vue.js';
23
23
  export { default as WDropdownMenu } from './components/DropdownMenu/WDropdownMenu.vue.js';
24
+ export { default as WEmptyComponent } from './components/EmptyComponent/WEmptyComponent.vue.js';
24
25
  export { default as WExpansion } from './components/Expansion/WExpansion.vue.js';
25
26
  export { default as WExpansionItem } from './components/Expansion/WExpansionItem.vue.js';
26
27
  export { default as WFieldWrapper } from './components/FieldWrapper/WFieldWrapper.vue.js';
@@ -128,9 +128,13 @@ declare type UnionToTuple<
128
128
 
129
129
  declare type ObjectKeys<O> = UnionToTuple<keyof O>
130
130
 
131
- declare type PartialNested<T> = {
132
- [P in keyof T]?: (T[P] extends Array ? T[P] : T[P] extends object ? PartialNested<T[P]> : T[P]) | undefined
133
- }
131
+ declare type PartialNested<T> = T extends unknown[]
132
+ ? T
133
+ : T extends object
134
+ ? {
135
+ [P in keyof T]?: PartialNested<T[P]> | undefined
136
+ }
137
+ : T
134
138
 
135
139
  declare type Flatten<T> =
136
140
  T extends []
@@ -17,8 +17,8 @@ export declare const parseId: (value: unknown) => number;
17
17
  export declare const isPage: (value: unknown) => value is number;
18
18
  export declare const isIndex: (value: unknown) => value is number;
19
19
  export declare const parseIndex: (value: unknown) => number;
20
- export declare const get: <FieldType, Data extends Record<string, unknown>>(data: Data, path: keyof ObjectPaths<Data, FieldType>) => FieldType | undefined;
21
- export declare const set: <FieldType, Data extends Record<string, unknown>>(data: Data, path: keyof ObjectPaths<Data, FieldType>, value: FieldType) => Data;
20
+ export declare const get: <FieldType, Data>(data: Data, path: keyof ObjectPaths<Data, FieldType>) => FieldType | undefined;
21
+ export declare const set: <FieldType, Data>(data: Data, path: keyof ObjectPaths<Data, FieldType>, value: FieldType) => Data;
22
22
  export declare const getDefaultFieldConfigMap: <Fields extends ListFields<any, any>>(fields: Fields, visible: true extends IsTuple<Fields> ? GetFieldLabels<Fields>[] : string[]) => FieldConfigMap<Fields>;
23
23
  export {};
24
24
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,cAAc,EAAE,cAAc,EAAE,UAAU,EAAC,MAAM,yBAAyB,CAAA;AAYpG,eAAO,MAAM,eAAe,SAAU,OAAO,KAAG,OAAO,GAAG,IAKhD,CAAA;AAEV,eAAO,MAAM,mBAAmB,UAAW,OAAO,mBAAa,KAAK,CAAC,OAAO,CAa3E,CAAA;AAED,eAAO,MAAM,SAAS,WAAY,OAAO,WAAW,OAAO,KAAG,OAI7D,CAAA;AAGD,KAAK,UAAU,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAA;AAE1C,wBAAgB,QAAQ,CAAC,CAAC,SAAS,UAAU,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,SAAM,GAAG,CAAC,CAWpE;AAED,wBAAgB,QAAQ,CAAC,CAAC,SAAS,UAAU,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,SAAM,GAAG,CAAC,CAYpE;AAED,eAAO,MAAM,UAAU,SAAU,OAAO,EAAE,QAAQ,OAAO,EAAE,KAAG,OAE7D,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,MAAM,EAAE,YAAY,MAAM,EAAE,KAAG,OAWjI,CAAA;AAED,eAAO,MAAM,uBAAuB,mBAAmE,CAAA;AACvG,eAAO,MAAM,sBAAsB,mBAAiD,CAAA;AACpF,eAAO,MAAM,eAAe,mBAA0B,CAAA;AAEtD,eAAO,MAAM,YAAY,EAAE,OAAuC,CAAA;AAIlE,eAAO,MAAM,KAAK,cAEjB,CAAA;AAED,eAAO,MAAM,IAAI,UAAW,OAAO,KAAG,KAAK,IAAI,MAE9C,CAAA;AAED,eAAO,MAAM,OAAO,UAAW,OAAO,KAAG,MAUxC,CAAA;AAED,eAAO,MAAM,MAAM,UAAW,OAAO,KAAG,KAAK,IAAI,MAAqB,CAAA;AAEtE,eAAO,MAAM,OAAO,UAAW,OAAO,KAAG,KAAK,IAAI,MAEjD,CAAA;AAED,eAAO,MAAM,UAAU,UAAW,OAAO,KAAG,MAU3C,CAAA;AAED,eAAO,MAAM,GAAG,GAAI,SAAS,EAAE,IAAI,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,QAAQ,IAAI,QAAQ,MAAM,WAAW,CAAC,IAAI,EAAE,SAAS,CAAC,KAAG,SAAS,GAAG,SAA8H,CAAA;AAEtQ,eAAO,MAAM,GAAG,GAAI,SAAS,EAAE,IAAI,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,QAAQ,IAAI,QAAQ,MAAM,WAAW,CAAC,IAAI,EAAE,SAAS,CAAC,SAAS,SAAS,KAAG,IAe7I,CAAA;AAGD,eAAO,MAAM,wBAAwB,GAAI,MAAM,SAAS,UAAU,CAAC,GAAG,EAAE,GAAG,CAAC,UAAU,MAAM,WAAW,IAAI,SAAS,OAAO,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC,MAAM,CAAC,EAAE,GAAG,MAAM,EAAE,KAAG,cAAc,CAAC,MAAM,CAiBhM,CAAA"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAc,cAAc,EAAE,cAAc,EAAE,UAAU,EAAC,MAAM,yBAAyB,CAAA;AAYpG,eAAO,MAAM,eAAe,SAAU,OAAO,KAAG,OAAO,GAAG,IAKhD,CAAA;AAEV,eAAO,MAAM,mBAAmB,UAAW,OAAO,mBAAa,KAAK,CAAC,OAAO,CAa3E,CAAA;AAED,eAAO,MAAM,SAAS,WAAY,OAAO,WAAW,OAAO,KAAG,OAI7D,CAAA;AAGD,KAAK,UAAU,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,IAAI,CAAA;AAE1C,wBAAgB,QAAQ,CAAC,CAAC,SAAS,UAAU,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,SAAM,GAAG,CAAC,CAWpE;AAED,wBAAgB,QAAQ,CAAC,CAAC,SAAS,UAAU,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,SAAM,GAAG,CAAC,CAYpE;AAED,eAAO,MAAM,UAAU,SAAU,OAAO,EAAE,QAAQ,OAAO,EAAE,KAAG,OAE7D,CAAA;AAED,eAAO,MAAM,UAAU,SAAU,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,QAAQ,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,MAAM,EAAE,YAAY,MAAM,EAAE,KAAG,OAWjI,CAAA;AAED,eAAO,MAAM,uBAAuB,mBAAmE,CAAA;AACvG,eAAO,MAAM,sBAAsB,mBAAiD,CAAA;AACpF,eAAO,MAAM,eAAe,mBAA0B,CAAA;AAEtD,eAAO,MAAM,YAAY,EAAE,OAAuC,CAAA;AAIlE,eAAO,MAAM,KAAK,cAEjB,CAAA;AAED,eAAO,MAAM,IAAI,UAAW,OAAO,KAAG,KAAK,IAAI,MAE9C,CAAA;AAED,eAAO,MAAM,OAAO,UAAW,OAAO,KAAG,MAUxC,CAAA;AAED,eAAO,MAAM,MAAM,UAAW,OAAO,KAAG,KAAK,IAAI,MAAqB,CAAA;AAEtE,eAAO,MAAM,OAAO,UAAW,OAAO,KAAG,KAAK,IAAI,MAEjD,CAAA;AAED,eAAO,MAAM,UAAU,UAAW,OAAO,KAAG,MAU3C,CAAA;AAED,eAAO,MAAM,GAAG,GAAI,SAAS,EAAE,IAAI,QAAQ,IAAI,QAAQ,MAAM,WAAW,CAAC,IAAI,EAAE,SAAS,CAAC,KAAG,SAAS,GAAG,SAA2J,CAAA;AAEnQ,eAAO,MAAM,GAAG,GAAI,SAAS,EAAE,IAAI,QAAQ,IAAI,QAAQ,MAAM,WAAW,CAAC,IAAI,EAAE,SAAS,CAAC,SAAS,SAAS,KAAG,IAe7G,CAAA;AAGD,eAAO,MAAM,wBAAwB,GAAI,MAAM,SAAS,UAAU,CAAC,GAAG,EAAE,GAAG,CAAC,UAAU,MAAM,WAAW,IAAI,SAAS,OAAO,CAAC,MAAM,CAAC,GAAG,cAAc,CAAC,MAAM,CAAC,EAAE,GAAG,MAAM,EAAE,KAAG,cAAc,CAAC,MAAM,CAiBhM,CAAA"}
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.9.10",
7
+ "version": "0.9.12",
8
8
  "scripts": {
9
9
  "build": "run-p type-check \"build-only {@}\" --",
10
10
  "preview": "vite preview",
@@ -197,6 +197,9 @@
197
197
  "./dist/components/DropdownMenu/types": {
198
198
  "import": "./dist/components/DropdownMenu/types.d.ts"
199
199
  },
200
+ "./dist/components/EmptyComponent/WEmptyComponent.vue": {
201
+ "import": "./dist/components/EmptyComponent/WEmptyComponent.vue.js"
202
+ },
200
203
  "./dist/components/Expansion/WExpansion.vue": {
201
204
  "import": "./dist/components/Expansion/WExpansion.vue.js"
202
205
  },
@@ -377,6 +380,9 @@
377
380
  "./dist/components/Tabs/WTabsStepper.vue": {
378
381
  "import": "./dist/components/Tabs/WTabsStepper.vue.js"
379
382
  },
383
+ "./dist/components/Tabs/types": {
384
+ "import": "./dist/components/Tabs/types.d.ts"
385
+ },
380
386
  "./dist/components/Toggle/WToggle.vue": {
381
387
  "import": "./dist/components/Toggle/WToggle.vue.js"
382
388
  },
@@ -1 +0,0 @@
1
- {"version":3,"file":"EmptyComponent.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/components/EmptyComponent.vue"],"names":[],"mappings":"AAgBA,iBAAS,cAAc;;yBAyBM,GAAG;;;WASlB,OAAO,IAA6B;EAEjD;AAOD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,+QAKnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAKpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -1,5 +0,0 @@
1
- import _sfc_main from './EmptyComponent.vue.js';
2
-
3
-
4
-
5
- export { _sfc_main as default };