eco-vue-js 0.10.33 → 0.10.35

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 (70) hide show
  1. package/dist/components/Button/WButtonAction.vue.js +1 -1
  2. package/dist/components/Button/WButtonDropdown.vue.d.ts +2 -2
  3. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -1
  4. package/dist/components/Button/WButtonDropdown.vue.js +1 -0
  5. package/dist/components/Button/WButtonGroup.vue.js +1 -0
  6. package/dist/components/Button/WButtonMore.vue.d.ts +11 -4
  7. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  8. package/dist/components/Button/WButtonMore.vue.js +35 -15
  9. package/dist/components/Button/WButtonMoreItem.vue.d.ts +5 -6
  10. package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
  11. package/dist/components/Button/WButtonMoreItem.vue.js +11 -6
  12. package/dist/components/Checkbox/WCheckboxGroup.vue.js +1 -0
  13. package/dist/components/ClickOutside/WClickOutside.vue.d.ts +6 -3
  14. package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -1
  15. package/dist/components/ClickOutside/WClickOutside.vue.js +9 -1
  16. package/dist/components/Dropdown/WDropdown.vue.d.ts +2 -0
  17. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  18. package/dist/components/Dropdown/WDropdown.vue.js +6 -2
  19. package/dist/components/Dropdown/utils/DropdownStyle.d.ts +36 -1
  20. package/dist/components/Dropdown/utils/DropdownStyle.d.ts.map +1 -1
  21. package/dist/components/Dropdown/utils/DropdownStyle.js +1 -1
  22. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +10 -7
  23. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  24. package/dist/components/DropdownMenu/WDropdownMenu.vue.js +24 -33
  25. package/dist/components/DropdownMenu/types.d.ts +1 -0
  26. package/dist/components/DropdownMenu/types.d.ts.map +1 -1
  27. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +5 -1
  28. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  29. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +13 -7
  30. package/dist/components/FieldWrapper/types.d.ts +1 -0
  31. package/dist/components/FieldWrapper/types.d.ts.map +1 -1
  32. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +1 -0
  33. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +1 -0
  34. package/dist/components/FormAsync/WFormAsyncInput.vue.js +3 -1
  35. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +4 -1
  36. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +4 -1
  37. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +4 -1
  38. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +4 -1
  39. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +2 -0
  40. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
  41. package/dist/components/Input/WInput.vue.d.ts +1 -0
  42. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  43. package/dist/components/Input/WInput.vue.js +32 -15
  44. package/dist/components/Input/WInputAsync.vue.js +4 -2
  45. package/dist/components/Input/WInputDate.vue.js +4 -1
  46. package/dist/components/Input/WInputOptions.vue.js +4 -1
  47. package/dist/components/Input/WInputSuggest.vue.d.ts +2 -2
  48. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  49. package/dist/components/Input/WInputSuggest.vue.js +102 -110
  50. package/dist/components/Input/types.d.ts +2 -1
  51. package/dist/components/Input/types.d.ts.map +1 -1
  52. package/dist/components/List/WList.vue.d.ts +8 -3
  53. package/dist/components/List/WList.vue.d.ts.map +1 -1
  54. package/dist/components/List/WList.vue.js +7 -4
  55. package/dist/components/List/WListCard.vue.d.ts +143 -0
  56. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  57. package/dist/components/List/WListCard.vue.js +41 -15
  58. package/dist/components/List/types.d.ts +8 -0
  59. package/dist/components/List/types.d.ts.map +1 -1
  60. package/dist/components/MenuItem/WMenuItem.vue.d.ts +5 -5
  61. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  62. package/dist/components/MenuItem/WMenuItem.vue.js +16 -8
  63. package/dist/components/Select/WSelect.vue.js +5 -2
  64. package/dist/components/Select/WSelectAsync.vue.js +5 -2
  65. package/dist/components/Select/WSelectAsyncSingle.vue.js +4 -1
  66. package/dist/components/Select/WSelectSingle.vue.js +4 -1
  67. package/dist/components/Select/WSelectStringified.vue.js +4 -1
  68. package/dist/utils/useDefaultQuery.d.ts.map +1 -1
  69. package/dist/utils/useDefaultQuery.js +0 -1
  70. package/package.json +1 -1
