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
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/List/WList.vue"],"names":[],"mappings":"AAqPA;AAqYA,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,EAC3I,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA8tBO,mBAAmB,CAAC;;;;;;gBA5tBlB,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;
|
1
|
+
{"version":3,"file":"WList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/List/WList.vue"],"names":[],"mappings":"AAqPA;AAqYA,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,EAC3I,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WA8tBO,mBAAmB,CAAC;;;;;;gBA5tBlB,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,GAAG,SAAS;mBAisBwC,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;;;YAjEiB,GAAG;2BACC,GAAG;;;;;YACP,GAAG;;cA/nBzB,cAAc,SAAS,QAAQ,KAAG,IAAI;EAksBxC,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AAzuBzE,wBAyuB4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -11,19 +11,19 @@ import { AREA_SELECT, AREA_MORE } from './types.js';
|
|
11
11
|
|
12
12
|
const _hoisted_1 = {
|
13
13
|
key: 0,
|
14
|
-
class: "bg-primary
|
14
|
+
class: "bg-primary dark:bg-primary-dark @sm:hidden absolute left-0 top-0 h-full w-2"
|
15
15
|
};
|
16
16
|
const _hoisted_2 = {
|
17
17
|
key: 1,
|
18
|
-
class: "bg-primary
|
18
|
+
class: "bg-primary/10 dark:bg-primary-dark/10 rounded-inherit pointer-events-none absolute inset-0"
|
19
19
|
};
|
20
20
|
const _hoisted_3 = {
|
21
21
|
key: 2,
|
22
|
-
class: "bg-primary
|
22
|
+
class: "bg-primary/10 dark:bg-primary-dark/10 rounded-inherit pointer-events-none absolute inset-0"
|
23
23
|
};
|
24
24
|
const _hoisted_4 = {
|
25
25
|
key: 1,
|
26
|
-
class: "bg-primary
|
26
|
+
class: "bg-primary/10 dark:bg-primary-dark/10 rounded-inherit pointer-events-none absolute inset-0"
|
27
27
|
};
|
28
28
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
29
29
|
__name: "WListCard",
|
@@ -87,7 +87,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
87
87
|
class: normalizeClass(["h-full rounded-l-[--w-list-rounded,unset]", {
|
88
88
|
"border border-r-0": _ctx.hasBorder,
|
89
89
|
"border-gray-300 dark:border-gray-700": _ctx.hasBorder && !_ctx.selected,
|
90
|
-
"border-primary
|
90
|
+
"border-primary dark:border-primary-dark": _ctx.hasBorder && _ctx.selected,
|
91
91
|
"rounded-bl-[unset!important]": isOpen.value,
|
92
92
|
"border-b-transparent dark:border-b-transparent": _ctx.hasBorder && isOpen.value,
|
93
93
|
"w-ripple-has-only w-ripple-hover w-ripple-opacity-[0.04]": isActionShown.value,
|
@@ -115,7 +115,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
115
115
|
"grid grid-cols-[--w-list-grid-cols] [grid-template-areas:--w-list-grid-areas] sm:rounded-[--w-list-rounded,unset]": _ctx.card,
|
116
116
|
"sm:border-y": _ctx.hasBorder,
|
117
117
|
"border-gray-300 dark:border-gray-700": _ctx.hasBorder && !_ctx.selected,
|
118
|
-
"border-primary
|
118
|
+
"border-primary dark:border-primary-dark": _ctx.hasBorder && _ctx.selected,
|
119
119
|
"sm:border": _ctx.card && _ctx.hasBorder,
|
120
120
|
"border-b-transparent dark:border-b-transparent": !_ctx.card && _ctx.hasBorder && isOpen.value
|
121
121
|
}]
|
@@ -169,7 +169,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
169
169
|
class: normalizeClass(["h-full rounded-r-[--w-list-rounded,unset]", {
|
170
170
|
"rounded-tr-[--w-list-rounded,unset] border border-l-0": _ctx.hasBorder,
|
171
171
|
"border-gray-300 dark:border-gray-700": _ctx.hasBorder && !_ctx.selected,
|
172
|
-
"border-primary
|
172
|
+
"border-primary dark:border-primary-dark": _ctx.hasBorder && _ctx.selected,
|
173
173
|
"rounded-br-[unset!important]": isOpen.value,
|
174
174
|
"border-b-transparent dark:border-b-transparent": _ctx.hasBorder && isOpen.value,
|
175
175
|
"w-ripple-has-only w-ripple-hover w-ripple-opacity-[0.04]": isActionShown.value
|
@@ -197,7 +197,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
197
197
|
key: 0,
|
198
198
|
class: normalizeClass(["sm:w-inner sm:left-inner col-span-full sm:sticky", {
|
199
199
|
"border-gray-300 dark:border-gray-700": _ctx.hasBorder && !_ctx.selected,
|
200
|
-
"border-primary
|
200
|
+
"border-primary dark:border-primary-dark": _ctx.hasBorder && _ctx.selected,
|
201
201
|
"mt-[calc(var(--w-list-gap,1rem)*-1)] border border-t-0 px-5": !_ctx.card && _ctx.hasBorder,
|
202
202
|
"rounded-b-[--w-list-rounded,unset]": !_ctx.card
|
203
203
|
}])
|
@@ -10,7 +10,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
return (_ctx, _cache) => {
|
11
11
|
return openBlock(), createElementBlock("button", {
|
12
12
|
class: normalizeClass(["w-ripple w-ripple-hover relative flex justify-center rounded-2xl p-4", {
|
13
|
-
"text-primary
|
13
|
+
"text-primary dark:text-primary-dark bg-primary/10 dark:bg-primary-dark/10": _ctx.active,
|
14
14
|
"text-description": !_ctx.active
|
15
15
|
}])
|
16
16
|
}, [
|
@@ -13,7 +13,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
13
13
|
return (_ctx, _cache) => {
|
14
14
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.to && !_ctx.disabled ? unref(RouterLink) : _ctx.href ? "a" : "button"), mergeProps(_ctx.to && !_ctx.disabled ? { to: _ctx.to } : _ctx.href ? { href: _ctx.href, download: _ctx.download } : void 0, {
|
15
15
|
class: ["text-description relative flex w-full min-w-36 select-none items-center justify-start gap-4 px-6 py-2 text-start outline-none first:pt-4 last:pb-4", {
|
16
|
-
"w-ripple w-ripple-hover hover:text-primary
|
16
|
+
"w-ripple w-ripple-hover hover:text-primary dark:hover:text-primary-dark cursor-pointer": !_ctx.disabled,
|
17
17
|
"cursor-not-allowed opacity-50": _ctx.disabled
|
18
18
|
}],
|
19
19
|
disabled: _ctx.disabled
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/WModal.vue"],"names":[],"mappings":"AAyCA;;
|
1
|
+
{"version":3,"file":"WModal.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Modal/WModal.vue"],"names":[],"mappings":"AAyCA;;AA8XA,wBAMG"}
|
@@ -1,7 +1,8 @@
|
|
1
|
-
import { defineComponent, ref, reactive, watch, onBeforeMount, onBeforeUnmount, createElementBlock, openBlock, createVNode, Transition, withCtx, createCommentVNode, normalizeStyle, TransitionGroup, Fragment, renderList, createElementVNode, createBlock, withModifiers, resolveDynamicComponent, mergeProps } from 'vue';
|
1
|
+
import { defineComponent, ref, reactive, watch, onBeforeMount, onBeforeUnmount, createElementBlock, openBlock, createVNode, Transition, withCtx, createCommentVNode, unref, normalizeStyle, TransitionGroup, Fragment, renderList, createElementVNode, createBlock, withModifiers, resolveDynamicComponent, mergeProps } from 'vue';
|
2
2
|
import { Modal, initModal } from '../../utils/Modal.js';
|
3
3
|
import { SemanticType } from '../../utils/SemanticType.js';
|
4
4
|
import _sfc_main$1 from './components/ModalCloseButton.vue.js';
|
5
|
+
import { useIsBackdrop } from './use/useIsBackdrop.js';
|
5
6
|
|
6
7
|
const _hoisted_1 = { class: "z-[1000]" };
|
7
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
@@ -9,7 +10,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
10
|
setup(__props) {
|
10
11
|
const key = ref(0);
|
11
12
|
const modalMetaList = ref([]);
|
12
|
-
const
|
13
|
+
const isBackdrop = useIsBackdrop();
|
13
14
|
const hasChangesMap = reactive({});
|
14
15
|
const addModal = (component, props, cb, autoclose = false) => {
|
15
16
|
const modalMeta = {
|
@@ -55,11 +56,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
55
56
|
watch(modalMetaList, (value) => {
|
56
57
|
if (timeout) clearTimeout(timeout);
|
57
58
|
if (value.length) {
|
58
|
-
|
59
|
+
isBackdrop.value = true;
|
59
60
|
} else {
|
60
61
|
timeout = setTimeout(() => {
|
61
62
|
timeout = void 0;
|
62
|
-
|
63
|
+
isBackdrop.value = false;
|
63
64
|
}, 100);
|
64
65
|
}
|
65
66
|
});
|
@@ -78,7 +79,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
78
79
|
"leave-to-class": "opacity-0"
|
79
80
|
}, {
|
80
81
|
default: withCtx(() => [
|
81
|
-
|
82
|
+
unref(isBackdrop) ? (openBlock(), createElementBlock("div", {
|
82
83
|
key: 0,
|
83
84
|
style: normalizeStyle({ zIndex: 100 + modalMetaList.value.length + modalMetaList.value.length - 1 }),
|
84
85
|
class: "bg-primary-light dark:bg-primary-darkest fixed left-0 top-0 size-full bg-opacity-40 backdrop-blur dark:bg-opacity-40"
|
@@ -104,7 +104,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
104
104
|
createElementVNode("div", _hoisted_1, [
|
105
105
|
createVNode(_sfc_main$2, {
|
106
106
|
"model-value": progress.value * 100,
|
107
|
-
class: "bg-primary
|
107
|
+
class: "bg-primary dark:bg-primary-dark"
|
108
108
|
}, null, 8, ["model-value"]),
|
109
109
|
createElementVNode("div", _hoisted_2, toDisplayString(page.value) + " / " + toDisplayString(pagesCount.value), 1)
|
110
110
|
])
|
@@ -83,7 +83,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
83
83
|
createElementVNode("div", _hoisted_1, [
|
84
84
|
createVNode(_sfc_main$2, {
|
85
85
|
"model-value": progress.value,
|
86
|
-
class: "bg-primary
|
86
|
+
class: "bg-primary dark:bg-primary-dark"
|
87
87
|
}, null, 8, ["model-value"]),
|
88
88
|
createElementVNode("div", _hoisted_2, toDisplayString(itemIndex.value) + " / " + toDisplayString(_ctx.items.length), 1)
|
89
89
|
])
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useIsBackdrop.d.ts","sourceRoot":"","sources":["../../../../../src/components/Modal/use/useIsBackdrop.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,aAAa,2CAEzB,CAAA"}
|
@@ -52,7 +52,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
52
52
|
])
|
53
53
|
], 2),
|
54
54
|
createElementVNode("div", {
|
55
|
-
class: normalizeClass(["-square--header-height w-ripple fixed left-0 top-0 z-30 flex cursor-pointer items-center justify-center xl:hidden print:hidden", { "text-primary
|
55
|
+
class: normalizeClass(["-square--header-height w-ripple fixed left-0 top-0 z-30 flex cursor-pointer items-center justify-center xl:hidden print:hidden", { "text-primary": isOpen.value }]),
|
56
56
|
onClick: withModifiers(toggle, ["stop"])
|
57
57
|
}, [
|
58
58
|
createVNode(unref(IconMenu))
|
@@ -6,7 +6,7 @@ import { isEqualObj, numberCompactFormatter } from '../../utils/utils.js';
|
|
6
6
|
|
7
7
|
const _hoisted_1 = {
|
8
8
|
key: 0,
|
9
|
-
class: "bg-primary
|
9
|
+
class: "bg-primary dark:bg-primary-dark absolute left-0 top-0 h-full w-1"
|
10
10
|
};
|
11
11
|
const _hoisted_2 = {
|
12
12
|
key: 0,
|
@@ -56,7 +56,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
56
56
|
return openBlock(), createBlock(unref(RouterLink), {
|
57
57
|
to: _ctx.to,
|
58
58
|
class: normalizeClass(["w-ripple w-ripple-hover relative block no-underline", {
|
59
|
-
"text-primary
|
59
|
+
"text-primary dark:text-primary-dark": isTextColor.value,
|
60
60
|
"text-accent": !isTextColor.value,
|
61
61
|
"pl-2": _ctx.indent
|
62
62
|
}])
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Page/WPage.vue"],"names":[],"mappings":"AA6FA;
|
1
|
+
{"version":3,"file":"WPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Page/WPage.vue"],"names":[],"mappings":"AA6FA;AAuRA,OAAO,EAAC,KAAK,SAAS,EAAmE,MAAM,KAAK,CAAA;AAUpG,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,aAAa,CAAC,EAAE,SAAS,CAAA;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,IAAI,CAAA;IACX,WAAW,CAAC,EAAE,WAAW,EAAE,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,SAAS,EAAE,MAAM,GAAG,SAAS,CAAA;CAC9B,CAAC;AAsKF,iBAAS,cAAc;WAkJT,OAAO,IAA6B;;wBAhBtB,GAAG;wBAGF,GAAG;;kCArRL,IAAI;;YAmRF,GAAG;sBACN,GAAG;sBAEF,GAAG;;;;;;;EAiB7B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;OAOnB,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"}
|
@@ -10,7 +10,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
10
|
return (_ctx, _cache) => {
|
11
11
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
12
12
|
createElementVNode("div", {
|
13
|
-
class: "bg-primary
|
13
|
+
class: "bg-primary dark:bg-primary-dark h-full transition-[width]",
|
14
14
|
style: normalizeStyle({
|
15
15
|
width: _ctx.modelValue + "%"
|
16
16
|
})
|
@@ -4,7 +4,7 @@ import IconCheck from '../../../assets/icons/default/IconCheck.svg.js';
|
|
4
4
|
|
5
5
|
const _hoisted_1 = {
|
6
6
|
key: 0,
|
7
|
-
class: "text-primary
|
7
|
+
class: "text-primary dark:text-primary-dark w-spinner-size-[1.25em] col-start-3 flex items-center justify-self-end"
|
8
8
|
};
|
9
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
10
10
|
__name: "SelectOption",
|
@@ -0,0 +1,5 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
2
|
+
element: HTMLDivElement;
|
3
|
+
}, HTMLDivElement>;
|
4
|
+
export default _default;
|
5
|
+
//# sourceMappingURL=WShine.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WShine.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Shine/WShine.vue"],"names":[],"mappings":"AAeA;;;;AAmFA,wBAOG"}
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { defineComponent, useTemplateRef, createElementBlock, openBlock, createElementVNode, normalizeStyle, unref } from 'vue';
|
2
|
+
import { useShine } from './use/useShine.js';
|
3
|
+
|
4
|
+
const _hoisted_1 = {
|
5
|
+
ref: "element",
|
6
|
+
class: "rounded-inherit pointer-events-none absolute inset-0 overflow-hidden"
|
7
|
+
};
|
8
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
9
|
+
__name: "WShine",
|
10
|
+
setup(__props) {
|
11
|
+
const { id } = useShine();
|
12
|
+
const elementRef = useTemplateRef("element");
|
13
|
+
return (_ctx, _cache) => {
|
14
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
15
|
+
createElementVNode("div", {
|
16
|
+
class: "bg-default/80 dark:bg-default/50 pointer-events-none absolute h-full w-screen bg-clip-border",
|
17
|
+
style: normalizeStyle({
|
18
|
+
"mask": `url(#${unref(id)})`,
|
19
|
+
"-webkit-mask": `url(#${unref(id)})`,
|
20
|
+
"left": `-${unref(elementRef)?.getBoundingClientRect().left ?? 0}px`
|
21
|
+
})
|
22
|
+
}, null, 4)
|
23
|
+
], 512);
|
24
|
+
};
|
25
|
+
}
|
26
|
+
});
|
27
|
+
|
28
|
+
export { _sfc_main as default };
|
@@ -0,0 +1,3 @@
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, SVGSVGElement>;
|
2
|
+
export default _default;
|
3
|
+
//# sourceMappingURL=WShineEffect.vue.d.ts.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"WShineEffect.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Shine/WShineEffect.vue"],"names":[],"mappings":"AAkEA;;AA0KA,wBAMG"}
|
@@ -0,0 +1,42 @@
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, createElementVNode, createStaticVNode, unref } from 'vue';
|
2
|
+
import { useShine } from './use/useShine.js';
|
3
|
+
|
4
|
+
const _hoisted_1 = {
|
5
|
+
width: "100%",
|
6
|
+
height: "100%",
|
7
|
+
class: "pointer-events-none absolute top-0 -translate-x-full"
|
8
|
+
};
|
9
|
+
const _hoisted_2 = ["id"];
|
10
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
11
|
+
__name: "WShineEffect",
|
12
|
+
setup(__props) {
|
13
|
+
const { id } = useShine();
|
14
|
+
return (_ctx, _cache) => {
|
15
|
+
return openBlock(), createElementBlock("svg", _hoisted_1, [
|
16
|
+
createElementVNode("defs", null, [
|
17
|
+
_cache[1] || (_cache[1] = createStaticVNode('<linearGradient id="w-shine-gradient" x1="0%" y1="0%" x2="100%" y2="0%" gradientTransform="rotate(10)"><stop offset="0%" stop-color="rgba(255, 255, 255, 0)"></stop><stop offset="45%" stop-color="rgba(255, 255, 255, 0)"></stop><stop offset="49%" stop-color="rgba(255, 255, 255, 0.4)"></stop><stop offset="50%" stop-color="rgba(255, 255, 255, 1)"></stop><stop offset="51%" stop-color="rgba(255, 255, 255, 0.4)"></stop><stop offset="55%" stop-color="rgba(255, 255, 255, 0)"></stop><stop offset="100%" stop-color="rgba(255, 255, 255, 0)"></stop></linearGradient>', 1)),
|
18
|
+
createElementVNode("mask", {
|
19
|
+
id: unref(id),
|
20
|
+
maskUnits: "userSpaceOnUse"
|
21
|
+
}, _cache[0] || (_cache[0] = [
|
22
|
+
createElementVNode("rect", {
|
23
|
+
width: "100%",
|
24
|
+
height: "100%",
|
25
|
+
fill: "url(#w-shine-gradient)"
|
26
|
+
}, [
|
27
|
+
createElementVNode("animate", {
|
28
|
+
attributeName: "x",
|
29
|
+
values: "-100%;-100%;100%;100%",
|
30
|
+
keyTimes: "0;0.35;0.65;1",
|
31
|
+
dur: "10s",
|
32
|
+
repeatCount: "indefinite"
|
33
|
+
})
|
34
|
+
], -1)
|
35
|
+
]), 8, _hoisted_2)
|
36
|
+
])
|
37
|
+
]);
|
38
|
+
};
|
39
|
+
}
|
40
|
+
});
|
41
|
+
|
42
|
+
export { _sfc_main as default };
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"useShine.d.ts","sourceRoot":"","sources":["../../../../../src/components/Shine/use/useShine.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,QAAQ;;CAIpB,CAAA"}
|
@@ -79,7 +79,8 @@ declare function __VLS_template(): {
|
|
79
79
|
};
|
80
80
|
$forceUpdate: () => void;
|
81
81
|
$nextTick: typeof import('vue').nextTick;
|
82
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
82
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
83
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
83
84
|
} & Readonly<{}> & Omit<Readonly<{
|
84
85
|
name?: string;
|
85
86
|
title?: string;
|
@@ -204,7 +205,8 @@ declare function __VLS_template(): {
|
|
204
205
|
};
|
205
206
|
$forceUpdate: () => void;
|
206
207
|
$nextTick: typeof import('vue').nextTick;
|
207
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
208
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
209
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
208
210
|
} & Readonly<{}> & Omit<Readonly<{
|
209
211
|
active: boolean;
|
210
212
|
index: number;
|
@@ -336,7 +338,8 @@ declare function __VLS_template(): {
|
|
336
338
|
};
|
337
339
|
$forceUpdate: () => void;
|
338
340
|
$nextTick: typeof import('vue').nextTick;
|
339
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
341
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
342
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
340
343
|
} & Readonly<{}> & Omit<Readonly<{
|
341
344
|
name?: string;
|
342
345
|
title?: string;
|
@@ -408,7 +411,8 @@ declare function __VLS_template(): {
|
|
408
411
|
};
|
409
412
|
$forceUpdate: () => void;
|
410
413
|
$nextTick: typeof import('vue').nextTick;
|
411
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
414
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
415
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
412
416
|
} & Readonly<{}> & Omit<Readonly<{
|
413
417
|
name: string;
|
414
418
|
title: string;
|
@@ -529,7 +533,8 @@ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {
|
|
529
533
|
};
|
530
534
|
$forceUpdate: () => void;
|
531
535
|
$nextTick: typeof import('vue').nextTick;
|
532
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
536
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
537
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
533
538
|
} & Readonly<{}> & Omit<Readonly<{
|
534
539
|
name?: string;
|
535
540
|
title?: string;
|
@@ -654,7 +659,8 @@ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {
|
|
654
659
|
};
|
655
660
|
$forceUpdate: () => void;
|
656
661
|
$nextTick: typeof import('vue').nextTick;
|
657
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
662
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
663
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
658
664
|
} & Readonly<{}> & Omit<Readonly<{
|
659
665
|
active: boolean;
|
660
666
|
index: number;
|
@@ -786,7 +792,8 @@ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {
|
|
786
792
|
};
|
787
793
|
$forceUpdate: () => void;
|
788
794
|
$nextTick: typeof import('vue').nextTick;
|
789
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
795
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
796
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
790
797
|
} & Readonly<{}> & Omit<Readonly<{
|
791
798
|
name?: string;
|
792
799
|
title?: string;
|
@@ -858,7 +865,8 @@ declare const __VLS_component: import('vue').DefineComponent<TabsProps, {
|
|
858
865
|
};
|
859
866
|
$forceUpdate: () => void;
|
860
867
|
$nextTick: typeof import('vue').nextTick;
|
861
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
868
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (
|
869
|
+
/** @type { typeof __VLS_ctx.button } */ ...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
862
870
|
} & Readonly<{}> & Omit<Readonly<{
|
863
871
|
name: string;
|
864
872
|
title: string;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"AAgIA;AAAA,OAiZO,KAAK,EAAgB,SAAS,EAAC,MAAM,SAAS,CAAA;AAErD,OAAO,EAAC,KAAK,aAAa,EAAsJ,MAAM,KAAK,CAAA;AAE3L,OAAO,KAAK,MAAM,6BAA6B,CAAA;AAwR/C,iBAAS,cAAc;WAyRT,OAAO,IAA6B;;iBA9RvC,MAAM,IAAI;;iBAAV,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
1
|
+
{"version":3,"file":"WTabs.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Tabs/WTabs.vue"],"names":[],"mappings":"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"}
|
@@ -268,7 +268,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
268
268
|
!_ctx.stepper ? (openBlock(), createElementBlock("div", {
|
269
269
|
key: 0,
|
270
270
|
class: normalizeClass(["absolute rounded-sm duration-500", {
|
271
|
-
"bg-primary
|
271
|
+
"bg-primary dark:bg-primary-dark": currentIsValid.value !== false,
|
272
272
|
"bg-negative dark:bg-negative-dark": currentIsValid.value === false,
|
273
273
|
"transition-[left,width,background-color]": !_ctx.side && indicatorStyle.value !== void 0,
|
274
274
|
"transition-[top,height,background-color]": _ctx.side && indicatorStyle.value !== void 0
|
@@ -91,7 +91,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
91
91
|
createElementVNode("button", {
|
92
92
|
disabled: _ctx.disabled,
|
93
93
|
class: normalizeClass(["w-ripple-trigger grid select-none grid-cols-[auto,1fr] font-semibold outline-none transition-colors duration-500", {
|
94
|
-
"text-primary
|
94
|
+
"text-primary dark:text-primary-dark": !_ctx.hasError && _ctx.active,
|
95
95
|
"text-negative dark:text-negative-dark": _ctx.hasError,
|
96
96
|
"text-positive dark:text-positive-dark": _ctx.showHasValue && !_ctx.active && !_ctx.hasError && _ctx.hasValue,
|
97
97
|
"text-description": !_ctx.active && !_ctx.hasError && (_ctx.showHasValue ? !_ctx.hasValue : true),
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WToggle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Toggle/WToggle.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WToggle.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Toggle/WToggle.vue"],"names":[],"mappings":"AA6EA;AAiJA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;yBASvB,KAAK,SAAS,OAAO,GAAG,IAAI,GAAG,OAAO,EACtD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,eAAe,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EACjE;WAgMO,mBAAmB,CAAC;;8KAAkE,CAAC,4BAA2B;oBACzG,OAAO,KAAK,EAAE,gBAAgB,CAAC,EAAE,CAAC,GAAG,IAAI;WAClD,GAAG;;cApLL,mBAAmB,SAAS,KAAK,KAAG,IAAI;EAwL1C,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAE;AA3MzE,wBA2M4E;AAC5E,KAAK,mBAAmB,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG,EAAE,CAAC"}
|
@@ -1,9 +1,12 @@
|
|
1
|
-
import { defineComponent, computed, createElementBlock, openBlock, normalizeClass, createElementVNode, createCommentVNode, toDisplayString, createBlock } from 'vue';
|
1
|
+
import { defineComponent, computed, createElementBlock, openBlock, normalizeClass, createElementVNode, createCommentVNode, toDisplayString, unref, createBlock, resolveDynamicComponent } from 'vue';
|
2
2
|
import WSpinner from '../Spinner/WSpinner.vue.js';
|
3
3
|
import { Notify } from '../../utils/Notify.js';
|
4
|
+
import { useSemanticTypeBackgroundMap, SemanticType } from '../../utils/SemanticType.js';
|
4
5
|
|
5
6
|
const _hoisted_1 = ["disabled"];
|
6
|
-
const _hoisted_2 = {
|
7
|
+
const _hoisted_2 = { class: "-h--w-input-height py-0.75" };
|
8
|
+
const _hoisted_3 = { class: "relative grid size-full grid-cols-3" };
|
9
|
+
const _hoisted_4 = {
|
7
10
|
key: 0,
|
8
11
|
class: "text-description whitespace-pre-wrap break-words text-xs font-normal"
|
9
12
|
};
|
@@ -13,6 +16,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
13
16
|
props: {
|
14
17
|
modelValue: {},
|
15
18
|
title: { default: void 0 },
|
19
|
+
icon: {},
|
16
20
|
small: { type: Boolean },
|
17
21
|
disabled: { type: Boolean },
|
18
22
|
loading: { type: Boolean },
|
@@ -22,12 +26,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
22
26
|
description: { default: void 0 },
|
23
27
|
intermediate: { type: Boolean, default: false },
|
24
28
|
negate: { type: Boolean },
|
25
|
-
validate: {}
|
29
|
+
validate: {},
|
30
|
+
center: { type: Boolean }
|
26
31
|
},
|
27
32
|
emits: ["update:modelValue"],
|
28
33
|
setup(__props, { emit: __emit }) {
|
29
34
|
const props = __props;
|
30
35
|
const emit = __emit;
|
36
|
+
const semanticTypeBackgroundMap = useSemanticTypeBackgroundMap();
|
31
37
|
const value = computed({
|
32
38
|
get: () => {
|
33
39
|
if (props.modelValue === null) return null;
|
@@ -63,14 +69,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
63
69
|
})
|
64
70
|
}, [
|
65
71
|
createElementVNode("button", {
|
66
|
-
class: normalizeClass(["w-ripple-trigger
|
72
|
+
class: normalizeClass(["w-ripple-trigger isolate grid w-full items-center text-start focus:outline-none", {
|
67
73
|
"cursor-not-allowed opacity-50": _ctx.disabled,
|
68
74
|
"cursor-progress": _ctx.loading,
|
69
75
|
"cursor-pointer": !_ctx.readonly && !_ctx.loading && !_ctx.disabled,
|
70
76
|
"cursor-auto select-text": _ctx.readonly,
|
71
77
|
"select-none": !_ctx.readonly,
|
72
|
-
"grid-cols-[1fr,auto]": !_ctx.rightLabel,
|
73
|
-
"grid-cols-[auto,1fr]": _ctx.rightLabel
|
78
|
+
"grid-cols-[1fr,auto]": _ctx.title && !_ctx.rightLabel,
|
79
|
+
"grid-cols-[auto,1fr]": _ctx.title && _ctx.rightLabel,
|
80
|
+
"gap-4": _ctx.title,
|
81
|
+
"justify-center": _ctx.center
|
74
82
|
}]),
|
75
83
|
disabled: _ctx.disabled || _ctx.readonly,
|
76
84
|
onClick: updateModelValue
|
@@ -83,30 +91,35 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
83
91
|
"text-base": !_ctx.small
|
84
92
|
}])
|
85
93
|
}, toDisplayString(_ctx.title), 3)) : createCommentVNode("", true),
|
86
|
-
createElementVNode("div",
|
87
|
-
class: normalizeClass(["relative my-4 h-4 w-10 min-w-10 max-w-10 rounded-lg", {
|
88
|
-
"bg-gray-400 dark:bg-gray-700": !value.value || _ctx.loading,
|
89
|
-
"bg-primary-default dark:bg-primary-dark bg-opacity-70 dark:bg-opacity-70": value.value && !_ctx.loading
|
90
|
-
}])
|
91
|
-
}, [
|
94
|
+
createElementVNode("div", _hoisted_2, [
|
92
95
|
createElementVNode("div", {
|
93
|
-
class: normalizeClass(["
|
94
|
-
"
|
95
|
-
|
96
|
-
"right-0": value.value === true,
|
97
|
-
"w-ripple w-hover-circle": !_ctx.disabled && !_ctx.readonly,
|
98
|
-
"bg-default border-default dark:border-gray-100 dark:bg-gray-100": !value.value || _ctx.loading,
|
99
|
-
"bg-primary-default dark:bg-primary-dark border-primary-default dark:border-primary-dark": value.value && !_ctx.loading
|
96
|
+
class: normalizeClass(["width-10 p-0.75 h-full rounded-full bg-[200%_auto] [background-position:right]", {
|
97
|
+
"bg-gray-300 dark:bg-gray-700": !value.value || _ctx.loading,
|
98
|
+
[unref(semanticTypeBackgroundMap)[unref(SemanticType).PRIMARY]]: value.value && !_ctx.loading
|
100
99
|
}])
|
101
100
|
}, [
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
101
|
+
createElementVNode("div", _hoisted_3, [
|
102
|
+
createElementVNode("div", {
|
103
|
+
class: normalizeClass(["bg-default text-primary dark:text-primary-dark absolute z-10 flex aspect-square h-full items-center justify-center rounded-full shadow-md transition-[right]", {
|
104
|
+
"right-[calc(100%-1.25rem)]": value.value === false,
|
105
|
+
"right-[calc(50%-0.625rem)]": value.value === null,
|
106
|
+
"right-0": value.value === true,
|
107
|
+
"w-ripple w-ripple-hover": !_ctx.disabled && !_ctx.readonly
|
108
|
+
}])
|
109
|
+
}, [
|
110
|
+
_ctx.loading ? (openBlock(), createBlock(WSpinner, {
|
111
|
+
key: 0,
|
112
|
+
class: "text-description w-spinner-size-5"
|
113
|
+
})) : _ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
|
114
|
+
key: 1,
|
115
|
+
class: "square-4"
|
116
|
+
})) : createCommentVNode("", true)
|
117
|
+
], 2)
|
118
|
+
])
|
106
119
|
], 2)
|
107
|
-
]
|
120
|
+
])
|
108
121
|
], 10, _hoisted_1),
|
109
|
-
_ctx.description ? (openBlock(), createElementBlock("div",
|
122
|
+
_ctx.description ? (openBlock(), createElementBlock("div", _hoisted_4, toDisplayString(_ctx.description), 1)) : createCommentVNode("", true)
|
110
123
|
], 2);
|
111
124
|
};
|
112
125
|
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { ToggleThemeProps } from './types';
|
2
|
+
import { Theme } from '../../utils/utils';
|
3
|
+
declare const _default: import('vue').DefineComponent<ToggleThemeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
4
|
+
"update:model-value": (value: Theme) => any;
|
5
|
+
}, string, import('vue').PublicProps, Readonly<ToggleThemeProps> & Readonly<{
|
6
|
+
"onUpdate:model-value"?: ((value: Theme) => any) | undefined;
|
7
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
8
|
+
export default _default;
|
9
|
+
//# sourceMappingURL=WToggleTheme.vue.d.ts.map
|