eco-vue-js 0.8.17 → 0.8.19

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. package/dist/components/Button/WButtonSelection.vue.d.ts.map +1 -1
  2. package/dist/components/Button/WButtonSelection.vue.js +1 -1
  3. package/dist/components/Expansion/WExpansion.vue.d.ts +6 -2
  4. package/dist/components/Expansion/WExpansion.vue.d.ts.map +1 -1
  5. package/dist/components/Expansion/WExpansion.vue.js +4 -1
  6. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  7. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +1 -1
  8. package/dist/components/FormAsync/WFormAsyncInput.vue.js +1 -0
  9. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +1 -0
  10. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -0
  11. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -0
  12. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +1 -0
  13. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  14. package/dist/components/InfiniteList/WInfiniteList.vue.js +82 -100
  15. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +39 -0
  16. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -0
  17. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +51 -0
  18. package/dist/components/InfiniteList/WInfiniteListWrapper.vue2.js +5 -0
  19. package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +6 -6
  20. package/dist/components/InfiniteList/{WInfiniteListPages.vue.d.ts → components/InfiniteListPages.vue.d.ts} +1 -1
  21. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -0
  22. package/dist/components/InfiniteList/{WInfiniteListPages.vue.js → components/InfiniteListPages.vue.js} +7 -7
  23. package/dist/components/InfiniteList/components/InfiniteListPages.vue2.js +5 -0
  24. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts +1 -1
  25. package/dist/components/InfiniteList/use/useInfiniteListHeader.js +2 -2
  26. package/dist/components/Input/WInput.vue.d.ts +1 -0
  27. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  28. package/dist/components/Input/WInput.vue.js +136 -117
  29. package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
  30. package/dist/components/Input/WInputAsync.vue.js +34 -29
  31. package/dist/components/Input/WInputDate.vue.js +1 -0
  32. package/dist/components/Input/WInputOptions.vue.js +1 -0
  33. package/dist/components/Input/WInputSuggest.vue.js +2 -1
  34. package/dist/components/Input/types.d.ts +1 -0
  35. package/dist/components/Input/types.d.ts.map +1 -1
  36. package/dist/components/List/WList.vue.d.ts +5 -1
  37. package/dist/components/List/WList.vue.d.ts.map +1 -1
  38. package/dist/components/List/WList.vue.js +82 -31
  39. package/dist/components/List/WListCard.vue.d.ts +9 -1
  40. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  41. package/dist/components/List/WListCard.vue.js +114 -52
  42. package/dist/components/List/WListCardField.vue.d.ts.map +1 -1
  43. package/dist/components/List/WListCardField.vue.js +21 -25
  44. package/dist/components/List/WListHeader.vue.d.ts.map +1 -1
  45. package/dist/components/List/WListHeader.vue.js +36 -23
  46. package/dist/components/List/WListHeaderItem.vue.d.ts.map +1 -1
  47. package/dist/components/List/WListHeaderItem.vue.js +1 -1
  48. package/dist/components/List/types.d.ts +5 -2
  49. package/dist/components/List/types.d.ts.map +1 -1
  50. package/dist/components/Select/WSelect.vue.js +2 -1
  51. package/dist/components/Select/WSelectAsync.vue.js +2 -1
  52. package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
  53. package/dist/components/Select/WSelectSingle.vue.js +1 -0
  54. package/dist/components/Select/WSelectStringified.vue.js +1 -0
  55. package/dist/imports/componentsPlugin.d.ts +2 -2
  56. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  57. package/dist/main.js +1 -1
  58. package/package.json +3 -3
  59. package/tailwind-base/plugins/default.cjs +34 -34
  60. package/dist/components/InfiniteList/WInfiniteListPages.vue.d.ts.map +0 -1
  61. package/dist/components/InfiniteList/WInfiniteListPages.vue2.js +0 -5
@@ -1,14 +1,15 @@
1
- import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createBlock, mergeProps, createSlots, withCtx, createElementVNode, normalizeClass, withModifiers, createElementBlock, resolveDynamicComponent, createCommentVNode, renderSlot, withKeys, createVNode, nextTick } from 'vue';
1
+ import { defineComponent, ref, onMounted, onBeforeUnmount, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementVNode, createElementBlock, normalizeClass, toDisplayString, createCommentVNode, withModifiers, resolveDynamicComponent, withKeys, createVNode, nextTick } from 'vue';
2
2
  import _sfc_main$2 from './components/InputActions.vue.js';