@@ -1,8 +1,7 @@
1
- import { defineComponent, ref, useTemplateRef, computed, createElementBlock, openBlock, normalizeClass, createBlock, createCommentVNode, resolveDynamicComponent, unref, mergeProps, withCtx, createElementVNode, Fragment, renderList, createVNode, createSlots, renderSlot, createTextVNode, toDisplayString } from 'vue';
1
+ import { defineComponent, ref, useTemplateRef, computed, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx, createElementVNode, normalizeClass, createElementBlock, createCommentVNode, Fragment, renderList, createVNode, createSlots, renderSlot } from 'vue';
2
2
  import _sfc_main$1 from '../BottomSheet/WBottomSheet.vue.js';
3
3
  import _sfc_main$2 from '../DropdownMenu/WDropdownMenu.vue.js';
4
4
  import _sfc_main$3 from './WInput.vue.js';
5
- import WSkeleton from '../Skeleton/WSkeleton.vue.js';
6
5
  import IconArrow from '../../assets/icons/default/IconArrow.svg.js';
7
6
  import { HorizontalAlign } from '../../utils/HorizontalAlign.js';
8
7
  import { useIsMobile } from '../../utils/mobile.js';
@@ -28,7 +27,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
28
27
  autocomplete: {},
29
28
  autofocus: { type: Boolean },
30
29
  readonly: { type: Boolean },
31
- unclickable: { type: Boolean },
30
+ unclickable: { type: [Boolean, null] },
32
31
  disabledActions: { type: Boolean },
33
32
  loading: { type: Boolean },
34
33
  spellcheck: { type: Boolean },
@@ -38,6 +37,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
38
37
  allowClear: { type: Boolean },
39
38
  allowPaste: { type: Boolean },
40
39
  hideInput: { type: Boolean },
40
+ noWrap: { type: Boolean },
41
41
  title: {},
42
42
  titleIcon: {},
43
43
  description: {},
@@ -56,9 +56,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
56
56
  filterField: {},
57
57
  filterValue: {},
58
58
  subgrid: { type: Boolean },
59
+ seamless: { type: Boolean },
59
60
  teleport: { type: Boolean },
60
61
  noZIndex: { type: Boolean },
61
62
  zIndex: {},
63
+ parentElement: {},
62
64
  maxHeight: { default: 320 },
63
65
  maxWidth: { default: 600 },
64
66
  horizontalAlign: { default: HorizontalAlign.FILL }
@@ -99,115 +101,105 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
99
101
  updateDropdown
100
102
  });
