eco-vue-js 0.11.5 → 0.11.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/dist/components/Button/WButtonDropdown.vue.d.ts +0 -2
  2. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -1
  3. package/dist/components/Button/WButtonDropdown.vue.js +2 -6
  4. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  5. package/dist/components/Button/WButtonMore.vue.js +0 -2
  6. package/dist/components/Button/WButtonSelection.vue.d.ts.map +1 -1
  7. package/dist/components/Button/WButtonSelection.vue.js +0 -2
  8. package/dist/components/Button/types.d.ts +1 -1
  9. package/dist/components/Button/types.d.ts.map +1 -1
  10. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  11. package/dist/components/Dropdown/WDropdown.vue.js +29 -47
  12. package/dist/components/Dropdown/types.d.ts +0 -7
  13. package/dist/components/Dropdown/types.d.ts.map +1 -1
  14. package/dist/components/Dropdown/utils/DropdownStyle.d.ts +35 -75
  15. package/dist/components/Dropdown/utils/DropdownStyle.d.ts.map +1 -1
  16. package/dist/components/Dropdown/utils/DropdownStyle.js +97 -164
  17. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +0 -4
  18. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  19. package/dist/components/DropdownMenu/WDropdownMenu.vue.js +1 -5
  20. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +0 -2
  21. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +0 -2
  22. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +0 -2
  23. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +0 -2
  24. package/dist/components/Input/WInput.vue.d.ts +10 -1
  25. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  26. package/dist/components/Input/WInput.vue.js +8 -1
  27. package/dist/components/Input/WInputDate.vue.d.ts +16 -6
  28. package/dist/components/Input/WInputDate.vue.d.ts.map +1 -1
  29. package/dist/components/Input/WInputDate.vue.js +0 -2
  30. package/dist/components/Input/WInputOptions.vue.js +0 -2
  31. package/dist/components/Input/WInputSuggest.vue.d.ts +11 -3
  32. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  33. package/dist/components/Input/WInputSuggest.vue.js +21 -18
  34. package/dist/components/Input/components/ContentEditable.vue.d.ts +7 -0
  35. package/dist/components/Input/components/ContentEditable.vue.d.ts.map +1 -1
  36. package/dist/components/Input/components/ContentEditable.vue.js +52 -37
  37. package/dist/components/Input/types.d.ts +4 -0
  38. package/dist/components/Input/types.d.ts.map +1 -1
  39. package/dist/components/List/components/HeaderSettings.vue.d.ts.map +1 -1
  40. package/dist/components/List/components/HeaderSettings.vue.js +0 -2
  41. package/dist/components/List/components/HeaderSort.vue.d.ts.map +1 -1
  42. package/dist/components/List/components/HeaderSort.vue.js +0 -2
  43. package/dist/components/List/components/ListFilterSelect.vue.d.ts.map +1 -1
  44. package/dist/components/List/components/ListFilterSelect.vue.js +0 -2
  45. package/dist/components/Nav/WNavItemExpand.vue.d.ts.map +1 -1
  46. package/dist/components/Nav/WNavItemExpand.vue.js +0 -2
  47. package/dist/components/Select/WSelect.vue.d.ts.map +1 -1
  48. package/dist/components/Select/WSelect.vue.js +75 -74
  49. package/dist/components/Select/WSelectAsync.vue.d.ts +2 -2
  50. package/dist/components/Select/WSelectAsync.vue.d.ts.map +1 -1
  51. package/dist/components/Select/WSelectAsync.vue.js +1 -2
  52. package/dist/components/Select/WSelectAsyncSingle.vue.js +0 -2
  53. package/dist/components/Select/WSelectSingle.vue.d.ts +5 -1
  54. package/dist/components/Select/WSelectSingle.vue.d.ts.map +1 -1
  55. package/dist/components/Select/WSelectSingle.vue.js +8 -6
  56. package/dist/components/Select/WSelectStringified.vue.js +0 -2
  57. package/dist/components/Select/components/SelectAsyncList.vue.js +1 -1
  58. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts +0 -2
  59. package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -1
  60. package/dist/components/Tooltip/WTooltipContainer.vue.js +1 -3
  61. package/dist/utils/HorizontalAlign.d.ts +0 -1
  62. package/dist/utils/HorizontalAlign.d.ts.map +1 -1
  63. package/dist/utils/HorizontalAlign.js +0 -1
  64. package/package.json +1 -1
  65. package/tailwind-base/plugins/default.ts +14 -8