3
3
  import { Notify } from '../../utils/Notify.js';
4
4
  import { useTabActiveListener } from '../Tabs/use/useTabActiveListener.js';
5
5
  import _sfc_main$1 from '../FieldWrapper/WFieldWrapper.vue.js';
6
6
 
7
- const _hoisted_1 = {
7
+ const _hoisted_1 = { class: "flex flex-wrap gap-1" };
8
+ const _hoisted_2 = {
8
9
  key: 0,
9
10
  class: "flex items-center w-11 h-full justify-center text-description select-none"
10
11
  };
11
- const _hoisted_2 = { class: "flex flex-wrap gap-1" };
12
+ const _hoisted_3 = { class: "flex flex-wrap gap-1" };
12
13
  const _sfc_main = /* @__PURE__ */ defineComponent({
13
14
  ...{ inheritAttrs: false },
14
15
  __name: "WInput",
@@ -25,6 +26,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
26
  autocomplete: { default: "off" },
26
27
  autofocus: { type: Boolean },
27
28
  readonly: { type: Boolean },
29
+ unclickable: { type: Boolean },
28
30
  disabledActions: { type: Boolean },
29
31
  loading: { type: Boolean },
30
32
  spellcheck: { type: Boolean },
@@ -53,7 +55,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
53
55
  const input = ref();
54
56
  const isSecureVisible = ref(false);
55
57
  const updateModelValue = (value) => {
56
- if (props.loading || props.disabled || props.readonly) return;
58
+ if (props.loading || props.disabled || props.readonly || props.unclickable) return;
57
59
  if (props.type === "number") {
58
60
  emit("update:modelValue", typeof value === "string" && value.length ? Number.parseFloat(value) : void 0);
59
61
  } else {
@@ -94,14 +96,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
94
96
  updateModelValue(value);
95
97
  };
96
98
  const clearValue = () => {
97
- if (props.disabled || props.readonly) return;
99
+ if (props.disabled || props.readonly || props.unclickable) return;
98
100
  if (typeof props.modelValue === "string") updateModelValue("");
99
101
  else updateModelValue(void 0);
100
102
  input.value?.focus();
101
103
  emit("click:clear");
102
104
  };
103
105
  const focus = () => {
104
- if (props.disabled || props.readonly) return;
106
+ if (props.disabled || props.readonly || props.unclickable) return;
105
107
  input.value?.focus();
106
108
  };
107
109
  const blur = () => {
@@ -172,116 +174,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
172
174
  return openBlock(), createBlock(_sfc_main$1, mergeProps(props, {
173
175
  class: _ctx.$attrs.class,
174
176
  onClick: _cache[10] || (_cache[10] = ($event) => _ctx.$emit("click:suffix", $event))
175
- }), createSlots({
176
- field: withCtx(({ id, setFocused, focused }) => [
177
- createElementVNode("div", {
178
- class: normalizeClass(["relative border border-solid rounded-xl bg-default dark:bg-default-dark transition-colors duration-75 overflow-hidden min-h-11 grid grid-cols-[auto,1fr,auto]", {
179
- "focus-within:border-primary-default dark:focus-within:border-primary-dark": !_ctx.disabled && !_ctx.readonly,
180
- "cursor-text": !_ctx.disabled,
181
- "border-negative dark:border-negative-dark": _ctx.errorMessage,
182
- "border-gray-300 dark:border-gray-700": !_ctx.disabled,
183
- "border-gray-300/50 dark:border-gray-700/50": _ctx.disabled
184
- }]),
185
- onClick: focus,
186
- onMousedown: _cache[9] || (_cache[9] = withModifiers(() => {
187
- }, ["prevent"]))
188
- }, [
189
- _ctx.icon ? (openBlock(), createElementBlock("div", _hoisted_1, [
190
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-5" }))
191
- ])) : createCommentVNode("", true),
192
- createElementVNode("div", {
193
- class: normalizeClass(["col-start-2 grid grid-cols-1 group/input", {
194
- "py-1 first:pl-1 last:pr-1": _ctx.$slots.prefix
195
- }])
196
- }, [
197
- createElementVNode("div", _hoisted_2, [
198
- renderSlot(_ctx.$slots, "prefix"),
199
- (openBlock(), createBlock(resolveDynamicComponent(_ctx.textarea ? "textarea" : "input"), {
200
- id,
201
- ref_key: "input",
202
- ref: input,
203
- class: normalizeClass(["text-base font-normal outline-0 border-none bg-[inherit] flex-1 max-w-full w-input disabled:opacity-80 disabled:cursor-not-allowed placeholder:text-gray-400 dark:placeholder:text-gray-500 appearance-none", {
204
- "min-h-[var(--textarea-height,10rem)] w-full py-3": _ctx.textarea,
205
- "resize-y": _ctx.resize && _ctx.textarea,
206
- "resize-none": !_ctx.resize && _ctx.textarea,
207
- "h-[var(--input-height,2.625rem)]": !_ctx.textarea && !_ctx.$slots.suffix,
208
- "h-[var(--input-height,2.125rem)]": !_ctx.textarea && _ctx.$slots.suffix,
209
- "group-first/input:pl-3 first:pl-0 [&:not(:first-child)]:pl-3 group-last/input:pr-3": !_ctx.hideInput,
210
- "w-0 max-w-0 p-0 absolute": _ctx.hideInput,
211
- "font-mono": _ctx.mono,
212
- "text-secure": _ctx.textSecure && !isSecureVisible.value,
213
- "text-black-default dark:text-gray-200": !_ctx.disabled,
214
- "text-black-default/50 dark:text-gray-200/50": _ctx.disabled
215
- }]),
216
- value: _ctx.placeholderSecure && _ctx.modelValue === void 0 && !focused ? "******" : _ctx.modelValue,
217
- placeholder: _ctx.placeholder,
218
- type: _ctx.type ?? "text",
219
- name: _ctx.name,
220
- disabled: _ctx.disabled,
221
- readonly: _ctx.readonly,
222
- autocomplete: _ctx.autocomplete,
223
- size: _ctx.size || void 0,
224
- spellcheck: _ctx.spellcheck ? "true" : "false",
225
- onInput: handleInputEvent,
226
- onKeypress: _cache[0] || (_cache[0] = withKeys(withModifiers(($event) => !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:enter", $event), ["exact"]), ["enter"])),
227
- onKeydown: [
228
- _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:up", $event), ["exact", "stop"]), ["up"])),
229
- _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:down", $event), ["exact", "stop"]), ["down"])),
230
- _cache[3] || (_cache[3] = withKeys(withModifiers(($event) => {
231
- !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:delete", $event);
232
- handleBackspace($event);
233
- }, ["exact", "stop"]), ["delete"]))
234
- ],
235
- onFocus: ($event) => {
236
- _ctx.$emit("focus", $event);
237
- setFocused(true);
238
- },
239
- onBlur: ($event) => {
240
- _ctx.$emit("blur", $event);
241
- setFocused(false);
242
- isSecureVisible.value = false;
243
- },
244
- onClick: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("click", $event)),
245
- onMousedown: _cache[5] || (_cache[5] = withModifiers(($event) => _ctx.$emit("mousedown", $event), ["stop"])),
246
- onSelect: _cache[6] || (_cache[6] = withModifiers(($event) => _ctx.$emit("select:input", $event), ["stop"]))
247
- }, null, 40, ["id", "class", "value", "placeholder", "type", "name", "disabled", "readonly", "autocomplete", "size", "spellcheck", "onFocus", "onBlur"]))
248
- ])
249
- ], 2),
250
- createVNode(_sfc_main$2, {
251
- "model-value": _ctx.modelValue,
252
- loading: _ctx.loading,
253
- "allow-clear": _ctx.allowClear && _ctx.modelValue !== "",
254
- disabled: _ctx.disabled || _ctx.disabledActions,
255
- readonly: _ctx.readonly,
256
- "text-secure": _ctx.textSecure,
257
- "is-secure-visible": isSecureVisible.value,
258
- "allow-paste": _ctx.allowPaste,
259
- "allow-copy": _ctx.allowCopy,
260
- focused,
261
- "onClick:clear": clearValue,
262
- "onClick:slot": ($event) => {
263
- focused ? blur() : focus();
264
- _ctx.$emit("click:suffix", $event);
265
- },
266
- "onShow:secure": _cache[7] || (_cache[7] = ($event) => {
267
- isSecureVisible.value = true;
268
- _ctx.$emit("click", $event);
269
- }),
270
- "onHide:secure": _cache[8] || (_cache[8] = ($event) => isSecureVisible.value = false),
271
- "onClick:paste": paste
272
- }, createSlots({ _: 2 }, [
273
- _ctx.$slots.suffix ? {
274
- name: "default",
275
- fn: withCtx(() => [
276
- renderSlot(_ctx.$slots, "suffix")
277
- ]),
278
- key: "0"
279
- } : void 0
280
- ]), 1032, ["model-value", "loading", "allow-clear", "disabled", "readonly", "text-secure", "is-secure-visible", "allow-paste", "allow-copy", "focused", "onClick:slot"])
281
- ], 34)
282
- ]),
283
- _: 2
284
- }, [
177
+ }), createSlots({ _: 2 }, [
285
178
  _ctx.$slots.title ? {
286
179
  name: "title",
287
180
  fn: withCtx(() => [
@@ -296,12 +189,138 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
296
189
  ]),
297
190
  key: "1"
298
191
  } : void 0,
192
+ _ctx.readonly ? {
193
+ name: "default",
194
+ fn: withCtx(() => [
195
+ createElementVNode("div", _hoisted_1, [
196
+ renderSlot(_ctx.$slots, "prefix"),
197
+ !_ctx.hideInput ? (openBlock(), createElementBlock("div", {
198
+ key: 0,
199
+ class: normalizeClass({
200
+ "font-mono": _ctx.mono,
201
+ "text-secure": _ctx.textSecure && !isSecureVisible.value
202
+ })
203
+ }, toDisplayString(_ctx.modelValue), 3)) : createCommentVNode("", true)
204
+ ])
205
+ ]),
206
+ key: "2"
207
+ } : {
208
+ name: "field",
209
+ fn: withCtx(({ id, setFocused, focused }) => [
210
+ createElementVNode("div", {
211
+ class: normalizeClass(["relative border border-solid rounded-xl bg-default dark:bg-default-dark transition-colors duration-75 overflow-hidden min-h-11 grid grid-cols-[auto,1fr,auto]", {
212
+ "focus-within:border-primary-default dark:focus-within:border-primary-dark": !_ctx.disabled && !_ctx.readonly && !_ctx.unclickable,
213
+ "cursor-text": !_ctx.disabled,
214
+ "border-negative dark:border-negative-dark": _ctx.errorMessage,
215
+ "border-gray-300 dark:border-gray-700": !_ctx.disabled,
216
+ "border-gray-300/50 dark:border-gray-700/50": _ctx.disabled
217
+ }]),
218
+ onClick: focus,
219
+ onMousedown: _cache[9] || (_cache[9] = withModifiers(() => {
220
+ }, ["prevent"]))
221
+ }, [
222
+ _ctx.icon ? (openBlock(), createElementBlock("div", _hoisted_2, [
223
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-5" }))
224
+ ])) : createCommentVNode("", true),
225
+ createElementVNode("div", {
226
+ class: normalizeClass(["col-start-2 grid grid-cols-1 group/input", {
227
+ "py-1 first:pl-1 last:pr-1": _ctx.$slots.prefix
228
+ }])
229
+ }, [
230
+ createElementVNode("div", _hoisted_3, [
231
+ renderSlot(_ctx.$slots, "prefix"),
232
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.textarea ? "textarea" : "input"), {
233
+ id,
234
+ ref_key: "input",
235
+ ref: input,
236
+ class: normalizeClass(["text-base font-normal outline-0 border-none bg-[inherit] flex-1 max-w-full w-input disabled:opacity-80 disabled:cursor-not-allowed placeholder:text-gray-400 dark:placeholder:text-gray-500 appearance-none", {
237
+ "min-h-[var(--textarea-height,10rem)] w-full py-3": _ctx.textarea,
238
+ "resize-y": _ctx.resize && _ctx.textarea,
239
+ "resize-none": !_ctx.resize && _ctx.textarea,
240
+ "h-[var(--input-height,2.625rem)]": !_ctx.textarea && !_ctx.$slots.suffix,
241
+ "h-[var(--input-height,2.125rem)]": !_ctx.textarea && _ctx.$slots.suffix,
242
+ "group-first/input:pl-3 first:pl-0 [&:not(:first-child)]:pl-3 group-last/input:pr-3": !_ctx.hideInput,
243
+ "w-0 max-w-0 p-0 absolute": _ctx.hideInput,
244
+ "font-mono": _ctx.mono,
245
+ "text-secure": _ctx.textSecure && !isSecureVisible.value,
246
+ "text-black-default dark:text-gray-200": !_ctx.disabled,
247
+ "text-black-default/50 dark:text-gray-200/50": _ctx.disabled
248
+ }]),
249
+ value: _ctx.placeholderSecure && _ctx.modelValue === void 0 && !focused ? "******" : _ctx.modelValue,
250
+ placeholder: _ctx.placeholder,
251
+ type: _ctx.type ?? "text",
252
+ name: _ctx.name,
253
+ disabled: _ctx.disabled,
254
+ readonly: _ctx.readonly || _ctx.unclickable,
255
+ autocomplete: _ctx.autocomplete,
256
+ size: _ctx.size || void 0,
257
+ spellcheck: _ctx.spellcheck ? "true" : "false",
258
+ onInput: handleInputEvent,
259
+ onKeypress: _cache[0] || (_cache[0] = withKeys(withModifiers(($event) => !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:enter", $event), ["exact"]), ["enter"])),
260
+ onKeydown: [
261
+ _cache[1] || (_cache[1] = withKeys(withModifiers(($event) => !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:up", $event), ["exact", "stop"]), ["up"])),
262
+ _cache[2] || (_cache[2] = withKeys(withModifiers(($event) => !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:down", $event), ["exact", "stop"]), ["down"])),
263
+ _cache[3] || (_cache[3] = withKeys(withModifiers(($event) => {
264
+ !_ctx.disabled && !_ctx.readonly && _ctx.$emit("keypress:delete", $event);
265
+ handleBackspace($event);
266
+ }, ["exact", "stop"]), ["delete"]))
267
+ ],
268
+ onFocus: ($event) => {
269
+ _ctx.$emit("focus", $event);
270
+ setFocused(true);
271
+ },
272
+ onBlur: ($event) => {
273
+ _ctx.$emit("blur", $event);
274
+ setFocused(false);
275
+ isSecureVisible.value = false;
276
+ },
277
+ onClick: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("click", $event)),
278
+ onMousedown: _cache[5] || (_cache[5] = withModifiers(($event) => _ctx.$emit("mousedown", $event), ["stop"])),
279
+ onSelect: _cache[6] || (_cache[6] = withModifiers(($event) => _ctx.$emit("select:input", $event), ["stop"]))
280
+ }, null, 40, ["id", "class", "value", "placeholder", "type", "name", "disabled", "readonly", "autocomplete", "size", "spellcheck", "onFocus", "onBlur"]))
281
+ ])
282
+ ], 2),
283
+ createVNode(_sfc_main$2, {
284
+ "model-value": _ctx.modelValue,
285
+ loading: _ctx.loading,
286
+ "allow-clear": _ctx.allowClear && _ctx.modelValue !== "",
287
+ disabled: _ctx.disabled || _ctx.disabledActions,
288
+ readonly: _ctx.readonly || _ctx.unclickable,
289
+ "text-secure": _ctx.textSecure,
290
+ "is-secure-visible": isSecureVisible.value,
291
+ "allow-paste": _ctx.allowPaste,
292
+ "allow-copy": _ctx.allowCopy,
293
+ focused,
294
+ "onClick:clear": clearValue,
295
+ "onClick:slot": ($event) => {
296
+ focused ? blur() : focus();
297
+ _ctx.$emit("click:suffix", $event);
298
+ },
299
+ "onShow:secure": _cache[7] || (_cache[7] = ($event) => {
300
+ isSecureVisible.value = true;
301
+ _ctx.$emit("click", $event);
302
+ }),
303
+ "onHide:secure": _cache[8] || (_cache[8] = ($event) => isSecureVisible.value = false),
304
+ "onClick:paste": paste
305
+ }, createSlots({ _: 2 }, [
306
+ _ctx.$slots.suffix ? {
307
+ name: "default",
308
+ fn: withCtx(() => [
309
+ renderSlot(_ctx.$slots, "suffix")
310
+ ]),
311
+ key: "0"
312
+ } : void 0
313
+ ]), 1032, ["model-value", "loading", "allow-clear", "disabled", "readonly", "text-secure", "is-secure-visible", "allow-paste", "allow-copy", "focused", "onClick:slot"])
314
+ ], 34)
315
+ ]),
316
+ key: "3"
317
+ },
299
318
  _ctx.$slots.right ? {
300
319
  name: "right",
301
320
  fn: withCtx(() => [
302
321
  renderSlot(_ctx.$slots, "right")
303
322
  ]),
304
- key: "2"
323
+ key: "4"
305
324
  } : void 0
306
325
  ]), 1040, ["class"]);
307
326
  };
@@ -1 +1 @@
1
- {"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AA+NA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAI3B,IAAI,SAAS,SAAS,wBACzB,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;WA4ZxD,mBAAmB,CAAC;;mKAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA/Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;cAtWzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YAwZnB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAtavE,wBAsa4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AAoOA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAI3B,IAAI,SAAS,SAAS,wBACzB,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;WAgaxD,mBAAmB,CAAC;;mKAAyD,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBA/Ce,GAAG;0BACA,GAAG;uBACN,GAAG;;cA1WzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YA4ZnB,OAAO,CAAC,OAAO,WAAW,CAAC;;AA1avE,wBA0a4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, computed, watch, toRef, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementBlock, normalizeClass, withModifiers, unref, createCommentVNode, nextTick } from 'vue';
1
+ import { defineComponent, ref, computed, watch, toRef, openBlock, createBlock, mergeProps, createSlots, withCtx, renderSlot, createElementBlock, Fragment, normalizeClass, withModifiers, unref, createCommentVNode, nextTick } from 'vue';
2
2
  import _sfc_main$1 from './WInput.vue.js';
3
3
  import WSpinner from '../Spinner/WSpinner.vue.js';
4
4
  import IconEdit from '../../assets/icons/sax/IconEdit.svg.js';
@@ -26,6 +26,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
26
26
  autocomplete: {},
27
27
  autofocus: { type: Boolean },
28
28
  readonly: { type: Boolean },
29
+ unclickable: { type: Boolean },
29
30
  disabledActions: { type: Boolean },
30
31
  loading: { type: Boolean },
31
32
  spellcheck: { type: Boolean },
@@ -159,34 +160,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
159
160
  onFocus: _cache[1] || (_cache[1] = ($event) => focused.value = true),
160
161
  onPaste: handlePaste,
161
162
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => value.value = $event)
162
- }), createSlots({
163
- right: withCtx(() => [
164
- renderSlot(_ctx.$slots, "right"),
165
- _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
166
- key: 0,
167
- class: "square-11 w-skeleton-rounded-lg"
168
- })) : (openBlock(), createElementBlock("button", {
169
- key: 1,
170
- class: normalizeClass(["relative square-11 rounded-lg flex items-center justify-center bg-default dark:bg-default-dark border border-solid border-gray-200 dark:border-gray-800", {
171
- "cursor-not-allowed": _ctx.disabled,
172
- "cursor-progress": _ctx.loading,
173
- "w-ripple w-ripple-hover": !_ctx.disabled && !_ctx.loading,
174
- "bg-primary-default dark:bg-primary-dark text-default dark:text-default-dark": canSave.value,
175
- "text-description": !canSave.value
176
- }]),
177
- onClick: withModifiers(toggle, ["stop", "prevent"]),
178
- onMousedown: _cache[0] || (_cache[0] = withModifiers(() => {
179
- }, ["stop", "prevent"]))
180
- }, [
181
- _ctx.loading ? (openBlock(), createBlock(WSpinner, { key: 0 })) : canSave.value ? (openBlock(), createBlock(unref(IconCheck), { key: 1 })) : focused.value ? (openBlock(), createBlock(unref(IconSlash), { key: 2 })) : (openBlock(), createBlock(unref(IconEdit), { key: 3 })),
182
- !_ctx.loading && focused.value ? (openBlock(), createBlock(_sfc_main$2, {
183
- key: 4,
184
- text: canSave.value ? "Save" : "Cancel"
185
- }, null, 8, ["text"])) : createCommentVNode("", true)
186
- ], 34))
187
- ]),
188
- _: 2
189
- }, [
163
+ }), createSlots({ _: 2 }, [
190
164
  _ctx.$slots.title ? {
191
165
  name: "title",
192
166
  fn: withCtx(() => [
@@ -200,6 +174,37 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
200
174
  renderSlot(_ctx.$slots, "subtitle")
201
175
  ]),
202
176
  key: "1"
177
+ } : void 0,
178
+ !_ctx.readonly || _ctx.$slots.right ? {
179
+ name: "right",
180
+ fn: withCtx(() => [
181
+ renderSlot(_ctx.$slots, "right"),
182
+ !_ctx.readonly ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
183
+ _ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
184
+ key: 0,
185
+ class: "square-11 w-skeleton-rounded-lg"
186
+ })) : (openBlock(), createElementBlock("button", {
187
+ key: 1,
188
+ class: normalizeClass(["relative square-11 rounded-lg flex items-center justify-center bg-default dark:bg-default-dark border border-solid border-gray-200 dark:border-gray-800", {
189
+ "cursor-not-allowed": _ctx.disabled,
190
+ "cursor-progress": _ctx.loading,
191
+ "w-ripple w-ripple-hover": !_ctx.disabled && !_ctx.loading,
192
+ "bg-primary-default dark:bg-primary-dark text-default dark:text-default-dark": canSave.value,
193
+ "text-description": !canSave.value
194
+ }]),
195
+ onClick: withModifiers(toggle, ["stop", "prevent"]),
196
+ onMousedown: _cache[0] || (_cache[0] = withModifiers(() => {
197
+ }, ["stop", "prevent"]))
198
+ }, [
199
+ _ctx.loading ? (openBlock(), createBlock(WSpinner, { key: 0 })) : canSave.value ? (openBlock(), createBlock(unref(IconCheck), { key: 1 })) : focused.value ? (openBlock(), createBlock(unref(IconSlash), { key: 2 })) : (openBlock(), createBlock(unref(IconEdit), { key: 3 })),
200
+ !_ctx.loading && focused.value ? (openBlock(), createBlock(_sfc_main$2, {
201
+ key: 4,
202
+ text: canSave.value ? "Save" : "Cancel"
203
+ }, null, 8, ["text"])) : createCommentVNode("", true)
204
+ ], 34))
205
+ ], 64)) : createCommentVNode("", true)
206
+ ]),
207
+ key: "2"
203
208
  } : void 0
204
209
  ]), 1040, ["class"]);