101
103
  return (_ctx, _cache) => {
102
- return openBlock(), createElementBlock("div", {
103
- class: normalizeClass(_ctx.$attrs.class)
104
- }, [
105
- (openBlock(), createBlock(resolveDynamicComponent(unref(isMobile) ? _sfc_main$1 : _sfc_main$2), mergeProps({ ref: "dropdownMenu" }, unref(isMobile) ? {
106
- isOpen: isOpen.value,
107
- onClose: close
108
- } : {
109
- isOpen: isOpen.value,
110
- maxHeight: _ctx.maxHeight,
111
- maxWidth: _ctx.maxWidth,
112
- horizontalAlign: _ctx.horizontalAlign,
113
- updateAlign: true,
114
- teleport: _ctx.teleport,
115
- noZIndex: _ctx.noZIndex
116
- }), {
117
- toggle: withCtx(({ unclickable }) => [
118
- createVNode(_sfc_main$3, mergeProps({ ref: "input" }, {
119
- ...props,
120
- title: unclickable ? _ctx.mobileTitle ?? _ctx.title : _ctx.title,
121
- unclickable,
122
- description: void 0
123
- }, {
124
- class: {
125
- "cursor-pointer": !_ctx.disabled && !_ctx.readonly,
126
- "cursor-not-allowed": _ctx.disabled && !_ctx.readonly,
127
- "mb-3": unref(isMobile) && !unclickable
128
- },
129
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => !_ctx.loading && _ctx.$emit("update:modelValue", $event)),
130
- "onKeypress:enter": _cache[1] || (_cache[1] = ($event) => _ctx.$emit("keypress:enter", $event)),
131
- "onKeypress:up": _cache[2] || (_cache[2] = ($event) => _ctx.$emit("keypress:up", $event)),
132
- "onKeypress:down": _cache[3] || (_cache[3] = ($event) => _ctx.$emit("keypress:down", $event)),
133
- "onKeypress:delete": _cache[4] || (_cache[4] = ($event) => _ctx.$emit("keypress:delete", $event)),
134
- onFocus: ($event) => {
135
- open();
136
- !unclickable && _ctx.$emit("focus", $event);
137
- },
138
- onBlur: ($event) => {
139
- !unref(isMobile) && !_ctx.persist && close();
140
- !unclickable && _ctx.$emit("blur", $event);
141
- },
142
- onClick: ($event) => unref(isMobile) && unclickable && open(),
143
- "onClick:suffix": ($event) => unref(isMobile) && unclickable && open(),
144
- "onClick:clear": _cache[5] || (_cache[5] = ($event) => _ctx.$emit("click:clear"))
145
- }), createSlots({
146
- prefix: withCtx(() => [
147
- renderSlot(_ctx.$slots, "prefix", { unclickable })
104
+ return openBlock(), createBlock(resolveDynamicComponent(unref(isMobile) ? _sfc_main$1 : _sfc_main$2), mergeProps({ ref: "dropdownMenu" }, unref(isMobile) ? {
105
+ isOpen: isOpen.value,
106
+ onClose: close
107
+ } : {
108
+ isOpen: isOpen.value,
109
+ maxHeight: _ctx.maxHeight,
110
+ maxWidth: _ctx.maxWidth,
111
+ horizontalAlign: _ctx.horizontalAlign,
112
+ updateAlign: true,
113
+ teleport: _ctx.teleport,
114
+ noZIndex: _ctx.noZIndex,
115
+ parentElement: unref(inputRef)?.fieldRef
116
+ }), {
117
+ toggle: withCtx((toggleScope) => [
118
+ createVNode(_sfc_main$3, mergeProps({ ref: "input" }, {
119
+ ...props,
120
+ ..._ctx.$attrs,
121
+ title: toggleScope?.unclickable ? _ctx.mobileTitle ?? _ctx.title : _ctx.title,
122
+ unclickable: toggleScope?.unclickable,
123
+ description: toggleScope?.unclickable === false ? void 0 : _ctx.description
124
+ }, {
125
+ class: {
126
+ "cursor-pointer": !_ctx.disabled && !_ctx.readonly,
127
+ "cursor-not-allowed": _ctx.disabled && !_ctx.readonly,
128
+ "mb-3": unref(isMobile) && !toggleScope?.unclickable
129
+ },
130
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => !_ctx.loading && _ctx.$emit("update:modelValue", $event)),
131
+ "onKeypress:enter": _cache[1] || (_cache[1] = ($event) => _ctx.$emit("keypress:enter", $event)),
132
+ "onKeypress:up": _cache[2] || (_cache[2] = ($event) => _ctx.$emit("keypress:up", $event)),
133
+ "onKeypress:down": _cache[3] || (_cache[3] = ($event) => _ctx.$emit("keypress:down", $event)),
134
+ "onKeypress:delete": _cache[4] || (_cache[4] = ($event) => _ctx.$emit("keypress:delete", $event)),
135
+ onFocus: ($event) => {
136
+ open();
137
+ !toggleScope?.unclickable && _ctx.$emit("focus", $event);
138
+ },
139
+ onBlur: ($event) => {
140
+ !unref(isMobile) && !_ctx.persist && close();
141
+ !toggleScope?.unclickable && _ctx.$emit("blur", $event);
142
+ },
143
+ onClick: ($event) => unref(isMobile) && toggleScope?.unclickable && open(),
144
+ "onClick:suffix": ($event) => unref(isMobile) && toggleScope?.unclickable && open(),
145
+ "onClick:clear": _cache[5] || (_cache[5] = ($event) => _ctx.$emit("click:clear"))
146
+ }), createSlots({
147
+ prefix: withCtx(() => [
148
+ renderSlot(_ctx.$slots, "prefix", {
149
+ unclickable: toggleScope?.unclickable
150
+ })
151
+ ]),
152
+ suffix: withCtx(() => [
153
+ !_ctx.disabled ? (openBlock(), createBlock(unref(IconArrow), {
154
+ key: 0,
155
+ class: normalizeClass(["square-3 text-description transition-transform", { "rotate-180": isOpen.value }])
156
+ }, null, 8, ["class"])) : createCommentVNode("", true)
157
+ ]),
158
+ _: 2
159
+ }, [
160
+ _ctx.$slots.title ? {
161
+ name: "title",
162
+ fn: withCtx(() => [
163
+ renderSlot(_ctx.$slots, "title")
148
164
  ]),
149
- suffix: withCtx(() => [
150
- !_ctx.disabled ? (openBlock(), createBlock(unref(IconArrow), {
151
- key: 0,
152
- class: normalizeClass(["square-3 text-description transition-transform", { "rotate-180": isOpen.value }])
153
- }, null, 8, ["class"])) : createCommentVNode("", true)
165
+ key: "0"
166
+ } : void 0,
167
+ _ctx.$slots.subtitle ? {
168
+ name: "subtitle",
169
+ fn: withCtx(() => [
170
+ renderSlot(_ctx.$slots, "subtitle")
154
171
  ]),
155
- _: 2
156
- }, [
157
- _ctx.$slots.title ? {
158
- name: "title",
159
- fn: withCtx(() => [
160
- renderSlot(_ctx.$slots, "title")
161
- ]),
162
- key: "0"
163
- } : void 0,
164
- _ctx.$slots.subtitle ? {
165
- name: "subtitle",
166
- fn: withCtx(() => [
167
- renderSlot(_ctx.$slots, "subtitle")
168
- ]),
169
- key: "1"
170
- } : void 0,
171
- _ctx.$slots.right ? {
172
- name: "right",
173
- fn: withCtx(() => [
174
- renderSlot(_ctx.$slots, "right")
175
- ]),
176
- key: "2"
177
- } : void 0
178
- ]), 1040, ["class", "onFocus", "onBlur", "onClick", "onClick:suffix"])
179
- ]),
180
- content: withCtx((contentScope) => [
181
- createElementVNode("div", {
182
- ref: "content",
183
- class: normalizeClass(["bg-default dark:bg-default-dark w-full", {
184
- "pb-[50vh]": unref(isMobile),
185
- "overflow-y-overlay max-h-[inherit] overflow-x-hidden overscroll-contain rounded-xl shadow-md dark:border dark:border-solid dark:border-gray-800": !unref(isMobile),
186
- "mt-5": "istop" in contentScope && contentScope.istop === false && (_ctx.errorMessage || _ctx.maxLength)
187
- }])
188
- }, [
189
- _ctx.$slots.content ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(_ctx.$slots.content(), (slot, index) => {
190
- return openBlock(), createBlock(resolveDynamicComponent(slot), {
191
- key: index,
192
- "scrolling-element": unref(isMobile) ? unref(contentRef)?.parentElement : unref(contentRef),
193
- onClose: close
194
- }, null, 40, ["scrolling-element"]);
195
- }), 128)) : createCommentVNode("", true)
196
- ], 2)
197
- ]),
198
- _: 3
199
- }, 16)),
200
- _ctx.description ? (openBlock(), createElementBlock("div", {
201
- key: 0,
202
- class: normalizeClass(["text-description whitespace-pre-wrap break-words pb-4 text-xs font-normal", {
203
- "opacity-50": _ctx.disabled && !_ctx.readonly && !_ctx.skeleton
204
- }])
205
- }, [
206
- _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, { key: 0 })) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
207
- createTextVNode(toDisplayString(_ctx.description), 1)
208
- ], 64))
209
- ], 2)) : createCommentVNode("", true)
210
- ], 2);
172
+ key: "1"
173
+ } : void 0,
174
+ _ctx.$slots.right ? {
175
+ name: "right",
176
+ fn: withCtx(() => [
177
+ renderSlot(_ctx.$slots, "right")
178
+ ]),
179
+ key: "2"
180
+ } : void 0
181
+ ]), 1040, ["class", "onFocus", "onBlur", "onClick", "onClick:suffix"])
182
+ ]),
183
+ content: withCtx((contentScope) => [
184
+ createElementVNode("div", {
185
+ ref: "content",
186
+ class: normalizeClass(["bg-default dark:bg-default-dark w-full", {
187
+ "pb-[50vh]": unref(isMobile),
188
+ "overflow-y-overlay max-h-[inherit] overflow-x-hidden overscroll-contain rounded-xl shadow-md dark:border dark:border-solid dark:border-gray-800": !unref(isMobile),
189
+ "mt-5": "istop" in contentScope && contentScope.istop === false && (_ctx.errorMessage || _ctx.maxLength)
190
+ }])
191
+ }, [
192
+ _ctx.$slots.content ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(_ctx.$slots.content(), (slot, index) => {
193
+ return openBlock(), createBlock(resolveDynamicComponent(slot), {
194
+ key: index,
195
+ "scrolling-element": unref(isMobile) ? unref(contentRef)?.parentElement : unref(contentRef),
196
+ onClose: close
197
+ }, null, 40, ["scrolling-element"]);
198
+ }), 128)) : createCommentVNode("", true)
199
+ ], 2)
200
+ ]),
201
+ _: 3
202
+ }, 16);
211
203
  };
