eco-vue-js 0.5.3 → 0.5.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. package/dist/components/Button/WButton.vue.d.ts +4 -3
  2. package/dist/components/Button/WButton.vue.d.ts.map +1 -1
  3. package/dist/components/Button/WButton.vue.js +2 -1
  4. package/dist/components/Button/WButtonAction.vue.d.ts +6 -5
  5. package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
  6. package/dist/components/Button/WButtonAction.vue.js +2 -7
  7. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  8. package/dist/components/Button/WButtonMore.vue.js +2 -1
  9. package/dist/components/Button/WButtonMoreItem.vue.d.ts +26 -2
  10. package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
  11. package/dist/components/Button/WButtonMoreItem.vue.js +4 -3
  12. package/dist/components/Button/WButtonSelection.vue.d.ts +10 -13
  13. package/dist/components/Button/WButtonSelection.vue.d.ts.map +1 -1
  14. package/dist/components/Button/WButtonSelection.vue.js +31 -15
  15. package/dist/components/Checkbox/WCheckbox.vue.d.ts +2 -0
  16. package/dist/components/Checkbox/WCheckbox.vue.d.ts.map +1 -1
  17. package/dist/components/Checkbox/WCheckbox.vue.js +6 -3
  18. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +2 -0
  19. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  20. package/dist/components/DropdownMenu/WDropdownMenu.vue.js +4 -3
  21. package/dist/components/ImageViewer/WImageViewer.vue.d.ts.map +1 -1
  22. package/dist/components/ImageViewer/WImageViewer.vue.js +2 -0
  23. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +48 -15
  24. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  25. package/dist/components/InfiniteList/WInfiniteList.vue.js +81 -32
  26. package/dist/components/InfiniteList/WInfiniteListPages.vue.d.ts +9 -9
  27. package/dist/components/InfiniteList/WInfiniteListPages.vue.d.ts.map +1 -1
  28. package/dist/components/InfiniteList/WInfiniteListPages.vue.js +17 -17
  29. package/dist/components/InfiniteList/components/EmptyComponent.vue.d.ts +10 -0
  30. package/dist/components/InfiniteList/components/EmptyComponent.vue.d.ts.map +1 -0
  31. package/dist/components/InfiniteList/components/EmptyComponent.vue.js +11 -0
  32. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +9 -9
  33. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  34. package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +49 -64
  35. package/dist/components/InfiniteList/components/InfiniteListPageSelectItem.vue.d.ts +33 -0
  36. package/dist/components/InfiniteList/components/InfiniteListPageSelectItem.vue.d.ts.map +1 -0
  37. package/dist/components/InfiniteList/components/InfiniteListPageSelectItem.vue.js +27 -0
  38. package/dist/components/InfiniteList/components/InfiniteListPageSelectItem.vue2.js +5 -0
  39. package/dist/components/InfiniteList/models/injection.d.ts +16 -0
  40. package/dist/components/InfiniteList/models/injection.d.ts.map +1 -0
  41. package/dist/components/InfiniteList/models/injection.js +4 -0
  42. package/dist/components/InfiniteList/use/useSelected.d.ts +14 -0
  43. package/dist/components/InfiniteList/use/useSelected.d.ts.map +1 -0
  44. package/dist/components/InfiniteList/use/useSelected.js +159 -0
  45. package/dist/components/Input/WInput.vue.d.ts +3 -3
  46. package/dist/components/Input/WInputAsync.vue.d.ts +3 -3
  47. package/dist/components/Input/WInputOptions.vue.d.ts +3 -3
  48. package/dist/components/Input/WInputOptions.vue.d.ts.map +1 -1
  49. package/dist/components/Input/WInputSuggest.vue.d.ts +3 -3
  50. package/dist/components/Link/WLink.vue.d.ts +3 -2
  51. package/dist/components/Link/WLink.vue.d.ts.map +1 -1
  52. package/dist/components/Link/WLink.vue.js +2 -1
  53. package/dist/components/Link/WLinkArrow.vue.d.ts +2 -1
  54. package/dist/components/Link/WLinkArrow.vue.d.ts.map +1 -1
  55. package/dist/components/Link/WLinkArrow.vue.js +2 -1
  56. package/dist/components/ListCard/WListCard.vue.d.ts +10 -18
  57. package/dist/components/ListCard/WListCard.vue.d.ts.map +1 -1
  58. package/dist/components/ListCard/WListCard.vue.js +50 -25
  59. package/dist/components/MenuItem/WMenuItem.vue.d.ts +23 -2
  60. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  61. package/dist/components/MenuItem/WMenuItem.vue.js +3 -2
  62. package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
  63. package/dist/components/Nav/WNavItem.vue.d.ts +2 -1
  64. package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -1
  65. package/dist/components/Nav/WNavItem.vue.js +2 -1
  66. package/dist/components/Nav/WNavItemExpand.vue.d.ts +2 -1
  67. package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +1 -1
  68. package/dist/components/Nav/WNavItemExpand.vue.js +2 -1
  69. package/dist/components/Notify/components/NotifyCard.vue.d.ts +25 -4
  70. package/dist/components/Notify/components/NotifyCard.vue.d.ts.map +1 -1
  71. package/dist/components/Notify/components/NotifyCard.vue.js +4 -3
  72. package/dist/components/Notify/models/types.d.ts +1 -0
  73. package/dist/components/Notify/models/types.d.ts.map +1 -1
  74. package/dist/components/Select/WSelect.vue.d.ts +3 -3
  75. package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
  76. package/dist/components/Select/WSelectAsync.vue.d.ts +3 -3
  77. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
  78. package/dist/components/Select/WSelectAsyncList.vue.d.ts +3 -3
  79. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
  80. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts +3 -3
  81. package/dist/components/Select/WSelectAsyncSingle.vue.d.ts.map +1 -1
  82. package/dist/components/Select/WSelectSingle.vue.d.ts +3 -3
  83. package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
  84. package/dist/components/Select/components/SelectAsyncList.vue.d.ts +3 -3
  85. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
  86. package/dist/components/Select/components/SelectOption.vue.d.ts +3 -3
  87. package/dist/components/Select/components/SelectOption.vue.d.ts.map +1 -1
  88. package/dist/types/global.d.ts +13 -10
  89. package/dist/types/types.d.ts +9 -0
  90. package/dist/utils/Modal.d.ts +8 -5
  91. package/dist/utils/Modal.d.ts.map +1 -1
  92. package/dist/utils/useDefaultQuery.d.ts +1 -1
  93. package/dist/utils/useDefaultQuery.d.ts.map +1 -1
  94. package/package.json +4 -1