@@ -2,10 +2,12 @@ import { SelectOptionComponent, SelectOptionProps, SelectSingleProps } from './t
2
2
  import { VNode } from 'vue';
3
3
  declare const _default: <Model extends number | string, Data extends DefaultData, QueryParamsOptions, OptionComponent extends SelectOptionComponent<Data>, AllowClear extends boolean = false>(__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<{
4
4
  props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
+ readonly onBlur?: ((value: FocusEvent) => any) | undefined;
6
+ readonly onFocus?: ((value: FocusEvent | undefined) => any) | undefined;
5
7
  readonly "onUpdate:model-value"?: ((value: AllowClear extends true ? Model | null : Model) => any) | undefined;
6
8
  readonly "onInit-model"?: (() => any) | undefined;
7
9
  readonly "onUpdate:query-options-error"?: ((value: string | undefined) => any) | undefined;
8
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onUpdate:model-value" | "onInit-model" | "onUpdate:query-options-error"> & SelectSingleProps<Model, Data, QueryParamsOptions, OptionComponent, AllowClear> & Partial<{}>> & import('vue').PublicProps;
10
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, "onFocus" | "onBlur" | "onUpdate:model-value" | "onInit-model" | "onUpdate:query-options-error"> & SelectSingleProps<Model, Data, QueryParamsOptions, OptionComponent, AllowClear> & Partial<{}>> & import('vue').PublicProps;
9
11
  expose(exposed: import('vue').ShallowUnwrapRef<{
10
12
  blur: () => void;
11
13
  }>): void;
@@ -25,6 +27,8 @@ declare const _default: <Model extends number | string, Data extends DefaultData
25
27
  (e: "update:model-value", value: AllowClear extends true ? Model | null : Model): void;
26
28
  (e: "update:query-options-error", value: string | undefined): void;
27
29
  (e: "init-model"): void;
30
+ (e: "focus", value: FocusEvent | undefined): void;
31
+ (e: "blur", value: FocusEvent): void;
28
32
  };
29
33
  }>) => import('vue').VNode & {
30
34
  __ctx?: Awaited<typeof __VLS_setup>;
@@ -1 +1 @@
1
- {"version":3,"file":"WSelectSingle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/WSelectSingle.vue"],"names":[],"mappings":"AAoDA;AA4GA,OAAO,KAAK,EAAC,qBAAqB,EAAE,iBAAiB,EAAE,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAExF,OAAO,EAAC,KAAK,KAAK,EAAyC,MAAM,KAAK,CAAA;yBAIrD,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,kBAAkB,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,EAAE,UAAU,SAAS,OAAO,GAAG,KAAK,EACpL,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA8MO,mBAAmB,CAAC;;;;8RAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;;MAAsB,GAAG,IAAI;WACpE,GAAG;;gBAlKD,MAAM,KAAK,EAAE;mBACV,MAAM,KAAK,EAAE;gBAChB,MAAM,KAAK,EAAE;iBACZ,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,EAAE;;gBAHxD,MAAM,KAAK,EAAE;mBACV,MAAM,KAAK,EAAE;gBAChB,MAAM,KAAK,EAAE;iBACZ,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,EAAE;;;YAjC5D,oBAAoB,0DAAoB,IAAI;YAC5C,4BAA4B,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC9D,YAAY,GAAG,IAAI;;EAkMrB,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAzNzE,wBAyN4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"WSelectSingle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Select/WSelectSingle.vue"],"names":[],"mappings":"AAqDA;AA+GA,OAAO,KAAK,EAAC,qBAAqB,EAAE,iBAAiB,EAAE,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAExF,OAAO,EAAC,KAAK,KAAK,EAAyC,MAAM,KAAK,CAAA;yBAIrD,KAAK,SAAS,MAAM,GAAG,MAAM,EAAE,IAAI,SAAS,WAAW,EAAE,kBAAkB,EAAE,eAAe,SAAS,qBAAqB,CAAC,IAAI,CAAC,EAAE,UAAU,SAAS,OAAO,GAAG,KAAK,EACpL,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAsNO,mBAAmB,CAAC;;;;;;qTAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;;MAAsB,GAAG,IAAI;WACpE,GAAG;;gBAxKD,MAAM,KAAK,EAAE;mBACV,MAAM,KAAK,EAAE;gBAChB,MAAM,KAAK,EAAE;iBACZ,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,EAAE;;gBAHxD,MAAM,KAAK,EAAE;mBACV,MAAM,KAAK,EAAE;gBAChB,MAAM,KAAK,EAAE;iBACZ,CAAC,KAAK,EAAE,UAAU,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,KAAK,KAAK,EAAE;;;YAnC5D,oBAAoB,0DAAoB,IAAI;YAC5C,4BAA4B,SAAS,MAAM,GAAG,SAAS,GAAG,IAAI;YAC9D,YAAY,GAAG,IAAI;YACnB,OAAO,SAAS,UAAU,GAAG,SAAS,GAAG,IAAI;YAC7C,MAAM,SAAS,UAAU,GAAG,IAAI;;EAwMlC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAjOzE,wBAiO4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
@@ -67,8 +67,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
67
67
  savedText: {},
68
68
  topText: { type: Boolean },
69
69
  parentElement: {},
70
- maxHeight: {},
71
- maxWidth: {},
72
70
  horizontalAlign: {},
73
71
  top: { type: Boolean },
74
72
  bottom: { type: Boolean },
@@ -78,7 +76,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78
76
  queryParamsOptions: {},
79
77
  options: {}
80
78
  },