212
204
  }
213
205
  });
@@ -17,7 +17,7 @@ export interface InputProps<Type extends InputType> extends Omit<FieldWrapperPro
17
17
  autocomplete?: 'off' | string;
18
18
  autofocus?: boolean;
19
19
  readonly?: boolean;
20
- unclickable?: boolean;
20
+ unclickable?: boolean | null;
21
21
  disabledActions?: boolean;
22
22
  loading?: boolean;
23
23
  spellcheck?: boolean;
@@ -27,6 +27,7 @@ export interface InputProps<Type extends InputType> extends Omit<FieldWrapperPro
27
27
  allowClear?: boolean;
28
28
  allowPaste?: boolean;
29
29
  hideInput?: boolean;
30
+ noWrap?: boolean;
30
31
  }
31
32
  export interface InputAsyncProps<Type extends InputType> extends InputProps<Type> {
32
33
  validate?: ValidateFn | ValidateFn[];
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Input/types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { BulkComponent, CardAreas, FieldComponent, FieldConfigMap, GridCol, ListFields, MenuComponent } from './types';
1
+ import { BulkComponent, CardActionParams, CardAreas, FieldComponent, FieldConfigMap, GridCol, ListFields, MenuComponent } from './types';
2
2
  import { LinkProps } from '../../types/types';
3
3
  import { ApiError } from '../../utils/api';
4
4
  import { ListMode } from '../../utils/utils';
@@ -8,7 +8,8 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
8
8
  detail?: string | undefined;
9
9
  non_field_errors?: string[] | undefined;
10
10
  }>) => any) | undefined;