205
210
  };
@@ -24,6 +24,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
24
24
  autocomplete: {},
25
25
  autofocus: { type: Boolean },
26
26
  readonly: { type: Boolean },
27
+ unclickable: { type: Boolean },
27
28
  disabledActions: { type: Boolean },
28
29
  loading: { type: Boolean },
29
30
  spellcheck: { type: Boolean },
@@ -29,6 +29,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
29
29
  autocomplete: {},
30
30
  autofocus: { type: Boolean },
31
31
  readonly: { type: Boolean },
32
+ unclickable: { type: Boolean },
32
33
  disabledActions: { type: Boolean },
33
34
  loading: { type: Boolean },
34
35
  spellcheck: { type: Boolean },
@@ -25,6 +25,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
25
25
  autocomplete: {},
26
26
  autofocus: { type: Boolean },
27
27
  readonly: { type: Boolean },
28
+ unclickable: { type: Boolean },
28
29
  disabledActions: { type: Boolean },
29
30
  loading: { type: Boolean },
30
31
  spellcheck: { type: Boolean },
@@ -111,7 +112,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
111
112
  }, {
112
113
  ...props,
113
114
  title: unclickable ? _ctx.mobileTitle ?? _ctx.title : _ctx.title,
114
- readonly: _ctx.readonly || unclickable,
115
+ unclickable,
115
116
  description: void 0
116
117
  }, {
117
118
  class: {
@@ -14,6 +14,7 @@ export interface InputProps<Type extends InputType> extends Omit<FieldWrapperPro
14
14
  autocomplete?: 'off' | string;
15
15
  autofocus?: boolean;
16
16
  readonly?: boolean;
17
+ unclickable?: boolean;
17
18
  disabledActions?: boolean;
18
19
  loading?: boolean;
19
20
  spellcheck?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAA;AAClC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAA;AAE5D,MAAM,WAAW,UAAU,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,IAAI,CAAC,iBAAiB,EAAE,YAAY,CAAC;IAC/F,UAAU,CAAC,EAAE,CAAC,IAAI,SAAS,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC,GAAG,SAAS,CAAA;IAClE,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,eAAe,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC;IAC/E,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,aAAa,GAAG,YAAY,CAAC,CAAC;IAC5J,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,EAAE,MAAM,CAAE,SAAQ,iBAAiB,CAAC,IAAI,CAAC;IAChG,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAA;IAChF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,SAAS,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAC,CAAC,CAAA;CACnF;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,YAAY,CAAC;IACnF,UAAU,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;IAC7B,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,OAAO,CAAC,EAAE,IAAI,CAAA;CACf"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Input/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAA;AACtE,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,KAAK,CAAA;AAClC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,uBAAuB,CAAA;AAE5D,MAAM,WAAW,UAAU,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,IAAI,CAAC,iBAAiB,EAAE,YAAY,CAAC;IAC/F,UAAU,CAAC,EAAE,CAAC,IAAI,SAAS,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC,GAAG,SAAS,CAAA;IAClE,IAAI,CAAC,EAAE,IAAI,CAAA;IAEX,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;IAElB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,eAAe,CAAC,EAAE,OAAO,CAAA;IACzB,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,qBAAqB,CAAC,EAAE,OAAO,CAAA;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,iBAAiB,CAAC,EAAE,OAAO,CAAA;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB;AAED,MAAM,WAAW,eAAe,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC;IAC/E,QAAQ,CAAC,EAAE,UAAU,GAAG,UAAU,EAAE,CAAA;CACrC;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,CAAE,SAAQ,UAAU,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC,IAAI,CAAC,iBAAiB,EAAE,QAAQ,GAAG,aAAa,GAAG,YAAY,CAAC,CAAC;IAC5J,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAED,MAAM,WAAW,iBAAiB,CAAC,IAAI,SAAS,SAAS,EAAE,MAAM,CAAE,SAAQ,iBAAiB,CAAC,IAAI,CAAC;IAChG,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,QAAQ,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAA;IAChF,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,eAAe,CAAC,EAAE,SAAS,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;QAAC,KAAK,CAAC,EAAE,OAAO,CAAA;KAAC,CAAC,CAAA;CACnF;AAED,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,EAAE,YAAY,CAAC;IACnF,UAAU,CAAC,EAAE,IAAI,GAAG,SAAS,CAAA;IAC7B,OAAO,CAAC,EAAE,IAAI,CAAA;IACd,OAAO,CAAC,EAAE,IAAI,CAAA;CACf"}
@@ -1,19 +1,23 @@
1
- import { BulkComponent, ListField, MenuComponent } from './types';
1
+ import { BulkComponent, FieldComponent, ListField, MenuComponent } from './types';
2
2
  declare const _default: <Data extends DefaultData, QueryParams>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
3
3
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
4
4
  readonly "onUpdate:header-padding"?: ((value: number) => any) | undefined;
5
5
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:header-padding"> & {
6
6
  count?: number;
7
7
  fields: ListField<Data, QueryParams>[];
8
+ expansion?: FieldComponent<Data>;
8
9
  useQueryFn: UseQueryPaginated<Data, QueryParams>;
9
10
  queryParams: QueryParams;
10
11
  bulkDisableMessage?: string;
11
12
  selectionTitle: string;
12
13
  bulk?: BulkComponent<QueryParams>[];
14
+ bulkMore?: BulkComponent<QueryParams>[];
13
15
  menu: MenuComponent<Data>[];
14
16
  readonlyGetter?: (item: Data) => boolean;
15
17
  cardClass?: string;
16
18
  selectAllTextGetter: (isUnselect: boolean, count: number) => string;
19
+ hasBorder?: boolean;
20
+ moreBottom?: boolean;
17
21
  }> & import('vue').PublicProps;
