eco-vue-js 0.10.32 → 0.10.34
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/WButtonDropdown.vue.js +1 -0
- package/dist/components/Button/WButtonGroup.vue.js +0 -1
- package/dist/components/Button/WButtonMore.vue.d.ts +11 -4
- package/dist/components/Button/WButtonMore.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonMore.vue.js +36 -16
- package/dist/components/Button/WButtonMoreItem.vue.d.ts +5 -6
- package/dist/components/Button/WButtonMoreItem.vue.d.ts.map +1 -1
- package/dist/components/Button/WButtonMoreItem.vue.js +11 -6
- 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/ClickOutside/WClickOutside.vue.d.ts +6 -3
- package/dist/components/ClickOutside/WClickOutside.vue.d.ts.map +1 -1
- package/dist/components/ClickOutside/WClickOutside.vue.js +9 -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 +2 -0
- package/dist/components/Dropdown/WDropdown.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/WDropdown.vue.js +15 -5
- package/dist/components/Dropdown/utils/DropdownStyle.d.ts +69 -0
- package/dist/components/Dropdown/utils/DropdownStyle.d.ts.map +1 -1
- package/dist/components/Dropdown/utils/DropdownStyle.js +23 -1
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts +6 -0
- package/dist/components/DropdownMenu/WDropdownMenu.vue.d.ts.map +1 -1
- package/dist/components/DropdownMenu/WDropdownMenu.vue.js +20 -29
- package/dist/components/DropdownMenu/types.d.ts +1 -0
- package/dist/components/DropdownMenu/types.d.ts.map +1 -1
- 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/FormAsync/WFormAsyncButtonGroup.vue.js +0 -1
- package/dist/components/FormAsync/WFormAsyncSelect.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectInfiniteSingle.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectSingle.vue.js +1 -0
- package/dist/components/FormAsync/WFormAsyncSelectStringified.vue.js +1 -0
- 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 +2 -2
- package/dist/components/Input/WInputAsync.vue.js +2 -2
- package/dist/components/Input/WInputDate.vue.js +1 -0
- package/dist/components/Input/WInputOptions.vue.js +1 -0
- package/dist/components/Input/WInputSuggest.vue.js +1 -0
- 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 +9 -4
- package/dist/components/List/WList.vue.d.ts.map +1 -1
- package/dist/components/List/WList.vue.js +7 -4
- package/dist/components/List/WListCard.vue.d.ts +143 -0
- package/dist/components/List/WListCard.vue.d.ts.map +1 -1
- package/dist/components/List/WListCard.vue.js +49 -23
- package/dist/components/List/components/HeaderSettingsModeButton.vue.js +1 -1
- package/dist/components/List/types.d.ts +8 -0
- package/dist/components/List/types.d.ts.map +1 -1
- package/dist/components/MenuItem/WMenuItem.vue.d.ts +5 -5
- package/dist/components/MenuItem/WMenuItem.vue.d.ts.map +1 -1
- package/dist/components/MenuItem/WMenuItem.vue.js +16 -8
- 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/Progress/WProgress.vue.js +1 -1
- package/dist/components/Select/WSelect.vue.js +1 -0
- package/dist/components/Select/WSelectAsync.vue.js +1 -0
- package/dist/components/Select/WSelectAsyncSingle.vue.js +1 -0
- package/dist/components/Select/WSelectSingle.vue.js +1 -0
- package/dist/components/Select/WSelectStringified.vue.js +1 -0
- 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/WTooltipContainer.vue.js +3 -3
- package/dist/components/Tooltip/components/TooltipContainer.vue.js +1 -1
- 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/useDefaultQuery.d.ts.map +1 -1
- package/dist/utils/useDefaultQuery.js +0 -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
@@ -5,7 +5,7 @@ const _hoisted_1 = {
|
|
5
5
|
width: "20",
|
6
6
|
height: "20",
|
7
7
|
fill: "none",
|
8
|
-
viewBox: "0 0
|
8
|
+
viewBox: "0 0 24 24"
|
9
9
|
};
|
10
10
|
|
11
11
|
function render(_ctx, _cache) {
|
@@ -15,7 +15,7 @@ function render(_ctx, _cache) {
|
|
15
15
|
"stroke-linecap": "round",
|
16
16
|
"stroke-linejoin": "round",
|
17
17
|
"stroke-width": "1.5",
|
18
|
-
d: "
|
18
|
+
d: "M8 12h8M12 16V8M9 22h6c5 0 7-2 7-7V9c0-5-2-7-7-7H9C4 2 2 4 2 9v6c0 5 2 7 7 7"
|
19
19
|
}, null, -1)
|
20
20
|
])))
|
21
21
|
}
|
@@ -5,7 +5,7 @@ const _hoisted_1 = {
|
|
5
5
|
width: "20",
|
6
6
|
height: "20",
|
7
7
|
fill: "none",
|
8
|
-
viewBox: "0 0
|
8
|
+
viewBox: "0 0 24 24"
|
9
9
|
};
|
10
10
|
|
11
11
|
function render(_ctx, _cache) {
|
@@ -15,7 +15,7 @@ function render(_ctx, _cache) {
|
|
15
15
|
"stroke-linecap": "round",
|
16
16
|
"stroke-linejoin": "round",
|
17
17
|
"stroke-width": "1.5",
|
18
|
-
d: "
|
18
|
+
d: "M11 2H9C4 2 2 4 2 9v6c0 5 2 7 7 7h6c5 0 7-2 7-7v-2"
|
19
19
|
}, null, -1),
|
20
20
|
createElementVNode("path", {
|
21
21
|
stroke: "currentColor",
|
@@ -23,7 +23,7 @@ function render(_ctx, _cache) {
|
|
23
23
|
"stroke-linejoin": "round",
|
24
24
|
"stroke-miterlimit": "10",
|
25
25
|
"stroke-width": "1.5",
|
26
|
-
d: "
|
26
|
+
d: "M16.04 3.02 8.16 10.9c-.3.3-.6.89-.66 1.32l-.43 3.01c-.16 1.09.61 1.85 1.7 1.7l3.01-.43c.42-.06 1.01-.36 1.32-.66l7.88-7.88c1.36-1.36 2-2.94 0-4.94s-3.58-1.36-4.94 0"
|
27
27
|
}, null, -1),
|
28
28
|
createElementVNode("path", {
|
29
29
|
stroke: "currentColor",
|
@@ -31,10 +31,10 @@ function render(_ctx, _cache) {
|
|
31
31
|
"stroke-linejoin": "round",
|
32
32
|
"stroke-miterlimit": "10",
|
33
33
|
"stroke-width": "1.5",
|
34
|
-
d: "
|
34
|
+
d: "M14.91 4.15a7.14 7.14 0 0 0 4.94 4.94"
|
35
35
|
}, null, -1)
|
36
36
|
])))
|
37
37
|
}
|
38
|
-
const
|
38
|
+
const IconEditSquare = { render: render };
|
39
39
|
|
40
|
-
export {
|
40
|
+
export { IconEditSquare as default, render };
|
@@ -5,7 +5,7 @@ const _hoisted_1 = {
|
|
5
5
|
width: "20",
|
6
6
|
height: "20",
|
7
7
|
fill: "none",
|
8
|
-
viewBox: "0 0
|
8
|
+
viewBox: "0 0 24 24"
|
9
9
|
};
|
10
10
|
|
11
11
|
function render(_ctx, _cache) {
|
@@ -16,7 +16,7 @@ function render(_ctx, _cache) {
|
|
16
16
|
"stroke-linejoin": "round",
|
17
17
|
"stroke-miterlimit": "10",
|
18
18
|
"stroke-width": "1.5",
|
19
|
-
d: "
|
19
|
+
d: "M5.4 2.1h13.2c1.1 0 2 .9 2 2v2.2c0 .8-.5 1.8-1 2.3l-4.3 3.8c-.6.5-1 1.5-1 2.3V19c0 .6-.4 1.4-.9 1.7l-1.4.9c-1.3.8-3.1-.1-3.1-1.7v-5.3c0-.7-.4-1.6-.8-2.1l-3.8-4c-.5-.5-.9-1.4-.9-2V4.2c0-1.2.9-2.1 2-2.1M10.93 2.1 6 10"
|
20
20
|
}, null, -1)
|
21
21
|
])))
|
22
22
|
}
|
@@ -5,7 +5,7 @@ const _hoisted_1 = {
|
|
5
5
|
width: "20",
|
6
6
|
height: "20",
|
7
7
|
fill: "none",
|
8
|
-
viewBox: "0 0
|
8
|
+
viewBox: "0 0 24 24"
|
9
9
|
};
|
10
10
|
|
11
11
|
function render(_ctx, _cache) {
|
@@ -16,16 +16,16 @@ function render(_ctx, _cache) {
|
|
16
16
|
"stroke-linejoin": "round",
|
17
17
|
"stroke-miterlimit": "10",
|
18
18
|
"stroke-width": "1.5",
|
19
|
-
d: "
|
19
|
+
d: "M12.06 16.5v-5M14.5 14h-5"
|
20
20
|
}, null, -1),
|
21
21
|
createElementVNode("path", {
|
22
22
|
stroke: "currentColor",
|
23
23
|
"stroke-miterlimit": "10",
|
24
24
|
"stroke-width": "1.5",
|
25
|
-
d: "
|
25
|
+
d: "M22 11v6c0 4-1 5-5 5H7c-4 0-5-1-5-5V7c0-4 1-5 5-5h1.5c1.5 0 1.83.44 2.4 1.2l1.5 2c.38.5.6.8 1.6.8h3c4 0 5 1 5 5Z"
|
26
26
|
}, null, -1)
|
27
27
|
])))
|
28
28
|
}
|
29
|
-
const
|
29
|
+
const IconFolderAdd = { render: render };
|
30
30
|
|
31
|
-
export {
|
31
|
+
export { IconFolderAdd as default, render };
|
@@ -5,7 +5,7 @@ const _hoisted_1 = {
|
|
5
5
|
width: "20",
|
6
6
|
height: "20",
|
7
7
|
fill: "none",
|
8
|
-
viewBox: "0 0
|
8
|
+
viewBox: "0 0 24 24"
|
9
9
|
};
|
10
10
|
|
11
11
|
function render(_ctx, _cache) {
|
@@ -15,10 +15,10 @@ function render(_ctx, _cache) {
|
|
15
15
|
"stroke-linecap": "round",
|
16
16
|
"stroke-linejoin": "round",
|
17
17
|
"stroke-width": "1.5",
|
18
|
-
d: "
|
18
|
+
d: "M2.03 12.42c.36 5.15 4.73 9.34 9.96 9.57 3.69.16 6.99-1.56 8.97-4.27.82-1.11.38-1.85-.99-1.6-.67.12-1.36.17-2.08.14C13 16.06 9 11.97 8.98 7.14c-.01-1.3.26-2.53.75-3.65.54-1.24-.11-1.83-1.36-1.3C4.41 3.86 1.7 7.85 2.03 12.42"
|
19
19
|
}, null, -1)
|
20
20
|
])))
|
21
21
|
}
|
22
|
-
const
|
22
|
+
const IconMoon = { render: render };
|
23
23
|
|
24
|
-
export {
|
24
|
+
export { IconMoon as default, render };
|
@@ -5,7 +5,7 @@ const _hoisted_1 = {
|
|
5
5
|
width: "20",
|
6
6
|
height: "20",
|
7
7
|
fill: "none",
|
8
|
-
viewBox: "0 0
|
8
|
+
viewBox: "0 0 24 24"
|
9
9
|
};
|
10
10
|
|
11
11
|
function render(_ctx, _cache) {
|
@@ -16,7 +16,7 @@ function render(_ctx, _cache) {
|
|
16
16
|
"stroke-linejoin": "round",
|
17
17
|
"stroke-miterlimit": "10",
|
18
18
|
"stroke-width": "1.5",
|
19
|
-
d: "
|
19
|
+
d: "M12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6"
|
20
20
|
}, null, -1),
|
21
21
|
createElementVNode("path", {
|
22
22
|
stroke: "currentColor",
|
@@ -24,7 +24,7 @@ function render(_ctx, _cache) {
|
|
24
24
|
"stroke-linejoin": "round",
|
25
25
|
"stroke-miterlimit": "10",
|
26
26
|
"stroke-width": "1.5",
|
27
|
-
d: "
|
27
|
+
d: "M2 12.88v-1.76c0-1.04.85-1.9 1.9-1.9 1.81 0 2.55-1.28 1.64-2.85-.52-.9-.21-2.07.7-2.59l1.73-.99c.79-.47 1.81-.19 2.28.6l.11.19c.9 1.57 2.38 1.57 3.29 0l.11-.19c.47-.79 1.49-1.07 2.28-.6l1.73.99c.91.52 1.22 1.69.7 2.59-.91 1.57-.17 2.85 1.64 2.85 1.04 0 1.9.85 1.9 1.9v1.76c0 1.04-.85 1.9-1.9 1.9-1.81 0-2.55 1.28-1.64 2.85.52.91.21 2.07-.7 2.59l-1.73.99c-.79.47-1.81.19-2.28-.6l-.11-.19c-.9-1.57-2.38-1.57-3.29 0l-.11.19c-.47.79-1.49 1.07-2.28.6l-1.73-.99a1.9 1.9 0 0 1-.7-2.59c.91-1.57.17-2.85-1.64-2.85-1.05 0-1.9-.86-1.9-1.9"
|
28
28
|
}, null, -1)
|
29
29
|
])))
|
30
30
|
}
|
@@ -5,7 +5,7 @@ const _hoisted_1 = {
|
|
5
5
|
width: "20",
|
6
6
|
height: "20",
|
7
7
|
fill: "none",
|
8
|
-
viewBox: "0 0
|
8
|
+
viewBox: "0 0 24 24"
|
9
9
|
};
|
10
10
|
|
11
11
|
function render(_ctx, _cache) {
|
@@ -15,17 +15,17 @@ function render(_ctx, _cache) {
|
|
15
15
|
"stroke-linecap": "round",
|
16
16
|
"stroke-linejoin": "round",
|
17
17
|
"stroke-width": "1.5",
|
18
|
-
d: "
|
18
|
+
d: "M12 18.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13"
|
19
19
|
}, null, -1),
|
20
20
|
createElementVNode("path", {
|
21
21
|
stroke: "currentColor",
|
22
22
|
"stroke-linecap": "round",
|
23
23
|
"stroke-linejoin": "round",
|
24
|
-
"stroke-width": "
|
25
|
-
d: "
|
24
|
+
"stroke-width": "2",
|
25
|
+
d: "m19.14 19.14-.13-.13m0-14.02.13-.13zM4.86 19.14l.13-.13zM12 2.08V2zM12 22v-.08zM2.08 12H2zM22 12h-.08zM4.99 4.99l-.13-.13z"
|
26
26
|
}, null, -1)
|
27
27
|
])))
|
28
28
|
}
|
29
|
-
const
|
29
|
+
const IconSun = { render: render };
|
30
30
|
|
31
|
-
export {
|
31
|
+
export { IconSun as default, render };
|
@@ -8,9 +8,11 @@ declare function __VLS_template(): {
|
|
8
8
|
slots: Readonly<{
|
9
9
|
top?: () => VNode[];
|
10
10
|
bottom?: () => VNode[];
|
11
|
+
footer?: () => VNode[];
|
11
12
|
}> & {
|
12
13
|
top?: () => VNode[];
|
13
14
|
bottom?: () => VNode[];
|
15
|
+
footer?: () => VNode[];
|
14
16
|
};
|
15
17
|
refs: {};
|
16
18
|
rootEl: HTMLDivElement;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WActionsBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ActionsBar/WActionsBar.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WActionsBar.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ActionsBar/WActionsBar.vue"],"names":[],"mappings":"AAsEA;AA2HA,OAAO,EAAC,KAAK,SAAS,EAAE,KAAK,KAAK,EAA6C,MAAM,KAAK,CAAA;AAS1F,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,SAAS,CAAA;IAClB,MAAM,CAAC,EAAE,SAAS,CAAA;CACnB,CAAC;AAwCF,iBAAS,cAAc;WAgHT,OAAO,IAA6B;;cAvH1C,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;cAFhB,MAAM,KAAK,EAAE;iBACV,MAAM,KAAK,EAAE;iBACb,MAAM,KAAK,EAAE;;;;EA0HvB;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,6SAOnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
@@ -1,14 +1,31 @@
|
|
1
|
-
import { defineComponent, ref, computed, onUnmounted, watch, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, resolveDynamicComponent, createVNode, unref, renderSlot } from 'vue';
|
1
|
+
import { defineComponent, ref, computed, onUnmounted, watch, createElementBlock, openBlock, normalizeClass, createElementVNode, createBlock, createCommentVNode, resolveDynamicComponent, createVNode, unref, renderSlot, markRaw } from 'vue';
|
2
2
|
import _sfc_main$1 from '../Button/WButtonAction.vue.js';
|
3
3
|
import IconBack from '../../assets/icons/default/IconBack.svg.js';
|
4
4
|
import IconFilter from '../../assets/icons/sax/IconFilter.svg.js';
|
5
|
+
import '../Button/WButton.vue.js';
|
6
|
+
import '../../utils/mobile.js';
|
7
|
+
import '../Button/WButtonDropdown.vue.js';
|
8
|
+
import { SemanticType } from '../../utils/SemanticType.js';
|
9
|
+
import 'vue-router';
|
10
|
+
import '../../utils/supportsPassive.js';
|
11
|
+
import '../Dropdown/utils/DropdownStyle.js';
|
12
|
+
import '../../utils/Modal.js';
|
13
|
+
import '../Input/WInputSuggest.vue.js';
|
14
|
+
import '../HeaderBar/use/useHeader.js';
|
15
|
+
import '../InfoCard/models/utils.js';
|
16
|
+
import '../Input/WInputDate.vue.js';
|
17
|
+
import '../Link/WLink.vue.js';
|
18
|
+
import '@tanstack/vue-query';
|
19
|
+
import '../List/use/useListConfig.js';
|
20
|
+
import '../Modal/use/useIsBackdrop.js';
|
21
|
+
import '../Page/use/usePageBreadcrumbs.js';
|
5
22
|
|
6
23
|
const _hoisted_1 = { class: "no-scrollbar relative col-start-1 row-span-2 grid grid-cols-[--actions-bar-filter-width] justify-self-end overflow-y-auto overflow-x-hidden overscroll-contain" };
|
7
24
|
const _hoisted_2 = { class: "relative row-span-2 grid h-full grid-cols-1 grid-rows-subgrid overflow-x-hidden overscroll-contain" };
|
8
|
-
const _hoisted_3 = { class: "row-start-2" };
|
25
|
+
const _hoisted_3 = { class: "row-start-2 grid grid-rows-[1fr,auto]" };
|
9
26
|
const _hoisted_4 = {
|
10
27
|
key: 0,
|
11
|
-
class: "mx-1 my-2 h-0.5 rounded bg-gray-
|
28
|
+
class: "mx-1 my-2 h-0.5 rounded bg-gray-200 md:my-4 dark:bg-gray-700"
|
12
29
|
};
|
13
30
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
14
31
|
__name: "WActionsBar",
|
@@ -61,19 +78,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
61
78
|
}, null, 8, ["class"])
|
62
79
|
])) : createCommentVNode("", true),
|
63
80
|
createElementVNode("div", _hoisted_3, [
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
81
|
+
createElementVNode("div", null, [
|
82
|
+
renderSlot(_ctx.$slots, "top"),
|
83
|
+
_ctx.$slots.top && (hasFilter.value || _ctx.bottom || _ctx.$slots.bottom) ? (openBlock(), createElementBlock("div", _hoisted_4)) : createCommentVNode("", true),
|
84
|
+
hasFilter.value ? (openBlock(), createBlock(_sfc_main$1, {
|
85
|
+
key: 1,
|
86
|
+
title: "Filters",
|
87
|
+
icon: markRaw(unref(IconFilter)),
|
88
|
+
active: isOpen.value,
|
89
|
+
count: filterCount.value,
|
90
|
+
"semantic-type": unref(SemanticType).PRIMARY,
|
91
|
+
onClick: toggle
|
92
|
+
}, null, 8, ["icon", "active", "count", "semantic-type"])) : createCommentVNode("", true),
|
93
|
+
renderSlot(_ctx.$slots, "bottom", {}, () => [
|
94
|
+
_ctx.bottom ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.bottom), { key: 0 })) : createCommentVNode("", true)
|
95
|
+
])
|
96
|
+
]),
|
97
|
+
renderSlot(_ctx.$slots, "footer")
|
77
98
|
])
|
78
99
|
])
|
79
100
|
], 2);
|
@@ -76,7 +76,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
76
76
|
createElementVNode("div", {
|
77
77
|
class: normalizeClass(["h-1 w-12 rounded-sm", {
|
78
78
|
"bg-gray-300": !swipeStarted.value,
|
79
|
-
"bg-primary
|
79
|
+
"bg-primary dark:bg-primary-dark": swipeStarted.value
|
80
80
|
}])
|
81
81
|
}, null, 2)
|
82
82
|
]),
|
@@ -20,7 +20,6 @@ declare const __VLS_component: import('vue').DefineComponent<ButtonProps, {}, {}
|
|
20
20
|
semanticType: SemanticType;
|
21
21
|
target: "_self" | "_blank" | "_parent" | "_top";
|
22
22
|
href: string;
|
23
|
-
semanticTypeMap: Partial<Record<SemanticType, string>>;
|
24
23
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
25
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
26
25
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WButton.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButton.vue"],"names":[],"mappings":"AA+DA;AA0GA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,SAAS,CAAA;AASxC,OAAO,EAAC,YAAY,EAAyD,MAAM,sBAAsB,CAAA;AA2CzG,iBAAS,cAAc;WA4IT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;eAvNrB,YAvGgB;;;;;6EAsUd,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,9 +1,9 @@
|
|
1
1
|
import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withKeys, withModifiers, withCtx, createElementVNode, createVNode, createCommentVNode, normalizeClass, renderSlot, Transition } from 'vue';
|
2
2
|
import { RouterLink } from 'vue-router';
|
3
|
+
import _sfc_main$2 from '../Shine/WShine.vue.js';
|
3
4
|
import WSpinner from '../Spinner/WSpinner.vue.js';
|
4
5
|
import _sfc_main$1 from '../Tooltip/WTooltip.vue.js';
|
5
|
-
import { SemanticType } from '../../utils/SemanticType.js';
|
6
|
-
import { semanticTypeButtonBorderStylesMap, semanticTypeButtonStylesMap } from './models/semanticTypeStylesMap.js';
|
6
|
+
import { SemanticType, useSemanticTypeBorderMap, useSemanticTypeBackgroundMap } from '../../utils/SemanticType.js';
|
7
7
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
9
9
|
...{ inheritAttrs: false },
|
@@ -18,7 +18,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
18
18
|
href: { default: void 0 },
|
19
19
|
target: { default: void 0 },
|
20
20
|
join: { type: Boolean },
|
21
|
-
semanticTypeMap: { default: void 0 },
|
22
21
|
tooltipText: {},
|
23
22
|
download: {},
|
24
23
|
to: { default: void 0 }
|
@@ -26,6 +25,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
26
25
|
emits: ["click"],
|
27
26
|
setup(__props, { emit: __emit }) {
|
28
27
|
const props = __props;
|
28
|
+
const semanticTypeBackgroundMap = useSemanticTypeBackgroundMap();
|
29
|
+
const semanticTypeBorderMap = useSemanticTypeBorderMap();
|
29
30
|
const emit = __emit;
|
30
31
|
const click = (event) => {
|
31
32
|
if (props.disabled || props.loading) return;
|
@@ -37,9 +38,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
37
38
|
style: _ctx.$attrs.style,
|
38
39
|
..._ctx.disabled ? {} : _ctx.tag === "a" ? { href: _ctx.href, target: _ctx.target } : _ctx.to !== void 0 ? { to: _ctx.to, replace: _ctx.replace } : {}
|
39
40
|
}, {
|
40
|
-
class: ["w-ripple-rounded-[calc(var(--w-button-rounded,1rem)-
|
41
|
-
[
|
42
|
-
[
|
41
|
+
class: ["w-ripple-rounded-[calc(var(--w-button-rounded,1rem)-1px)] relative isolate flex min-h-[--w-button-height,2.75rem] select-none items-center justify-center whitespace-nowrap rounded-[--w-button-rounded,1rem] px-[--w-button-rounded,1rem] font-medium outline-none", {
|
42
|
+
[unref(semanticTypeBackgroundMap)[_ctx.semanticType]]: true,
|
43
|
+
[unref(semanticTypeBorderMap)[_ctx.semanticType]]: true,
|
43
44
|
"w-ripple w-ripple-hover before:text-black-default w-ripple-opacity-20 dark:w-ripple-opacity-30 cursor-pointer": !_ctx.loading && !_ctx.disabled,
|
44
45
|
"cursor-progress": _ctx.loading,
|
45
46
|
"cursor-not-allowed opacity-70": _ctx.disabled,
|
@@ -76,7 +77,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
76
77
|
_ctx.tooltipText ? (openBlock(), createBlock(_sfc_main$1, {
|
77
78
|
key: 0,
|
78
79
|
text: _ctx.tooltipText
|
79
|
-
}, null, 8, ["text"])) : createCommentVNode("", true)
|
80
|
+
}, null, 8, ["text"])) : createCommentVNode("", true),
|
81
|
+
!_ctx.disabled && !_ctx.loading ? (openBlock(), createBlock(_sfc_main$2, { key: 1 })) : createCommentVNode("", true)
|
80
82
|
]),
|
81
83
|
_: 3
|
82
84
|
}, 16, ["class", "disabled", "download", "type", "onKeypress"]);
|
@@ -7,7 +7,6 @@ interface Props extends Partial<LinkProps> {
|
|
7
7
|
tag?: 'button' | 'a';
|
8
8
|
count?: number;
|
9
9
|
semanticType?: SemanticType;
|
10
|
-
outline?: boolean;
|
11
10
|
disabled?: boolean;
|
12
11
|
skeleton?: boolean;
|
13
12
|
tooltipText?: string;
|
@@ -31,6 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {},
|
|
31
30
|
icon: SVGComponent;
|
32
31
|
tag: "button" | "a";
|
33
32
|
semanticType: SemanticType;
|
33
|
+
tooltipText: string;
|
34
34
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
35
35
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
36
36
|
export default _default;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WButtonAction.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonAction.vue"],"names":[],"mappings":"AAwDA;AAAA,OAwGO,KAAK,EAAC,SAAS,EAAC,MAAM,eAAe,CAAA;AAU5C,OAAO,EAAC,YAAY,EAA+B,MAAM,sBAAsB,CAAA;AAE/E,UAAU,KAAM,SAAQ,OAAO,CAAC,SAAS,CAAC;IACxC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,OAAO,CAAA;IAChB,GAAG,CAAC,EAAE,QAAQ,GAAG,GAAG,CAAA;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,YAAY,CAAC,EAAE,YAAY,CAAA;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAmCD,iBAAS,cAAc;WAiIT,OAAO,IAA6B;;sBAVvB,GAAG;;;;EAe7B;AAkBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;WAjMX,MAAM;eAvHE,YAAY;UAmHrB,YAAY;SAGb,QAAQ,GAAG,GAAG;kBAEL,YAAY;iBAGb,MAAM;6EAsMpB,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,11 +1,12 @@
|
|
1
|
-
import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx,
|
1
|
+
import { defineComponent, createBlock, openBlock, resolveDynamicComponent, unref, mergeProps, withCtx, createElementBlock, createCommentVNode, normalizeClass, withDirectives, renderSlot, vShow } from 'vue';
|
2
2
|
import { RouterLink } from 'vue-router';
|
3
3
|
import _sfc_main$1 from '../Counter/WCounter.vue.js';
|
4
|
+
import _sfc_main$2 from '../Shine/WShine.vue.js';
|
4
5
|
import WSkeleton from '../Skeleton/WSkeleton.vue.js';
|
5
|
-
import
|
6
|
-
import
|
6
|
+
import _sfc_main$3 from '../Tooltip/WTooltip.vue.js';
|
7
|
+
import { useIsBackdrop } from '../Modal/use/useIsBackdrop.js';
|
8
|
+
import { SemanticType, useSemanticTypeBackgroundMap } from '../../utils/SemanticType.js';
|
7
9
|
|
8
|
-
const _hoisted_1 = { class: "whitespace-nowrap text-center text-xs font-normal" };
|
9
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
10
11
|
__name: "WButtonAction",
|
11
12
|
props: {
|
@@ -15,71 +16,57 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
15
16
|
tag: { default: "button" },
|
16
17
|
count: { default: void 0 },
|
17
18
|
semanticType: { default: SemanticType.SECONDARY },
|
18
|
-
outline: { type: Boolean },
|
19
19
|
disabled: { type: Boolean },
|
20
20
|
skeleton: { type: Boolean },
|
21
|
-
tooltipText: {},
|
21
|
+
tooltipText: { default: void 0 },
|
22
22
|
to: { default: void 0 }
|
23
23
|
},
|
24
24
|
emits: ["click"],
|
25
25
|
setup(__props) {
|
26
|
-
const
|
27
|
-
|
28
|
-
[SemanticType.PRIMARY]: "text-default bg-primary-default dark:bg-primary-dark",
|
29
|
-
[SemanticType.POSITIVE]: "text-default dark:text-default-dark bg-positive dark:bg-positive-dark",
|
30
|
-
[SemanticType.WARNING]: "text-default dark:text-default-dark bg-warning dark:bg-warning-dark",
|
31
|
-
[SemanticType.NEGARIVE]: "text-default dark:text-default-dark bg-negative dark:bg-negative-dark",
|
32
|
-
[SemanticType.INFO]: "text-default dark:text-default-dark bg-info dark:bg-info-dark"
|
33
|
-
};
|
34
|
-
const semanticTypeOutlineStylesMap = {
|
35
|
-
[SemanticType.SECONDARY]: "text-description bg-default dark:bg-default-dark [not:(:disabled)]:hover:text-primary-default [not:(:disabled)]:dark:hover:text-primary-dark",
|
36
|
-
[SemanticType.PRIMARY]: "text-primary-default text-primary-dark",
|
37
|
-
[SemanticType.POSITIVE]: "text-positive dark:text-positive-dark",
|
38
|
-
[SemanticType.WARNING]: "text-warning dark:text-warning-dark",
|
39
|
-
[SemanticType.NEGARIVE]: "text-negative dark:text-negative-dark",
|
40
|
-
[SemanticType.INFO]: "text-info dark:text-info-dark"
|
41
|
-
};
|
26
|
+
const semanticTypeBackgroundMap = useSemanticTypeBackgroundMap();
|
27
|
+
const isBackdrop = useIsBackdrop();
|
42
28
|
return (_ctx, _cache) => {
|
43
29
|
return openBlock(), createBlock(resolveDynamicComponent(_ctx.to !== void 0 ? _ctx.disabled || _ctx.skeleton ? "a" : unref(RouterLink) : _ctx.tag), mergeProps(_ctx.to !== void 0 && !_ctx.disabled && !_ctx.skeleton ? { to: _ctx.to } : void 0, {
|
44
|
-
class: ["
|
45
|
-
"text-primary-default dark:text-primary-dark": _ctx.active && _ctx.semanticType === unref(SemanticType).SECONDARY,
|
46
|
-
[_ctx.skeleton || _ctx.disabled ? semanticTypeStylesMap[unref(SemanticType).SECONDARY] : _ctx.outline ? semanticTypeOutlineStylesMap[_ctx.semanticType] : semanticTypeStylesMap[_ctx.semanticType]]: true,
|
30
|
+
class: ["w-ripple-trigger group block h-[3.25rem] w-full px-1 py-0.5", {
|
47
31
|
"cursor-not-allowed opacity-50": _ctx.disabled,
|
48
|
-
"w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled && !_ctx.skeleton,
|
49
32
|
"cursor-progress": _ctx.skeleton
|
50
33
|
}],
|
51
34
|
disabled: _ctx.disabled || _ctx.skeleton,
|
52
35
|
onClick: _cache[0] || (_cache[0] = ($event) => !_ctx.disabled && !_ctx.skeleton && _ctx.$emit("click", $event))
|
53
36
|
}), {
|
54
37
|
default: withCtx(() => [
|
55
|
-
_ctx.count !== void 0 ? withDirectives((openBlock(), createBlock(_sfc_main$1, {
|
56
|
-
key: 0,
|
57
|
-
class: "absolute left-[calc(50%-20px)] top-0 text-xs",
|
58
|
-
count: _ctx.count,
|
59
|
-
trigger: 1
|
60
|
-
}, null, 8, ["count"])), [
|
61
|
-
[vShow, _ctx.count > 0]
|
62
|
-
]) : createCommentVNode("", true),
|
63
38
|
_ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
|
39
|
+
key: 0,
|
40
|
+
class: "w-skeleton-w-full w-skeleton-h-auto w-skeleton-rounded-full aspect-square"
|
41
|
+
})) : (openBlock(), createElementBlock("div", {
|
64
42
|
key: 1,
|
65
|
-
class: "
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
createElementVNode("div", _hoisted_1, [
|
73
|
-
_ctx.skeleton ? (openBlock(), createBlock(WSkeleton, {
|
43
|
+
class: normalizeClass(["relative grid aspect-square w-full select-none items-center justify-center gap-1 rounded-full bg-[200%_auto] [background-position:right]", {
|
44
|
+
"w-ripple w-ripple-hover cursor-pointer": !_ctx.disabled && !_ctx.skeleton,
|
45
|
+
"text-primary dark:text-primary-dark": _ctx.active && _ctx.semanticType === unref(SemanticType).SECONDARY,
|
46
|
+
[unref(semanticTypeBackgroundMap)[_ctx.semanticType]]: true
|
47
|
+
}])
|
48
|
+
}, [
|
49
|
+
_ctx.count !== void 0 ? withDirectives((openBlock(), createBlock(_sfc_main$1, {
|
74
50
|
key: 0,
|
75
|
-
class: "
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
51
|
+
class: "absolute left-0 top-0 text-xs",
|
52
|
+
count: _ctx.count,
|
53
|
+
trigger: 1
|
54
|
+
}, null, 8, ["count"])), [
|
55
|
+
[vShow, _ctx.count > 0]
|
56
|
+
]) : createCommentVNode("", true),
|
57
|
+
renderSlot(_ctx.$slots, "icon", {}, () => [
|
58
|
+
_ctx.icon ? (openBlock(), createBlock(resolveDynamicComponent(_ctx.icon), {
|
59
|
+
key: 0,
|
60
|
+
class: normalizeClass(["square-6 w-svg-stroke-width-sm transition-transform", {
|
61
|
+
"group-hover:scale-120": !_ctx.disabled
|
62
|
+
}])
|
63
|
+
}, null, 8, ["class"])) : createCommentVNode("", true)
|
64
|
+
]),
|
65
|
+
!_ctx.disabled && !unref(isBackdrop) ? (openBlock(), createBlock(_sfc_main$2, { key: 1 })) : createCommentVNode("", true)
|
66
|
+
], 2)),
|
67
|
+
_ctx.tooltipText || _ctx.title ? (openBlock(), createBlock(_sfc_main$3, {
|
68
|
+
key: 2,
|
69
|
+
text: _ctx.tooltipText ?? _ctx.title,
|
83
70
|
left: ""
|
84
71
|
}, null, 8, ["text"])) : createCommentVNode("", true)
|
85
72
|
]),
|
@@ -17,7 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
17
|
}, [
|
18
18
|
(openBlock(), createBlock(resolveDynamicComponent(unref(iconCopy)), {
|
19
19
|
class: normalizeClass(["-mt-px", {
|
20
|
-
"text-primary
|
20
|
+
"text-primary dark:text-primary-dark": unref(copied)
|
21
21
|
}])
|
22
22
|
}, null, 8, ["class"])),
|
23
23
|
createVNode(_sfc_main$1, {
|
@@ -17,6 +17,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
17
|
teleport: { type: Boolean },
|
18
18
|
noZIndex: { type: Boolean },
|
19
19
|
zIndex: {},
|
20
|
+
parentElement: {},
|
20
21
|
horizontalAlign: { default: HorizontalAlign.LEFT_INNER },
|
21
22
|
maxHeight: { default: 200 },
|
22
23
|
maxWidth: { default: 320 }
|
@@ -1,19 +1,26 @@
|
|
1
|
+
import { DropdownProps } from '../Dropdown/types';
|
1
2
|
type __VLS_Props = {
|
2
3
|
icon?: SVGComponent;
|
3
4
|
disabled?: boolean;
|
5
|
+
anchor?: DropdownProps['parentElement'];
|
4
6
|
};
|
5
7
|
declare function __VLS_template(): {
|
6
8
|
attrs: Partial<{}>;
|
7
9
|
slots: {
|
8
|
-
default?(_: {
|
9
|
-
close: () => void;
|
10
|
-
}): any;
|
10
|
+
default?(_: {}): any;
|
11
11
|
};
|
12
12
|
refs: {};
|
13
13
|
rootEl: HTMLButtonElement;
|
14
14
|
};
|
15
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
|
17
|
+
open: () => void;
|
18
|
+
isOpen: Readonly<import('vue').Ref<boolean, boolean>>;
|
19
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
20
|
+
close: () => any;
|
21
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
|
22
|
+
onClose?: (() => any) | undefined;
|
23
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
17
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
18
25
|
export default _default;
|
19
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"
|
1
|
+
{"version":3,"file":"WButtonMore.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Button/WButtonMore.vue"],"names":[],"mappings":"AA2DA;AA4GA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,mBAAmB,CAAA;AAWpD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,MAAM,CAAC,EAAE,aAAa,CAAC,eAAe,CAAC,CAAA;CACxC,CAAC;AAuCF,iBAAS,cAAc;WAoHT,OAAO,IAA6B;;yBAXpB,GAAG;;;;EAgBhC;AAgBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;gGASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAQpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|