11
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:error"> & {
11
+ readonly "onClick:action"?: ((value: CardActionParams<Data>) => any) | undefined;
12
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:error" | "onClick:action"> & {
12
13
  count?: number;
13
14
  fields: Fields;
14
15
  expansion?: FieldComponent<Data>;
@@ -37,6 +38,7 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
37
38
  cardColumns: CardColumns;
38
39
  cardAreas: CardAreas<Fields, CardColumns["length"]>;
39
40
  cardTo?: (item: Data) => LinkProps["to"] | undefined;
41
+ hasAction?: boolean;
40
42
  } & Partial<{}>> & import('vue').PublicProps;
41
43
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
42
44
  attrs: any;
@@ -51,7 +53,10 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
51
53
  skeleton: boolean;
52
54
  }): any;
53
55
  };
54
- emit: (e: "update:error", value: ApiError) => void;
56
+ emit: {
57
+ (e: "update:error", value: ApiError): void;
58
+ (e: "click:action", value: CardActionParams<Data>): void;
59
+ };
55
60
  }>) => import('vue').VNode & {
56
61
  __ctx?: Awaited<typeof __VLS_setup>;
57
62
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/List/WList.vue"],"names":[],"mappings":"AAqPA;AAqYA,OAAO,KAAK,EAAC,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AACzH,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAC5C,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAA;AAWzC,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;yBAWrB,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,EAAE,WAAW,SAAS,SAAS,OAAO,EAAE,EAC3I,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA8tBO,mBAAmB,CAAC;;;;;;gBA5tBlB,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;eAChC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACX,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;mBACR,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;sBAC1B,QAAQ;mBACX,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;yBACH,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,SAAS;kBACzC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,KAAK,OAAO;qBAC1B,WAAW;mBACb,SAAS,CAAC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;iBAC1C,CAAC,IAAI,EAAE,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS;mBAisBwC,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAjEiB,GAAG;2BACC,GAAG;;;;;YACP,GAAG;;cA/nBzB,cAAc,SAAS,QAAQ,KAAG,IAAI;EAksBxC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAzuBzE,wBAyuB4E;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":"AAuPA;AAyYA,OAAO,KAAK,EAAC,aAAa,EAAE,gBAAgB,EAAE,SAAS,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AAC3I,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAC5C,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAA;AAWzC,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;yBAWrB,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,EAAE,WAAW,SAAS,SAAS,OAAO,EAAE,EAC3I,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAwuBO,mBAAmB,CAAC;;;;;;;gBAtuBlB,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;eAChC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACX,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;mBACR,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;sBAC1B,QAAQ;mBACX,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;yBACH,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,SAAS;kBACzC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,KAAK,OAAO;qBAC1B,WAAW;mBACb,SAAS,CAAC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;iBAC1C,CAAC,IAAI,EAAE,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS;oBACxC,OAAO;mBA0sByE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAjEiB,GAAG;2BACC,GAAG;;;;;YACP,GAAG;;;YAxoBzB,cAAc,SAAS,QAAQ,GAAG,IAAI;YACtC,cAAc,SAAS,gBAAgB,CAAC,IAAI,CAAC,GAAG,IAAI;;EA0sBtD,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAnvBzE,wBAmvB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -48,9 +48,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  groupBy: { type: Function },
49
49
  cardColumns: {},
50
50
  cardAreas: {},
51
- cardTo: { type: Function }
51
+ cardTo: { type: Function },
52
+ hasAction: { type: Boolean }
52
53
  },