18
22
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
19
23
  attrs: any;
@@ -1 +1 @@
1
- {"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"AA4MA,OAAO,KAAK,EAAC,aAAa,EAAE,SAAS,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;yBAOnD,IAAI,SAAS,WAAW,EAAE,WAAW,eACxC,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;WAkaxD,mBAAmB,CAAC;;;gBA1ZpB,MAAM;gBACN,SAAS,CAAC,IAAI,EAAE,WAAW,CAAC,EAAE;oBAC1B,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;6BACH,MAAM;wBACX,MAAM;eACf,aAAa,CAAC,WAAW,CAAC,EAAE;cAC7B,aAAa,CAAC,IAAI,CAAC,EAAE;yBACV,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;6BACG,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;KAgZkB,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;cA7YP,uBAAuB,SAAS,MAAM,KAAG,IAAI;;;;YAkZP,OAAO,CAAC,OAAO,WAAW,CAAC;;AA5avE,wBA4a4E;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":"AAmQA,OAAO,KAAK,EAAC,aAAa,EAAE,cAAc,EAAE,SAAS,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;yBAOnE,IAAI,SAAS,WAAW,EAAE,WAAW,eACxC,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;WA2hBxD,mBAAmB,CAAC;;;gBAnhBpB,MAAM;gBACN,SAAS,CAAC,IAAI,EAAE,WAAW,CAAC,EAAE;oBAC1B,cAAc,CAAC,IAAI,CAAC;oBACpB,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;6BACH,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;6BACG,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;qBACN,OAAO;KAqgBiE,CAAC,4BAA2B;oBAChG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;cAlgBP,uBAAuB,SAAS,MAAM,KAAG,IAAI;;;;YAugBP,OAAO,CAAC,OAAO,WAAW,CAAC;;AAriBvE,wBAqiB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}