81
- emits: ["update:model-value", "update:query-options-error", "init-model"],
79
+ emits: ["update:model-value", "update:query-options-error", "init-model", "focus", "blur"],
82
80
  setup(__props, { expose: __expose, emit: __emit }) {
83
81
  const props = __props;
84
82
  const emit = __emit;
@@ -109,9 +107,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
109
107
  class: _ctx.$attrs.class,
110
108
  onSelect: _cache[0] || (_cache[0] = ($event) => updateModelValue($event)),
111
109
  onUnselect: _cache[1] || (_cache[1] = ($event) => updateModelValue(_ctx.allowClear ? null : $event)),
112
- onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.searchModel && typeof _ctx.modelValue === "string" ? unref(selectComponentRef)?.setSearch(_ctx.modelValue) : void 0),
113
- "onUpdate:queryOptionsError": _cache[3] || (_cache[3] = ($event) => _ctx.$emit("update:query-options-error", $event)),
114
- onInitModel: _cache[4] || (_cache[4] = ($event) => _ctx.$emit("init-model"))
110
+ onFocus: _cache[2] || (_cache[2] = ($event) => {
111
+ _ctx.searchModel && typeof _ctx.modelValue === "string" ? unref(selectComponentRef)?.setSearch(_ctx.modelValue) : void 0;
112
+ _ctx.$emit("focus", $event);
113
+ }),
114
+ onBlur: _cache[3] || (_cache[3] = ($event) => _ctx.$emit("blur", $event)),
115
+ "onUpdate:queryOptionsError": _cache[4] || (_cache[4] = ($event) => _ctx.$emit("update:query-options-error", $event)),
116
+ onInitModel: _cache[5] || (_cache[5] = ($event) => _ctx.$emit("init-model"))
115
117
  }), createSlots({ _: 2 }, [
116
118
  _ctx.$slots.title ? {
117
119
  name: "title",
@@ -67,8 +67,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
67
67
  savedText: {},
68
68
  topText: { type: Boolean },
69
69
  parentElement: {},
70
- maxHeight: {},
71
- maxWidth: {},
72
70
  horizontalAlign: {},
73
71
  top: { type: Boolean },
74
72
  bottom: { type: Boolean },
@@ -41,7 +41,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
41
  const firstItem = ref();
42
42
  const lastItem = ref();
43
43
  const count = ref(0);
44
- const isModelValueSearch = computed(() => props.search && props.modelValue.includes(props.search));
44
+ const isModelValueSearch = computed(() => !!props.search && props.modelValue.includes(props.search));
45
45
  const setLoadingOption = (value) => {
46
46
  loadingOption.value = value;
47
47
  };
@@ -4,8 +4,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
4
4
  $: import('vue').ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
- readonly maxHeight: number;
8
- readonly maxWidth: number;
9
7
  readonly horizontalAlign: HorizontalAlign;
10
8
  readonly top?: boolean | undefined;
11
9
  readonly bottom?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"WTooltipContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Tooltip/WTooltipContainer.vue"],"names":[],"mappings":"AAgDA;AAmFA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCA2L6zf,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;AAT1+f,wBAOG"}
1
+ {"version":3,"file":"WTooltipContainer.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Tooltip/WTooltipContainer.vue"],"names":[],"mappings":"AA8CA;AAiFA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAuL8sgB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;AAT33gB,wBAOG"}
@@ -36,8 +36,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
36
  key: dropdownKey.value,