53
- emits: ["update:error"],
54
+ emits: ["update:error", "click:action"],
54
55
  setup(__props) {
55
56
  const props = __props;
56
57
  const { isMobile } = useIsMobile();
@@ -254,12 +255,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
254
255
  "form-name": skeleton ? void 0 : _ctx.formNameGetter?.(item),
255
256
  card: unref(isGrid),
256
257
  to: skeleton ? void 0 : _ctx.cardTo?.(item),
258
+ "has-action": _ctx.hasAction,
257
259
  skeleton,
258
260
  selected: skeleton ? false : unref(getIsSelected)(value, position),
259
261
  "allow-select": allowSelect.value,
260
262
  "allow-select-hover": unref(allowSelectHover),
261
263
  "onToggle:selected": ($event) => unref(toggleSelected)(value, position),
262
- "onHover:selected": ($event) => unref(hoverSelected)(position)
264
+ "onHover:selected": ($event) => unref(hoverSelected)(position),
265
+ "onClick:action": ($event) => _ctx.$emit("click:action", { item, setter })
263
266
  }, createSlots({
264
267
  default: withCtx(({ validate }) => [
265
268
  createVNode(_sfc_main$3, {
@@ -334,7 +337,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
334
337
  ]),
335
338
  key: "1"
336
339
  } : void 0
337
- ]), 1032, ["disabled", "disable-more", "mobile", "card-class", "card-wrapper-class", "has-border", "allow-open", "align-top", "form-name", "card", "to", "skeleton", "selected", "allow-select", "allow-select-hover", "onToggle:selected", "onHover:selected"])
340
+ ]), 1032, ["disabled", "disable-more", "mobile", "card-class", "card-wrapper-class", "has-border", "allow-open", "align-top", "form-name", "card", "to", "has-action", "skeleton", "selected", "allow-select", "allow-select-hover", "onToggle:selected", "onHover:selected", "onClick:action"])
338
341
  ]),
339
342
  _: 3
340
343
  }, 8, ["use-query-fn", "query-params", "query-options", "skeleton-length", "page-length", "count", "page-class", "style", "class"])
