@well-insight/ui 0.1.10 → 0.1.12
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/CHANGELOG.md +56 -0
- package/dist/{Button-B6-YxpOQ.js → Button-tnrMSwNg.js} +3 -7
- package/dist/{Checkbox-BvlOYFGs.js → Checkbox-CoovLjt_.js} +1 -1
- package/dist/{Icon-B6gOD07E.js → Icon-DHGs8l-M.js} +27 -1
- package/dist/Pagination-UvgyUKB1.js +155 -0
- package/dist/{ProgressSpinner-YThgaSzb.js → ProgressSpinner-BTijCc7l.js} +1 -1
- package/dist/_plugin-vue_export-helper-B3ysoDQm.js +8 -0
- package/dist/accordion/style.css +4 -5
- package/dist/auto-complete/index.js +106 -99
- package/dist/auto-complete/style.css +4 -5
- package/dist/avatar/index.js +1 -1
- package/dist/avatar/style.css +4 -5
- package/dist/badge/style.css +4 -5
- package/dist/block-ui/style.css +4 -5
- package/dist/breadcrumb/index.js +1 -1
- package/dist/breadcrumb/style.css +4 -5
- package/dist/button/index.js +1 -1
- package/dist/button/style.css +4 -5
- package/dist/card/style.css +4 -5
- package/dist/carousel/index.js +61 -54
- package/dist/carousel/style.css +43 -5
- package/dist/carousel/style.js +1 -0
- package/dist/cascade-select/index.js +143 -76
- package/dist/cascade-select/style.css +76 -10
- package/dist/cascade-select/style.js +1 -0
- package/dist/checkbox/index.js +1 -1
- package/dist/checkbox/style.css +4 -5
- package/dist/chip/index.js +32 -29
- package/dist/chip/style.css +4 -5
- package/dist/command-menu/index.js +2 -2
- package/dist/command-menu/style.css +4 -5
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts +2 -0
- package/dist/components/AutoComplete/AutoComplete.vue.d.ts.map +1 -1
- package/dist/components/AutoComplete/types.d.ts +1 -0
- package/dist/components/AutoComplete/types.d.ts.map +1 -1
- package/dist/components/Button/Button.vue.d.ts +0 -1
- package/dist/components/Button/Button.vue.d.ts.map +1 -1
- package/dist/components/Button/types.d.ts +0 -2
- package/dist/components/Button/types.d.ts.map +1 -1
- package/dist/components/Carousel/Carousel.vue.d.ts +2 -2
- package/dist/components/Carousel/Carousel.vue.d.ts.map +1 -1
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts +6 -0
- package/dist/components/CascadeSelect/CascadeSelect.vue.d.ts.map +1 -1
- package/dist/components/CascadeSelect/styles.css +33 -5
- package/dist/components/CascadeSelect/types.d.ts +11 -0
- package/dist/components/CascadeSelect/types.d.ts.map +1 -1
- package/dist/components/Chip/Chip.vue.d.ts.map +1 -1
- package/dist/components/ConfigProvider/ConfigProvider.vue.d.ts.map +1 -1
- package/dist/components/ConfirmPopup/ConfirmPopup.vue.d.ts.map +1 -1
- package/dist/components/ContextMenu/ContextMenuNodes.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.vue.d.ts +2 -0
- package/dist/components/DatePicker/DatePicker.vue.d.ts.map +1 -1
- package/dist/components/DatePicker/styles.css +33 -8
- package/dist/components/DatePicker/types.d.ts +1 -0
- package/dist/components/DatePicker/types.d.ts.map +1 -1
- package/dist/components/Dialog/Dialog.vue.d.ts +3 -3
- package/dist/components/Dialog/Dialog.vue.d.ts.map +1 -1
- package/dist/components/Divider/types.d.ts +0 -5
- package/dist/components/Divider/types.d.ts.map +1 -1
- package/dist/components/Drawer/Drawer.vue.d.ts +2 -2
- package/dist/components/Drawer/Drawer.vue.d.ts.map +1 -1
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts +2 -2
- package/dist/components/Dropdown/DropdownNodes.vue.d.ts.map +1 -1
- package/dist/components/Fieldset/Fieldset.vue.d.ts +4 -4
- package/dist/components/Fieldset/Fieldset.vue.d.ts.map +1 -1
- package/dist/components/FileUpload/styles.css +2 -2
- package/dist/components/FloatLabel/FloatLabel.vue.d.ts.map +1 -1
- package/dist/components/Gallery/Gallery.vue.d.ts.map +1 -1
- package/dist/components/Icon/icons.d.ts +32 -0
- package/dist/components/Icon/icons.d.ts.map +1 -1
- package/dist/components/Input/Input.vue.d.ts +0 -1
- package/dist/components/Input/Input.vue.d.ts.map +1 -1
- package/dist/components/Input/styles.css +3 -5
- package/dist/components/Input/types.d.ts +1 -3
- package/dist/components/Input/types.d.ts.map +1 -1
- package/dist/components/InputNumber/InputNumber.vue.d.ts.map +1 -1
- package/dist/components/InputOtp/InputOtp.vue.d.ts.map +1 -1
- package/dist/components/InputPassword/InputPassword.vue.d.ts +4 -4
- package/dist/components/InputPassword/InputPassword.vue.d.ts.map +1 -1
- package/dist/components/InputTags/InputTags.vue.d.ts.map +1 -1
- package/dist/components/Layout/Layout.vue.d.ts +1 -4
- package/dist/components/Layout/Layout.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutContent.vue.d.ts +1 -4
- package/dist/components/Layout/LayoutContent.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutFooter.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutHeader.vue.d.ts.map +1 -1
- package/dist/components/Layout/LayoutSider.vue.d.ts +1 -4
- package/dist/components/Layout/LayoutSider.vue.d.ts.map +1 -1
- package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts +9 -0
- package/dist/components/Layout/composables/useLayoutRegionStyle.d.ts.map +1 -0
- package/dist/components/Layout/composables/useLayoutScroll.d.ts +6 -0
- package/dist/components/Layout/composables/useLayoutScroll.d.ts.map +1 -0
- package/dist/components/Layout/composables/useLayoutSiderCollapse.d.ts +16 -0
- package/dist/components/Layout/composables/useLayoutSiderCollapse.d.ts.map +1 -0
- package/dist/components/Layout/styles.css +21 -49
- package/dist/components/Layout/types.d.ts +0 -22
- package/dist/components/Layout/types.d.ts.map +1 -1
- package/dist/components/Layout/utils.d.ts +3 -0
- package/dist/components/Layout/utils.d.ts.map +1 -0
- package/dist/components/MegaMenu/MegaMenu.vue.d.ts.map +1 -1
- package/dist/components/Menu/MenuNodes.vue.d.ts.map +1 -1
- package/dist/components/Menubar/Menubar.vue.d.ts.map +1 -1
- package/dist/components/Pagination/Pagination.vue.d.ts.map +1 -1
- package/dist/components/Panel/Panel.vue.d.ts +3 -3
- package/dist/components/Panel/Panel.vue.d.ts.map +1 -1
- package/dist/components/Popover/Popover.vue.d.ts.map +1 -1
- package/dist/components/Popover/styles.css +41 -0
- package/dist/components/Rating/Rating.vue.d.ts.map +1 -1
- package/dist/components/Rating/styles.css +28 -23
- package/dist/components/ScrollTop/ScrollTop.vue.d.ts.map +1 -1
- package/dist/components/Select/Select.vue.d.ts +1 -1
- package/dist/components/Select/Select.vue.d.ts.map +1 -1
- package/dist/components/Select/styles.css +8 -108
- package/dist/components/Select/types.d.ts +3 -3
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/components/Slider/Slider.vue.d.ts.map +1 -1
- package/dist/components/Slider/types.d.ts +2 -0
- package/dist/components/Slider/types.d.ts.map +1 -1
- package/dist/components/SpeedDial/SpeedDial.vue.d.ts.map +1 -1
- package/dist/components/SplitButton/SplitButton.vue.d.ts.map +1 -1
- package/dist/components/Table/Table.vue.d.ts +9 -9
- package/dist/components/Table/Table.vue.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.vue.d.ts +3 -3
- package/dist/components/Tabs/Tabs.vue.d.ts.map +1 -1
- package/dist/components/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Terminal/styles.css +8 -8
- package/dist/components/Textarea/Textarea.vue.d.ts +0 -2
- package/dist/components/Textarea/Textarea.vue.d.ts.map +1 -1
- package/dist/components/Textarea/styles.css +1 -2
- package/dist/components/Textarea/types.d.ts +1 -5
- package/dist/components/Textarea/types.d.ts.map +1 -1
- package/dist/components/TieredMenu/TieredMenu.vue.d.ts.map +1 -1
- package/dist/components/Toast/Toast.vue.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelect.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/TreeSelectNodeItem.vue.d.ts.map +1 -1
- package/dist/components/TreeSelect/styles.css +21 -12
- package/dist/components/TreeTable/TreeTableRow.vue.d.ts.map +1 -1
- package/dist/{config-DWwce9jA.js → config-CTLkobga.js} +1 -0
- package/dist/config-provider/index.js +27 -26
- package/dist/config-provider/style.css +7 -10
- package/dist/confirm-dialog/index.js +4 -4
- package/dist/confirm-dialog/style.css +4 -5
- package/dist/confirm-popup/index.js +62 -77
- package/dist/confirm-popup/style.css +4 -5
- package/dist/context-menu/index.js +69 -61
- package/dist/context-menu/style.css +4 -5
- package/dist/data-view/index.js +1 -1
- package/dist/data-view/style.css +4 -5
- package/dist/date-picker/index.js +144 -137
- package/dist/date-picker/style.css +76 -13
- package/dist/date-picker/style.js +1 -0
- package/dist/dialog/index.js +76 -70
- package/dist/dialog/style.css +4 -5
- package/dist/divider/index.js +1 -2
- package/dist/divider/style.css +4 -5
- package/dist/dock/style.css +4 -5
- package/dist/drawer/index.js +49 -45
- package/dist/drawer/style.css +43 -5
- package/dist/drawer/style.js +1 -0
- package/dist/dropdown/index.js +98 -97
- package/dist/dropdown/style.css +4 -5
- package/dist/fieldset/index.js +16 -12
- package/dist/fieldset/style.css +43 -5
- package/dist/fieldset/style.js +1 -0
- package/dist/file-upload/index.js +2 -2
- package/dist/file-upload/style.css +6 -7
- package/dist/flex/index.js +1 -1
- package/dist/flex/style.css +4 -5
- package/dist/float-label/index.js +15 -4
- package/dist/float-label/style.css +4 -5
- package/dist/fluid/style.css +4 -5
- package/dist/form/index.js +1 -1
- package/dist/form/style.css +4 -5
- package/dist/gallery/index.js +41 -34
- package/dist/gallery/style.css +43 -5
- package/dist/gallery/style.js +1 -0
- package/dist/grid/style.css +4 -5
- package/dist/icon/index.js +1 -1
- package/dist/icon/style.css +4 -5
- package/dist/icon-Cg5TeFqe.js +7 -0
- package/dist/icon-field/style.css +4 -5
- package/dist/index.js +2790 -2650
- package/dist/inplace/style.css +4 -5
- package/dist/input/index.js +65 -66
- package/dist/input/style.css +46 -10
- package/dist/input/style.js +1 -0
- package/dist/input-color/index.js +1 -1
- package/dist/input-color/style.css +4 -5
- package/dist/input-group/style.css +4 -5
- package/dist/input-number/index.js +82 -66
- package/dist/input-number/style.css +43 -5
- package/dist/input-number/style.js +1 -0
- package/dist/input-otp/index.js +3 -3
- package/dist/input-otp/style.css +4 -5
- package/dist/input-password/index.js +46 -43
- package/dist/input-password/style.css +4 -5
- package/dist/input-tags/index.js +50 -46
- package/dist/input-tags/style.css +43 -5
- package/dist/input-tags/style.js +1 -0
- package/dist/key-CaQYVkjh.js +6 -0
- package/dist/knob/style.css +4 -5
- package/dist/label/style.css +4 -5
- package/dist/layout/index.js +196 -271
- package/dist/layout/style.css +50 -140
- package/dist/layout/style.js +1 -1
- package/dist/listbox/index.js +1 -1
- package/dist/listbox/style.css +4 -5
- package/dist/locale/en-US.d.ts.map +1 -1
- package/dist/locale/types.d.ts +1 -0
- package/dist/locale/types.d.ts.map +1 -1
- package/dist/locale/zh-CN.d.ts.map +1 -1
- package/dist/{locale-CYkJyRd1.js → locale-DxAvgqgB.js} +1 -1
- package/dist/mega-menu/index.js +47 -49
- package/dist/mega-menu/style.css +4 -5
- package/dist/menu/index.js +81 -76
- package/dist/menu/style.css +4 -5
- package/dist/menubar/index.js +75 -73
- package/dist/menubar/style.css +4 -5
- package/dist/message/index.js +3 -3
- package/dist/message/style.css +4 -5
- package/dist/meter-group/style.css +4 -5
- package/dist/order-list/index.js +2 -2
- package/dist/order-list/style.css +4 -5
- package/dist/overlayPlacement-CN1tuC95.js +51 -0
- package/dist/pagination/index.js +1 -1
- package/dist/pagination/style.css +43 -5
- package/dist/pagination/style.js +1 -0
- package/dist/panel/index.js +27 -23
- package/dist/panel/style.css +43 -5
- package/dist/panel/style.js +1 -0
- package/dist/pick-list/index.js +2 -2
- package/dist/pick-list/style.css +4 -5
- package/dist/popover/index.js +79 -100
- package/dist/popover/style.css +45 -5
- package/dist/progress-bar/style.css +4 -5
- package/dist/progress-spinner/index.js +1 -1
- package/dist/progress-spinner/style.css +4 -5
- package/dist/radio/index.js +1 -1
- package/dist/radio/style.css +4 -5
- package/dist/rating/index.js +54 -44
- package/dist/rating/style.css +71 -28
- package/dist/rating/style.js +1 -0
- package/dist/scroll-top/index.js +45 -41
- package/dist/scroll-top/style.css +43 -5
- package/dist/scroll-top/style.js +1 -0
- package/dist/scrollbar/index.js +382 -2
- package/dist/scrollbar/style.css +4 -5
- package/dist/select/index.js +149 -141
- package/dist/select/style.css +51 -113
- package/dist/select/style.js +1 -0
- package/dist/select-button/index.js +1 -1
- package/dist/select-button/style.css +4 -5
- package/dist/shared/componentDefaults.d.ts +5 -1
- package/dist/shared/componentDefaults.d.ts.map +1 -1
- package/dist/shared/menu/icon.d.ts +4 -0
- package/dist/shared/menu/icon.d.ts.map +1 -0
- package/dist/shared/menu/index.d.ts +4 -0
- package/dist/shared/menu/index.d.ts.map +1 -0
- package/dist/shared/menu/key.d.ts +4 -0
- package/dist/shared/menu/key.d.ts.map +1 -0
- package/dist/shared/menu/types.d.ts +11 -0
- package/dist/shared/menu/types.d.ts.map +1 -0
- package/dist/shared/overlayPlacement.d.ts +12 -0
- package/dist/shared/overlayPlacement.d.ts.map +1 -0
- package/dist/sidebar/index.js +1 -1
- package/dist/sidebar/style.css +4 -5
- package/dist/skeleton/style.css +4 -5
- package/dist/slider/index.js +6 -3
- package/dist/slider/style.css +4 -5
- package/dist/space/index.js +1 -1
- package/dist/space/style.css +4 -5
- package/dist/speed-dial/index.js +55 -66
- package/dist/speed-dial/style.css +43 -5
- package/dist/speed-dial/style.js +1 -0
- package/dist/split-button/index.js +66 -63
- package/dist/split-button/style.css +43 -5
- package/dist/split-button/style.js +1 -0
- package/dist/splitter/index.js +1 -1
- package/dist/splitter/style.css +4 -5
- package/dist/stepper/style.css +4 -5
- package/dist/styles/base.css +4 -5
- package/dist/styles.css +1 -1
- package/dist/switch/index.js +1 -1
- package/dist/switch/style.css +4 -5
- package/dist/table/index.js +41 -35
- package/dist/table/style.css +4 -5
- package/dist/tabs/index.js +78 -65
- package/dist/tabs/style.css +43 -5
- package/dist/tabs/style.js +1 -0
- package/dist/tag/index.js +31 -28
- package/dist/tag/style.css +4 -5
- package/dist/terminal/index.js +1 -1
- package/dist/terminal/style.css +12 -13
- package/dist/textarea/index.js +69 -75
- package/dist/textarea/style.css +44 -7
- package/dist/textarea/style.js +1 -0
- package/dist/tiered-menu/index.js +66 -59
- package/dist/tiered-menu/style.css +43 -5
- package/dist/tiered-menu/style.js +1 -0
- package/dist/timeline/index.js +1 -1
- package/dist/timeline/style.css +4 -5
- package/dist/toast/index.js +93 -89
- package/dist/toast/style.css +43 -5
- package/dist/toast/style.js +1 -0
- package/dist/toggle-button/index.js +1 -1
- package/dist/toggle-button/style.css +4 -5
- package/dist/toolbar/index.js +10 -13
- package/dist/toolbar/style.css +4 -5
- package/dist/tooltip/index.js +47 -71
- package/dist/tooltip/style.css +4 -5
- package/dist/tree/index.js +3 -3
- package/dist/tree/style.css +4 -5
- package/dist/tree-select/index.js +164 -155
- package/dist/tree-select/style.css +64 -17
- package/dist/tree-select/style.js +1 -0
- package/dist/tree-table/index.js +34 -30
- package/dist/tree-table/style.css +43 -5
- package/dist/tree-table/style.js +1 -0
- package/dist/virtual-scroller/style.css +4 -5
- package/package.json +4 -1
- package/dist/Pagination-BU-1IY0E.js +0 -148
- package/dist/Scrollbar-D-bR2noX.js +0 -382
package/dist/layout/index.js
CHANGED
|
@@ -1,8 +1,23 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { t } from "../
|
|
3
|
-
import { n } from "../locale-
|
|
1
|
+
import { t as e } from "../Icon-DHGs8l-M.js";
|
|
2
|
+
import { n as t } from "../responsive-BLgfEhDG.js";
|
|
3
|
+
import { n } from "../locale-DxAvgqgB.js";
|
|
4
4
|
import "./style.js";
|
|
5
|
-
import { computed as r,
|
|
5
|
+
import { computed as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createVNode as s, defineComponent as c, inject as l, normalizeClass as u, normalizeStyle as d, openBlock as f, provide as p, ref as m, renderSlot as h, toValue as g, unref as _, useTemplateRef as v, watch as y } from "vue";
|
|
6
|
+
//#region src/components/Layout/composables/useLayoutScroll.ts
|
|
7
|
+
function b(e, t) {
|
|
8
|
+
function n(t, n) {
|
|
9
|
+
let r = e.value;
|
|
10
|
+
r && (typeof t == "number" ? r.scrollTo(t, n ?? 0) : r.scrollTo(t));
|
|
11
|
+
}
|
|
12
|
+
function r(e) {
|
|
13
|
+
t("scroll", e);
|
|
14
|
+
}
|
|
15
|
+
return {
|
|
16
|
+
scrollTo: n,
|
|
17
|
+
onScroll: r
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
6
21
|
//#region src/components/Layout/context.ts
|
|
7
22
|
var x = Symbol("wiLayout"), S = /* @__PURE__ */ c({
|
|
8
23
|
name: "WiLayout",
|
|
@@ -20,102 +35,79 @@ var x = Symbol("wiLayout"), S = /* @__PURE__ */ c({
|
|
|
20
35
|
default: !1
|
|
21
36
|
},
|
|
22
37
|
siderPlacement: { default: "left" },
|
|
23
|
-
nativeScrollbar: {
|
|
24
|
-
type: Boolean,
|
|
25
|
-
default: !0
|
|
26
|
-
},
|
|
27
|
-
scrollbarProps: {},
|
|
28
38
|
contentClass: {},
|
|
29
39
|
contentStyle: {}
|
|
30
40
|
},
|
|
31
41
|
emits: ["scroll"],
|
|
32
|
-
setup(
|
|
33
|
-
let
|
|
34
|
-
|
|
42
|
+
setup(e, { expose: n, emit: i }) {
|
|
43
|
+
let s = e, c = i;
|
|
44
|
+
p(x, {
|
|
35
45
|
get hasSider() {
|
|
36
|
-
return
|
|
46
|
+
return s.hasSider;
|
|
37
47
|
},
|
|
38
48
|
get siderPlacement() {
|
|
39
|
-
return
|
|
49
|
+
return s.siderPlacement;
|
|
40
50
|
}
|
|
41
51
|
});
|
|
42
|
-
let
|
|
43
|
-
height:
|
|
44
|
-
width:
|
|
52
|
+
let l = v("scrollEl"), { scrollTo: m, onScroll: g } = b(l, c), y = r(() => ({
|
|
53
|
+
height: s.height == null ? "var(--wi-layout-height, 100%)" : t(s.height),
|
|
54
|
+
width: s.width == null ? "100%" : t(s.width)
|
|
45
55
|
})), S = r(() => [
|
|
46
56
|
"wi-layout",
|
|
47
|
-
`wi-layout--${
|
|
57
|
+
`wi-layout--${s.position}-positioned`,
|
|
48
58
|
{
|
|
49
|
-
"wi-layout--embedded":
|
|
50
|
-
"wi-layout--has-sider":
|
|
51
|
-
"wi-layout--sider-right":
|
|
52
|
-
"wi-layout--custom-scrollbar": !c.nativeScrollbar
|
|
59
|
+
"wi-layout--embedded": s.embedded,
|
|
60
|
+
"wi-layout--has-sider": s.hasSider,
|
|
61
|
+
"wi-layout--sider-right": s.hasSider && s.siderPlacement === "right"
|
|
53
62
|
}
|
|
54
63
|
]), C = r(() => {
|
|
55
|
-
if (!
|
|
64
|
+
if (!s.hasSider) return s.contentStyle;
|
|
56
65
|
let e = {
|
|
57
66
|
display: "flex",
|
|
58
67
|
flexWrap: "nowrap",
|
|
59
68
|
width: "100%",
|
|
60
|
-
flexDirection:
|
|
69
|
+
flexDirection: s.siderPlacement === "right" ? "row-reverse" : "row"
|
|
61
70
|
};
|
|
62
|
-
return [
|
|
71
|
+
return [s.contentStyle, e];
|
|
63
72
|
}), w = r(() => [
|
|
64
73
|
"wi-layout__scroll",
|
|
65
|
-
|
|
66
|
-
{ "wi-layout__scroll--has-sider":
|
|
67
|
-
])
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
return e == null || e === "" ? C.value : [C.value, e];
|
|
73
|
-
});
|
|
74
|
-
function D(e, t) {
|
|
75
|
-
if (c.nativeScrollbar) {
|
|
76
|
-
let n = h.value;
|
|
77
|
-
if (!n) return;
|
|
78
|
-
typeof e == "number" ? n.scrollTo(e, t ?? 0) : n.scrollTo(e);
|
|
79
|
-
return;
|
|
80
|
-
}
|
|
81
|
-
let n = _.value;
|
|
82
|
-
n && (typeof e == "number" ? n.scrollTo(e, t ?? 0) : n.scrollTo(e));
|
|
83
|
-
}
|
|
84
|
-
function O(e) {
|
|
85
|
-
l("scroll", e);
|
|
86
|
-
}
|
|
87
|
-
function k() {
|
|
88
|
-
let e = _.value?.wrapRef;
|
|
89
|
-
if (!e) return;
|
|
90
|
-
let t = new Event("scroll");
|
|
91
|
-
Object.defineProperty(t, "target", { value: e }), Object.defineProperty(t, "currentTarget", { value: e }), l("scroll", t);
|
|
92
|
-
}
|
|
93
|
-
return a({ scrollTo: D }), (e, r) => (p(), o("div", {
|
|
94
|
-
class: d(S.value),
|
|
95
|
-
style: f(y.value)
|
|
96
|
-
}, [n.nativeScrollbar ? (p(), o("div", {
|
|
97
|
-
key: 0,
|
|
74
|
+
s.contentClass,
|
|
75
|
+
{ "wi-layout__scroll--has-sider": s.hasSider }
|
|
76
|
+
]);
|
|
77
|
+
return n({ scrollTo: m }), (e, t) => (f(), a("div", {
|
|
78
|
+
class: u(S.value),
|
|
79
|
+
style: d(y.value)
|
|
80
|
+
}, [o("div", {
|
|
98
81
|
ref_key: "scrollEl",
|
|
99
|
-
ref:
|
|
100
|
-
class:
|
|
101
|
-
style:
|
|
102
|
-
onScroll:
|
|
103
|
-
}, [
|
|
104
|
-
key: 1,
|
|
105
|
-
ref_key: "scrollbarRef",
|
|
106
|
-
ref: _,
|
|
107
|
-
class: "wi-layout__scrollbar",
|
|
108
|
-
height: "100%"
|
|
109
|
-
}, n.scrollbarProps, {
|
|
110
|
-
"view-class": T.value,
|
|
111
|
-
"view-style": E.value,
|
|
112
|
-
onScroll: k
|
|
113
|
-
}), {
|
|
114
|
-
default: b(() => [g(e.$slots, "default")]),
|
|
115
|
-
_: 3
|
|
116
|
-
}, 16, ["view-class", "view-style"]))], 6));
|
|
82
|
+
ref: l,
|
|
83
|
+
class: u(w.value),
|
|
84
|
+
style: d(C.value),
|
|
85
|
+
onScroll: t[0] ||= (...e) => _(g) && _(g)(...e)
|
|
86
|
+
}, [h(e.$slots, "default")], 38)], 6));
|
|
117
87
|
}
|
|
118
|
-
})
|
|
88
|
+
});
|
|
89
|
+
//#endregion
|
|
90
|
+
//#region src/components/Layout/composables/useLayoutRegionStyle.ts
|
|
91
|
+
function C(e, n) {
|
|
92
|
+
return e == null ? n : t(e) ?? n;
|
|
93
|
+
}
|
|
94
|
+
function w(e) {
|
|
95
|
+
return r(() => {
|
|
96
|
+
let n = g(e), r = {
|
|
97
|
+
padding: C(n.padding, "var(--wi-layout-padding, var(--wi-space-4))"),
|
|
98
|
+
borderRadius: C(n.radius, "var(--wi-layout-radius, 0)")
|
|
99
|
+
};
|
|
100
|
+
if (n.heightFallback != null) r.height = C(n.height, n.heightFallback);
|
|
101
|
+
else if (n.height != null) {
|
|
102
|
+
let e = t(n.height);
|
|
103
|
+
e && (r.height = e);
|
|
104
|
+
}
|
|
105
|
+
return r;
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
//#endregion
|
|
109
|
+
//#region src/components/Layout/LayoutContent.vue
|
|
110
|
+
var T = /* @__PURE__ */ c({
|
|
119
111
|
name: "WiLayoutContent",
|
|
120
112
|
__name: "LayoutContent",
|
|
121
113
|
props: {
|
|
@@ -127,80 +119,33 @@ var x = Symbol("wiLayout"), S = /* @__PURE__ */ c({
|
|
|
127
119
|
default: !1
|
|
128
120
|
},
|
|
129
121
|
position: { default: "static" },
|
|
130
|
-
nativeScrollbar: {
|
|
131
|
-
type: Boolean,
|
|
132
|
-
default: !0
|
|
133
|
-
},
|
|
134
|
-
scrollbarProps: {},
|
|
135
122
|
contentClass: {},
|
|
136
123
|
contentStyle: {}
|
|
137
124
|
},
|
|
138
125
|
emits: ["scroll"],
|
|
139
|
-
setup(
|
|
140
|
-
let
|
|
141
|
-
|
|
142
|
-
padding:
|
|
143
|
-
|
|
144
|
-
})),
|
|
126
|
+
setup(e, { expose: t, emit: n }) {
|
|
127
|
+
let i = e, s = n, c = v("scrollEl"), { scrollTo: l, onScroll: p } = b(c, s), m = w(() => ({
|
|
128
|
+
height: i.height,
|
|
129
|
+
padding: i.padding,
|
|
130
|
+
radius: i.radius
|
|
131
|
+
})), g = r(() => [
|
|
145
132
|
"wi-layout",
|
|
146
133
|
"wi-layout-content",
|
|
147
|
-
`wi-layout--${
|
|
148
|
-
{
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
return e == null || e === "" ? t : Array.isArray(e) ? [...t, ...e] : [...t, e];
|
|
155
|
-
}), w = r(() => {
|
|
156
|
-
let e = c.scrollbarProps?.viewStyle;
|
|
157
|
-
return e == null || e === "" ? S.value : [S.value, e];
|
|
158
|
-
});
|
|
159
|
-
function T(e, t) {
|
|
160
|
-
if (c.nativeScrollbar) {
|
|
161
|
-
let n = m.value;
|
|
162
|
-
if (!n) return;
|
|
163
|
-
typeof e == "number" ? n.scrollTo(e, t ?? 0) : n.scrollTo(e);
|
|
164
|
-
return;
|
|
165
|
-
}
|
|
166
|
-
let n = h.value;
|
|
167
|
-
n && (typeof e == "number" ? n.scrollTo(e, t ?? 0) : n.scrollTo(e));
|
|
168
|
-
}
|
|
169
|
-
function E(e) {
|
|
170
|
-
l("scroll", e);
|
|
171
|
-
}
|
|
172
|
-
function D() {
|
|
173
|
-
let e = h.value?.wrapRef;
|
|
174
|
-
if (!e) return;
|
|
175
|
-
let t = new Event("scroll");
|
|
176
|
-
Object.defineProperty(t, "target", { value: e }), Object.defineProperty(t, "currentTarget", { value: e }), l("scroll", t);
|
|
177
|
-
}
|
|
178
|
-
return a({ scrollTo: T }), (e, r) => (p(), o("main", {
|
|
179
|
-
class: d(y.value),
|
|
180
|
-
style: f(_.value)
|
|
181
|
-
}, [n.nativeScrollbar ? (p(), o("div", {
|
|
182
|
-
key: 0,
|
|
134
|
+
`wi-layout--${i.position}-positioned`,
|
|
135
|
+
{ "wi-layout--embedded": i.embedded }
|
|
136
|
+
]), y = r(() => ["wi-layout__scroll", i.contentClass]), x = r(() => i.contentStyle);
|
|
137
|
+
return t({ scrollTo: l }), (e, t) => (f(), a("main", {
|
|
138
|
+
class: u(g.value),
|
|
139
|
+
style: d(_(m))
|
|
140
|
+
}, [o("div", {
|
|
183
141
|
ref_key: "scrollEl",
|
|
184
|
-
ref:
|
|
185
|
-
class:
|
|
186
|
-
style:
|
|
187
|
-
onScroll:
|
|
188
|
-
}, [
|
|
189
|
-
key: 1,
|
|
190
|
-
ref_key: "scrollbarRef",
|
|
191
|
-
ref: h,
|
|
192
|
-
class: "wi-layout__scrollbar",
|
|
193
|
-
height: "100%"
|
|
194
|
-
}, n.scrollbarProps, {
|
|
195
|
-
"view-class": C.value,
|
|
196
|
-
"view-style": w.value,
|
|
197
|
-
onScroll: D
|
|
198
|
-
}), {
|
|
199
|
-
default: b(() => [g(e.$slots, "default")]),
|
|
200
|
-
_: 3
|
|
201
|
-
}, 16, ["view-class", "view-style"]))], 6));
|
|
142
|
+
ref: c,
|
|
143
|
+
class: u(y.value),
|
|
144
|
+
style: d(x.value),
|
|
145
|
+
onScroll: t[0] ||= (...e) => _(p) && _(p)(...e)
|
|
146
|
+
}, [h(e.$slots, "default")], 38)], 6));
|
|
202
147
|
}
|
|
203
|
-
}),
|
|
148
|
+
}), E = /* @__PURE__ */ c({
|
|
204
149
|
name: "WiLayoutFooter",
|
|
205
150
|
__name: "LayoutFooter",
|
|
206
151
|
props: {
|
|
@@ -217,25 +162,26 @@ var x = Symbol("wiLayout"), S = /* @__PURE__ */ c({
|
|
|
217
162
|
},
|
|
218
163
|
position: { default: "static" }
|
|
219
164
|
},
|
|
220
|
-
setup(
|
|
221
|
-
let
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
165
|
+
setup(e) {
|
|
166
|
+
let t = e, n = w(() => ({
|
|
167
|
+
height: t.height,
|
|
168
|
+
heightFallback: "var(--wi-layout-footer-height, 48px)",
|
|
169
|
+
padding: t.padding,
|
|
170
|
+
radius: t.radius
|
|
171
|
+
})), i = r(() => [
|
|
226
172
|
"wi-layout-footer",
|
|
227
|
-
`wi-layout-footer--${
|
|
173
|
+
`wi-layout-footer--${t.position}-positioned`,
|
|
228
174
|
{
|
|
229
|
-
"wi-layout-footer--bordered":
|
|
230
|
-
"wi-layout-footer--inverted":
|
|
175
|
+
"wi-layout-footer--bordered": t.bordered,
|
|
176
|
+
"wi-layout-footer--inverted": t.inverted
|
|
231
177
|
}
|
|
232
178
|
]);
|
|
233
|
-
return (e, t) => (
|
|
234
|
-
class:
|
|
235
|
-
style:
|
|
236
|
-
}, [
|
|
179
|
+
return (e, t) => (f(), a("footer", {
|
|
180
|
+
class: u(i.value),
|
|
181
|
+
style: d(_(n))
|
|
182
|
+
}, [h(e.$slots, "default")], 6));
|
|
237
183
|
}
|
|
238
|
-
}),
|
|
184
|
+
}), D = /* @__PURE__ */ c({
|
|
239
185
|
name: "WiLayoutHeader",
|
|
240
186
|
__name: "LayoutHeader",
|
|
241
187
|
props: {
|
|
@@ -252,37 +198,64 @@ var x = Symbol("wiLayout"), S = /* @__PURE__ */ c({
|
|
|
252
198
|
},
|
|
253
199
|
position: { default: "static" }
|
|
254
200
|
},
|
|
255
|
-
setup(
|
|
256
|
-
let
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
201
|
+
setup(e) {
|
|
202
|
+
let t = e, n = w(() => ({
|
|
203
|
+
height: t.height,
|
|
204
|
+
heightFallback: "var(--wi-layout-header-height, 56px)",
|
|
205
|
+
padding: t.padding,
|
|
206
|
+
radius: t.radius
|
|
207
|
+
})), i = r(() => [
|
|
261
208
|
"wi-layout-header",
|
|
262
|
-
`wi-layout-header--${
|
|
209
|
+
`wi-layout-header--${t.position}-positioned`,
|
|
263
210
|
{
|
|
264
|
-
"wi-layout-header--bordered":
|
|
265
|
-
"wi-layout-header--inverted":
|
|
211
|
+
"wi-layout-header--bordered": t.bordered,
|
|
212
|
+
"wi-layout-header--inverted": t.inverted
|
|
266
213
|
}
|
|
267
214
|
]);
|
|
268
|
-
return (e, t) => (
|
|
269
|
-
class:
|
|
270
|
-
style:
|
|
271
|
-
}, [
|
|
215
|
+
return (e, t) => (f(), a("header", {
|
|
216
|
+
class: u(i.value),
|
|
217
|
+
style: d(_(n))
|
|
218
|
+
}, [h(e.$slots, "default")], 6));
|
|
272
219
|
}
|
|
273
|
-
})
|
|
220
|
+
});
|
|
221
|
+
//#endregion
|
|
222
|
+
//#region src/components/Layout/composables/useLayoutSiderCollapse.ts
|
|
223
|
+
function O(e, t) {
|
|
224
|
+
let n = m(e.defaultCollapsed);
|
|
225
|
+
y(() => e.collapsed, (e) => {
|
|
226
|
+
e !== void 0 && (n.value = e);
|
|
227
|
+
});
|
|
228
|
+
let i = r(() => e.collapsed === void 0 ? n.value : !!e.collapsed);
|
|
229
|
+
function a() {
|
|
230
|
+
let e = !i.value;
|
|
231
|
+
n.value = e, t("update:collapsed", e), t(e ? "collapse" : "expand");
|
|
232
|
+
}
|
|
233
|
+
return {
|
|
234
|
+
mergedCollapsed: i,
|
|
235
|
+
toggle: a,
|
|
236
|
+
uncontrolled: n
|
|
237
|
+
};
|
|
238
|
+
}
|
|
239
|
+
//#endregion
|
|
240
|
+
//#region src/components/Layout/utils.ts
|
|
241
|
+
function k(e) {
|
|
242
|
+
return e ? e === "bar" || e === !0 ? "bar" : "arrow-circle" : null;
|
|
243
|
+
}
|
|
244
|
+
//#endregion
|
|
245
|
+
//#region src/components/Layout/LayoutSider.vue?vue&type=script&setup=true&lang.ts
|
|
246
|
+
var A = ["aria-expanded", "aria-label"], j = {
|
|
274
247
|
key: 0,
|
|
275
248
|
class: "wi-layout-sider__arrow",
|
|
276
249
|
"aria-hidden": "true"
|
|
277
|
-
},
|
|
250
|
+
}, M = {
|
|
278
251
|
key: 1,
|
|
279
252
|
class: "wi-layout-sider__bar",
|
|
280
253
|
"aria-hidden": "true"
|
|
281
|
-
},
|
|
282
|
-
key:
|
|
254
|
+
}, N = {
|
|
255
|
+
key: 1,
|
|
283
256
|
class: "wi-layout-sider__border",
|
|
284
257
|
"aria-hidden": "true"
|
|
285
|
-
},
|
|
258
|
+
}, P = /* @__PURE__ */ c({
|
|
286
259
|
name: "WiLayoutSider",
|
|
287
260
|
__name: "LayoutSider",
|
|
288
261
|
props: {
|
|
@@ -317,11 +290,6 @@ var x = Symbol("wiLayout"), S = /* @__PURE__ */ c({
|
|
|
317
290
|
triggerStyle: {},
|
|
318
291
|
collapsedTriggerClass: {},
|
|
319
292
|
collapsedTriggerStyle: {},
|
|
320
|
-
nativeScrollbar: {
|
|
321
|
-
type: Boolean,
|
|
322
|
-
default: !0
|
|
323
|
-
},
|
|
324
|
-
scrollbarProps: {},
|
|
325
293
|
contentClass: {},
|
|
326
294
|
contentStyle: {}
|
|
327
295
|
},
|
|
@@ -333,108 +301,65 @@ var x = Symbol("wiLayout"), S = /* @__PURE__ */ c({
|
|
|
333
301
|
"after-leave",
|
|
334
302
|
"scroll"
|
|
335
303
|
],
|
|
336
|
-
setup(c, { expose:
|
|
337
|
-
let
|
|
338
|
-
y(() => C.collapsed, (e) => {
|
|
339
|
-
e !== void 0 && (j.value = e);
|
|
340
|
-
});
|
|
341
|
-
let I = r(() => A?.siderPlacement ?? "left"), L = r(() => e(C.width) ?? "var(--wi-layout-sider-width)"), R = r(() => e(F.value ? C.collapsedWidth : C.width)), z = r(() => {
|
|
342
|
-
let e = C.showTrigger;
|
|
343
|
-
return e ? e === "bar" || e === !0 ? "bar" : "arrow-circle" : null;
|
|
344
|
-
}), B = r(() => !F.value || C.showCollapsedContent), V = r(() => [
|
|
304
|
+
setup(c, { expose: p, emit: m }) {
|
|
305
|
+
let g = c, y = m, S = n(), C = l(x, null), w = v("scrollEl"), { scrollTo: T, onScroll: E } = b(w, y), { mergedCollapsed: D, toggle: P } = O(g, y), F = r(() => C?.siderPlacement ?? "left"), I = r(() => t(g.width) ?? "var(--wi-layout-sider-width)"), L = r(() => t(g.collapsedWidth) ?? "var(--wi-layout-sider-collapsed-width)"), R = r(() => D.value ? L.value : I.value), z = r(() => k(g.showTrigger)), B = r(() => !D.value || g.showCollapsedContent), V = r(() => [
|
|
345
306
|
"wi-layout-sider",
|
|
346
|
-
`wi-layout-sider--${
|
|
347
|
-
`wi-layout-sider--${
|
|
348
|
-
`wi-layout-sider--collapse-${
|
|
307
|
+
`wi-layout-sider--${g.position}-positioned`,
|
|
308
|
+
`wi-layout-sider--${F.value}-placement`,
|
|
309
|
+
`wi-layout-sider--collapse-${g.collapseMode}`,
|
|
349
310
|
{
|
|
350
|
-
"wi-layout-sider--bordered":
|
|
351
|
-
"wi-layout-sider--inverted":
|
|
352
|
-
"wi-layout-sider--collapsed":
|
|
353
|
-
"wi-layout-sider--show-content": B.value
|
|
354
|
-
"wi-layout-sider--custom-scrollbar": !C.nativeScrollbar
|
|
311
|
+
"wi-layout-sider--bordered": g.bordered,
|
|
312
|
+
"wi-layout-sider--inverted": g.inverted,
|
|
313
|
+
"wi-layout-sider--collapsed": D.value,
|
|
314
|
+
"wi-layout-sider--show-content": B.value
|
|
355
315
|
}
|
|
356
|
-
]), H = r(() =>
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
let e = !F.value;
|
|
373
|
-
j.value = e, w("update:collapsed", e), w(e ? "collapse" : "expand");
|
|
374
|
-
}
|
|
375
|
-
function X(e) {
|
|
376
|
-
e.propertyName === "max-width" && (F.value ? w("after-leave") : w("after-enter"));
|
|
377
|
-
}
|
|
378
|
-
function Z(e) {
|
|
379
|
-
w("scroll", e);
|
|
380
|
-
}
|
|
381
|
-
function Q() {
|
|
382
|
-
let e = N.value?.wrapRef;
|
|
383
|
-
if (!e) return;
|
|
384
|
-
let t = new Event("scroll");
|
|
385
|
-
Object.defineProperty(t, "target", { value: e }), Object.defineProperty(t, "currentTarget", { value: e }), w("scroll", t);
|
|
386
|
-
}
|
|
387
|
-
function $(e, t) {
|
|
388
|
-
if (C.nativeScrollbar) {
|
|
389
|
-
let n = M.value;
|
|
390
|
-
if (!n) return;
|
|
391
|
-
typeof e == "number" ? n.scrollTo(e, t ?? 0) : n.scrollTo(e);
|
|
392
|
-
return;
|
|
393
|
-
}
|
|
394
|
-
let n = N.value;
|
|
395
|
-
n && (typeof e == "number" ? n.scrollTo(e, t ?? 0) : n.scrollTo(e));
|
|
316
|
+
]), H = r(() => {
|
|
317
|
+
let e = g.collapseMode === "width";
|
|
318
|
+
return {
|
|
319
|
+
"--wi-layout-sider-width": I.value,
|
|
320
|
+
"--wi-layout-sider-collapsed-width": L.value,
|
|
321
|
+
width: e ? R.value : I.value,
|
|
322
|
+
maxWidth: R.value,
|
|
323
|
+
minWidth: "0",
|
|
324
|
+
borderRadius: g.radius == null ? "var(--wi-layout-radius, 0)" : t(g.radius)
|
|
325
|
+
};
|
|
326
|
+
}), U = r(() => g.padding == null ? "var(--wi-layout-padding, var(--wi-space-4))" : t(g.padding)), W = r(() => {
|
|
327
|
+
let e = { padding: U.value };
|
|
328
|
+
return g.contentStyle == null ? e : [e, g.contentStyle];
|
|
329
|
+
}), G = r(() => ["wi-layout-sider__scroll", g.contentClass]), K = r(() => D.value ? g.collapsedTriggerClass : g.triggerClass), q = r(() => D.value ? g.collapsedTriggerStyle : g.triggerStyle);
|
|
330
|
+
function J(e) {
|
|
331
|
+
e.propertyName === "max-width" && (D.value ? y("after-leave") : y("after-enter"));
|
|
396
332
|
}
|
|
397
|
-
return
|
|
398
|
-
class:
|
|
399
|
-
style:
|
|
400
|
-
onTransitionend:
|
|
333
|
+
return p({ scrollTo: T }), (t, n) => (f(), a("aside", {
|
|
334
|
+
class: u(V.value),
|
|
335
|
+
style: d(H.value),
|
|
336
|
+
onTransitionend: J
|
|
401
337
|
}, [
|
|
402
|
-
|
|
403
|
-
key: 0,
|
|
338
|
+
o("div", {
|
|
404
339
|
ref_key: "scrollEl",
|
|
405
|
-
ref:
|
|
406
|
-
class:
|
|
407
|
-
style:
|
|
408
|
-
onScroll:
|
|
409
|
-
}, [
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
ref: N,
|
|
413
|
-
class: "wi-layout-sider__scrollbar",
|
|
414
|
-
height: "100%"
|
|
415
|
-
}, c.scrollbarProps, {
|
|
416
|
-
"view-class": G.value,
|
|
417
|
-
"view-style": K.value,
|
|
418
|
-
onScroll: Q
|
|
419
|
-
}), {
|
|
420
|
-
default: b(() => [g(e.$slots, "default")]),
|
|
421
|
-
_: 3
|
|
422
|
-
}, 16, ["view-class", "view-style"])),
|
|
423
|
-
z.value ? (p(), o("button", {
|
|
424
|
-
key: 2,
|
|
340
|
+
ref: w,
|
|
341
|
+
class: u(G.value),
|
|
342
|
+
style: d(W.value),
|
|
343
|
+
onScroll: n[0] ||= (...e) => _(E) && _(E)(...e)
|
|
344
|
+
}, [h(t.$slots, "default")], 38),
|
|
345
|
+
z.value ? (f(), a("button", {
|
|
346
|
+
key: 0,
|
|
425
347
|
type: "button",
|
|
426
|
-
class:
|
|
348
|
+
class: u(["wi-layout-sider__trigger", [K.value, {
|
|
427
349
|
"wi-layout-sider__trigger--bar": z.value === "bar",
|
|
428
350
|
"wi-layout-sider__trigger--arrow-circle": z.value === "arrow-circle"
|
|
429
351
|
}]]),
|
|
430
|
-
style:
|
|
431
|
-
"aria-expanded": !
|
|
432
|
-
"aria-label":
|
|
433
|
-
onClick:
|
|
434
|
-
}, [z.value === "arrow-circle" ? (
|
|
435
|
-
|
|
352
|
+
style: d(q.value),
|
|
353
|
+
"aria-expanded": !_(D),
|
|
354
|
+
"aria-label": _(D) ? _(S).expand : _(S).collapse,
|
|
355
|
+
onClick: n[1] ||= (...e) => _(P) && _(P)(...e)
|
|
356
|
+
}, [z.value === "arrow-circle" ? (f(), a("span", j, [s(e, {
|
|
357
|
+
name: "chevron-right",
|
|
358
|
+
size: "sm"
|
|
359
|
+
})])) : (f(), a("span", M, [...n[2] ||= [o("i", { class: "wi-layout-sider__bar-top" }, null, -1), o("i", { class: "wi-layout-sider__bar-bottom" }, null, -1)]]))], 14, A)) : i("", !0),
|
|
360
|
+
c.bordered ? (f(), a("div", N)) : i("", !0)
|
|
436
361
|
], 38));
|
|
437
362
|
}
|
|
438
363
|
});
|
|
439
364
|
//#endregion
|
|
440
|
-
export { x as WI_LAYOUT_KEY, S as WiLayout,
|
|
365
|
+
export { x as WI_LAYOUT_KEY, S as WiLayout, T as WiLayoutContent, E as WiLayoutFooter, D as WiLayoutHeader, P as WiLayoutSider };
|