eco-vue-js 0.10.31 → 0.10.33
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/sax/IconAddSquare.svg.js +2 -2
- package/dist/assets/icons/sax/{IconOutlineEdit.svg.js → IconEditSquare.svg.js} +6 -6
- package/dist/assets/icons/sax/IconFilter.svg.js +2 -2
- package/dist/assets/icons/sax/{IconOutlineFolderAdd.svg.js → IconFolderAdd.svg.js} +5 -5
- package/dist/assets/icons/sax/{IconOutlineCloseCircle.svg.js → IconMoon.svg.js} +4 -4
- package/dist/assets/icons/sax/IconSettings.svg.js +3 -3
- package/dist/assets/icons/sax/{IconOutlineCheckCircle.svg.js → IconSun.svg.js} +6 -6
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts +2 -0
- package/dist/components/ActionsBar/WActionsBar.vue.d.ts.map +1 -1
- package/dist/components/ActionsBar/WActionsBar.vue.js +37 -16
- package/dist/components/BottomSheet/WBottomSheet.vue.js +1 -1
- package/dist/components/Button/WButton.vue.d.ts +0 -1
- package/dist/components/Button/WButton.vue.d.ts.map +1 -1
- package/dist/components/Button/WButton.vue.js +9 -7
- package/dist/components/Button/WButtonAction.vue.d.ts +1 -1
- package/dist/components/Button/WButtonAction.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonAction.vue.js +38 -51
- package/dist/components/Button/WButtonCopy.vue.js +1 -1
- package/dist/components/Button/WButtonGroup.vue.js +0 -1
- package/dist/components/Button/WButtonMore.vue.js +1 -1
- package/dist/components/Button/WButtonSelection.vue.js +1 -1
- package/dist/components/Button/WButtonSelectionAction.vue.js +2 -2
- package/dist/components/Button/types.d.ts +0 -1
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Checkbox/WCheckbox.vue.js +3 -3
- package/dist/components/Chip/WChip.vue.js +1 -1
- package/dist/components/DatePicker/components/CalendarDay.vue.js +3 -3
- package/dist/components/DatePicker/components/CalendarToggle.vue.js +2 -2
- package/dist/components/DatePicker/components/CalendarValue.vue.js +1 -1
- package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/WDropdown.vue.js +10 -4
- package/dist/components/Dropdown/utils/DropdownStyle.d.ts +34 -0
- package/dist/components/Dropdown/utils/DropdownStyle.d.ts.map +1 -1
- package/dist/components/Dropdown/utils/DropdownStyle.js +23 -1
- package/dist/components/Expansion/WExpansionItem.vue.d.ts +6 -2
- package/dist/components/Expansion/WExpansionItem.vue.d.ts.map +1 -1
- package/dist/components/Expansion/WExpansionItem.vue.js +21 -7
- package/dist/components/FieldWrapper/WFieldWrapper.vue.js +1 -1
- package/dist/components/FieldWrapper/components/FilterButton.vue.js +1 -1
- package/dist/components/FilePicker/components/FilePickerSvg.vue.js +1 -1
- package/dist/components/FilterWrapper/WFilterWrapper.vue.d.ts.map +1 -1
- package/dist/components/FilterWrapper/WFilterWrapper.vue.js +26 -30
- package/dist/components/FormAsync/WFormAsyncButtonGroup.vue.js +0 -1
- package/dist/components/FormAsync/WFormAsyncToggle.vue.js +2 -0
- package/dist/components/InfoCard/WInfoCardNegative.vue.js +1 -1
- package/dist/components/InfoCard/models/utils.js +2 -2
- package/dist/components/Input/WInput.vue.js +5 -5
- package/dist/components/Input/WInputAsync.vue.js +2 -2
- package/dist/components/Link/WLink.vue.d.ts.map +1 -1
- package/dist/components/Link/WLink.vue.js +5 -4
- package/dist/components/Link/WLinkArrow.vue.js +1 -1
- package/dist/components/List/WList.vue.d.ts +1 -1
- package/dist/components/List/WList.vue.d.ts.map +1 -1
- package/dist/components/List/WListCard.vue.js +8 -8
- package/dist/components/List/components/HeaderSettingsModeButton.vue.js +1 -1
- package/dist/components/MenuItem/WMenuItem.vue.js +1 -1
- package/dist/components/Modal/WModal.vue.d.ts.map +1 -1
- package/dist/components/Modal/WModal.vue.js +6 -5
- package/dist/components/Modal/WModalExport.vue.js +1 -1
- package/dist/components/Modal/WModalImport.vue.js +1 -1
- package/dist/components/Modal/use/useIsBackdrop.d.ts +2 -0
- package/dist/components/Modal/use/useIsBackdrop.d.ts.map +1 -0
- package/dist/components/Modal/use/useIsBackdrop.js +8 -0
- package/dist/components/Nav/WNavBar.vue.js +1 -1
- package/dist/components/Nav/WNavItem.vue.js +2 -2
- package/dist/components/Page/WPage.vue.d.ts.map +1 -1
- package/dist/components/Progress/WProgress.vue.js +1 -1
- package/dist/components/Select/components/SelectOption.vue.js +1 -1
- package/dist/components/Shine/WShine.vue.d.ts +5 -0
- package/dist/components/Shine/WShine.vue.d.ts.map +1 -0
- package/dist/components/Shine/WShine.vue.js +28 -0
- package/dist/components/Shine/WShine.vue2.js +5 -0
- package/dist/components/Shine/WShineEffect.vue.d.ts +3 -0
- package/dist/components/Shine/WShineEffect.vue.d.ts.map +1 -0
- package/dist/components/Shine/WShineEffect.vue.js +42 -0
- package/dist/components/Shine/WShineEffect.vue2.js +5 -0
- package/dist/components/Shine/use/useShine.d.ts +4 -0
- package/dist/components/Shine/use/useShine.d.ts.map +1 -0
- package/dist/components/Shine/use/useShine.js +8 -0
- package/dist/components/Tabs/WTabs.vue.d.ts +16 -8
- package/dist/components/Tabs/WTabs.vue.d.ts.map +1 -1
- package/dist/components/Tabs/WTabs.vue.js +1 -1
- package/dist/components/Tabs/components/TabTitleButton.vue.js +1 -1
- package/dist/components/Toggle/WToggle.vue.d.ts.map +1 -1
- package/dist/components/Toggle/WToggle.vue.js +38 -25
- package/dist/components/Toggle/WToggleTheme.vue.d.ts +9 -0
- package/dist/components/Toggle/WToggleTheme.vue.d.ts.map +1 -0
- package/dist/components/Toggle/WToggleTheme.vue.js +37 -0
- package/dist/components/Toggle/WToggleTheme.vue2.js +5 -0
- package/dist/components/Toggle/types.d.ts +6 -0
- package/dist/components/Toggle/types.d.ts.map +1 -1
- package/dist/components/Tooltip/WTooltip.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/WTooltip.vue.js +0 -1
- package/dist/components/Tooltip/WTooltipContainer.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/WTooltipContainer.vue.js +6 -5
- package/dist/components/Tooltip/components/TooltipContainer.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/components/TooltipContainer.vue.js +35 -20
- package/dist/imports/componentsPlugin.d.ts +4 -1
- package/dist/imports/componentsPlugin.d.ts.map +1 -1
- package/dist/imports/iconsSax.d.ts +4 -6
- package/dist/imports/iconsSax.d.ts.map +1 -1
- package/dist/imports/iconsSax.js +4 -6
- package/dist/main.js +5 -2
- package/dist/utils/HorizontalAlign.d.ts +2 -0
- package/dist/utils/HorizontalAlign.d.ts.map +1 -1
- package/dist/utils/HorizontalAlign.js +2 -0
- package/dist/utils/SemanticType.d.ts +36 -0
- package/dist/utils/SemanticType.d.ts.map +1 -1
- package/dist/utils/SemanticType.js +55 -1
- package/dist/utils/Tooltip.d.ts +0 -1
- package/dist/utils/Tooltip.d.ts.map +1 -1
- package/dist/utils/utils.d.ts +4 -0
- package/dist/utils/utils.d.ts.map +1 -1
- package/dist/utils/utils.js +6 -1
- package/package.json +10 -1
- package/tailwind-base/index.ts +4 -10
- package/tailwind-base/plugins/default.ts +15 -0
- package/tailwind-base/theme/animations.ts +9 -0
- package/tailwind-base/theme/sizes.ts +1 -0
- package/dist/assets/icons/sax/IconOutlineRefresh.svg.js +0 -24
- package/dist/assets/icons/sax/IconOutlineStar.svg.js +0 -24
- package/dist/components/Button/models/semanticTypeStylesMap.d.ts +0 -6
- package/dist/components/Button/models/semanticTypeStylesMap.d.ts.map +0 -1
- package/dist/components/Button/models/semanticTypeStylesMap.js +0 -32
@@ -48,13 +48,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
48
48
|
createElementVNode("div", {
|
49
49
|
class: normalizeClass(["square-[1.5em] bg-default dark:bg-default-dark relative isolate flex items-center justify-center border border-solid [font-size:--w-checkbox-size]", {
|
50
50
|
"text-default dark:text-default-dark": _ctx.modelValue && !_ctx.disabled,
|
51
|
-
"text-primary
|
51
|
+
"text-primary dark:text-primary-dark": !_ctx.modelValue && !_ctx.disabled,
|
52
52
|
"text-gray-300 dark:text-gray-700": !_ctx.modelValue && _ctx.disabled,
|
53
53
|
"w-ripple w-hover-circle before:text-accent after:text-accent": !_ctx.disabled && !_ctx.readonly,
|
54
54
|
"rounded-full": _ctx.radio,
|
55
55
|
"rounded-md": !_ctx.radio,
|
56
56
|
"border-gray-300 dark:border-gray-700": _ctx.disabled,
|
57
|
-
"border-primary
|
57
|
+
"border-primary dark:border-primary-dark": !_ctx.disabled
|
58
58
|
}]),
|
59
59
|
onKeypress: withKeys(withModifiers(toggle, ["stop", "prevent"]), ["enter"])
|
60
60
|
}, [
|
@@ -71,7 +71,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
71
71
|
"scale-[0.66] rounded": !_ctx.radio && _ctx.intermediate && _ctx.modelValue === null,
|
72
72
|
"scale-[0.66] rounded-full": _ctx.radio && !(_ctx.intermediate && _ctx.modelValue === null),
|
73
73
|
"rounded": !_ctx.radio && !(_ctx.intermediate && _ctx.modelValue === null),
|
74
|
-
"bg-primary
|
74
|
+
"bg-primary dark:bg-primary-dark": !_ctx.disabled,
|
75
75
|
"bg-gray-300 dark:bg-gray-700": _ctx.disabled
|
76
76
|
}])
|
77
77
|
}, null, 2), [
|
@@ -11,7 +11,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
11
|
},
|
12
12
|
setup(__props) {
|
13
13
|
const classMap = {
|
14
|
-
[SemanticType.PRIMARY]: "text-primary
|
14
|
+
[SemanticType.PRIMARY]: "text-primary dark:text-primary-dark",
|
15
15
|
[SemanticType.SECONDARY]: "text-description",
|
16
16
|
[SemanticType.POSITIVE]: "text-positive dark:text-positive-dark",
|
17
17
|
[SemanticType.NEGARIVE]: "text-negative dark:text-negative-dark",
|
@@ -70,8 +70,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
70
70
|
}, [
|
71
71
|
withDirectives(createElementVNode("div", {
|
72
72
|
class: normalizeClass(["absolute h-9 opacity-50", {
|
73
|
-
"border-primary
|
74
|
-
"bg-primary
|
73
|
+
"border-primary border-y border-solid": _ctx.isHoverEnabled && !isDisabled.value,
|
74
|
+
"bg-primary dark:bg-primary-dark": !_ctx.isHoverEnabled && !isDisabled.value,
|
75
75
|
"bg-gray-200 dark:bg-gray-700": isDisabled.value,
|
76
76
|
"w-full": isBetweenRange.value || isDisabled.value,
|
77
77
|
"left-1/2 w-1/2": isFrom.value && !isTo.value,
|
@@ -84,7 +84,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
84
84
|
class: normalizeClass(["square-9 relative flex items-center justify-center rounded-full", {
|
85
85
|
"w-ripple w-ripple-hover": !isDisabled.value,
|
86
86
|
"opacity-50": isDisabled.value,
|
87
|
-
"bg-primary
|
87
|
+
"bg-primary dark:bg-primary-dark font-semibold": isSelected.value
|
88
88
|
}])
|
89
89
|
}, [
|
90
90
|
createElementVNode("div", _hoisted_1, toDisplayString(_ctx.startOfDay.getDate()), 1)
|
@@ -13,7 +13,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
13
13
|
return (_ctx, _cache) => {
|
14
14
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
15
15
|
createElementVNode("div", {
|
16
|
-
class: "square-8 w-ripple hover:bg-primary
|
16
|
+
class: "square-8 w-ripple hover:bg-primary hover:dark:bg-primary-dark hover:text-default dark:hover:text-default text-description relative mr-auto flex cursor-pointer select-none items-center justify-center rounded-xl",
|
17
17
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$emit("click:previous"))
|
18
18
|
}, [
|
19
19
|
createVNode(unref(IconArrow), { class: "-ml-1 rotate-90" })
|
@@ -35,7 +35,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
35
35
|
})
|
36
36
|
]),
|
37
37
|
createElementVNode("div", {
|
38
|
-
class: "square-8 w-ripple hover:bg-primary
|
38
|
+
class: "square-8 w-ripple hover:bg-primary hover:dark:bg-primary-dark hover:text-default dark:hover:text-default text-description relative ml-auto flex cursor-pointer select-none items-center justify-center rounded-xl",
|
39
39
|
onClick: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("click:next"))
|
40
40
|
}, [
|
41
41
|
createVNode(unref(IconArrow), { class: "-mr-1 -rotate-90" })
|
@@ -26,7 +26,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
26
26
|
});
|
27
27
|
return (_ctx, _cache) => {
|
28
28
|
return openBlock(), createElementBlock("div", {
|
29
|
-
class: normalizeClass(["from-primary
|
29
|
+
class: normalizeClass(["from-primary dark:from-primary-dark text-default dark:text-default-dark relative w-full select-none rounded-xl bg-gradient-to-tr to-[#C376FF] px-4 py-3 dark:to-[#9b3be6]", {
|
30
30
|
"w-ripple w-ripple-hover cursor-pointer": clickable.value
|
31
31
|
}]),
|
32
32
|
onClick: updateCurrentDate
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WDropdown.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Dropdown/WDropdown.vue"],"names":[],"mappings":"AAqBA;AA0IA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,SAAS,CAAA;AA0H1C,iBAAS,cAAc;WAwCT,OAAO,IAA6B;;;;;;;;YAXrB,GAAG;;;;;;EAgB/B;AAaD,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,7 +1,8 @@
|
|
1
|
-
import { defineComponent, useTemplateRef, ref, computed, onBeforeMount, onMounted, onBeforeUnmount, watch, toRef, createElementBlock, openBlock, normalizeClass, normalizeStyle, renderSlot, mergeProps } from 'vue';
|
1
|
+
import { defineComponent, useTemplateRef, ref, computed, onBeforeMount, onMounted, onBeforeUnmount, watch, toRef, createElementBlock, openBlock, normalizeClass, normalizeStyle, unref, renderSlot, mergeProps } from 'vue';
|
2
2
|
import DOMListenerContainer from '../../utils/DOMListenerContainer.js';
|
3
|
+
import { HorizontalAlign } from '../../utils/HorizontalAlign.js';
|
3
4
|
import { isClientSide, getAllScrollParents } from '../../utils/utils.js';
|
4
|
-
import { horizontalGetterOrderMap, searchStyleGetter } from './utils/DropdownStyle.js';
|
5
|
+
import { horizontalGetterOrderMap, searchStyleGetter, LeftCenter } from './utils/DropdownStyle.js';
|
5
6
|
|
6
7
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
7
8
|
__name: "WDropdown",
|
@@ -22,6 +23,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
22
23
|
let horizontalGetter = null;
|
23
24
|
let verticalGetter = null;
|
24
25
|
const isTop = ref(false);
|
26
|
+
const isLeftCenter = ref(false);
|
25
27
|
const widthStyle = ref({});
|
26
28
|
const heightStyle = ref({});
|
27
29
|
const horizontalStyle = ref({});
|
@@ -41,6 +43,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
41
43
|
const isTopChanged = newRect.top !== parentRect?.top || newRect.bottom !== parentRect?.bottom;
|
42
44
|
if (!horizontalGetter || isLeftChanged && (props.updateAlign || updateAlign)) {
|
43
45
|
horizontalGetter = searchStyleGetter(order.value, newRect, props.maxWidth);
|
46
|
+
isLeftCenter.value = horizontalGetter instanceof LeftCenter;
|
44
47
|
if (updateSize) widthStyle.value = horizontalGetter.widthStyleGetter(newRect, props.maxWidth);
|
45
48
|
}
|
46
49
|
if (!verticalGetter || isTopChanged && (props.updateAlign || updateAlign)) {
|
@@ -90,8 +93,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
90
93
|
return openBlock(), createElementBlock("div", {
|
91
94
|
ref: "dropdown",
|
92
95
|
style: normalizeStyle(styles.value),
|
93
|
-
class: normalizeClass(["group/dropdown fixed h-auto", {
|
94
|
-
"dropdown-top": isTop.value
|
96
|
+
class: normalizeClass(["group/dropdown fixed grid h-auto", {
|
97
|
+
"dropdown-top": isTop.value,
|
98
|
+
"content-center": _ctx.horizontalAlign === unref(HorizontalAlign).LEFT_CENTER || _ctx.horizontalAlign === unref(HorizontalAlign).RIGHT_CENTER,
|
99
|
+
"justify-end": isLeftCenter.value,
|
100
|
+
"justify-center": _ctx.horizontalAlign === unref(HorizontalAlign).CENTER
|
95
101
|
}])
|
96
102
|
}, [
|
97
103
|
renderSlot(_ctx.$slots, "default", mergeProps({ isTop: isTop.value }, {
|
@@ -9,12 +9,46 @@ export declare abstract class VerticalGetter implements StyleGetter {
|
|
9
9
|
abstract marginGetter(parentRect: DOMRect, maxHeight: number): number;
|
10
10
|
heightStyleGetter(parentRect: DOMRect, maxHeight: number): Record<string, string>;
|
11
11
|
}
|
12
|
+
declare class BottomInner extends VerticalGetter {
|
13
|
+
isTop: boolean;
|
14
|
+
styleGetter(parentRect: DOMRect): {
|
15
|
+
top: string;
|
16
|
+
};
|
17
|
+
marginGetter(parentRect: DOMRect, maxHeight: number): number;
|
18
|
+
}
|
19
|
+
declare class VerticalCenter extends VerticalGetter {
|
20
|
+
isTop: boolean;
|
21
|
+
styleGetter(parentRect: DOMRect): {
|
22
|
+
top: string;
|
23
|
+
};
|
24
|
+
marginGetter(): number;
|
25
|
+
heightStyleGetter(): {
|
26
|
+
height: string;
|
27
|
+
};
|
28
|
+
}
|
29
|
+
declare class TopInner extends VerticalGetter {
|
30
|
+
isTop: boolean;
|
31
|
+
styleGetter(parentRect: DOMRect): {
|
32
|
+
bottom: string;
|
33
|
+
};
|
34
|
+
marginGetter(parentRect: DOMRect, maxHeight: number): number;
|
35
|
+
}
|
12
36
|
export declare abstract class HorizontalGetter implements StyleGetter {
|
13
37
|
abstract verticalGetterOrder: Array<VerticalGetter>;
|
14
38
|
abstract styleGetter(parentRect: DOMRect): Record<string, string>;
|
15
39
|
abstract marginGetter(parentRect: DOMRect, maxWidth: number): number;
|
16
40
|
widthStyleGetter(parentRect: DOMRect, maxWidth: number): Record<string, string>;
|
17
41
|
}
|
42
|
+
declare class LeftOuter extends HorizontalGetter {
|
43
|
+
verticalGetterOrder: (BottomInner | TopInner)[];
|
44
|
+
styleGetter(parentRect: DOMRect): {
|
45
|
+
right: string;
|
46
|
+
};
|
47
|
+
marginGetter(parentRect: DOMRect, maxWidth: number): number;
|
48
|
+
}
|
49
|
+
export declare class LeftCenter extends LeftOuter {
|
50
|
+
verticalGetterOrder: VerticalCenter[];
|
51
|
+
}
|
18
52
|
export declare const horizontalGetterOrderMap: Record<HorizontalAlign, HorizontalGetter[]>;
|
19
53
|
export declare function searchStyleGetter<T extends StyleGetter>(order: Array<T>, parentRect: DOMRect, maxHeightOrWidth: number): T;
|
20
54
|
export {};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DropdownStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/utils/DropdownStyle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAIvD,UAAU,WAAW;IACnB,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxD,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAAA;CACpE;AAED,8BAAsB,cAAe,YAAW,WAAW;IACzD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAA;IAEvB,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAEjE,QAAQ,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM;IAErE,iBAAiB,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CAGlF;
|
1
|
+
{"version":3,"file":"DropdownStyle.d.ts","sourceRoot":"","sources":["../../../../../src/components/Dropdown/utils/DropdownStyle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,eAAe,EAAC,MAAM,yBAAyB,CAAA;AAIvD,UAAU,WAAW;IACnB,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;IACxD,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,GAAG,MAAM,CAAA;CACpE;AAED,8BAAsB,cAAe,YAAW,WAAW;IACzD,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAA;IAEvB,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAEjE,QAAQ,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM;IAErE,iBAAiB,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CAGlF;AAED,cAAM,WAAY,SAAQ,cAAc;IACtC,KAAK,UAAQ;IAEb,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM;CAGpD;AAcD,cAAM,cAAe,SAAQ,cAAc;IACzC,KAAK,UAAQ;IAEb,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY;IAIZ,iBAAiB;;;CAKlB;AAcD,cAAM,QAAS,SAAQ,cAAc;IACnC,KAAK,UAAO;IAEZ,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM;CAGpD;AAED,8BAAsB,gBAAiB,YAAW,WAAW;IAC3D,QAAQ,CAAC,mBAAmB,EAAE,KAAK,CAAC,cAAc,CAAC,CAAA;IAEnD,QAAQ,CAAC,WAAW,CAAC,UAAU,EAAE,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAEjE,QAAQ,CAAC,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM;IAEpE,gBAAgB,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;CAGhF;AAiFD,cAAM,SAAU,SAAQ,gBAAgB;IACtC,mBAAmB,6BAAsC;IAEzD,WAAW,CAAC,UAAU,EAAE,OAAO;;;IAI/B,YAAY,CAAC,UAAU,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM;CAGnD;AAED,qBAAa,UAAW,SAAQ,SAAS;IACvC,mBAAmB,mBAAyB;CAC7C;AAED,eAAO,MAAM,wBAAwB,EAAE,MAAM,CAAC,eAAe,EAAE,gBAAgB,EAAE,CAShF,CAAA;AAED,wBAAgB,iBAAiB,CAAC,CAAC,SAAS,WAAW,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,EAAE,OAAO,EAAE,gBAAgB,EAAE,MAAM,GAAG,CAAC,CAY1H"}
|
@@ -24,6 +24,20 @@ class BottomOuter extends VerticalGetter {
|
|
24
24
|
return window.innerHeight - parentRect.bottom - maxHeight - EDGE;
|
25
25
|
}
|
26
26
|
}
|
27
|
+
class VerticalCenter extends VerticalGetter {
|
28
|
+
isTop = false;
|
29
|
+
styleGetter(parentRect) {
|
30
|
+
return { top: parentRect.top + parentRect.height / 2 + "px" };
|
31
|
+
}
|
32
|
+
marginGetter() {
|
33
|
+
return 0;
|
34
|
+
}
|
35
|
+
heightStyleGetter() {
|
36
|
+
return {
|
37
|
+
height: "0px"
|
38
|
+
};
|
39
|
+
}
|
40
|
+
}
|
27
41
|
class TopOuter extends VerticalGetter {
|
28
42
|
isTop = true;
|
29
43
|
styleGetter(parentRect) {
|
@@ -65,6 +79,9 @@ class RightInner extends HorizontalGetter {
|
|
65
79
|
return document.documentElement.clientWidth - parentRect.left - maxWidth - EDGE;
|
66
80
|
}
|
67
81
|
}
|
82
|
+
class RightCenter extends RightOuter {
|
83
|
+
verticalGetterOrder = [new VerticalCenter()];
|
84
|
+
}
|
68
85
|
class Fill extends HorizontalGetter {
|
69
86
|
verticalGetterOrder = [new BottomOuter(), new TopOuter()];
|
70
87
|
styleGetter(parentRect) {
|
@@ -114,12 +131,17 @@ class LeftOuter extends HorizontalGetter {
|
|
114
131
|
return parentRect.left - maxWidth - EDGE;
|
115
132
|
}
|
116
133
|
}
|
134
|
+
class LeftCenter extends LeftOuter {
|
135
|
+
verticalGetterOrder = [new VerticalCenter()];
|
136
|
+
}
|
117
137
|
const horizontalGetterOrderMap = {
|
118
138
|
[HorizontalAlign.RIGHT_OUTER]: [new RightOuter(), new LeftOuter(), new RightInner(), new LeftInner()],
|
139
|
+
[HorizontalAlign.RIGHT_CENTER]: [new RightCenter(), new LeftCenter()],
|
119
140
|
[HorizontalAlign.RIGHT_INNER]: [new RightInner(), new LeftInner()],
|
120
141
|
[HorizontalAlign.FILL]: [new Fill()],
|
121
142
|
[HorizontalAlign.CENTER]: [new Center()],
|
122
143
|
[HorizontalAlign.LEFT_INNER]: [new LeftInner(), new RightInner()],
|
144
|
+
[HorizontalAlign.LEFT_CENTER]: [new LeftCenter(), new RightCenter()],
|
123
145
|
[HorizontalAlign.LEFT_OUTER]: [new LeftOuter(), new RightOuter(), new LeftInner(), new RightInner()]
|
124
146
|
};
|
125
147
|
function searchStyleGetter(order, parentRect, maxHeightOrWidth) {
|
@@ -136,4 +158,4 @@ function _maxHeightOrWidthGetter(getter, parentRect, maxHeightOrWidth) {
|
|
136
158
|
else return maxHeightOrWidth + margin;
|
137
159
|
}
|
138
160
|
|
139
|
-
export { HorizontalGetter, VerticalGetter, horizontalGetterOrderMap, searchStyleGetter };
|
161
|
+
export { HorizontalGetter, LeftCenter, VerticalGetter, horizontalGetterOrderMap, searchStyleGetter };
|
@@ -15,7 +15,9 @@ declare function __VLS_template(): {
|
|
15
15
|
default?: () => VNode[];
|
16
16
|
title?: () => VNode[];
|
17
17
|
};
|
18
|
-
refs: {
|
18
|
+
refs: {
|
19
|
+
button: unknown;
|
20
|
+
};
|
19
21
|
rootEl: any;
|
20
22
|
};
|
21
23
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
@@ -23,7 +25,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
23
25
|
toggle: () => any;
|
24
26
|
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
25
27
|
onToggle?: (() => any) | undefined;
|
26
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
28
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
29
|
+
button: unknown;
|
30
|
+
}, any>;
|
27
31
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
28
32
|
export default _default;
|
29
33
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WExpansionItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Expansion/WExpansionItem.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WExpansionItem.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Expansion/WExpansionItem.vue"],"names":[],"mappings":"AAuDA;AA4FA,OAAO,EAAC,KAAK,KAAK,EAAiB,MAAM,KAAK,CAAA;AAM9C,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAC;AAyBF,iBAAS,cAAc;WA0HT,OAAO,IAA6B;;kBA1ItC,MAAM,KAAK,EAAE;gBACf,MAAM,KAAK,EAAE;;kBADX,MAAM,KAAK,EAAE;gBACf,MAAM,KAAK,EAAE;;;;;;EA8ItB;AAYD,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,4 +1,4 @@
|
|
1
|
-
import { defineComponent, createElementBlock, openBlock, Fragment, createBlock, createVNode, resolveDynamicComponent, withCtx, createCommentVNode, createElementVNode, normalizeClass, createTextVNode, toDisplayString, Transition, unref, renderSlot } from 'vue';
|
1
|
+
import { defineComponent, useTemplateRef, createElementBlock, openBlock, Fragment, createBlock, createVNode, resolveDynamicComponent, withKeys, withCtx, createCommentVNode, createElementVNode, normalizeClass, createTextVNode, toDisplayString, Transition, unref, renderSlot } from 'vue';
|
2
2
|
import IconArrow from '../../assets/icons/default/IconArrow.svg.js';
|
3
3
|
import _sfc_main$1 from './WExpansion.vue.js';
|
4
4
|
|
@@ -18,12 +18,26 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
18
18
|
minTitle: { type: Boolean }
|
19
19
|
},
|
20
20
|
emits: ["toggle"],
|
21
|
-
setup(__props) {
|
21
|
+
setup(__props, { emit: __emit }) {
|
22
|
+
const emit = __emit;
|
23
|
+
const buttonRef = useTemplateRef("button");
|
24
|
+
const toggle = () => {
|
25
|
+
emit("toggle");
|
26
|
+
const element = buttonRef.value?.$el instanceof Element ? buttonRef.value.$el : buttonRef.value;
|
27
|
+
if (element instanceof HTMLElement) element.blur();
|
28
|
+
};
|
22
29
|
return (_ctx, _cache) => {
|
23
30
|
return openBlock(), createElementBlock(Fragment, null, [
|
24
|
-
(openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.title?.()?.[0] ?? "
|
25
|
-
|
26
|
-
|
31
|
+
(openBlock(), createBlock(resolveDynamicComponent(_ctx.$slots.title?.()?.[0] ?? "div"), {
|
32
|
+
ref: "button",
|
33
|
+
role: "button",
|
34
|
+
tabindex: "0",
|
35
|
+
class: "w-ripple w-ripple-hover -px--inner-margin -mx---inner-margin relative grid cursor-pointer select-none grid-cols-[auto,1fr,auto] items-center py-3 text-start",
|
36
|
+
onClick: toggle,
|
37
|
+
onKeydown: [
|
38
|
+
withKeys(toggle, ["enter"]),
|
39
|
+
withKeys(toggle, ["space"])
|
40
|
+
]
|
27
41
|
}, {
|
28
42
|
default: withCtx(() => [
|
29
43
|
_ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
|
@@ -55,10 +69,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
55
69
|
])
|
56
70
|
]),
|
57
71
|
_: 1
|
58
|
-
})),
|
72
|
+
}, 544)),
|
59
73
|
createVNode(_sfc_main$1, {
|
60
74
|
"is-open": _ctx.isOpen,
|
61
|
-
class: normalizeClass([_ctx.$attrs.class, "
|
75
|
+
class: normalizeClass([_ctx.$attrs.class, "-px--inner-margin -mx---inner-margin py-2"])
|
62
76
|
}, {
|
63
77
|
default: withCtx(() => [
|
64
78
|
renderSlot(_ctx.$slots, "default")
|
@@ -73,7 +73,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
73
73
|
_ctx.title || _ctx.$slots.title ? (openBlock(), createElementBlock("label", {
|
74
74
|
key: 0,
|
75
75
|
for: unref(id),
|
76
|
-
class: normalizeClass(["text-accent relative block pr-6 text-xs font-semibold leading-loose
|
76
|
+
class: normalizeClass(["text-accent relative block pr-6 text-xs font-semibold leading-loose", {
|
77
77
|
"cursor-not-allowed opacity-50": _ctx.disabled && !_ctx.readonly && !_ctx.skeleton,
|
78
78
|
"col-start-1": _ctx.subgrid
|
79
79
|
}])
|
@@ -18,7 +18,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
18
18
|
key: 1,
|
19
19
|
class: normalizeClass(["w-ripple w-ripple-hover rounded p-0.5", {
|
20
20
|
"text-description": _ctx.$route.query[_ctx.filterField] !== _ctx.encodedQueryParam,
|
21
|
-
"bg-primary
|
21
|
+
"bg-primary dark:bg-primary-dark text-default dark:text-default-dark": _ctx.$route.query[_ctx.filterField] === _ctx.encodedQueryParam
|
22
22
|
}]),
|
23
23
|
onClick: _cache[0] || (_cache[0] = ($event) => _ctx.$router.replace({ query: { ..._ctx.$route.query, [_ctx.filterField]: _ctx.$route.query[_ctx.filterField] === _ctx.encodedQueryParam ? void 0 : _ctx.encodedQueryParam } }))
|
24
24
|
}, [
|
@@ -48,7 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
48
48
|
"opacity-50": !_ctx.isActive,
|
49
49
|
"opacity-100": _ctx.isActive,
|
50
50
|
"text-negative dark:text-negative-dark": _ctx.hasError,
|
51
|
-
"text-primary
|
51
|
+
"text-primary dark:text-primary-dark": !_ctx.hasError
|
52
52
|
}),
|
53
53
|
width: _ctx.svgWidth,
|
54
54
|
height: _ctx.svgHeight
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WFilterWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FilterWrapper/WFilterWrapper.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WFilterWrapper.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/FilterWrapper/WFilterWrapper.vue"],"names":[],"mappings":"AAkCA;AAmHA,OAAO,EAAC,KAAK,KAAK,EAAoC,MAAM,KAAK,CAAA;AAWjE,KAAK,WAAW,GAAG;IACjB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;CAC9B,CAAC;AAiEF,iBAAS,cAAc;WAqFT,OAAO,IAA6B;;iBA3FvC,MAAM,KAAK,EAAE;gBACd,MAAM,KAAK,EAAE;;iBADZ,MAAM,KAAK,EAAE;gBACd,MAAM,KAAK,EAAE;;;;EA+FtB;AAiBD,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"}
|
@@ -6,8 +6,8 @@ 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: "pb-16" };
|
10
|
-
const _hoisted_2 = { class: "
|
9
|
+
const _hoisted_1 = { class: "-px--inner-margin pb-16" };
|
10
|
+
const _hoisted_2 = { class: "grid grid-cols-2 gap-4" };
|
11
11
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
12
12
|
__name: "WFilterWrapper",
|
13
13
|
props: {
|
@@ -55,34 +55,30 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
55
55
|
});
|
56
56
|
return (_ctx, _cache) => {
|
57
57
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
58
|
-
_cache[
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
]),
|
83
|
-
_: 1
|
84
|
-
}, 8, ["semantic-type", "disabled"])
|
85
|
-
])
|
58
|
+
_cache[1] || (_cache[1] = createElementVNode("div", { class: "text-accent -h--header-height flex items-center text-xl font-semibold" }, " Filters ", -1)),
|
59
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.$slots.default?.(), (slot, index) => {
|
60
|
+
return openBlock(), createBlock(resolveDynamicComponent(slot), {
|
61
|
+
key: index,
|
62
|
+
"is-open": index === selectedIndex.value,
|
63
|
+
onToggle: ($event) => unref(setSelectedIndex)(index),
|
64
|
+
"onUpdate:hasChanges": ($event) => hasChangesMap.value[index.toString()] = $event
|
65
|
+
}, null, 40, ["is-open", "onToggle", "onUpdate:hasChanges"]);
|
66
|
+
}), 128)),
|
67
|
+
_cache[2] || (_cache[2] = createElementVNode("div", { class: "my-8 h-0.5 rounded bg-gray-400" }, null, -1)),
|
68
|
+
createElementVNode("div", _hoisted_2, [
|
69
|
+
renderSlot(_ctx.$slots, "bottom"),
|
70
|
+
createVNode(_sfc_main$1, {
|
71
|
+
"semantic-type": unref(SemanticType).SECONDARY,
|
72
|
+
disabled: !changesCount.value,
|
73
|
+
class: "col-start-2",
|
74
|
+
onClick: openConfirmReset
|
75
|
+
}, {
|
76
|
+
default: withCtx(() => [
|
77
|
+
createVNode(unref(IconFilterRemove)),
|
78
|
+
_cache[0] || (_cache[0] = createTextVNode(" Reset Filters "))
|
79
|
+
]),
|
80
|
+
_: 1
|
81
|
+
}, 8, ["semantic-type", "disabled"])
|
86
82
|
])
|
87
83
|
]);
|
88
84
|
};
|
@@ -6,6 +6,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
6
|
__name: "WFormAsyncToggle",
|
7
7
|
props: {
|
8
8
|
title: {},
|
9
|
+
icon: {},
|
9
10
|
small: { type: Boolean },
|
10
11
|
disabled: { type: Boolean },
|
11
12
|
loading: { type: Boolean },
|
@@ -16,6 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
16
17
|
intermediate: { type: Boolean },
|
17
18
|
negate: { type: Boolean },
|
18
19
|
validate: {},
|
20
|
+
center: { type: Boolean },
|
19
21
|
useQueryFn: {},
|
20
22
|
noParams: { type: Boolean },
|
21
23
|
queryParams: {},
|
@@ -13,7 +13,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
13
13
|
},
|
14
14
|
setup(__props) {
|
15
15
|
const stylesMap = {
|
16
|
-
[SemanticType.PRIMARY]: "text-primary
|
16
|
+
[SemanticType.PRIMARY]: "text-primary dark:text-primary-dark",
|
17
17
|
[SemanticType.SECONDARY]: "text-description",
|
18
18
|
[SemanticType.NEGARIVE]: "text-negative dark:text-negative-dark",
|
19
19
|
[SemanticType.POSITIVE]: "text-positive dark:text-positive-dark",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { SemanticType } from '../../../utils/SemanticType.js';
|
2
2
|
|
3
3
|
const infoCardSemanticTypeMap = {
|
4
|
-
[SemanticType.PRIMARY]: "bg-primary
|
4
|
+
[SemanticType.PRIMARY]: "bg-primary/10 dark:bg-primary-dark/10",
|
5
5
|
[SemanticType.SECONDARY]: "bg-gray-100 dark:bg-gray-800",
|
6
6
|
[SemanticType.POSITIVE]: "bg-positive/10 dark:bg-positive-dark/10",
|
7
7
|
[SemanticType.NEGARIVE]: "bg-negative/10 dark:bg-negative-dark/10",
|
@@ -9,7 +9,7 @@ const infoCardSemanticTypeMap = {
|
|
9
9
|
[SemanticType.INFO]: "bg-info/10 dark:bg-info-dark/10"
|
10
10
|
};
|
11
11
|
const infoCardIconSemanticTypeMap = {
|
12
|
-
[SemanticType.PRIMARY]: "text-primary
|
12
|
+
[SemanticType.PRIMARY]: "text-primary dark:text-primary-dark",
|
13
13
|
[SemanticType.SECONDARY]: "text-description",
|
14
14
|
[SemanticType.POSITIVE]: "text-positive dark:text-positive-dark",
|
15
15
|
[SemanticType.NEGARIVE]: "text-negative dark:text-negative-dark",
|
@@ -214,7 +214,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
214
214
|
fn: withCtx(({ id, setFocused, focused }) => [
|
215
215
|
createElementVNode("div", {
|
216
216
|
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", {
|
217
|
-
"focus-within:border-primary
|
217
|
+
"focus-within:border-primary dark:focus-within:border-primary-dark focus-within:outline-primary/20 dark:focus-within:outline-primary-dark/20 focus-within:outline focus-within:outline-2": !_ctx.disabled && !_ctx.readonly && !_ctx.unclickable,
|
218
218
|
"cursor-text": !_ctx.disabled,
|
219
219
|
"border-negative dark:border-negative-dark": _ctx.errorMessage,
|
220
220
|
"border-gray-300 dark:border-gray-700": !_ctx.disabled,
|
@@ -228,7 +228,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
228
228
|
key: 0,
|
229
229
|
class: normalizeClass(["flex h-full w-[--w-input-height,2.75rem] select-none items-center justify-center", {
|
230
230
|
"text-description": !focused,
|
231
|
-
"text-primary
|
231
|
+
"text-primary dark:text-primary-dark": focused
|
232
232
|
}])
|
233
233
|
}, [
|
234
234
|
(openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), { class: "square-[1.125em]" }))
|
@@ -240,7 +240,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
240
240
|
}, [
|
241
241
|
createElementVNode("div", {
|
242
242
|
class: normalizeClass(["flex flex-wrap gap-[--w-input-gap,0.25rem]", {
|
243
|
-
"[&:not(:has(.w-option-has-bg))]:-px--w-option-padding": !_ctx.icon
|
243
|
+
"[&:not(:has(.w-option-has-bg))]:-px--w-option-padding": !_ctx.icon && !_ctx.textarea
|
244
244
|
}])
|
245
245
|
}, [
|
246
246
|
renderSlot(_ctx.$slots, "prefix"),
|
@@ -254,8 +254,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
254
254
|
(openBlock(), createBlock(resolveDynamicComponent(_ctx.textarea ? "textarea" : "input"), {
|
255
255
|
id,
|
256
256
|
ref: "input",
|
257
|
-
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", {
|
258
|
-
"-
|
257
|
+
class: normalizeClass(["w-input max-w-full flex-1 basis-auto 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", {
|
258
|
+
"-p--w-option-padding min-h-[--w-textarea-height,10rem] w-full": _ctx.textarea,
|
259
259
|
"resize-y": _ctx.resize && _ctx.textarea,
|
260
260
|
"resize-none": !_ctx.resize && _ctx.textarea,
|
261
261
|
"h-[calc(var(--w-input-height,2.75rem)-2px)]": !_ctx.textarea && !_ctx.$slots.suffix,
|
@@ -226,7 +226,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
226
226
|
skeleton: _ctx.skeleton,
|
227
227
|
disabled: _ctx.disabled,
|
228
228
|
class: normalizeClass({
|
229
|
-
"bg-primary
|
229
|
+
"bg-primary dark:bg-primary-dark text-default dark:text-default-dark": canSave.value
|
230
230
|
}),
|
231
231
|
onClick: toggle
|
232
232
|
}, null, 8, ["icon", "tooltip-text", "loading", "skeleton", "disabled", "class"])) : createCommentVNode("", true)
|
@@ -257,7 +257,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
257
257
|
default: withCtx(() => [
|
258
258
|
timeout.value ? (openBlock(), createElementBlock("div", {
|
259
259
|
key: timeout.value.toString(),
|
260
|
-
class: "bg-primary
|
260
|
+
class: "bg-primary dark:bg-primary-dark relative h-full rounded-sm",
|
261
261
|
style: normalizeStyle({ "--debounce-duration": _ctx.debounce + "ms" })
|
262
262
|
}, null, 4)) : createCommentVNode("", true)
|
263
263
|
]),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/WLink.vue"],"names":[],"mappings":"AAcA;
|
1
|
+
{"version":3,"file":"WLink.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Link/WLink.vue"],"names":[],"mappings":"AAcA;AAiDA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAM5C,OAAO,EAAC,YAAY,EAAiD,MAAM,sBAAsB,CAAA;AAEjG,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAA;IAChD,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,IAAI,CAAC,EAAE,YAAY,CAAA;CACpB;AA4BD,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;yBAVpB,GAAG;;;;EAehC;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAlGZ,MAAM;eAXf,YA/C8B;UA4DrB,YAAY;kBADJ,YAAY;YAFlB,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM;UADzC,MAAM;6EA4Gb,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,8 +1,7 @@
|
|
1
1
|
import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx, renderSlot, normalizeClass, createTextVNode, toDisplayString } from 'vue';
|
2
2
|
import { RouterLink } from 'vue-router';
|
3
3
|
import IconLink from '../../assets/icons/sax/IconLink.svg.js';
|
4
|
-
import {
|
5
|
-
import { SemanticType } from '../../utils/SemanticType.js';
|
4
|
+
import { SemanticType, useSemanticTypeTextMap, useSemanticTypeChipMap } from '../../utils/SemanticType.js';
|
6
5
|
|
7
6
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
8
7
|
__name: "WLink",
|
@@ -15,13 +14,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
15
14
|
to: { default: void 0 }
|
16
15
|
},
|
17
16
|
setup(__props) {
|
17
|
+
const semanticTypeChipMap = useSemanticTypeChipMap();
|
18
|
+
const semanticTypeTextMap = useSemanticTypeTextMap();
|
18
19
|
return (_ctx, _cache) => {
|
19
20
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.to ? unref(RouterLink) : "a"), mergeProps(!_ctx.to ? { target: _ctx.target, href: _ctx.href } : { to: _ctx.to }, {
|
20
|
-
class: ["cursor-pointer overflow-hidden truncate whitespace-normal font-normal no-underline hover:underline", unref(
|
21
|
+
class: ["cursor-pointer overflow-hidden truncate whitespace-normal font-normal no-underline hover:underline", unref(semanticTypeTextMap)[_ctx.semanticType]]
|
21
22
|
}), {
|
22
23
|
default: withCtx(() => [
|
23
24
|
(openBlock(), createBlock(resolveDynamicComponent(_ctx.icon ?? unref(IconLink)), {
|
24
|
-
class: normalizeClass(["square-[1.25em] mr-[0.25em] mt-[-0.25em] inline rounded-[0.5em] p-px", unref(
|
25
|
+
class: normalizeClass(["square-[1.25em] mr-[0.25em] mt-[-0.25em] inline rounded-[0.5em] p-px", unref(semanticTypeChipMap)[_ctx.semanticType]])
|
25
26
|
}, null, 8, ["class"])),
|
26
27
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
27
28
|
createTextVNode(toDisplayString(_ctx.text), 1)
|
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
12
|
return (_ctx, _cache) => {
|
13
13
|
return openBlock(), createBlock(unref(RouterLink), {
|
14
14
|
to: _ctx.to,
|
15
|
-
class: "text-description hover:text-primary
|
15
|
+
class: "text-description hover:text-primary dark:hover:text-primary-dark flex cursor-pointer select-none items-center gap-2 self-end py-2 font-normal no-underline"
|
16
16
|
}, {
|
17
17
|
default: withCtx(() => [
|
18
18
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
@@ -36,7 +36,7 @@ declare const _default: <Data extends DefaultData, QueryParams, Fields extends L
|
|
36
36
|
groupBy?: (a: Data, b: Data) => boolean;
|
37
37
|
cardColumns: CardColumns;
|
38
38
|
cardAreas: CardAreas<Fields, CardColumns["length"]>;
|
39
|
-
cardTo?: (item: Data) => LinkProps["to"];
|
39
|
+
cardTo?: (item: Data) => LinkProps["to"] | undefined;
|
40
40
|
} & Partial<{}>> & import('vue').PublicProps;
|
41
41
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
42
42
|
attrs: any;
|