@@ -11,6 +11,7 @@ type __VLS_Props = {
11
11
  formName: string | undefined;
12
12
  card: boolean;
13
13
  to: LinkProps['to'] | undefined;
14
+ hasAction: boolean | undefined;
14
15
  skeleton: boolean;
15
16
  selected: boolean;
16
17
  allowSelect: boolean;
@@ -29,7 +30,77 @@ declare function __VLS_template(): {
29
30
  expansion?(_: {}): any;
30
31
  };
31
32
  refs: {
33
+ container: HTMLDivElement;
32
34
  form: unknown;
35
+ more: ({
36
+ $: import('vue').ComponentInternalInstance;
37
+ $data: {};
38
+ $props: {
39
+ readonly icon?: SVGComponent | undefined;
40
+ readonly disabled?: boolean | undefined;
41
+ readonly anchor?: import('../Dropdown/types').DropdownProps["parentElement"] | undefined;
42
+ readonly onClose?: (() => any) | undefined;
43
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
44
+ $attrs: {
45
+ [x: string]: unknown;
46
+ };
47
+ $refs: {
48
+ [x: string]: unknown;
49
+ };
50
+ $slots: Readonly<{
51
+ [name: string]: import('vue').Slot<any> | undefined;
52
+ }>;
53
+ $root: import('vue').ComponentPublicInstance | null;
54
+ $parent: import('vue').ComponentPublicInstance | null;
55
+ $host: Element | null;
56
+ $emit: (event: "close") => void;
57
+ $el: HTMLButtonElement;
58
+ $options: import('vue').ComponentOptionsBase<Readonly<{
59
+ icon?: SVGComponent;
60
+ disabled?: boolean;
61
+ anchor?: import('../Dropdown/types').DropdownProps["parentElement"];
62
+ }> & Readonly<{
63
+ onClose?: (() => any) | undefined;
64
+ }>, {
65
+ open: () => void;
66
+ isOpen: Readonly<import('vue').Ref<boolean, boolean>>;
67
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
68
+ close: () => any;
69
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
70
+ beforeCreate?: (() => void) | (() => void)[];
71
+ created?: (() => void) | (() => void)[];
72
+ beforeMount?: (() => void) | (() => void)[];
73
+ mounted?: (() => void) | (() => void)[];
74
+ beforeUpdate?: (() => void) | (() => void)[];
75
+ updated?: (() => void) | (() => void)[];
76
+ activated?: (() => void) | (() => void)[];
77
+ deactivated?: (() => void) | (() => void)[];
78
+ beforeDestroy?: (() => void) | (() => void)[];
79
+ beforeUnmount?: (() => void) | (() => void)[];
80
+ destroyed?: (() => void) | (() => void)[];
81
+ unmounted?: (() => void) | (() => void)[];
82
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
83
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
84
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
85
+ };
86
+ $forceUpdate: () => void;
87
+ $nextTick: typeof import('vue').nextTick;
88
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
89
+ } & Readonly<{}> & Omit<Readonly<{
90
+ icon?: SVGComponent;
91
+ disabled?: boolean;
92
+ anchor?: import('../Dropdown/types').DropdownProps["parentElement"];
93
+ }> & Readonly<{
94
+ onClose?: (() => any) | undefined;
95
+ }>, "isOpen" | "open"> & import('vue').ShallowUnwrapRef<{
96
+ open: () => void;
97
+ isOpen: Readonly<import('vue').Ref<boolean, boolean>>;
98
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
99
+ $slots: {
100
+ default?(_: {}): any;
101
+ };
102
+ }) | null;
103
+ anchor: HTMLDivElement;
33
104
  };
34
105
  rootEl: any;
35
106
  };
@@ -37,11 +108,83 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
37
108
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
38
109
  "toggle:selected": () => any;
39
110
  "hover:selected": () => any;
111
+ "click:action": () => any;
40
112
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
41
113
  "onToggle:selected"?: (() => any) | undefined;
42
114
  "onHover:selected"?: (() => any) | undefined;
115
+ "onClick:action"?: (() => any) | undefined;
43
116
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
117
+ container: HTMLDivElement;
44
118
  form: unknown;
119
+ more: ({
120
+ $: import('vue').ComponentInternalInstance;
121
+ $data: {};
122
+ $props: {
123
+ readonly icon?: SVGComponent | undefined;
124
+ readonly disabled?: boolean | undefined;
125
+ readonly anchor?: import('../Dropdown/types').DropdownProps["parentElement"] | undefined;
126
+ readonly onClose?: (() => any) | undefined;
127
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
128
+ $attrs: {
129
+ [x: string]: unknown;
130
+ };
131
+ $refs: {
132
+ [x: string]: unknown;
133
+ };
134
+ $slots: Readonly<{
135
+ [name: string]: import('vue').Slot<any> | undefined;
136
+ }>;
137
+ $root: import('vue').ComponentPublicInstance | null;
138
+ $parent: import('vue').ComponentPublicInstance | null;
139
+ $host: Element | null;
140
+ $emit: (event: "close") => void;
141
+ $el: HTMLButtonElement;
142
+ $options: import('vue').ComponentOptionsBase<Readonly<{
143
+ icon?: SVGComponent;
144
+ disabled?: boolean;
145
+ anchor?: import('../Dropdown/types').DropdownProps["parentElement"];
146
+ }> & Readonly<{
147
+ onClose?: (() => any) | undefined;
148
+ }>, {
149
+ open: () => void;
150
+ isOpen: Readonly<import('vue').Ref<boolean, boolean>>;
151
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
152
+ close: () => any;
153
+ }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
154
+ beforeCreate?: (() => void) | (() => void)[];
155
+ created?: (() => void) | (() => void)[];
156
+ beforeMount?: (() => void) | (() => void)[];
157
+ mounted?: (() => void) | (() => void)[];
158
+ beforeUpdate?: (() => void) | (() => void)[];
159
+ updated?: (() => void) | (() => void)[];
160
+ activated?: (() => void) | (() => void)[];
161
+ deactivated?: (() => void) | (() => void)[];
162
+ beforeDestroy?: (() => void) | (() => void)[];
163
+ beforeUnmount?: (() => void) | (() => void)[];
164
+ destroyed?: (() => void) | (() => void)[];
165
+ unmounted?: (() => void) | (() => void)[];
166
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
167
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
168
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
169
+ };
170
+ $forceUpdate: () => void;
171
+ $nextTick: typeof import('vue').nextTick;
172
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
173
+ } & Readonly<{}> & Omit<Readonly<{
174
+ icon?: SVGComponent;
175
+ disabled?: boolean;
176
+ anchor?: import('../Dropdown/types').DropdownProps["parentElement"];
177
+ }> & Readonly<{
178
+ onClose?: (() => any) | undefined;
179
+ }>, "isOpen" | "open"> & import('vue').ShallowUnwrapRef<{
180
+ open: () => void;
181
+ isOpen: Readonly<import('vue').Ref<boolean, boolean>>;
182
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
183
+ $slots: {
184
+ default?(_: {}): any;
185
+ };
186
+ }) | null;
187
+ anchor: HTMLDivElement;
45
188
  }, any>;
