eco-vue-js 0.10.34 → 0.10.36

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 (100) hide show
  1. package/dist/components/Button/WButtonDropdown.vue.d.ts +2 -2
  2. package/dist/components/Button/WButtonDropdown.vue.d.ts.map +1 -1
  3. package/dist/components/Button/WButtonDropdown.vue.js +0 -2
  4. package/dist/components/Button/WButtonGroup.vue.js +1 -0
  5. package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
  6. package/dist/components/Button/WButtonMore.vue.js +0 -1
  7. package/dist/components/Button/WButtonSelection.vue.js +1 -1
  8. package/dist/components/Checkbox/WCheckboxGroup.vue.js +1 -0
  9. package/dist/components/Dropdown/WDropdown.vue.d.ts +6 -11
  10. package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
  11. package/dist/components/Dropdown/WDropdown.vue.js +1 -1
  12. package/dist/components/Dropdown/types.d.ts +9 -0
  13. package/dist/components/Dropdown/types.d.ts.map +1 -1
  14. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +20 -37
  15. package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
  16. package/dist/components/DropdownMenu/WDropdownMenu.vue.js +11 -15
  17. package/dist/components/DropdownMenu/types.d.ts +0 -2
  18. package/dist/components/DropdownMenu/types.d.ts.map +1 -1
  19. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts +5 -1
  20. package/dist/components/FieldWrapper/WFieldWrapper.vue.d.ts.map +1 -1
  21. package/dist/components/FieldWrapper/WFieldWrapper.vue.js +13 -7
  22. package/dist/components/FieldWrapper/types.d.ts +1 -0
  23. package/dist/components/FieldWrapper/types.d.ts.map +1 -1
  24. package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +1 -0
  25. package/dist/components/FormAsync/WFormAsyncCheckboxGroup.vue.js +1 -0
  26. package/dist/components/FormAsync/WFormAsyncInput.vue.js +3 -1
  27. package/dist/components/FormAsync/WFormAsyncSelect.vue.js +3 -3
  28. package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +3 -3
  29. package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +3 -3
  30. package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +3 -3
  31. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +2 -0
  32. package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
  33. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts +0 -1
  34. package/dist/components/InfiniteList/WInfiniteList.vue.d.ts.map +1 -1
  35. package/dist/components/InfiniteList/WInfiniteList.vue.js +2 -5
  36. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.d.ts +25 -0
  37. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.d.ts.map +1 -0
  38. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue.js +23 -0
  39. package/dist/components/InfiniteList/WInfiniteListScrollingElement.vue2.js +5 -0
  40. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts +0 -1
  41. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.d.ts.map +1 -1
  42. package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +8 -5
  43. package/dist/components/InfiniteList/components/InfiniteListButton.vue.js +1 -1
  44. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts +0 -1
  45. package/dist/components/InfiniteList/components/InfiniteListPage.vue.d.ts.map +1 -1
  46. package/dist/components/InfiniteList/components/InfiniteListPage.vue.js +5 -4
  47. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts +0 -1
  48. package/dist/components/InfiniteList/components/InfiniteListPages.vue.d.ts.map +1 -1
  49. package/dist/components/InfiniteList/components/InfiniteListPages.vue.js +7 -8
  50. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts +3 -6
  51. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.d.ts.map +1 -1
  52. package/dist/components/InfiniteList/components/InfiniteListScroll.vue.js +8 -10
  53. package/dist/components/InfiniteList/models/injection.d.ts +3 -0
  54. package/dist/components/InfiniteList/models/injection.d.ts.map +1 -0
  55. package/dist/components/InfiniteList/models/injection.js +3 -0
  56. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts +1 -1
  57. package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
  58. package/dist/components/InfiniteList/use/useInfiniteListHeader.js +5 -3
  59. package/dist/components/Input/WInput.vue.d.ts +1 -0
  60. package/dist/components/Input/WInput.vue.d.ts.map +1 -1
  61. package/dist/components/Input/WInput.vue.js +32 -15
  62. package/dist/components/Input/WInputAsync.vue.js +4 -2
  63. package/dist/components/Input/WInputDate.vue.js +3 -3
  64. package/dist/components/Input/WInputOptions.vue.js +3 -3
  65. package/dist/components/Input/WInputSuggest.vue.d.ts +2 -2
  66. package/dist/components/Input/WInputSuggest.vue.d.ts.map +1 -1
  67. package/dist/components/Input/WInputSuggest.vue.js +99 -109
  68. package/dist/components/Input/types.d.ts +2 -1
  69. package/dist/components/Input/types.d.ts.map +1 -1
  70. package/dist/components/List/WListCard.vue.d.ts.map +1 -1
  71. package/dist/components/List/WListCard.vue.js +6 -6
  72. package/dist/components/List/WListHeader.vue.js +4 -4
  73. package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
  74. package/dist/components/MenuItem/WMenuItem.vue.js +3 -3
  75. package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
  76. package/dist/components/Modal/WModal.vue.js +5 -1
  77. package/dist/components/Modal/WModalImport.vue.js +2 -2
  78. package/dist/components/Modal/WModalWrapper.vue.d.ts +8 -2
  79. package/dist/components/Modal/WModalWrapper.vue.d.ts.map +1 -1
  80. package/dist/components/Modal/WModalWrapper.vue.js +35 -21
  81. package/dist/components/Modal/models/injection.d.ts +4 -0
  82. package/dist/components/Modal/models/injection.d.ts.map +1 -0
  83. package/dist/components/Modal/models/injection.js +4 -0
  84. package/dist/components/Progress/WProgressStriped.vue.js +2 -2
  85. package/dist/components/Select/WSelect.vue.js +4 -4
  86. package/dist/components/Select/WSelectAsync.vue.js +4 -4
  87. package/dist/components/Select/WSelectAsyncList.vue.d.ts.map +1 -1
  88. package/dist/components/Select/WSelectAsyncList.vue.js +41 -41
  89. package/dist/components/Select/WSelectAsyncSingle.vue.js +3 -3
  90. package/dist/components/Select/WSelectSingle.vue.js +3 -3
  91. package/dist/components/Select/WSelectStringified.vue.js +3 -3
  92. package/dist/components/Select/components/SelectAsyncList.vue.d.ts +0 -1
  93. package/dist/components/Select/components/SelectAsyncList.vue.d.ts.map +1 -1
  94. package/dist/components/Select/components/SelectAsyncList.vue.js +1 -3
  95. package/dist/imports/componentsPlugin.d.ts +2 -1
  96. package/dist/imports/componentsPlugin.d.ts.map +1 -1
  97. package/dist/main.js +1 -0
  98. package/package.json +4 -1
  99. package/tailwind-base/plugins/default.ts +11 -19
  100. package/tailwind-base/theme/sizes.ts +5 -0