@@ -1 +1 @@
1
- {"version":3,"file":"WInputOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputOptions.vue"],"names":[],"mappings":"AAiFA;AAEA,OAAO,EAAwC,KAAK,SAAS,EAAC,MAAM,KAAK,CAAA;;QAMmB,MAAM;;QAA+B,MAAM;;WA4W9H,IAAI,GAAG,SAAS;;;;;0BAFD,MAAM;;;;;;;;;;;;;;aADnB,MAAM,EAAE;;;gBASoB,MAAM;;;;;;;WAoBtC,GAAG;;uBA/DkB,GAAG;;;;;YACF,GAAG;;cArS1B,oBAAoB,qDAAsB,IAAI;;;;OAkWmB,IAAI;;eAzBlE,IAAI,GAAG,SAAS;;;;;8BAFD,MAAM;;;;;;;;;;;;;;iBADnB,MAAM,EAAE;;;oBASoB,MAAM;;;;;;;;;;SAmB0B,IAAI;WACpE,GAAG;;uBA/DkB,GAAG;;;;;YACF,GAAG;;cArS1B,oBAAoB,qDAAsB,IAAI;;;;;;mBAyU3C,IAAI,GAAG,SAAS;;;;;kCAFD,MAAM;;;;;;;;;;;;;;qBADnB,MAAM,EAAE;;;wBASoB,MAAM;;;;;;;;;;aAmB0B,IAAI;eACpE,GAAG;;2BA/DkB,GAAG;;;;;gBACF,GAAG;;kBArS1B,oBAAoB,qDAAsB,IAAI;;;AAnCpD,wBA2Y2E"}
1
+ {"version":3,"file":"WInputOptions.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputOptions.vue"],"names":[],"mappings":"AAiFA;AAEA,OAAO,EAAwC,KAAK,SAAS,EAAC,MAAM,KAAK,CAAA;;QAMmB,MAAM;;QAA+B,MAAM;;WA4W9H,IAAI,GAAG,SAAS;;;;;;0BAFD,MAAM;;;;;;;;;;;;;aADnB,MAAM,EAAE;;;gBASoB,MAAM;;;;;;;WAoBtC,GAAG;;uBA/DkB,GAAG;;;;;YACF,GAAG;;cArS1B,oBAAoB,qDAAsB,IAAI;;;;OAkWmB,IAAI;;eAzBlE,IAAI,GAAG,SAAS;;;;;;8BAFD,MAAM;;;;;;;;;;;;;iBADnB,MAAM,EAAE;;;oBASoB,MAAM;;;;;;;;;;SAmB0B,IAAI;WACpE,GAAG;;uBA/DkB,GAAG;;;;;YACF,GAAG;;cArS1B,oBAAoB,qDAAsB,IAAI;;;;;;mBAyU3C,IAAI,GAAG,SAAS;;;;;;kCAFD,MAAM;;;;;;;;;;;;;qBADnB,MAAM,EAAE;;;wBASoB,MAAM;;;;;;;;;;aAmB0B,IAAI;eACpE,GAAG;;2BA/DkB,GAAG;;;;;gBACF,GAAG;;kBArS1B,oBAAoB,qDAAsB,IAAI;;;AAnCpD,wBA2Y2E"}
@@ -5,6 +5,7 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: {
5
5
  title?: string | undefined;
6
6
  onFocus?: ((value: FocusEvent) => any) | undefined;
7
7
  onBlur?: ((value: FocusEvent) => any) | undefined;
8
+ icon?: SVGComponent | undefined;
8
9
  onClose?: (() => any) | undefined;
9
10
  disabled?: boolean | undefined;
10
11
  loading?: boolean | undefined;
@@ -12,7 +13,6 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: {
12
13
  modelValue?: (Type extends "number" ? number : string) | undefined;
13
14
  horizontalAlign?: HorizontalAlign | undefined;
14
15
  teleport?: boolean | undefined;
15
- icon?: SVGComponent | undefined;
16
16
  readonly?: boolean | undefined;
17
17
  skeleton?: boolean | undefined;
18
18
  description?: string | undefined;
@@ -79,6 +79,7 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: {
79
79
  title?: string | undefined;
80
80
  onFocus?: ((value: FocusEvent) => any) | undefined;
81
81
  onBlur?: ((value: FocusEvent) => any) | undefined;
82
+ icon?: SVGComponent | undefined;
82
83
  onClose?: (() => any) | undefined;
83
84
  disabled?: boolean | undefined;
84
85
  loading?: boolean | undefined;
@@ -86,7 +87,6 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: {
86
87
  modelValue?: (Type extends "number" ? number : string) | undefined;
87
88
  horizontalAlign?: HorizontalAlign | undefined;
88
89
  teleport?: boolean | undefined;
89
- icon?: SVGComponent | undefined;
90
90
  readonly?: boolean | undefined;
91
91
  skeleton?: boolean | undefined;
92
92
  description?: string | undefined;
@@ -157,6 +157,7 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: {
157
157
  title?: string | undefined;
158
158
  onFocus?: ((value: FocusEvent) => any) | undefined;
159
159
  onBlur?: ((value: FocusEvent) => any) | undefined;
160
+ icon?: SVGComponent | undefined;
160
161
  onClose?: (() => any) | undefined;
161
162
  disabled?: boolean | undefined;
162
163
  loading?: boolean | undefined;
@@ -164,7 +165,6 @@ declare const _default: <Type extends InputType = "text">(__VLS_props: {
164
165
  modelValue?: (Type extends "number" ? number : string) | undefined;
165
166
  horizontalAlign?: HorizontalAlign | undefined;
166
167
  teleport?: boolean | undefined;
167
- icon?: SVGComponent | undefined;
168
168
  readonly?: boolean | undefined;
169
169
  skeleton?: boolean | undefined;
170
170
  description?: string | undefined;
@@ -1,5 +1,6 @@
1
1
  import { SemanticType } from '../../utils/SemanticType';
2
- interface Props extends /* @vue-ignore */ Partial<LinkProps> {
2
+ import type { LinkProps } from '../../types/types';
3
+ interface Props extends LinkProps {
3
4
  href?: string;
4
5
  target?: '_self' | '_blank' | '_parent' | '_top';
5
6
  text?: string;
@@ -20,9 +21,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
20
21
  text: undefined;
21
22
  }>>>, {
22
23
  text: string;
24
+ semanticType: SemanticType;
23
25
  to: import("vue-router").RouteLocationRaw;
24
26
  target: "_self" | "_blank" | "_parent" | "_top";
25
- semanticType: SemanticType;
26
27
  href: string;
27
28
  }, {}>, {
28
29
  default?(_: {}): any;
@@ -1 +1 @@
1
- {"version":3,"file":"WLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLink.vue"],"names":[],"mappings":"AAqBA;AAIA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAKjD,UAAU,KAAM,SAAQ,iBAAiB,CAAC,OAAO,CAAC,SAAS,CAAC;IAC1D,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;;;;;;;;;;;;;;;;;;;;;;AA4GD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"WLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLink.vue"],"names":[],"mappings":"AAqBA;AAIA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAA;AAEjD,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,KAAK,CAAC,EAAE,OAAO,CAAA;CAChB;;;;;;;;;;;;;;;;;;;;;;AA4GD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -11,7 +11,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
11
11
  target: { default: void 0 },
12
12
  text: { default: void 0 },
13
13
  semanticType: { default: SemanticType.PRIMARY },
14
- small: { type: Boolean }
14
+ small: { type: Boolean },
15
+ to: { default: void 0 }
15
16
  },
16
17
  setup(__props) {
17
18
  return (_ctx, _cache) => {
@@ -1,4 +1,5 @@
1
- interface Props extends /* @vue-ignore */ LinkProps {
1
+ import type { LinkProps } from '../../types/types';
2
+ interface Props extends LinkProps {
2
3
  text?: string;
3
4
  }
4
5
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
@@ -1 +1 @@
1
- {"version":3,"file":"WLinkArrow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLinkArrow.vue"],"names":[],"mappings":"AAcA;AAOA,UAAU,KAAM,SAAQ,iBAAiB,CAAC,SAAS;IACjD,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;;;;AAsFD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"WLinkArrow.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Link/WLinkArrow.vue"],"names":[],"mappings":"AAcA;AAIA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;;;;AAsFD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -5,7 +5,8 @@ import IconBack from '../../assets/icons/default/IconBack.svg.js';
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "WLinkArrow",
7
7
  props: {
8
- text: {}
8
+ text: {},
9
+ to: {}
9
10
  },
10
11
  setup(__props) {
11
12
  return (_ctx, _cache) => {
@@ -1,35 +1,27 @@
1
1
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
2
2
  disabled?: boolean | undefined;
3
- selected?: boolean | undefined;
4
- selectedBetween?: boolean | undefined;
5
- selectedHover?: boolean | undefined;
6
3
  hideMore?: boolean | undefined;
7
4
  mobile?: boolean | undefined;
8
- allowSelect?: boolean | undefined;
9
- allowSelectHover?: boolean | undefined;
10
5
  moreBottom?: boolean | undefined;
11
- allowShift?: boolean | undefined;
12
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ alignTop?: boolean | undefined;
7
+ }>, {
8
+ updateSelected: ((value: boolean) => void) | undefined;
9
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
10
  "update:selected": (value: boolean) => void;
14
- "update-shift:selected": (value: boolean) => void;
15
- "update-hover:selected": (value: boolean) => void;
11
+ "update:selected-hover": (value: boolean) => void;
16
12
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
17
13
  disabled?: boolean | undefined;
18
- selected?: boolean | undefined;
19
- selectedBetween?: boolean | undefined;
20
- selectedHover?: boolean | undefined;
21
14
  hideMore?: boolean | undefined;
22
15
  mobile?: boolean | undefined;
23
- allowSelect?: boolean | undefined;
24
- allowSelectHover?: boolean | undefined;
25
16
  moreBottom?: boolean | undefined;
26
- allowShift?: boolean | undefined;
17
+ alignTop?: boolean | undefined;
27
18
  }>>> & {
28
19
  "onUpdate:selected"?: ((value: boolean) => any) | undefined;
29
- "onUpdate-shift:selected"?: ((value: boolean) => any) | undefined;
30
- "onUpdate-hover:selected"?: ((value: boolean) => any) | undefined;
20
+ "onUpdate:selected-hover"?: ((value: boolean) => any) | undefined;
31
21
  }, {}, {}>, {
32
- default?(_: {}): any;
22
+ default?(_: {
23
+ toggle: ((value: boolean) => void) | undefined;
24
+ }): any;
33
25
  more?(_: {}): any;
34
26
  }>;
35
27
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ListCard/WListCard.vue"],"names":[],"mappings":"AA2DA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiPA,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ListCard/WListCard.vue"],"names":[],"mappings":"AA8DA;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgRA,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -1,9 +1,10 @@
1
- import { defineComponent, openBlock, createElementBlock, createVNode, Transition, withCtx, createCommentVNode, createBlock, normalizeClass, renderSlot, markRaw, unref } from 'vue';
1
+ import { defineComponent, inject, watch, openBlock, createElementBlock, createVNode, Transition, withCtx, unref, createCommentVNode, createBlock, normalizeClass, renderSlot, markRaw } from 'vue';
2
2
  import _sfc_main$1 from '../Checkbox/WCheckbox.vue.js';
3
3
  import _sfc_main$2 from '../Button/WButtonMore.vue.js';
4
4
  import _sfc_main$3 from '../Button/WButtonMoreItem.vue.js';
5
5
  import IconAddCircle from '../../assets/icons/sax/IconAddCircle.svg.js';
6
6
  import IconMinusCircle from '../../assets/icons/sax/IconMinusCircle.svg.js';
7
+ import { wInfiniteListSelection, wInfiniteListSelectionItem } from '../InfiniteList/models/injection.js';
7
8
 
8
9
  const _hoisted_1 = { class: "grid relative w-full sm:flex sm-not:group-even:bg-gray-50 sm-not:dark:group-even:bg-primary-darkest/25 sm-not:pt-2" };
9
10
  const _hoisted_2 = {
@@ -14,18 +15,39 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
14
15
  __name: "WListCard",
15
16
  props: {
16
17
  disabled: { type: Boolean },
17
- selected: { type: Boolean },
18
- selectedBetween: { type: Boolean },
19
- selectedHover: { type: Boolean },
20
18
  hideMore: { type: Boolean },
21
19
  mobile: { type: Boolean },
22
- allowSelect: { type: Boolean },
23
- allowSelectHover: { type: Boolean },
24
20
  moreBottom: { type: Boolean },
25
- allowShift: { type: Boolean }
21
+ alignTop: { type: Boolean }
26
22
  },
27
- emits: ["update:selected", "update-shift:selected", "update-hover:selected"],
28
- setup(__props) {
23
+ emits: ["update:selected", "update:selected-hover"],
24
+ setup(__props, { expose: __expose, emit: __emit }) {
25
+ const emit = __emit;
26
+ const {
27
+ allowSelect,
28
+ allowSelectRange,
29
+ allowSelectHover
30
+ } = inject(wInfiniteListSelection, {});
31
+ const {
32
+ selected,
33
+ selectedBetween,
34
+ updateSelected,
35
+ updateSelectedRange,
36
+ updateSelectedRangeHover
37
+ } = inject(wInfiniteListSelectionItem, {});
38
+ if (selected) {
39
+ watch(selected, (value) => {
40
+ emit("update:selected", value);
41
+ });
42
+ }
43
+ if (allowSelectHover) {
44
+ watch(allowSelectHover, (value) => {
45
+ emit("update:selected-hover", value);
46
+ });
47
+ }
48
+ __expose({
49
+ updateSelected
50
+ });
29
51
  return (_ctx, _cache) => {
30
52
  return openBlock(), createElementBlock("div", _hoisted_1, [
31
53
  createVNode(Transition, {
@@ -35,37 +57,40 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
35
57
  "leave-to-class": "-translate-x-2"
36
58
  }, {
37
59
  default: withCtx(() => [
38
- _ctx.mobile && _ctx.selected ? (openBlock(), createElementBlock("div", _hoisted_2)) : createCommentVNode("", true)
60
+ _ctx.mobile && unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_2)) : createCommentVNode("", true)
39
61
  ]),
40
62
  _: 1
41
63
  }),
42
- _ctx.allowSelect && !_ctx.mobile ? (openBlock(), createBlock(_sfc_main$1, {
64
+ unref(allowSelect) && !_ctx.mobile ? (openBlock(), createBlock(_sfc_main$1, {
43
65
  key: 0,
44
- "model-value": _ctx.selectedBetween ? null : _ctx.selected ?? false,
66
+ "model-value": unref(selectedBetween) ? null : unref(selected) ?? false,
45
67
  disabled: _ctx.disabled,
46
- "allow-shift": _ctx.allowShift,
68
+ "allow-shift": unref(allowSelectRange),
69
+ "align-top": _ctx.alignTop,
47
70
  class: normalizeClass(["sm:w-list-row-item sm-not:hidden", {
48
- "opacity-50": _ctx.allowSelectHover
71
+ "opacity-50": unref(allowSelectHover)
49
72
  }]),
50
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.allowSelectHover ? _ctx.$emit("update-shift:selected", $event) : _ctx.$emit("update:selected", $event)),
51
- "onUpdateShift:modelValue": _cache[1] || (_cache[1] = ($event) => _ctx.$emit("update-shift:selected", $event)),
52
- onMouseover: _cache[2] || (_cache[2] = ($event) => _ctx.allowSelectHover ? _ctx.$emit("update-hover:selected", !_ctx.selected) : void 0)
53
- }, null, 8, ["model-value", "disabled", "allow-shift", "class"])) : createCommentVNode("", true),
54
- renderSlot(_ctx.$slots, "default"),
73
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => unref(allowSelectHover) ? unref(updateSelectedRange)?.() : unref(updateSelected)?.($event)),
74
+ "onUpdateShift:modelValue": _cache[1] || (_cache[1] = ($event) => unref(updateSelectedRange)?.()),
75
+ onMouseover: _cache[2] || (_cache[2] = ($event) => unref(allowSelectHover) ? unref(updateSelectedRangeHover)?.() : void 0)
76
+ }, null, 8, ["model-value", "disabled", "allow-shift", "align-top", "class"])) : createCommentVNode("", true),
77
+ renderSlot(_ctx.$slots, "default", { toggle: unref(updateSelected) }),
55
78
  !_ctx.hideMore ? (openBlock(), createBlock(_sfc_main$2, {
56
79
  key: 1,
57
- class: normalizeClass(["sm-not:absolute sm-not:right-0 sm-not:-mx--inner-margin sm-not:bottom-0 sm-not:items-start sm:w-list-row-item flex items-center pl-4", {
80
+ class: normalizeClass(["sm-not:absolute sm-not:right-0 sm-not:-mx--inner-margin sm-not:bottom-0 sm-not:items-start sm:w-list-row-item flex pl-4", {
58
81
  "sm-not:top-5": !_ctx.moreBottom,
59
- "sm-not:top-12": _ctx.moreBottom
82
+ "sm-not:top-12": _ctx.moreBottom,
83
+ "items-start pt-2": _ctx.alignTop,
84
+ "items-center": !_ctx.alignTop
60
85
  }]),
61
86
  disabled: _ctx.disabled
62
87
  }, {
63
88
  default: withCtx(() => [
64
- _ctx.allowSelect && _ctx.mobile ? (openBlock(), createBlock(_sfc_main$3, {
89
+ unref(allowSelect) && _ctx.mobile ? (openBlock(), createBlock(_sfc_main$3, {
65
90
  key: 0,
66
- text: _ctx.selected ? "Unselect" : "Select",
67
- icon: _ctx.selected ? markRaw(unref(IconMinusCircle)) : markRaw(unref(IconAddCircle)),
68
- onClick: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("update:selected", !_ctx.selected))
91
+ text: unref(selected) ? "Unselect" : "Select",
92
+ icon: unref(selected) ? markRaw(unref(IconMinusCircle)) : markRaw(unref(IconAddCircle)),
93
+ onClick: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("update:selected", !unref(selected)))
69
94
  }, null, 8, ["text", "icon"])) : createCommentVNode("", true),
70
95
  renderSlot(_ctx.$slots, "more")
71
96
  ]),
@@ -1,9 +1,22 @@
1
- interface Props extends /* @vue-ignore */ Partial<LinkProps> {
1
+ import type { LinkProps } from '../../types/types';
2
+ interface Props extends LinkProps {
2
3
  disabled?: boolean;
3
4
  href?: string;
4
5
  download?: string;
5
6
  }
6
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
7
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
8
+ href: undefined;
9
+ download: undefined;
10
+ to: undefined;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
12
+ href: undefined;
13
+ download: undefined;
14
+ to: undefined;
15
+ }>>>, {
16
+ to: import("vue-router").RouteLocationRaw;
17
+ href: string;
18
+ download: string;
19
+ }, {}>, {
7
20
  default?(_: {}): any;
8
21
  }>;
9
22
  export default _default;
@@ -16,6 +29,14 @@ type __VLS_TypePropsToRuntimeProps<T> = {
16
29
  required: true;
17
30
  };
18
31
  };
32
+ type __VLS_WithDefaults<P, D> = {
33
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
+ default: D[K];
35
+ }> : P[K];
36
+ };
37
+ type __VLS_Prettify<T> = {
38
+ [K in keyof T]: T[K];
39
+ } & {};
19
40
  type __VLS_WithTemplateSlots<T, S> = T & {
20
41
  new (): {
21
42
  $slots: S;
@@ -1 +1 @@
1
- {"version":3,"file":"WMenuItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/MenuItem/WMenuItem.vue"],"names":[],"mappings":"AAcA;AAMA,UAAU,KAAM,SAAQ,iBAAiB,CAAC,OAAO,CAAC,SAAS,CAAC;IAC1D,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;;;;AAoED,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"WMenuItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/MenuItem/WMenuItem.vue"],"names":[],"mappings":"AAcA;AAGA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;;;;;;;;;;;;;;;;AAgFD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC;AACxD,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -5,8 +5,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
5
5
  __name: "WMenuItem",
6
6
  props: {
7
7
  disabled: { type: Boolean },
8
- href: {},
9
- download: {}
8
+ href: { default: void 0 },
9
+ download: { default: void 0 },
10
+ to: { default: void 0 }
10
11
  },
11
12
  setup(__props) {
12
13
  return (_ctx, _cache) => {
@@ -1 +1 @@
1
- {"version":3,"file":"WModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModal.vue"],"names":[],"mappings":"AAyCA;;AAyPA,wBAKG"}
1
+ {"version":3,"file":"WModal.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Modal/WModal.vue"],"names":[],"mappings":"AAyCA;;AA6PA,wBAKG"}
@@ -1,4 +1,5 @@
1
- interface Props extends /* @vue-ignore */ LinkProps {
1
+ import type { LinkProps } from '../../types/types';
2
+ interface Props extends LinkProps {
2
3
  icon?: SVGComponent;
3
4
  title: string;
4
5
  count?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"WNavItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Nav/WNavItem.vue"],"names":[],"mappings":"AAmEA;AAUA,UAAU,KAAM,SAAQ,iBAAiB,CAAC,SAAS;IACjD,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;;;;;;;;AAqOD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"WNavItem.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Nav/WNavItem.vue"],"names":[],"mappings":"AAmEA;AAOA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;;;;;;;;AAqOD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
@@ -22,7 +22,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  counter: {},
23
23
  noQuery: { type: Boolean },
24
24
  skeleton: { type: Boolean },
25
- hasActive: { type: Boolean }
25
+ hasActive: { type: Boolean },
26
+ to: {}
26
27
  },
27
28
  emits: ["update:isActive"],
28
29
  setup(__props, { emit: __emit }) {
@@ -1,4 +1,5 @@
1
- interface Props extends /* @vue-ignore */ LinkProps {
1
+ import type { LinkProps } from '../../types/types';
2
+ interface Props extends LinkProps {
2
3
  icon?: SVGComponent;
3
4
  title: string;
4
5
  count?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"WNavItemExpand.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Nav/WNavItemExpand.vue"],"names":[],"mappings":"AAmCA;AAUA,UAAU,KAAM,SAAQ,iBAAiB,CAAC,SAAS;IACjD,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;;AAyJD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"WNavItemExpand.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Nav/WNavItemExpand.vue"],"names":[],"mappings":"AAmCA;AAOA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;;AAyJD,wBAMG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -11,7 +11,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
11
11
  title: {},
12
12
  count: {},
13
13
  skeleton: { type: Boolean },
14
- newLabel: { type: Boolean }
14
+ newLabel: { type: Boolean },
15
+ to: {}
15
16
  },
16
17
  setup(__props) {
17
18
  const isOpen = ref(false);
@@ -1,16 +1,29 @@
1
1
  import { NotifyType } from '../models/NotifyType';
2
- interface Props extends /* @vue-ignore */ Partial<LinkProps> {
2
+ import type { LinkProps } from '../../../types/types';
3
+ interface Props extends LinkProps {
3
4
  title: string;
4
5
  caption?: string;
5
6
  userInput?: string;
6
7
  type: NotifyType;
7
8
  count: number;
8
9
  }
9
- declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
+ caption: undefined;
12
+ userInput: undefined;
13
+ to: undefined;
14
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
15
  "click:close": () => void;
11
- }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>> & {
16
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
17
+ caption: undefined;
18
+ userInput: undefined;
19
+ to: undefined;
20
+ }>>> & {
12
21
  "onClick:close"?: (() => any) | undefined;
13
- }, {}, {}>;
22
+ }, {
23
+ caption: string;
24
+ to: import("vue-router").RouteLocationRaw;
25
+ userInput: string;
26
+ }, {}>;
14
27
  export default _default;
15
28
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
16
29
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -21,4 +34,12 @@ type __VLS_TypePropsToRuntimeProps<T> = {
21
34
  required: true;
22
35
  };
23
36
  };
37
+ type __VLS_WithDefaults<P, D> = {
38
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
39
+ default: D[K];
40
+ }> : P[K];
41
+ };
42
+ type __VLS_Prettify<T> = {
43
+ [K in keyof T]: T[K];
44
+ } & {};
24
45
  //# sourceMappingURL=NotifyCard.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"NotifyCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Notify/components/NotifyCard.vue"],"names":[],"mappings":"AA+DA;AAIA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAA;AAY/C,UAAU,KAAM,SAAQ,iBAAiB,CAAC,OAAO,CAAC,SAAS,CAAC;IAC1D,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;;;;;;AA4RD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"NotifyCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Notify/components/NotifyCard.vue"],"names":[],"mappings":"AA+DA;AAIA,OAAO,EAAC,UAAU,EAAC,MAAM,sBAAsB,CAAA;AAS/C,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAI5C,UAAU,KAAM,SAAQ,SAAS;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,UAAU,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACf;;;;;;;;;;;;;;;;;;AAwSD,wBAOG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,kBAAkB,CAAC,CAAC,EAAE,CAAC,IAAI;KAE1B,CAAC,IAAI,MAAM,IAAI,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,SAAS,MAAM,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG;QACxE,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAA;KACb,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACT,CAAC;AACN,KAAK,cAAc,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -24,10 +24,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  __name: "NotifyCard",
25
25
  props: {
26
26
  title: {},
27
- caption: {},
28
- userInput: {},
27
+ caption: { default: void 0 },
28
+ userInput: { default: void 0 },
29
29
  type: {},
30
- count: {}
30
+ count: {},
31
+ to: { default: void 0 }
31
32
  },
32
33
  emits: ["click:close"],
33
34
  setup(__props) {
@@ -1,3 +1,4 @@
1
+ import type { LinkProps } from '../../../types/types';
1
2
  import type { NotifyType } from './NotifyType';
2
3
  export interface NotifyConfig extends Partial<LinkProps> {
3
4
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Notify/models/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAA;AAE5C,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,SAAS,CAAC;IACtD,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,UAAU,CAAA;CACjB;AAED,MAAM,MAAM,SAAS,GAAG,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Notify/models/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAC5C,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,cAAc,CAAA;AAE5C,MAAM,WAAW,YAAa,SAAQ,OAAO,CAAC,SAAS,CAAC;IACtD,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,UAAU,CAAA;CACjB;AAED,MAAM,MAAM,SAAS,GAAG,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAA"}
@@ -4,10 +4,10 @@ declare const _default: <Item extends string | number = string>(__VLS_props: {
4
4
  search: string;
5
5
  title?: string | undefined;
6
6
  onSelect?: ((item: Item) => any) | undefined;
7
+ icon?: SVGComponent | undefined;
7
8
  disabled?: boolean | undefined;
8
9
  loading?: boolean | undefined;
9
10
  modelValue: Item[];
10
- icon?: SVGComponent | undefined;
11
11
  readonly?: boolean | undefined;
12
12
  skeleton?: boolean | undefined;
13
13
  description?: string | undefined;
@@ -58,10 +58,10 @@ declare const _default: <Item extends string | number = string>(__VLS_props: {
58
58
  search: string;
59
59
  title?: string | undefined;
60
60
  onSelect?: ((item: Item) => any) | undefined;
61
+ icon?: SVGComponent | undefined;
61
62
  disabled?: boolean | undefined;
62
63
  loading?: boolean | undefined;
63
64
  modelValue: Item[];
64
- icon?: SVGComponent | undefined;
65
65
  readonly?: boolean | undefined;
66
66
  skeleton?: boolean | undefined;
67
67
  description?: string | undefined;
@@ -116,10 +116,10 @@ declare const _default: <Item extends string | number = string>(__VLS_props: {
116
116
  search: string;
117
117
  title?: string | undefined;
118
118
  onSelect?: ((item: Item) => any) | undefined;
119
+ icon?: SVGComponent | undefined;
119
120
  disabled?: boolean | undefined;
120
121
  loading?: boolean | undefined;
121
122
  modelValue: Item[];
122
- icon?: SVGComponent | undefined;
123
123
  readonly?: boolean | undefined;
124
124
  skeleton?: boolean | undefined;
125
125
  description?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelect.vue"],"names":[],"mappings":"AA0KA;AAEA,OAAO,EAAwC,KAAK,SAAS,EAAC,MAAM,KAAK,CAAA;;;YAwnB/D,MAAM;;;;;gBADF,IAAI,EAAE;;;;;;;;;;;;;;;aAET,IAAI,EAAE;;;gBAOsB,IAAI;;;;;;;;;;WAuBpC,GAAG;;;;;;YArEoB,GAAG;uBACL,GAAG;;;YAxiBzB,QAAQ,QAAQ,IAAI,GAAG,IAAI;YAC3B,UAAU,QAAQ,IAAI,GAAG,IAAI;YAC7B,eAAe,SAAS,MAAM,GAAG,IAAI;YACrC,eAAe,SAAS,MAAM,GAAG,IAAI;;;;;OAwmB4B,IAAI;;;gBA9BjE,MAAM;;;;;oBADF,IAAI,EAAE;;;;;;;;;;;;;;;iBAET,IAAI,EAAE;;;oBAOsB,IAAI;;;;;;;;;;;;;SAsB4B,IAAI;WACpE,GAAG;;;;;;YArEoB,GAAG;uBACL,GAAG;;;YAxiBzB,QAAQ,QAAQ,IAAI,GAAG,IAAI;YAC3B,UAAU,QAAQ,IAAI,GAAG,IAAI;YAC7B,eAAe,SAAS,MAAM,GAAG,IAAI;YACrC,eAAe,SAAS,MAAM,GAAG,IAAI;;;;;;;;oBA0kBjC,MAAM;;;;;wBADF,IAAI,EAAE;;;;;;;;;;;;;;;qBAET,IAAI,EAAE;;;wBAOsB,IAAI;;;;;;;;;;;;;aAsB4B,IAAI;eACpE,GAAG;;;;;;gBArEoB,GAAG;2BACL,GAAG;;;gBAxiBzB,QAAQ,QAAQ,IAAI,GAAG,IAAI;gBAC3B,UAAU,QAAQ,IAAI,GAAG,IAAI;gBAC7B,eAAe,SAAS,MAAM,GAAG,IAAI;gBACrC,eAAe,SAAS,MAAM,GAAG,IAAI;;;;AAtC3C,wBAopB2E"}
1
+ {"version":3,"file":"WSelect.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelect.vue"],"names":[],"mappings":"AA0KA;AAEA,OAAO,EAAwC,KAAK,SAAS,EAAC,MAAM,KAAK,CAAA;;;YAwnB/D,MAAM;;;;;;gBADF,IAAI,EAAE;;;;;;;;;;;;;;aAET,IAAI,EAAE;;;gBAOsB,IAAI;;;;;;;;;;WAuBpC,GAAG;;;;;;YArEoB,GAAG;uBACL,GAAG;;;YAxiBzB,QAAQ,QAAQ,IAAI,GAAG,IAAI;YAC3B,UAAU,QAAQ,IAAI,GAAG,IAAI;YAC7B,eAAe,SAAS,MAAM,GAAG,IAAI;YACrC,eAAe,SAAS,MAAM,GAAG,IAAI;;;;;OAwmB4B,IAAI;;;gBA9BjE,MAAM;;;;;;oBADF,IAAI,EAAE;;;;;;;;;;;;;;iBAET,IAAI,EAAE;;;oBAOsB,IAAI;;;;;;;;;;;;;SAsB4B,IAAI;WACpE,GAAG;;;;;;YArEoB,GAAG;uBACL,GAAG;;;YAxiBzB,QAAQ,QAAQ,IAAI,GAAG,IAAI;YAC3B,UAAU,QAAQ,IAAI,GAAG,IAAI;YAC7B,eAAe,SAAS,MAAM,GAAG,IAAI;YACrC,eAAe,SAAS,MAAM,GAAG,IAAI;;;;;;;;oBA0kBjC,MAAM;;;;;;wBADF,IAAI,EAAE;;;;;;;;;;;;;;qBAET,IAAI,EAAE;;;wBAOsB,IAAI;;;;;;;;;;;;;aAsB4B,IAAI;eACpE,GAAG;;;;;;gBArEoB,GAAG;2BACL,GAAG;;;gBAxiBzB,QAAQ,QAAQ,IAAI,GAAG,IAAI;gBAC3B,UAAU,QAAQ,IAAI,GAAG,IAAI;gBAC7B,eAAe,SAAS,MAAM,GAAG,IAAI;gBACrC,eAAe,SAAS,MAAM,GAAG,IAAI;;;;AAtC3C,wBAopB2E"}
@@ -4,12 +4,12 @@ declare const _default: <Model extends string | number, Data extends DefaultData
4
4
  search: string;
5
5
  title?: string | undefined;
6
6
  onSelect?: ((item: Model) => any) | undefined;
7
+ icon?: SVGComponent | undefined;
7
8
  disabled?: boolean | undefined;
8
9
  loading?: boolean | undefined;
9
10
  "onUpdate:modelValue"?: ((value: Model[]) => any) | undefined;
10
11
  valueGetter?: ((data: Data) => Model) | undefined;
11
12
  modelValue: Model[];
12
- icon?: SVGComponent | undefined;
13
13
  readonly?: boolean | undefined;
14
14
  skeleton?: boolean | undefined;
15
15
  description?: string | undefined;
@@ -76,12 +76,12 @@ declare const _default: <Model extends string | number, Data extends DefaultData
76
76
  search: string;
77
77
  title?: string | undefined;
78
78
  onSelect?: ((item: Model) => any) | undefined;
79
+ icon?: SVGComponent | undefined;
79
80
  disabled?: boolean | undefined;
80
81
  loading?: boolean | undefined;
81
82
  "onUpdate:modelValue"?: ((value: Model[]) => any) | undefined;
82
83
  valueGetter?: ((data: Data) => Model) | undefined;
83
84
  modelValue: Model[];
84
- icon?: SVGComponent | undefined;
85
85
  readonly?: boolean | undefined;
86
86
  skeleton?: boolean | undefined;
87
87
  description?: string | undefined;
@@ -152,12 +152,12 @@ declare const _default: <Model extends string | number, Data extends DefaultData
152
152
  search: string;
153
153
  title?: string | undefined;
154
154
  onSelect?: ((item: Model) => any) | undefined;
155
+ icon?: SVGComponent | undefined;
155
156
  disabled?: boolean | undefined;
156
157
  loading?: boolean | undefined;
157
158
  "onUpdate:modelValue"?: ((value: Model[]) => any) | undefined;
158
159
  valueGetter?: ((data: Data) => Model) | undefined;
159
160
  modelValue: Model[];
160
- icon?: SVGComponent | undefined;
161
161
  readonly?: boolean | undefined;
162
162
  skeleton?: boolean | undefined;
163
163
  description?: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WSelectAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsync.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"WSelectAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Select/WSelectAsync.vue"],"names":[],"mappings":"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"}