eco-vue-js 0.10.12 → 0.10.14
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.
- package/dist/assets/icons/default/IconCheck.svg.js +6 -3
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts +6 -6
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
- package/dist/components/ActionsBar/WActionsBar.vue.js +28 -25
- package/dist/components/Button/WButtonAction.vue.js +5 -5
- package/dist/components/Button/WButtonCopy.vue.js +1 -1
- package/dist/components/Button/WButtonInput.vue.d.ts +14 -0
- package/dist/components/Button/WButtonInput.vue.d.ts.map +1 -0
- package/dist/components/Button/WButtonInput.vue.js +51 -0
- package/dist/components/Button/WButtonInput.vue2.js +5 -0
- package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonMore.vue.js +2 -2
- package/dist/components/Button/WButtonSelection.vue.js +1 -1
- package/dist/components/Button/WButtonSelectionAction.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonSelectionAction.vue.js +3 -3
- package/dist/components/Button/WButtonSelectionState.vue.js +2 -2
- package/dist/components/Button/WButtonUnselect.vue.js +2 -2
- package/dist/components/Checkbox/WCheckbox.vue.js +6 -6
- package/dist/components/Counter/WCounter.vue.d.ts.map +1 -1
- package/dist/components/Counter/WCounter.vue.js +2 -4
- package/dist/components/Expansion/WExpansionItem.vue.d.ts +2 -2
- package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -1
- package/dist/components/Expansion/WExpansionItem.vue.js +25 -23
- package/dist/components/FieldWrapper/WFieldWrapper.vue.js +3 -3
- package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -1
- package/dist/components/FilterWrapper/WFilterWrapper.vue.js +28 -26
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts +2 -0
- package/dist/components/HeaderBar/WHeaderBar.vue.d.ts.map +1 -1
- package/dist/components/HeaderBar/WHeaderBar.vue.js +11 -6
- package/dist/components/HeaderBar/use/useHeader.d.ts +7 -0
- package/dist/components/HeaderBar/use/useHeader.d.ts.map +1 -0
- package/dist/components/HeaderBar/use/{useHeaderPadding.js → useHeader.js} +8 -2
- package/dist/components/InfiniteList/WInfiniteListWrapper.vue.js +4 -4
- package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts +7 -6
- package/dist/components/InfiniteList/use/useInfiniteListHeader.d.ts.map +1 -1
- package/dist/components/InfiniteList/use/useInfiniteListHeader.js +7 -9
- package/dist/components/Input/WInput.vue.d.ts.map +1 -1
- package/dist/components/Input/WInput.vue.js +22 -17
- package/dist/components/Input/WInputAsync.vue.d.ts.map +1 -1
- package/dist/components/Input/WInputAsync.vue.js +16 -33
- package/dist/components/Input/components/InputActions.vue.js +1 -1
- package/dist/components/Input/components/InputActionsButton.vue.js +1 -1
- package/dist/components/List/WList.vue.d.ts.map +1 -1
- package/dist/components/List/WList.vue.js +2 -3
- package/dist/components/List/WListCard.vue.d.ts.map +1 -1
- package/dist/components/List/WListCard.vue.js +5 -6
- package/dist/components/List/WListHeader.vue.d.ts.map +1 -1
- package/dist/components/List/WListHeader.vue.js +9 -10
- package/dist/components/Modal/WModalWrapper.vue.js +4 -4
- package/dist/components/Modal/modals/Confirm/ConfirmModal.vue2.js +1 -1
- package/dist/components/Nav/WNavBar.vue.d.ts.map +1 -1
- package/dist/components/Nav/WNavBar.vue.js +11 -12
- package/dist/components/Nav/WNavItem.vue.d.ts.map +1 -1
- package/dist/components/Nav/WNavItem.vue.js +20 -28
- package/dist/components/Nav/use/useNavBarOpen.d.ts +6 -0
- package/dist/components/Nav/use/useNavBarOpen.d.ts.map +1 -0
- package/dist/components/Notify/components/NotifyCard.vue.js +1 -1
- package/dist/components/Select/WSelect.vue.js +1 -1
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectAsyncPrefixPage.vue.js +2 -1
- package/dist/components/Select/components/SelectOption.vue.js +1 -1
- package/dist/components/Select/components/SelectOptionPrefix.vue.d.ts.map +1 -1
- package/dist/components/Select/components/SelectOptionPrefix.vue.js +25 -25
- package/dist/components/Spinner/WSpinner.vue.js +1 -1
- package/dist/components/Tabs/WTabsColumns.vue.js +1 -1
- package/dist/components/Toggle/WToggle.vue.js +1 -1
- package/dist/imports/componentsPlugin.d.ts +2 -1
- package/dist/imports/componentsPlugin.d.ts.map +1 -1
- package/dist/main.js +2 -1
- package/dist/utils/mobile.d.ts +3 -1
- package/dist/utils/mobile.d.ts.map +1 -1
- package/dist/utils/mobile.js +9 -3
- package/eslint/recommended.js +1 -0
- package/package.json +4 -1
- package/tailwind-base/index.ts +7 -0
- package/tailwind-base/plugins/default.ts +32 -58
- package/tailwind-base/theme/sizes.ts +26 -8
- package/dist/components/HeaderBar/use/useHeaderPadding.d.ts +0 -5
- package/dist/components/HeaderBar/use/useHeaderPadding.d.ts.map +0 -1
@@ -6,7 +6,7 @@ import { Modal } from '../../utils/Modal.js';
|
|
6
6
|
import { SemanticType } from '../../utils/SemanticType.js';
|
7
7
|
import { throttle } from '../../utils/utils.js';
|
8
8
|
|
9
|
-
const _hoisted_1 = { class: "
|
9
|
+
const _hoisted_1 = { class: "pb-16" };
|
10
10
|
const _hoisted_2 = { class: "-px--inner-margin grid grid-cols-2 gap-4" };
|
11
11
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
12
12
|
__name: "WFilterWrapper",
|
@@ -55,32 +55,34 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
55
55
|
});
|
56
56
|
return (_ctx, _cache) => {
|
57
57
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
58
|
-
_cache[
|
58
|
+
_cache[2] || (_cache[2] = createElementVNode("div", { class: "text-accent -h--header-height -mx--inner-margin flex items-center text-xl font-semibold" }, " Filters ", -1)),
|
59
59
|
createElementVNode("div", null, [
|
60
|
-
(
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
60
|
+
createElementVNode("div", null, [
|
61
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.$slots.default?.(), (slot, index) => {
|
62
|
+
return openBlock(), createBlock(resolveDynamicComponent(slot), {
|
63
|
+
key: index,
|
64
|
+
"is-open": index === selectedIndex.value,
|
65
|
+
onToggle: ($event) => unref(setSelectedIndex)(index),
|
66
|
+
"onUpdate:hasChanges": ($event) => hasChangesMap.value[index.toString()] = $event
|
67
|
+
}, null, 40, ["is-open", "onToggle", "onUpdate:hasChanges"]);
|
68
|
+
}), 128))
|
69
|
+
]),
|
70
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "-mx--inner-margin my-8 h-0.5 rounded bg-gray-400" }, null, -1)),
|
71
|
+
createElementVNode("div", _hoisted_2, [
|
72
|
+
renderSlot(_ctx.$slots, "bottom"),
|
73
|
+
createVNode(_sfc_main$1, {
|
74
|
+
"semantic-type": unref(SemanticType).SECONDARY,
|
75
|
+
disabled: !changesCount.value,
|
76
|
+
class: "col-start-2",
|
77
|
+
onClick: openConfirmReset
|
78
|
+
}, {
|
79
|
+
default: withCtx(() => [
|
80
|
+
createVNode(unref(IconFilterRemove)),
|
81
|
+
_cache[0] || (_cache[0] = createTextVNode(" Reset Filters "))
|
82
|
+
]),
|
83
|
+
_: 1
|
84
|
+
}, 8, ["semantic-type", "disabled"])
|
85
|
+
])
|
84
86
|
])
|
85
87
|
]);
|
86
88
|
};
|
@@ -11,6 +11,7 @@ declare function __VLS_template(): {
|
|
11
11
|
search?(_: {}): any;
|
12
12
|
};
|
13
13
|
refs: {
|
14
|
+
element: HTMLDivElement;
|
14
15
|
input: import('vue').ShallowUnwrapRef<{
|
15
16
|
focus: () => void;
|
16
17
|
blur: () => void;
|
@@ -27,6 +28,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
27
28
|
title: string;
|
28
29
|
search: string;
|
29
30
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
31
|
+
element: HTMLDivElement;
|
30
32
|
input: import('vue').ShallowUnwrapRef<{
|
31
33
|
focus: () => void;
|
32
34
|
blur: () => void;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WHeaderBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/HeaderBar/WHeaderBar.vue"],"names":[],"mappings":"
|
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"}
|
@@ -3,10 +3,13 @@ import _sfc_main$2 from '../Input/WInput.vue.js';
|
|
3
3
|
import _sfc_main$1 from '../Input/WInputSuggest.vue.js';
|
4
4
|
import IconSearch from '../../assets/icons/sax/IconSearch.svg.js';
|
5
5
|
import { useIsMobile } from '../../utils/mobile.js';
|
6
|
-
import {
|
6
|
+
import { useHeader } from './use/useHeader.js';
|
7
7
|
|
8
|
-
const _hoisted_1 = {
|
9
|
-
|
8
|
+
const _hoisted_1 = {
|
9
|
+
ref: "element",
|
10
|
+
class: "-h--header-height fixed inset-x-0 top-0 z-10 flex print:hidden"
|
11
|
+
};
|
12
|
+
const _hoisted_2 = { class: "text-accent sm:text-2.5xl flex-1 truncate text-xl font-semibold" };
|
10
13
|
const _hoisted_3 = { class: "w-hover-circle relative" };
|
11
14
|
const _hoisted_4 = {
|
12
15
|
key: 0,
|
@@ -23,7 +26,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
23
26
|
setup(__props) {
|
24
27
|
const props = __props;
|
25
28
|
const { isMobile } = useIsMobile();
|
26
|
-
const { headerPadding } =
|
29
|
+
const { headerPadding, updateHeaderHeight } = useHeader();
|
30
|
+
const elementRef = useTemplateRef("element");
|
27
31
|
const inputRef = useTemplateRef("input");
|
28
32
|
const isTransparent = ref(false);
|
29
33
|
const isSearchVisible = ref(false);
|
@@ -44,6 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
44
48
|
isTransparent.value = true;
|
45
49
|
timeout = void 0;
|
46
50
|
}, 1500);
|
51
|
+
updateHeaderHeight(elementRef.value?.offsetHeight ?? 0);
|
47
52
|
});
|
48
53
|
onBeforeUnmount(() => {
|
49
54
|
if (!timeout) return;
|
@@ -54,7 +59,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
54
59
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
55
60
|
(openBlock(), createElementBlock("div", {
|
56
61
|
key: unref(headerPadding),
|
57
|
-
class: normalizeClass(["bg-default dark:bg-default-dark supports-backdrop:backdrop-blur fixed inset-x-0 top-0 h-[calc(
|
62
|
+
class: normalizeClass(["bg-default dark:bg-default-dark supports-backdrop:backdrop-blur fixed inset-x-0 top-0 h-[calc(var(--header-height)+var(--header-height-padding))] print:hidden", {
|
58
63
|
"supports-backdrop:bg-opacity-40 supports-backdrop:dark:bg-opacity-60": isTransparent.value
|
59
64
|
}]),
|
60
65
|
style: normalizeStyle({ "--header-height-padding": unref(headerPadding) + "px" })
|
@@ -123,7 +128,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
123
128
|
], 512)), [
|
124
129
|
[vShow, isSearchVisible.value || _ctx.search]
|
125
130
|
]) : createCommentVNode("", true)
|
126
|
-
]);
|
131
|
+
], 512);
|
127
132
|
};
|
128
133
|
}
|
129
134
|
});
|
@@ -0,0 +1,7 @@
|
|
1
|
+
export declare const useHeader: () => {
|
2
|
+
headerHeight: import('vue').Ref<number, number>;
|
3
|
+
headerPadding: import('vue').Ref<number, number>;
|
4
|
+
updateHeaderHeight: (value: number) => void;
|
5
|
+
updateHeaderPadding: (value: number) => void;
|
6
|
+
};
|
7
|
+
//# sourceMappingURL=useHeader.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/HeaderBar/use/useHeader.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;gCACe,MAAM;iCAIL,MAAM;CAU3C,CAAA"}
|
@@ -1,14 +1,20 @@
|
|
1
1
|
import { ref } from 'vue';
|
2
2
|
|
3
|
+
const headerHeight = ref(0);
|
3
4
|
const headerPadding = ref(0);
|
4
|
-
const
|
5
|
+
const useHeader = () => {
|
6
|
+
const updateHeaderHeight = (value) => {
|
7
|
+
headerHeight.value = value;
|
8
|
+
};
|
5
9
|
const updateHeaderPadding = (value) => {
|
6
10
|
headerPadding.value = value;
|
7
11
|
};
|
8
12
|
return {
|
13
|
+
headerHeight,
|
9
14
|
headerPadding,
|
15
|
+
updateHeaderHeight,
|
10
16
|
updateHeaderPadding
|
11
17
|
};
|
12
18
|
};
|
13
19
|
|
14
|
-
export {
|
20
|
+
export { useHeader };
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { defineComponent, watch, onUnmounted, createElementBlock, openBlock, Fragment, createElementVNode, renderSlot, normalizeClass, unref, normalizeProps, guardReactiveProps } from 'vue';
|
2
|
-
import {
|
2
|
+
import { useHeader } from '../HeaderBar/use/useHeader.js';
|
3
3
|
import { useInfiniteListHeader } from './use/useInfiniteListHeader.js';
|
4
4
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
@@ -10,8 +10,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
},
|
11
11
|
setup(__props) {
|
12
12
|
const props = __props;
|
13
|
-
const { updateHeaderPadding } =
|
14
|
-
const { indicator, header, headerTop, headerHeight, isIntersecting, updateHeader } = useInfiniteListHeader(props.scrollingElement, props.initIsIntersecting);
|
13
|
+
const { updateHeaderPadding, headerHeight: headerElementHeight } = useHeader();
|
14
|
+
const { indicator, header, headerTop, headerHeight, isIntersecting, updateHeader } = useInfiniteListHeader(headerElementHeight, props.scrollingElement, props.initIsIntersecting);
|
15
15
|
const updateHeaderHeight = () => {
|
16
16
|
if (!isIntersecting.value && headerHeight.value) {
|
17
17
|
updateHeader();
|
@@ -33,7 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
33
33
|
createElementVNode("div", {
|
34
34
|
ref_key: "header",
|
35
35
|
ref: header,
|
36
|
-
class: normalizeClass(["
|
36
|
+
class: normalizeClass(["-top--header-height sticky", {
|
37
37
|
"z-20": !unref(isIntersecting),
|
38
38
|
"z-[2]": unref(isIntersecting)
|
39
39
|
}])
|
@@ -1,9 +1,10 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
1
|
+
import { Ref } from 'vue';
|
2
|
+
export declare const useInfiniteListHeader: (headerElementHeight: Ref<number>, scrollingElement?: Element | null, initIsIntersecting?: boolean) => {
|
3
|
+
indicator: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
4
|
+
header: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
|
5
|
+
headerHeight: Ref<number, number>;
|
6
|
+
headerTop: Ref<number, number>;
|
7
|
+
isIntersecting: Ref<boolean, boolean>;
|
7
8
|
updateHeader: () => void;
|
8
9
|
};
|
9
10
|
//# sourceMappingURL=useInfiniteListHeader.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"useInfiniteListHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/use/useInfiniteListHeader.ts"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"useInfiniteListHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/InfiniteList/use/useInfiniteListHeader.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,KAAK,GAAG,EAAkC,MAAM,KAAK,CAAA;AAI7D,eAAO,MAAM,qBAAqB,wBAAyB,GAAG,CAAC,MAAM,CAAC,qBAAoB,OAAO,GAAG,IAAI;;;;;;;CA0DvG,CAAA"}
|
@@ -1,13 +1,7 @@
|
|
1
1
|
import { ref, onMounted, onBeforeUnmount } from 'vue';
|
2
2
|
import { isClientSide } from '../../../utils/utils.js';
|
3
3
|
|
4
|
-
const headerElementHeight =
|
5
|
-
const observerOptions = {
|
6
|
-
root: null,
|
7
|
-
rootMargin: `-${headerElementHeight}px 100% 0px 0px`,
|
8
|
-
threshold: 1
|
9
|
-
};
|
10
|
-
const useInfiniteListHeader = (scrollingElement = document.scrollingElement, initIsIntersecting = true) => {
|
4
|
+
const useInfiniteListHeader = (headerElementHeight, scrollingElement = document.scrollingElement, initIsIntersecting = true) => {
|
11
5
|
const indicator = ref();
|
12
6
|
const header = ref();
|
13
7
|
const headerHeight = ref(0);
|
@@ -30,13 +24,17 @@ const useInfiniteListHeader = (scrollingElement = document.scrollingElement, ini
|
|
30
24
|
if (!header.value) return;
|
31
25
|
const rect = header.value.getBoundingClientRect();
|
32
26
|
headerHeight.value = rect.height;
|
33
|
-
headerTop.value = rect.top + (scrollingElement?.scrollTop ?? 0) - headerElementHeight;
|
27
|
+
headerTop.value = rect.top + (scrollingElement?.scrollTop ?? 0) - headerElementHeight.value;
|
34
28
|
};
|
35
29
|
onMounted(() => {
|
36
30
|
if (!isClientSide) return;
|
37
31
|
updateHeader();
|
38
32
|
if (indicator.value) {
|
39
|
-
observer = new IntersectionObserver(observerCb,
|
33
|
+
observer = new IntersectionObserver(observerCb, {
|
34
|
+
root: null,
|
35
|
+
rootMargin: `-${headerElementHeight.value}px 100% 0px 0px`,
|
36
|
+
threshold: 1
|
37
|
+
});
|
40
38
|
observer.observe(indicator.value);
|
41
39
|
}
|
42
40
|
});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInput.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInput.vue"],"names":[],"mappings":"AAmLA;AAiYA,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,SAAS,CAAA;yBAWtB,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;WAykB1D,mBAAmB,CAAC,oCAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB;qBAle7B,IAAI;oBAML,IAAI;MA4dgD,GAAG,IAAI;WACpE,GAAG;;uBA/CgB,GAAG;0BACA,GAAG;wBACL,GAAG;wBACF,GAAG;wBACH,GAAG;uBACJ,GAAG;wBACF,GAAG;uBACJ,GAAG;uBACH,GAAG;;;YAphBzB,mBAAmB,SAAS,4CAAa,SAAS,GAAG,IAAI;YACzD,gBAAgB,SAAS,aAAa,GAAG,IAAI;YAC7C,aAAa,SAAS,aAAa,GAAG,IAAI;YAC1C,eAAe,SAAS,aAAa,GAAG,IAAI;YAC5C,iBAAiB,SAAS,aAAa,GAAG,IAAI;YAC9C,oBAAoB,SAAS,aAAa,GAAG,IAAI;YACjD,aAAa,GAAG,IAAI;YACpB,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,MAAM,SAAS,UAAU,GAAG,IAAI;YAChC,OAAO,SAAS,UAAU,GAAG,IAAI;YACjC,WAAW,SAAS,UAAU,GAAG,IAAI;YACrC,cAAc,SAAS,UAAU,GAAG,IAAI;YACxC,cAAc,SAAS,KAAK,GAAG,IAAI;YACnC,OAAO,GAAG,IAAI;;;;;YAmjBwB,OAAO,CAAC,OAAO,WAAW,CAAC;;AAnlBvE,wBAmlB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -5,11 +5,6 @@ import { Notify } from '../../utils/Notify.js';
|
|
5
5
|
import _sfc_main$2 from './components/InputActions.vue.js';
|
6
6
|
|
7
7
|
const _hoisted_1 = { class: "flex flex-wrap gap-1" };
|
8
|
-
const _hoisted_2 = {
|
9
|
-
key: 0,
|
10
|
-
class: "text-description flex h-full w-11 select-none items-center justify-center"
|
11
|
-
};
|
12
|
-
const _hoisted_3 = { class: "flex flex-wrap gap-1" };
|
13
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
14
9
|
...{ inheritAttrs: false },
|
15
10
|
__name: "WInput",
|
@@ -217,7 +212,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
217
212
|
fn: withCtx(({ id, setFocused, focused }) => [
|
218
213
|
createElementVNode("div", {
|
219
214
|
class: normalizeClass(["bg-default dark:bg-default-dark relative grid min-h-[--w-input-height,2.75rem] grid-cols-[auto,1fr,auto] overflow-hidden rounded-[--w-input-rounded,0.75rem] border border-solid transition-colors duration-75", {
|
220
|
-
"focus-within:border-primary-default dark:focus-within:border-primary-dark": !_ctx.disabled && !_ctx.readonly && !_ctx.unclickable,
|
215
|
+
"focus-within:border-primary-default dark:focus-within:border-primary-dark focus-within:outline-primary-default/20 dark:focus-within:outline-primary-dark/20 focus-within:outline focus-within:outline-2": !_ctx.disabled && !_ctx.readonly && !_ctx.unclickable,
|
221
216
|
"cursor-text": !_ctx.disabled,
|
222
217
|
"border-negative dark:border-negative-dark": _ctx.errorMessage,
|
223
218
|
"border-gray-300 dark:border-gray-700": !_ctx.disabled,
|
@@ -227,20 +222,30 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
227
222
|
onMousedown: _cache[9] || (_cache[9] = withModifiers(() => {
|
228
223
|
}, ["prevent"]))
|
229
224
|
}, [
|
230
|
-
_ctx.icon ? (openBlock(), createElementBlock("div",
|
231
|
-
|
232
|
-
|
225
|
+
_ctx.icon ? (openBlock(), createElementBlock("div", {
|
226
|
+
key: 0,
|
227
|
+
class: normalizeClass(["flex h-full w-[--w-input-height,2.75rem] select-none items-center justify-center", {
|
228
|
+
"text-description": !focused,
|
229
|
+
"text-primary-default dark:text-primary-dark": focused
|
230
|
+
}])
|
231
|
+
}, [
|
232
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-[1.125em]" }))
|
233
|
+
], 2)) : createCommentVNode("", true),
|
233
234
|
createElementVNode("div", {
|
234
235
|
class: normalizeClass(["group/input col-start-2 grid grid-cols-1", {
|
235
|
-
"py-
|
236
|
+
"py-[--w-input-gap,0.25rem] first:pl-[--w-input-gap,0.25rem] last:pr-[--w-input-gap,0.25rem]": _ctx.$slots.prefix
|
236
237
|
}])
|
237
238
|
}, [
|
238
|
-
createElementVNode("div",
|
239
|
+
createElementVNode("div", {
|
240
|
+
class: normalizeClass(["flex flex-wrap gap-[--w-input-gap,0.25rem]", {
|
241
|
+
"[&:not(:has(.w-option-has-bg))]:-px--w-option-padding": !_ctx.icon
|
242
|
+
}])
|
243
|
+
}, [
|
239
244
|
renderSlot(_ctx.$slots, "prefix"),
|
240
245
|
createElementVNode("div", {
|
241
246
|
class: normalizeClass(["flex flex-1 items-baseline", {
|
242
|
-
"
|
243
|
-
"
|
247
|
+
"absolute w-0 max-w-0": _ctx.hideInput,
|
248
|
+
"w-option-has-bg-input": _ctx.$slots.prefix
|
244
249
|
}])
|
245
250
|
}, [
|
246
251
|
renderSlot(_ctx.$slots, "before"),
|
@@ -248,11 +253,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
248
253
|
id,
|
249
254
|
ref: "input",
|
250
255
|
class: normalizeClass(["w-input max-w-full flex-1 appearance-none border-none bg-[inherit] font-normal outline-0 placeholder:text-gray-400 disabled:cursor-not-allowed disabled:opacity-80 dark:placeholder:text-gray-500", {
|
251
|
-
"min-h-[--w-textarea-height,10rem] w-full
|
256
|
+
"-py--w-option-padding min-h-[--w-textarea-height,10rem] w-full": _ctx.textarea,
|
252
257
|
"resize-y": _ctx.resize && _ctx.textarea,
|
253
258
|
"resize-none": !_ctx.resize && _ctx.textarea,
|
254
|
-
"h-[calc(var(--w-input-height,2.75rem)-
|
255
|
-
"
|
259
|
+
"h-[calc(var(--w-input-height,2.75rem)-2px)]": !_ctx.textarea && !_ctx.$slots.suffix,
|
260
|
+
"w-option": !_ctx.textarea && _ctx.$slots.prefix,
|
256
261
|
"font-mono": _ctx.mono,
|
257
262
|
"text-secure": _ctx.textSecure && !isSecureVisible.value,
|
258
263
|
"text-black-default dark:text-gray-200": !_ctx.disabled,
|
@@ -295,7 +300,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
295
300
|
}, null, 40, ["id", "class", "value", "placeholder", "type", "name", "disabled", "readonly", "autocomplete", "size", "step", "min", "max", "spellcheck", "onFocus", "onBlur"])),
|
296
301
|
renderSlot(_ctx.$slots, "after")
|
297
302
|
], 2)
|
298
|
-
])
|
303
|
+
], 2)
|
299
304
|
], 2),
|
300
305
|
createVNode(_sfc_main$2, {
|
301
306
|
"model-value": _ctx.modelValue,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WInputAsync.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Input/WInputAsync.vue"],"names":[],"mappings":"AAwFA;AAgRA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,SAAS,CAAA;yBAc3B,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;WA4Z1D,mBAAmB,CAAC;;iLAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;uBAhDiB,GAAG;0BACA,GAAG;uBACN,GAAG;;cAtWzB,mBAAmB,SAAS,4CAAa,SAAS,KAAG,IAAI;;;;YAyZnB,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,8 +1,6 @@
|
|
1
|
-
import { defineComponent, ref, useTemplateRef, computed, watch, toRef, createBlock, openBlock, mergeProps, createSlots, withCtx, renderSlot,
|
1
|
+
import { defineComponent, ref, useTemplateRef, computed, watch, toRef, createBlock, openBlock, mergeProps, createSlots, withCtx, renderSlot, createCommentVNode, normalizeClass, markRaw, unref, createElementVNode, createVNode, Transition, createElementBlock, normalizeStyle, nextTick } from 'vue';
|
2
|
+
import _sfc_main$2 from '../Button/WButtonInput.vue.js';
|
2
3
|
import _sfc_main$1 from './WInput.vue.js';
|
3
|
-
import WSkeleton from '../Skeleton/WSkeleton.vue.js';
|
4
|
-
import WSpinner from '../Spinner/WSpinner.vue.js';
|
5
|
-
import _sfc_main$2 from '../Tooltip/WTooltip.vue.js';
|
6
4
|
import IconCheck from '../../assets/icons/default/IconCheck.svg.js';
|
7
5
|
import IconEdit from '../../assets/icons/sax/IconEdit.svg.js';
|
8
6
|
import IconSlash from '../../assets/icons/sax/IconSlash.svg.js';
|
@@ -196,9 +194,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
196
194
|
"onKeypress:enter": handleEnterPress,
|
197
195
|
onClick: open,
|
198
196
|
onBlur: close,
|
199
|
-
onFocus: _cache[
|
197
|
+
onFocus: _cache[0] || (_cache[0] = ($event) => focused.value = true),
|
200
198
|
onPaste: handlePaste,
|
201
|
-
"onUpdate:modelValue": _cache[
|
199
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => value.value = $event)
|
202
200
|
}), createSlots({ _: 2 }, [
|
203
201
|
_ctx.$slots.title ? {
|
204
202
|
name: "title",
|
@@ -218,33 +216,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
218
216
|
name: "right",
|
219
217
|
fn: withCtx(() => [
|
220
218
|
renderSlot(_ctx.$slots, "right"),
|
221
|
-
!_ctx.readonly && !_ctx.hideButton ? (openBlock(),
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
}]),
|
234
|
-
onClick: withModifiers(toggle, ["stop", "prevent"]),
|
235
|
-
onMousedown: _cache[0] || (_cache[0] = withModifiers(() => {
|
236
|
-
}, ["stop", "prevent"]))
|
237
|
-
}, [
|
238
|
-
_ctx.loading ? (openBlock(), createBlock(WSpinner, {
|
239
|
-
key: 0,
|
240
|
-
class: "w-spinner-size-5"
|
241
|
-
})) : canSave.value ? (openBlock(), createBlock(unref(IconCheck), { key: 1 })) : focused.value ? (openBlock(), createBlock(unref(IconSlash), { key: 2 })) : (openBlock(), createBlock(unref(IconEdit), { key: 3 })),
|
242
|
-
!_ctx.loading && focused.value ? (openBlock(), createBlock(_sfc_main$2, {
|
243
|
-
key: 4,
|
244
|
-
text: canSave.value ? "Save" : "Cancel"
|
245
|
-
}, null, 8, ["text"])) : createCommentVNode("", true)
|
246
|
-
], 34))
|
247
|
-
], 64)) : createCommentVNode("", true)
|
219
|
+
!_ctx.readonly && !_ctx.hideButton ? (openBlock(), createBlock(_sfc_main$2, {
|
220
|
+
key: 0,
|
221
|
+
icon: canSave.value ? markRaw(unref(IconCheck)) : focused.value ? markRaw(unref(IconSlash)) : markRaw(unref(IconEdit)),
|
222
|
+
"tooltip-text": !_ctx.loading && focused.value ? canSave.value ? "Save" : "Cancel" : void 0,
|
223
|
+
loading: _ctx.loading,
|
224
|
+
skeleton: _ctx.skeleton,
|
225
|
+
disabled: _ctx.disabled,
|
226
|
+
class: normalizeClass({
|
227
|
+
"bg-primary-default dark:bg-primary-dark text-default dark:text-default-dark": canSave.value
|
228
|
+
}),
|
229
|
+
onClick: toggle
|
230
|
+
}, null, 8, ["icon", "tooltip-text", "loading", "skeleton", "disabled", "class"])) : createCommentVNode("", true)
|
248
231
|
]),
|
249
232
|
key: "2"
|
250
233
|
} : void 0,
|
@@ -65,7 +65,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
65
65
|
onClick: _cache[2] || (_cache[2] = ($event) => _ctx.isSecureVisible ? _ctx.$emit("hide:secure", $event) : _ctx.$emit("show:secure", $event))
|
66
66
|
}, null, 8, ["icon", "tooltip-text", "disabled"])) : createCommentVNode("", true),
|
67
67
|
_ctx.loading ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
68
|
-
createVNode(WSpinner, { class: "
|
68
|
+
createVNode(WSpinner, { class: "w-spinner-size-[1.125em]" })
|
69
69
|
])) : _ctx.$slots.default ? (openBlock(), createBlock(_sfc_main$1, {
|
70
70
|
key: 5,
|
71
71
|
disabled: _ctx.disabled,
|
@@ -26,7 +26,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
26
26
|
onClick: _cache[1] || (_cache[1] = withModifiers(($event) => _ctx.$emit("click", $event), ["stop"]))
|
27
27
|
}, [
|
28
28
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
29
|
-
(openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-
|
29
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-[1.125em]" })),
|
30
30
|
_ctx.tooltipText && !_ctx.disabled ? (openBlock(), createBlock(_sfc_main$1, {
|
31
31
|
key: 0,
|
32
32
|
text: _ctx.tooltipText,
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WList.vue"],"names":[],"mappings":"AAkPA;AAkYA,OAAO,KAAK,EAAC,aAAa,EAAE,SAAS,EAAE,cAAc,EAAE,cAAc,EAAE,OAAO,EAAE,UAAU,EAAE,aAAa,EAAC,MAAM,SAAS,CAAA;AACzH,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAC5C,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,aAAa,CAAA;AAWzC,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAA;yBAWrB,IAAI,SAAS,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,UAAU,CAAC,IAAI,EAAE,WAAW,CAAC,EAAE,WAAW,SAAS,SAAS,OAAO,EAAE,eAC9H,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;WAytB1D,mBAAmB,CAAC;;;;;;gBAttBlB,MAAM;gBACN,MAAM;oBACF,cAAc,CAAC,IAAI,CAAC;oBACpB,iBAAiB,CAAC,IAAI,EAAE,WAAW,CAAC;qBACnC,WAAW;uBACT,OAAO,CAAC,YAAY,CAAC,iBAAiB,CAAC,IAAI,CAAC,CAAC,CAAC;6BACxC,MAAM;wBACX,MAAM;eACf,aAAa,CAAC,WAAW,CAAC,EAAE;mBACxB,aAAa,CAAC,WAAW,CAAC,EAAE;eAChC,aAAa,CAAC,IAAI,CAAC,EAAE;yBACX,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO;oBAC5B,MAAM;2BACC,MAAM;6BACJ,CAAC,UAAU,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,KAAK,MAAM;oBACvD,OAAO;mBACR,MAAM;0BACC,cAAc,CAAC,MAAM,CAAC;sBAC1B,QAAQ;mBACX,OAAO;sBACJ,OAAO;mBACV,OAAO;qBACL,OAAO;yBACH,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,GAAG,SAAS;kBACzC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,KAAK,OAAO;qBAC1B,WAAW;mBACb,SAAS,CAAC,MAAM,EAAE,WAAW,CAAC,QAAQ,CAAC,CAAC;iBAC1C,CAAC,IAAI,EAAE,IAAI,KAAK,SAAS,CAAC,IAAI,CAAC;mBA2rBoD,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAjEiB,GAAG;2BACC,GAAG;;;;;YACP,GAAG;;cAznBzB,cAAc,SAAS,QAAQ,KAAG,IAAI;;;;YA6rBA,OAAO,CAAC,OAAO,WAAW,CAAC;;AAnuBvE,wBAmuB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -202,8 +202,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
202
202
|
]), 1032, ["title", "disable-message", "selected-count", "onClear:selection"]),
|
203
203
|
!unref(isGrid) ? (openBlock(), createBlock(_sfc_main$7, {
|
204
204
|
key: 0,
|
205
|
-
class: "sm-not:hidden mb-
|
206
|
-
"query-params": _ctx.queryParams,
|
205
|
+
class: "sm-not:hidden mb-[--w-list-gap,1rem]",
|
207
206
|
"allow-select": allowSelect.value,
|
208
207
|
"tooltip-text": _ctx.selectAllTextGetter(unref(selectAllValue) !== true, _ctx.count ?? listCount.value ?? 0),
|
209
208
|
count: _ctx.count ?? listCount.value,
|
@@ -231,7 +230,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
231
230
|
}, 8, ["fields"])
|
232
231
|
]),
|
233
232
|
_: 2
|
234
|
-
}, 1032, ["
|
233
|
+
}, 1032, ["allow-select", "tooltip-text", "count", "selection", "onUpdate:header"])) : createCommentVNode("", true)
|
235
234
|
]),
|
236
235
|
default: withCtx(({ item, skeleton, setter, refetch, previous, index, position, value }) => [
|
237
236
|
_ctx.groupBy && (index === 0 || !skeleton && (!previous || !_ctx.groupBy(item, previous))) ? renderSlot(_ctx.$slots, "group", {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WListCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListCard.vue"],"names":[],"mappings":"AAsLA;AA8OA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAgB5C,KAAK,WAAW,GAAG;IACjB,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,MAAM,EAAE,OAAO,GAAG,SAAS,CAAA;IAC3B,QAAQ,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,SAAS,EAAE,MAAM,GAAG,SAAS,CAAA;IAC7B,gBAAgB,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,SAAS,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,WAAW,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,IAAI,EAAE,OAAO,CAAA;IACb,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,GAAG,SAAS,CAAA;IAC/B,QAAQ,EAAE,OAAO,CAAA;IAEjB,QAAQ,EAAE,OAAO,CAAA;IACjB,WAAW,EAAE,OAAO,CAAA;IACpB,gBAAgB,EAAE,OAAO,CAAA;CAC1B,CAAC;AAuBF,iBAAS,cAAc;WA4UT,OAAO,IAA6B;;;;;;YAdpB,GAAG;sBACN,GAAG;sBACH,GAAG;2BACE,GAAG;;;;;;EAgBlC;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;OAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -79,8 +79,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
79
79
|
!_ctx.card ? (openBlock(), createElementBlock("div", {
|
80
80
|
key: 0,
|
81
81
|
class: normalizeClass(["left-inner bg-default dark:bg-default-dark @not-lg:hidden sticky z-[1]", {
|
82
|
-
"width-
|
83
|
-
"width-4": !_ctx.allowSelect
|
82
|
+
"width-[--w-list-header-rounded,1rem]": !_ctx.allowSelect
|
84
83
|
}])
|
85
84
|
}, [
|
86
85
|
_cache[3] || (_cache[3] = createElementVNode("div", { class: "bg-default dark:bg-default-dark absolute right-full top-0 z-[-1] h-full w-[calc(var(--nav-bar-width)+var(--inner-margin))]" }, null, -1)),
|
@@ -99,7 +98,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
99
98
|
"model-value": _ctx.selected,
|
100
99
|
disabled: _ctx.disabled,
|
101
100
|
"align-top": _ctx.alignTop,
|
102
|
-
class: normalizeClass(["h-full px-
|
101
|
+
class: normalizeClass(["h-full px-[--w-list-padding,1rem]", {
|
103
102
|
"opacity-50": _ctx.allowSelectHover,
|
104
103
|
"pt-3": _ctx.alignTop
|
105
104
|
}]),
|
@@ -160,8 +159,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
160
159
|
!_ctx.card ? (openBlock(), createElementBlock("div", {
|
161
160
|
key: 1,
|
162
161
|
class: normalizeClass(["right-inner bg-default dark:bg-default-dark sticky z-[1]", {
|
163
|
-
"width-
|
164
|
-
"width-
|
162
|
+
"width-[calc(var(--w-list-padding,1rem)*2+1.25em)]": _ctx.$slots.more,
|
163
|
+
"width-[--w-list-header-rounded,1rem]": !_ctx.$slots.more
|
165
164
|
}])
|
166
165
|
}, [
|
167
166
|
_cache[4] || (_cache[4] = createElementVNode("div", { class: "bg-default dark:bg-default-dark absolute left-full top-0 z-[-1] h-full w-[calc(var(--actions-bar-width)+var(--inner-margin))]" }, null, -1)),
|
@@ -177,7 +176,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
177
176
|
}, [
|
178
177
|
_ctx.$slots.more ? (openBlock(), createBlock(_sfc_main$4, {
|
179
178
|
key: 0,
|
180
|
-
class: normalizeClass(["flex h-full px-
|
179
|
+
class: normalizeClass(["flex h-full px-[--w-list-padding,1rem]", {
|
181
180
|
"items-start pt-3": _ctx.alignTop,
|
182
181
|
"items-center": !_ctx.alignTop
|
183
182
|
}]),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WListHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListHeader.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WListHeader.vue.d.ts","sourceRoot":"","sources":["../../../src/components/List/WListHeader.vue"],"names":[],"mappings":"AA0CA;AA2EA,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,SAAS,CAAC,EAAE,OAAO,GAAG,IAAI,CAAA;IAC1B,WAAW,EAAE,MAAM,CAAA;CACpB,CAAC;AAmBF,iBAAS,cAAc;WAqFT,OAAO,IAA6B;;yBAXrB,GAAG;0BACF,GAAG;;;;EAehC;AAUD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;6FAQnB,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,7 +1,7 @@
|
|
1
1
|
import { defineComponent, onMounted, onUnmounted, createElementBlock, openBlock, createElementVNode, normalizeClass, createBlock, createCommentVNode, renderSlot } from 'vue';
|
2
2
|
import _sfc_main$1 from '../Checkbox/WCheckbox.vue.js';
|
3
3
|
|
4
|
-
const _hoisted_1 = { class: "flex h-
|
4
|
+
const _hoisted_1 = { class: "flex h-[--w-list-header-height,3rem]" };
|
5
5
|
const _hoisted_2 = { class: "left-inner bg-default dark:bg-default-dark sticky z-[1]" };
|
6
6
|
const _hoisted_3 = { class: "bg-primary-light dark:bg-primary-darkest flex flex-1 border-y border-solid border-gray-300 dark:border-gray-700" };
|
7
7
|
const _hoisted_4 = { class: "right-inner bg-default dark:bg-default-dark sticky z-[1]" };
|
@@ -29,18 +29,17 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
29
29
|
createElementVNode("div", _hoisted_2, [
|
30
30
|
_cache[1] || (_cache[1] = createElementVNode("div", { class: "bg-default dark:bg-default-dark absolute right-full top-0 z-[-1] h-full w-[calc(var(--nav-bar-width)+var(--inner-margin))]" }, null, -1)),
|
31
31
|
createElementVNode("div", {
|
32
|
-
class: normalizeClass(["bg-primary-light dark:bg-primary-darkest h-full rounded-l-
|
33
|
-
"width-
|
34
|
-
"width-4": !_ctx.allowSelect
|
32
|
+
class: normalizeClass(["bg-primary-light dark:bg-primary-darkest h-full rounded-l-[--w-list-header-rounded,1rem] border-y border-l border-solid border-gray-300 dark:border-gray-700", {
|
33
|
+
"width-[--w-list-header-rounded,1rem]": !_ctx.allowSelect
|
35
34
|
}])
|
36
35
|
}, [
|
37
|
-
_ctx.allowSelect && _ctx.selection !== void 0
|
36
|
+
_ctx.allowSelect && _ctx.selection !== void 0 ? (openBlock(), createBlock(_sfc_main$1, {
|
38
37
|
key: 0,
|
39
|
-
disabled: _ctx.disabled,
|
38
|
+
disabled: _ctx.disabled || _ctx.count === 0 || _ctx.count === void 0,
|
40
39
|
"model-value": _ctx.selection,
|
41
40
|
"tooltip-text": _ctx.tooltipText,
|
42
41
|
intermediate: "",
|
43
|
-
class: "size-full
|
42
|
+
class: "size-full px-[--w-list-padding,1rem]",
|
44
43
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => _ctx.$emit("toggle:selection", $event))
|
45
44
|
}, null, 8, ["disabled", "model-value", "tooltip-text"])) : createCommentVNode("", true)
|
46
45
|
], 2)
|
@@ -51,9 +50,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
51
50
|
createElementVNode("div", _hoisted_4, [
|
52
51
|
_cache[2] || (_cache[2] = createElementVNode("div", { class: "bg-default dark:bg-default-dark absolute left-full top-0 z-[-1] h-full w-[calc(var(--actions-bar-width)+var(--inner-margin))]" }, null, -1)),
|
53
52
|
createElementVNode("div", {
|
54
|
-
class: normalizeClass(["bg-primary-light dark:bg-primary-darkest h-full rounded-r-
|
55
|
-
"width-
|
56
|
-
"width-
|
53
|
+
class: normalizeClass(["bg-primary-light dark:bg-primary-darkest h-full rounded-r-[--w-list-header-rounded,0.75rem] border-y border-r border-solid border-gray-300 dark:border-gray-700", {
|
54
|
+
"width-[calc(var(--w-list-padding,1rem)*2+1.25em)]": !_ctx.hideMore,
|
55
|
+
"width-[--w-list-header-rounded,1rem]": _ctx.hideMore
|
57
56
|
}])
|
58
57
|
}, [
|
59
58
|
renderSlot(_ctx.$slots, "settings")
|