46
189
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
47
190
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AAuLA;AA+OA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAgB5C,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAA;IAC3B,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,SAAS,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,WAAW,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,IAAI,EAAE,OAAO,CAAA;IACb,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS,CAAA;IAC/B,QAAQ,EAAE,OAAO,CAAA;IAEjB,QAAQ,EAAE,OAAO,CAAA;IACjB,WAAW,EAAE,OAAO,CAAA;IACpB,gBAAgB,EAAE,OAAO,CAAA;CAC1B,CAAC;AAuBF,iBAAS,cAAc;WA6UT,OAAO,IAA6B;;;;;;YAdpB,GAAG;sBACN,GAAG;sBACH,GAAG;2BACE,GAAG;;;;;;EAgBlC;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;OAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AAwMA;AAkRA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAgB5C,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAA;IAC3B,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,SAAS,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,WAAW,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,IAAI,EAAE,OAAO,CAAA;IACb,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS,CAAA;IAC/B,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,QAAQ,EAAE,OAAO,CAAA;IAEjB,QAAQ,EAAE,OAAO,CAAA;IACjB,WAAW,EAAE,OAAO,CAAA;IACpB,gBAAgB,EAAE,OAAO,CAAA;CAC1B,CAAC;AAwCF,iBAAS,cAAc;WAoYT,OAAO,IAA6B;;;;;;YAjBpB,GAAG;sBACN,GAAG;sBACH,GAAG;2BACE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCA7EzB,GAAG,8CACgC,GAAG,yBACpC,GACX,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;EA6FtC;AA2BD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA5HX,GAAG,8CACgC,GAAG,yBACpC,GACX,6DAAmC,GAAG;;;;;;;;;;;;;;;;OAiIrC,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}