@@ -16,14 +16,14 @@ declare function __VLS_template(): {
16
16
  }) => VNode[];
17
17
  };
18
18
  refs: {};
19
- rootEl: HTMLDivElement;
19
+ rootEl: any;
20
20
  };
21
21
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
22
22
  declare const __VLS_component: import('vue').DefineComponent<ButtonDropdownProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ButtonDropdownProps> & Readonly<{}>, {
23
23
  maxHeight: number;
24
24
  maxWidth: number;
25
25
  horizontalAlign: HorizontalAlign;
26
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
26
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
27
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
28
28
  export default _default;
29
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AAsEA;AA2GA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAC,KAAK,KAAK,EAAM,MAAM,KAAK,CAAA;AAQnC,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAgBvD,QAAA,MAAM,KAAK,YAEV,CAAA;AAcD,iBAAS,cAAc;WA8KT,OAAO,IAA6B;;iBAzLvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;iBAD1C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;;;EA6LpD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;wFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WButtonDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonDropdown.vue"],"names":[],"mappings":"AAsEA;AA2GA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,SAAS,CAAA;AAEhD,OAAO,EAAC,KAAK,KAAK,EAAM,MAAM,KAAK,CAAA;AAQnC,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAgBvD,QAAA,MAAM,KAAK,YAEV,CAAA;AAcD,iBAAS,cAAc;WA8KT,OAAO,IAA6B;;iBAzLvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;iBAD1C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE;YAAC,KAAK,EAAE,OAAO,KAAK,CAAA;SAAC,KAAK,KAAK,EAAE;;;;EA6LpD;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;6EAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -15,8 +15,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
15
15
  disabled: { type: Boolean },
16
16
  tooltipText: {},
17
17
  teleport: { type: Boolean },
18
- noZIndex: { type: Boolean },
19
- zIndex: {},
20
18
  parentElement: {},
21
19
  horizontalAlign: { default: HorizontalAlign.LEFT_INNER },
22
20
  maxHeight: { default: 200 },
@@ -37,6 +37,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
37
  filterField: {},
38
38
  filterValue: {},
39
39
  subgrid: { type: Boolean },
40
+ seamless: { type: Boolean },
40
41
  loading: { type: Boolean },
41
42
  download: {},
42
43
  to: {}
@@ -1 +1 @@
1
- {"version":3,"file":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AA2DA;AA4GA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAWpD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,CAAA;CACxC,CAAC;AAuCF,iBAAS,cAAc;WAoHT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;gGASnB,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":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AA0DA;AA2GA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAWpD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,CAAA;CACxC,CAAC;AAuCF,iBAAS,cAAc;WAkHT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;gGASnB,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"}
@@ -48,7 +48,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  "max-width": 320,
49
49
  "horizontal-align": _ctx.anchor ? unref(HorizontalAlign).RIGHT_INNER : unref(HorizontalAlign).LEFT_INNER,
50
50
  "update-align": false,
51
- "z-index": 1,
52
51
  "parent-element": _ctx.anchor,
53
52
  teleport: ""
54
53
  }, {
@@ -7,7 +7,7 @@ import _sfc_main$3 from './WButtonSelectionAction.vue.js';
7
7
  import _sfc_main$4 from './WButtonSelectionState.vue.js';
8
8
  import _sfc_main$2 from '../ClickOutside/WClickOutside.vue.js';
9
9
 
10
- const _hoisted_1 = { class: "sm:left-inner sm:w-inner grid w-full grid-cols-[1fr,auto] pb-3 sm:sticky" };
10
+ const _hoisted_1 = { class: "sm:-left--left-inner sm:-w--width-inner grid w-full grid-cols-[1fr,auto] pb-3 sm:sticky" };
11
11
  const _hoisted_2 = { class: "flex" };
12
12
  const _hoisted_3 = { class: "text-primary dark:text-primary-dark font-semibold" };
13
13
  const _hoisted_4 = { class: "sm-not:text-xs" };
@@ -38,6 +38,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
38
38
  filterField: {},
39
39
  filterValue: {},
40
40
  subgrid: { type: Boolean },
41
+ seamless: { type: Boolean },
41
42
  radio: { type: Boolean },
42
43
  loading: { type: Boolean },
43
44
  alignTop: { type: Boolean }
@@ -1,16 +1,11 @@
1
- import { DropdownProps } from './types';
1
+ import { DropdownDefaultSlotScope, DropdownProps } from './types';
2
+ import { VNode } from 'vue';
2
3
  declare function __VLS_template(): {
3
4
  attrs: Partial<{}>;
4
- slots: {
5
- default?(_: {
6
- left: string;
7
- right: string;
8
- top: string;
9
- bottom: string;
10
- isTop: boolean;
11
- isLeft: boolean;
12
- isRight: boolean;
13
- }): any;
5
+ slots: Readonly<{
6
+ default: (props: DropdownDefaultSlotScope) => VNode[];
7
+ }> & {
8
+ default: (props: DropdownDefaultSlotScope) => VNode[];
14
9
  };
15
10
  refs: {
16
11
  dropdown: HTMLDivElement;
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAqBA;AA8IA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AA8H1C,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;;;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kBAUnB,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":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAqBA;AAkJA,OAAO,KAAK,EAAC,wBAAwB,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AAEpE,OAAO,EAAC,KAAK,KAAK,EAAyF,MAAM,KAAK,CAAA;AAgItH,iBAAS,cAAc;WAqCT,OAAO,IAA6B;;iBArDvC,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;iBAA5C,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;;;;;EA0DtD;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;kBAUnB,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"}
@@ -68,7 +68,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
68
68
  onMounted(() => {
69
69
  if (!isClientSide || !dropdownRef.value) return;
70
70
  domListenerContainer = new DOMListenerContainer(
71
- [document, window, ...getAllScrollParents(dropdownRef.value)],
71
+ [document, window, ...getAllScrollParents(props.parentElement)],
72
72
  ["scroll", "touchmove", "resize"],
73
73
  () => {
74
74
  if (requestAnimationFrameId) window.cancelAnimationFrame(requestAnimationFrameId);
@@ -7,4 +7,13 @@ export interface DropdownProps {
7
7
  updateAlign?: boolean;
8
8
  emitUpdate?: boolean;
9
9
  }
10
+ export type DropdownDefaultSlotScope = {
11
+ left: string;
12
+ right: string;
13
+ top: string;
14
+ bottom: string;
15
+ isTop: boolean;
16
+ isLeft: boolean;
17
+ isRight: boolean;
18
+ };
10
19
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAE5D,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,eAAe,CAAA;IAChC,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAE5D,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,eAAe,EAAE,eAAe,CAAA;IAChC,aAAa,EAAE,OAAO,CAAA;IACtB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,UAAU,CAAC,EAAE,OAAO,CAAA;CACrB;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,GAAG,EAAE,MAAM,CAAA;IACX,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,OAAO,CAAA;IACd,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,OAAO,CAAA;CACjB,CAAA"}
@@ -1,22 +1,17 @@
1
1
  import { DropdownMenuProps } from './types';
2
+ import { DropdownDefaultSlotScope } from '../Dropdown/types';
3
+ import { VNode } from 'vue';
2
4
  declare function __VLS_template(): {
3
5
  attrs: Partial<{}>;
4
- slots: {
5
- toggle?(_: {
6
- unclickable: boolean;
7
- }): any;
8
- content?(_: {
9
- left: string;
10
- right: string;
11
- top: string;
12
- bottom: string;
13
- isTop: boolean;
14
- isLeft: boolean;
15
- isRight: boolean;
16
- }): any;
6
+ slots: Readonly<{
7
+ toggle?: () => VNode[];
8
+ content?: (props: DropdownDefaultSlotScope) => VNode[];
9
+ }> & {
10
+ toggle?: () => VNode[];
11
+ content?: (props: DropdownDefaultSlotScope) => VNode[];
17
12
  };
18
13
  refs: {
19
- container: HTMLDivElement;
14
+ container: unknown;
20
15
  dropdown: ({
21
16
  $: import('vue').ComponentInternalInstance;
22
17
  $data: {};
@@ -76,20 +71,14 @@ declare function __VLS_template(): {
76
71
  }>, "update"> & import('vue').ShallowUnwrapRef<{
77
72
  update: () => void;
78
73
  }> & {} & import('vue').ComponentCustomProperties & {} & {
79
- $slots: {
80
- default?(_: {
81
- left: string;
82
- right: string;
83
- top: string;
84
- bottom: string;
85
- isTop: boolean;
86
- isLeft: boolean;
87
- isRight: boolean;
88
- }): any;
74
+ $slots: Readonly<{
75
+ default: (props: DropdownDefaultSlotScope) => VNode[];
76
+ }> & {
77
+ default: (props: DropdownDefaultSlotScope) => VNode[];
89
78
  };
90
79
  }) | null;
91
80
  };
92
- rootEl: HTMLDivElement;
81
+ rootEl: any;
93
82
  };
94
83
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
95
84
  declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps, {
@@ -99,7 +88,7 @@ declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps,
99
88
  }, string, import('vue').PublicProps, Readonly<DropdownMenuProps> & Readonly<{
100
89
  "onUpdate:rect"?: (() => any) | undefined;
101
90
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
102
- container: HTMLDivElement;
91
+ container: unknown;
103
92
  dropdown: ({
104
93
  $: import('vue').ComponentInternalInstance;
105
94
  $data: {};
@@ -159,19 +148,13 @@ declare const __VLS_component: import('vue').DefineComponent<DropdownMenuProps,
159
148
  }>, "update"> & import('vue').ShallowUnwrapRef<{
160
149
  update: () => void;
161
150
  }> & {} & import('vue').ComponentCustomProperties & {} & {
162
- $slots: {
163
- default?(_: {
164
- left: string;
165
- right: string;
166
- top: string;
167
- bottom: string;
168
- isTop: boolean;
169
- isLeft: boolean;
170
- isRight: boolean;
171
- }): any;
151
+ $slots: Readonly<{
152
+ default: (props: DropdownDefaultSlotScope) => VNode[];
153
+ }> & {
154
+ default: (props: DropdownDefaultSlotScope) => VNode[];
172
155
  };
173
156
  }) | null;
174
- }, HTMLDivElement>;
157
+ }, any>;
175
158
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
176
159
  export default _default;
177
160
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1 +1 @@
1
- {"version":3,"file":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AAqCA;AA8DA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AA8B9C,iBAAS,cAAc;WAmGT,OAAO,IAA6B;;;;YAbtB,GAAG;;;;;;;;;YACD,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqDuglB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;EApC7plB;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAyBmhlB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;kBAf5plB,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":"WDropdownMenu.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/WDropdownMenu.vue"],"names":[],"mappings":"AAgCA;AAqEA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAC9C,OAAO,KAAK,EAAC,wBAAwB,EAAC,MAAM,6BAA6B,CAAA;AAEzE,OAAO,EAAC,KAAK,KAAK,EAAmC,MAAM,KAAK,CAAA;AAuChE,iBAAS,cAAc;WA2FT,OAAO,IAA6B;;iBA5GvC,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;iBAD7C,MAAM,KAAK,EAAE;kBACZ,CAAC,KAAK,EAAE,wBAAwB,KAAK,KAAK,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAqJswjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;EArCn7jB;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAwByyjB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;OAfl7jB,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,14 +1,12 @@
1
- import { defineComponent, useTemplateRef, createElementBlock, openBlock, renderSlot, createBlock, Teleport, createCommentVNode, unref, normalizeStyle, normalizeClass, withCtx, normalizeProps, guardReactiveProps } from 'vue';
1
+ import { defineComponent, inject, useTemplateRef, computed, createElementBlock, openBlock, Fragment, createBlock, resolveDynamicComponent, mergeProps, Teleport, createCommentVNode, normalizeStyle, unref, withCtx, renderSlot, normalizeProps, guardReactiveProps } from 'vue';
2
2
  import _sfc_main$1 from '../Dropdown/WDropdown.vue.js';
3
+ import { wBaseZInfex } from '../Modal/models/injection.js';
3
4
 
4
- const _hoisted_1 = { ref: "container" };
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
6
6
  __name: "WDropdownMenu",
7
7
  props: {
8
8
  isOpen: { type: Boolean },
9
9
  teleport: { type: Boolean },
10
- noZIndex: { type: Boolean },
11
- zIndex: {},
12
10
  parentElement: {},
13
11
  maxHeight: {},
14
12
  maxWidth: {},
@@ -18,43 +16,41 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
18
16
  },
19
17
  emits: ["update:rect"],
20
18
  setup(__props, { expose: __expose }) {
19
+ const baseZInfex = inject(wBaseZInfex, 0);
21
20
  const containerRef = useTemplateRef("container");
22
21
  const dropdownRef = useTemplateRef("dropdown");
22
+ const element = computed(() => containerRef.value instanceof HTMLElement ? containerRef.value : containerRef.value?.$el);
23
23
  __expose({
24
24
  updateDropdown: () => {
25
25
  dropdownRef.value?.update();
26
26
  }
27
27
  });
28
28
  return (_ctx, _cache) => {
29
- return openBlock(), createElementBlock("div", _hoisted_1, [
30
- renderSlot(_ctx.$slots, "toggle", { unclickable: false }),
29
+ return openBlock(), createElementBlock(Fragment, null, [
30
+ (openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.toggle?.()?.[0]), mergeProps({ ref: "container" }, _ctx.$attrs), null, 16)),
31
31
  (openBlock(), createBlock(Teleport, {
32
32
  to: "body",
33
33
  disabled: !_ctx.teleport || !_ctx.isOpen
34
34
  }, [
35
- unref(containerRef) && _ctx.isOpen ? (openBlock(), createBlock(_sfc_main$1, {
35
+ (_ctx.parentElement || element.value) && _ctx.isOpen ? (openBlock(), createBlock(_sfc_main$1, {
36
36
  key: 0,
37
37
  ref: "dropdown",
38
- "parent-element": _ctx.parentElement ?? unref(containerRef),
38
+ "parent-element": _ctx.parentElement ?? element.value,
39
39
  "horizontal-align": _ctx.horizontalAlign,
40
40
  "update-align": _ctx.updateAlign,
41
41
  "max-height": _ctx.maxHeight,
42
42
  "max-width": _ctx.maxWidth,
43
43
  "emit-update": _ctx.emitUpdate,
44
- class: normalizeClass({
45
- "z-[2]": !_ctx.teleport && !_ctx.noZIndex,
46
- "z-30": _ctx.teleport && !_ctx.noZIndex
47
- }),
48
- style: normalizeStyle({ zIndex: _ctx.zIndex }),
44
+ style: normalizeStyle({ zIndex: _ctx.teleport ? unref(baseZInfex) + 2 : 2 }),
49
45
  "onUpdate:rect": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("update:rect"))
50
46
  }, {
51
47
  default: withCtx((defaultScope) => [
52
48
  renderSlot(_ctx.$slots, "content", normalizeProps(guardReactiveProps(defaultScope)))
53
49
  ]),
54
50
  _: 3
55
- }, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "class", "style"])) : createCommentVNode("", true)
51
+ }, 8, ["parent-element", "horizontal-align", "update-align", "max-height", "max-width", "emit-update", "style"])) : createCommentVNode("", true)
56
52
  ], 8, ["disabled"]))
57
- ], 512);
53
+ ], 64);
58
54
  };
59
55
  }
60
56
  });
@@ -2,8 +2,6 @@ import { DropdownProps } from '../Dropdown/types';
2
2
  export interface DropdownMenuProps extends Omit<DropdownProps, 'parentElement'> {
3
3
  isOpen: boolean;
4
4
  teleport?: boolean;
5
- noZIndex?: boolean;
6
- zIndex?: number;
7
5
  parentElement?: DropdownProps['parentElement'];
8
6
  }
9
7
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAEpD,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,aAAa,EAAE,eAAe,CAAC;IAC7E,MAAM,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,CAAA;CAC/C"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/DropdownMenu/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAEpD,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,aAAa,EAAE,eAAe,CAAC;IAC7E,MAAM,EAAE,OAAO,CAAA;IACf,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,aAAa,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,CAAA;CAC/C"}
@@ -17,16 +17,20 @@ declare function __VLS_template(): {
17
17
  right?(_: {}): any;
18
18
  };
19
19
  refs: {
20
+ field: HTMLDivElement;
20
21
  rightContainer: HTMLDivElement;
21
22
  };
22
23
  rootEl: any;
23
24
  };
24
25
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
25
- declare const __VLS_component: import('vue').DefineComponent<FieldWrapperProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
26
+ declare const __VLS_component: import('vue').DefineComponent<FieldWrapperProps, {
27
+ fieldRef: Readonly<import('vue').ShallowRef<HTMLDivElement | null>>;
28
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
26
29
  click: (value: MouseEvent) => any;
27
30
  }, string, import('vue').PublicProps, Readonly<FieldWrapperProps> & Readonly<{
28
31
  onClick?: ((value: MouseEvent) => any) | undefined;
29
32
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
33
+ field: HTMLDivElement;
30
34
  rightContainer: HTMLDivElement;
31
35
  }, any>;
32
36
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1 +1 @@
1
- {"version":3,"file":"WFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/WFieldWrapper.vue"],"names":[],"mappings":"AAgLA;AAuNA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAuC9C,iBAAS,cAAc;WAuRT,OAAO,IAA6B;;uBAfvB,GAAG;0BACC,GAAG;;;gCA/QP,OAAO,KAAG,IAAI;;YAgRb,GAAG;;;gCAhRJ,OAAO,KAAG,IAAI;;YAiRX,GAAG;uBACL,GAAG;;;;;;EAgB9B;AAkBD,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":"WFieldWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/WFieldWrapper.vue"],"names":[],"mappings":"AAiLA;AA8NA,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAA;AAgD9C,iBAAS,cAAc;WA2RT,OAAO,IAA6B;;uBAhBvB,GAAG;0BACC,GAAG;;;gCAzRP,OAAO,KAAG,IAAI;;YA0Rb,GAAG;;;gCA1RJ,OAAO,KAAG,IAAI;;YA2RX,GAAG;uBACL,GAAG;;;;;;;EAiB9B;AAmBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;OASnB,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,4 +1,4 @@
1
- import { defineComponent, useId, ref, computed, createElementBlock, openBlock, mergeProps, createCommentVNode, renderSlot, createElementVNode, createBlock, normalizeClass, unref, Fragment, createVNode, createTextVNode, resolveDynamicComponent, toDisplayString, Transition, withCtx, normalizeProps, guardReactiveProps } from 'vue';
1
+ import { defineComponent, useId, useTemplateRef, ref, computed, createElementBlock, openBlock, mergeProps, createCommentVNode, renderSlot, createElementVNode, createBlock, normalizeClass, unref, readonly, Fragment, createVNode, createTextVNode, resolveDynamicComponent, toDisplayString, Transition, withCtx, normalizeProps, guardReactiveProps } from 'vue';
2
2
  import _sfc_main$2 from '../Button/WButtonCopy.vue.js';
3
3
  import WSkeleton from '../Skeleton/WSkeleton.vue.js';
4
4
  import _sfc_main$3 from '../Tooltip/WTooltip.vue.js';
@@ -48,12 +48,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
48
48
  leftError: { type: Boolean },
49
49
  filterField: {},
50
50
  filterValue: {},
51
- subgrid: { type: Boolean }
51
+ subgrid: { type: Boolean },
52
+ seamless: { type: Boolean }
52
53
  },
53
54
  emits: ["click"],
54
- setup(__props) {
55
+ setup(__props, { expose: __expose }) {
55
56
  const props = __props;
56
57
  const id = useId();
58
+ const fieldRef = useTemplateRef("field");
57
59
  const focused = ref(false);
58
60
  const encodedQueryParam = computed(() => {
59
61
  if (props.filterField === void 0) return void 0;
@@ -62,8 +64,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
62
64
  const setFocused = (value) => {
63
65
  focused.value = value;
64
66
  };
67
+ __expose({
68
+ fieldRef
69
+ });
65
70
  return (_ctx, _cache) => {
66
- return openBlock(), createElementBlock("div", mergeProps({ class: "relative" }, { class: _ctx.$attrs.class, style: _ctx.$attrs.style }, {
71
+ return openBlock(), createElementBlock("div", mergeProps({ class: "group/field relative" }, { class: _ctx.$attrs.class, style: _ctx.$attrs.style }, {
67
72
  class: {
68
73
  "mb-[1.125rem] mt-1": !_ctx.noMargin && !_ctx.subgrid,
69
74
  "col-span-full grid grid-cols-subgrid": _ctx.subgrid
@@ -74,7 +79,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
74
79
  key: 0,
75
80
  for: unref(id),
76
81
  class: normalizeClass(["text-accent relative block pr-6 text-xs font-semibold leading-loose", {
77
- "cursor-not-allowed opacity-50": _ctx.disabled && !_ctx.readonly && !_ctx.skeleton,
82
+ "cursor-not-allowed opacity-50": _ctx.disabled && !readonly && !_ctx.skeleton,
78
83
  "col-start-1": _ctx.subgrid
79
84
  }])
80
85
  }, [
@@ -107,6 +112,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
107
112
  ], 10, _hoisted_1)) : createCommentVNode("", true),
108
113
  renderSlot(_ctx.$slots, "subtitle"),
109
114
  createElementVNode("div", {
115
+ ref: "field",
110
116
  class: normalizeClass(["grid", {
111
117
  "pr-9": !_ctx.title && !_ctx.$slots.title && _ctx.filterField,
112
118
  "col-start-2 -col-end-1 row-start-1 -row-end-3 grid-cols-subgrid": _ctx.subgrid,
@@ -184,7 +190,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
184
190
  _ctx.description ? (openBlock(), createElementBlock("div", {
185
191
  key: 1,
186
192
  class: normalizeClass(["text-description col-start-1 whitespace-pre-wrap text-pretty break-words text-xs font-normal", {
187
- "opacity-50": _ctx.disabled && !_ctx.readonly && !_ctx.skeleton,
193
+ "opacity-50": _ctx.disabled && !readonly && !_ctx.skeleton,
188
194
  "pt-4": !_ctx.subgrid
189
195
  }])
190
196
  }, [
@@ -192,7 +198,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
192
198
  createTextVNode(toDisplayString(_ctx.description), 1)
193
199
  ], 64))
194
200
  ], 2)) : createCommentVNode("", true),
195
- _ctx.tooltipText && !_ctx.skeleton && !_ctx.readonly ? (openBlock(), createBlock(_sfc_main$3, {
201
+ _ctx.tooltipText && !_ctx.skeleton && !readonly ? (openBlock(), createBlock(_sfc_main$3, {
196
202
  key: 2,
197
203
  text: _ctx.tooltipText
198
204
  }, null, 8, ["text"])) : createCommentVNode("", true)
@@ -20,5 +20,6 @@ export interface FieldWrapperProps {
20
20
  filterField?: string;
21
21
  filterValue?: unknown;
22
22
  subgrid?: boolean;
23
+ seamless?: boolean;
23
24
  }
24
25
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/components/FieldWrapper/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAA;IAC7C,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB"}
@@ -33,6 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  filterField: {},
34
34
  filterValue: {},
35
35
  subgrid: { type: Boolean },
36
+ seamless: { type: Boolean },
36
37
  loading: { type: Boolean },
37
38
  download: {},
38
39
  to: {},
@@ -36,6 +36,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
36
  filterField: {},
37
37
  filterValue: {},
38
38
  subgrid: { type: Boolean },
39
+ seamless: { type: Boolean },
39
40
  radio: { type: Boolean },
40
41
  loading: { type: Boolean },
41
42
  alignTop: { type: Boolean },
@@ -23,7 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
23
23
  autocomplete: {},
24
24
  autofocus: { type: Boolean },
25
25
  readonly: { type: Boolean },
26
- unclickable: { type: Boolean },
26
+ unclickable: { type: [Boolean, null] },
27
27
  disabledActions: { type: Boolean },
28
28
  loading: { type: Boolean },
29
29
  spellcheck: { type: Boolean },
@@ -32,6 +32,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
32
32
  allowClear: { type: Boolean },
33
33
  allowPaste: { type: Boolean },
34
34
  hideInput: { type: Boolean },
35
+ noWrap: { type: Boolean },
35
36
  title: {},
36
37
  titleIcon: {},
37
38
  description: {},
@@ -50,6 +51,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
50
51
  filterField: {},
51
52
  filterValue: {},
52
53
  subgrid: { type: Boolean },
54
+ seamless: { type: Boolean },
53
55
  useQueryFn: {},
54
56
  noParams: { type: Boolean },
55
57
  queryParams: {},
@@ -32,7 +32,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
32
32
  autocomplete: {},
33
33
  autofocus: { type: Boolean },
34
34
  readonly: { type: Boolean },
35
- unclickable: { type: Boolean },
35
+ unclickable: { type: [Boolean, null] },
36
36
  disabledActions: { type: Boolean },
37
37
  loading: { type: Boolean },
38
38
  spellcheck: { type: Boolean },
@@ -40,6 +40,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
40
40
  textSecure: { type: Boolean },
41
41
  placeholderSecure: { type: Boolean },
42
42
  allowPaste: { type: Boolean },
43
+ noWrap: { type: Boolean },
43
44
  title: {},
44
45
  titleIcon: {},
45
46
  description: {},
@@ -58,9 +59,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
58
59
  filterField: {},
59
60
  filterValue: {},
60
61
  subgrid: { type: Boolean },
62
+ seamless: { type: Boolean },
61
63
  teleport: { type: Boolean },
62
- noZIndex: { type: Boolean },
63
- zIndex: {},
64
64
  parentElement: {},
65
65
  maxHeight: {},
66
66
  maxWidth: {},
@@ -37,7 +37,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
37
37
  autocomplete: {},
38
38
  autofocus: { type: Boolean },
39
39
  readonly: { type: Boolean },
40
- unclickable: { type: Boolean },
40
+ unclickable: { type: [Boolean, null] },
41
41
  disabledActions: { type: Boolean },
42
42
  loading: { type: Boolean },
43
43
  spellcheck: { type: Boolean },
@@ -45,6 +45,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
45
  textSecure: { type: Boolean },
46
46
  placeholderSecure: { type: Boolean },
47
47
  allowPaste: { type: Boolean },
48
+ noWrap: { type: Boolean },
48
49
  title: {},
49
50
  titleIcon: {},
50
51
  description: {},
@@ -63,9 +64,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
63
64
  filterField: {},
64
65
  filterValue: {},
65
66
  subgrid: { type: Boolean },
67
+ seamless: { type: Boolean },
66
68
  teleport: { type: Boolean },
67
- noZIndex: { type: Boolean },
68
- zIndex: {},
69
69
  parentElement: {},
70
70
  maxHeight: {},
71
71
  maxWidth: {},
@@ -33,7 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  autocomplete: {},
34
34
  autofocus: { type: Boolean },
35
35
  readonly: { type: Boolean },
36
- unclickable: { type: Boolean },
36
+ unclickable: { type: [Boolean, null] },
37
37
  disabledActions: { type: Boolean },
38
38
  loading: { type: Boolean },
39
39
  spellcheck: { type: Boolean },
@@ -41,6 +41,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
41
  textSecure: { type: Boolean },
42
42
  placeholderSecure: { type: Boolean },
43
43
  allowPaste: { type: Boolean },
44
+ noWrap: { type: Boolean },
44
45
  title: {},
45
46
  titleIcon: {},
46
47
  description: {},
@@ -59,9 +60,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
60
  filterField: {},
60
61
  filterValue: {},
61
62
  subgrid: { type: Boolean },
63
+ seamless: { type: Boolean },
62
64
  teleport: { type: Boolean },
63
- noZIndex: { type: Boolean },
64
- zIndex: {},
65
65
  parentElement: {},
66
66
  maxHeight: {},
67
67
  maxWidth: {},
@@ -33,7 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  autocomplete: {},
34
34
  autofocus: { type: Boolean },
35
35
  readonly: { type: Boolean },
36
- unclickable: { type: Boolean },
36
+ unclickable: { type: [Boolean, null] },
37
37
  disabledActions: { type: Boolean },
38
38
  loading: { type: Boolean },
39
39
  spellcheck: { type: Boolean },
@@ -41,6 +41,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
41
41
  textSecure: { type: Boolean },
42
42
  placeholderSecure: { type: Boolean },
43
43
  allowPaste: { type: Boolean },
44
+ noWrap: { type: Boolean },
44
45
  title: {},
45
46
  titleIcon: {},
46
47
  description: {},
@@ -59,9 +60,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
59
60
  filterField: {},
60
61
  filterValue: {},
61
62
  subgrid: { type: Boolean },
63
+ seamless: { type: Boolean },
62
64
  teleport: { type: Boolean },
63
- noZIndex: { type: Boolean },
64
- zIndex: {},
65
65
  parentElement: {},
66
66
  maxHeight: {},
67
67
  maxWidth: {},
@@ -15,6 +15,7 @@ declare function __VLS_template(): {
15
15
  input: import('vue').ShallowUnwrapRef<{
16
16
  focus: () => void;
17
17
  blur: () => void;
18
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
18
19
  }> | null;
19
20
  };
20
21
  rootEl: HTMLDivElement;
@@ -32,6 +33,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
32
33
  input: import('vue').ShallowUnwrapRef<{
33
34
  focus: () => void;
34
35
  blur: () => void;
36
+ fieldRef: import('vue').ComputedRef<HTMLDivElement | null | undefined>;
35
37
  }> | null;
36
38
  }, HTMLDivElement>;
37
39
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
@@ -1 +1 @@
1
- {"version":3,"file":"WHeaderBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/HeaderBar/WHeaderBar.vue"],"names":[],"mappings":"AAsFA;AA2KA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAC;AA+DJ,iBAAS,cAAc;WA+LT,OAAO,IAA6B;;uBAdvB,GAAG;wBACD,GAAG;wBACH,GAAG;;;;;;;;;;EAiB/B;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WA5RT,MAAM;YACL,MAAM;;;;;;;kBAqSjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"WHeaderBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/HeaderBar/WHeaderBar.vue"],"names":[],"mappings":"AAsFA;AA2KA,KAAK,WAAW,GAAG;IACf,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB,CAAC;AA+DJ,iBAAS,cAAc;WA+LT,OAAO,IAA6B;;uBAdvB,GAAG;wBACD,GAAG;wBACH,GAAG;;;;;;;;;;;EAiB/B;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WA5RT,MAAM;YACL,MAAM;;;;;;;;kBAqSjB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -13,7 +13,6 @@ declare const _default: <Model extends number | string, Data extends DefaultData
13
13
  skeletonLength?: number;
14
14
  hidePageTitle?: boolean;
15
15
  transition?: boolean;
16
- scrollingElement?: Element | null;
17
16
  headerTopIgnore?: boolean;
18
17
  minHeight?: boolean;
19
18
  lastChild?: boolean;