37
37
  "parent-element": unref(tooltipMeta).parent,
38
38
  "horizontal-align": unref(tooltipMeta).left ? unref(HorizontalAlign).LEFT_CENTER : unref(tooltipMeta).right ? unref(HorizontalAlign).RIGHT_CENTER : unref(HorizontalAlign).CENTER,
39
- "max-height": unref(tooltipMeta)?.maxHeight ?? 120,
40
- "max-width": unref(tooltipMeta).left || unref(tooltipMeta).right ? 400 : 240,
41
39
  top: unref(tooltipMeta).top,
42
40
  bottom: unref(tooltipMeta).bottom,
43
41
  "emit-update": "",
@@ -62,7 +60,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62
60
  }, 1032, ["tooltip-meta", "is-top", "is-left", "is-right"])
63
61
  ]),
64
62
  _: 1
65
- }, 8, ["parent-element", "horizontal-align", "max-height", "max-width", "top", "bottom", "onUpdate:rect"])) : createCommentVNode("", true)
63
+ }, 8, ["parent-element", "horizontal-align", "top", "bottom", "onUpdate:rect"])) : createCommentVNode("", true)
66
64
  ]),
67
65
  _: 1
68
66
  });
@@ -3,7 +3,6 @@ export declare enum HorizontalAlign {
3
3
  LEFT_CENTER = "LEFT_CENTER",
4
4
  LEFT_INNER = "LEFT_INNER",
5
5
  FILL = "FILL",
6
- FILL_MIN = "FILL_MIN",
7
6
  CENTER = "CENTER",
8
7
  RIGHT_INNER = "RIGHT_INNER",
9
8
  RIGHT_CENTER = "RIGHT_CENTER",
@@ -1 +1 @@
1
- {"version":3,"file":"HorizontalAlign.d.ts","sourceRoot":"","sources":["../../../src/utils/HorizontalAlign.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;CAC5B"}
1
+ {"version":3,"file":"HorizontalAlign.d.ts","sourceRoot":"","sources":["../../../src/utils/HorizontalAlign.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;CAC5B"}
@@ -3,7 +3,6 @@ var HorizontalAlign = /* @__PURE__ */ ((HorizontalAlign2) => {
3
3
  HorizontalAlign2["LEFT_CENTER"] = "LEFT_CENTER";
4
4
  HorizontalAlign2["LEFT_INNER"] = "LEFT_INNER";
5
5
  HorizontalAlign2["FILL"] = "FILL";
6
- HorizontalAlign2["FILL_MIN"] = "FILL_MIN";
7
6
  HorizontalAlign2["CENTER"] = "CENTER";
8
7
  HorizontalAlign2["RIGHT_INNER"] = "RIGHT_INNER";
9
8
  HorizontalAlign2["RIGHT_CENTER"] = "RIGHT_CENTER";
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.11.5",
7
+ "version": "0.11.7",
8
8
  "dependencies": {
9
9
  "@stylistic/eslint-plugin": "5.2.3",
10
10
  "@tanstack/eslint-plugin-query": "5.83.1",
@@ -35,16 +35,22 @@ const pluginDefault = plugin(function ({matchUtilities, addVariant, addUtilities
35
35
 
36
36
  addBase({
37
37
  '*': {
38
- '--w-left-inner': 'calc(var(--nav-bar-width) + var(--inner-margin))',
39
- '--w-right-inner': 'calc(var(--actions-bar-width) + var(--inner-margin))',
40
- '--w-width-inner': 'calc(100vw - var(--actions-bar-width) - var(--nav-bar-width) - var(--inner-margin) - var(--inner-margin) - var(--scroll-bar-width))',
41
- '--w-height-inner': 'calc(100vh - var(--header-height) - var(--infinite-list-header-height, 0px) - var(--scroll-bar-width))',
38
+ '--w-left-inner': 'calc(var(--nav-bar-width, 0px) + var(--inner-margin, 0px))',
39
+ '--w-right-inner': 'calc(var(--actions-bar-width, 0px) + var(--inner-margin, 0px) + var(--scroll-bar-width, 0px))',
40
+ '--w-width-inner': 'calc(100vw - var(--w-left-inner, 0px) - var(--w-right-inner, 0px))',
41
+
42
+ '--w-top-inner': 'calc(var(--header-height, 0px) + var(--infinite-list-header-height, 0px))',
43
+ '--w-bottom-inner': 'var(--scroll-bar-width, 0px)',
44
+ '--w-height-inner': 'calc(100vh - var(--w-top-inner, 0px) - var(--w-bottom-inner, 0px))',
42
45
  },
43
46
  '.w-modal-wrapper *': {
44
- '--w-left-inner': 'var(--w-modal-wrapper-padding)',
45
- '--w-right-inner': 'var(--w-modal-wrapper-padding)',
46
- '--w-width-inner': 'calc(var(--w-modal-wrapper-width, 35rem) - var(--w-modal-wrapper-padding) - var(--w-modal-wrapper-padding) - var(--scroll-bar-width))',
47
- '--w-height-inner': 'calc(var(--w-modal-content-height) - var(--w-modal-header-height) - var(--w-modal-footer-height) - var(--infinite-list-header-height, 0px) - var(--scroll-bar-width))',
47
+ '--w-left-inner': 'var(--w-modal-wrapper-padding, 0px)',
48
+ '--w-right-inner': 'calc(var(--w-modal-wrapper-padding, 0px) + var(--scroll-bar-width, 0px)))',
49
+ '--w-width-inner': 'calc(var(--w-modal-wrapper-width, 35rem) - var(--w-left-inner, 0px) - var(--w-left-inner, 0px))',
50
+
51
+ '--w-top-inner': 'calc(var(--w-modal-header-height, 0px) + var(--infinite-list-header-height, 0px))',
52
+ '--w-bottom-inner': 'calc(var(--w-modal-footer-height, 0px) + var(--scroll-bar-width, 0px))',
53
+ '--w-height-inner': 'calc(var(--w-modal-content-height, 0px) - var(--w-top-inner, 0px) - var(--w-bottom-inner, 0px))',
48
54
  },
49
55
  })
50
56