@aplus-frontend/ui 0.4.31 → 0.4.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/es/src/ap-action/group/index.vue.mjs +3 -3
- package/es/src/ap-action/item/index.vue2.mjs +5 -5
- package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
- package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
- package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
- package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
- package/es/src/ap-button/ap-button.vue.mjs +2 -2
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +3 -3
- package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
- package/es/src/ap-download/ap-download.vue.mjs +1 -1
- package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
- package/es/src/ap-field/date/index.vue.mjs +4 -4
- package/es/src/ap-field/date-range/index.vue.mjs +8 -8
- package/es/src/ap-field/index.mjs +30 -30
- package/es/src/ap-field/interface.d.ts +4 -0
- package/es/src/ap-field/number/index.vue.mjs +8 -8
- package/es/src/ap-field/radio/index.vue.mjs +1 -1
- package/es/src/ap-field/rate/index.vue.mjs +2 -2
- package/es/src/ap-field/segmented/index.vue.mjs +1 -1
- package/es/src/ap-field/select/index.vue.mjs +112 -93
- package/es/src/ap-field/select/use-select-options.d.ts +21 -0
- package/es/src/ap-field/select/use-select-options.mjs +43 -0
- package/es/src/ap-field/slider/index.vue.mjs +4 -4
- package/es/src/ap-field/switch/index.vue.mjs +3 -3
- package/es/src/ap-field/text/index.vue2.mjs +2 -2
- package/es/src/ap-field/text/password.vue.mjs +2 -2
- package/es/src/ap-field/text-area/index.vue.mjs +3 -3
- package/es/src/ap-form/ap-form.vue2.mjs +2 -2
- package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
- package/es/src/ap-form/item/index.vue.mjs +7 -7
- package/es/src/ap-form/item-group/index.vue.mjs +3 -3
- package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date/index.vue.mjs +2 -2
- package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
- package/es/src/ap-form/items/number/index.vue.mjs +2 -2
- package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
- package/es/src/ap-form/items/select/index.vue.mjs +2 -2
- package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
- package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
- package/es/src/ap-form/items/text/password.vue.mjs +2 -2
- package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
- package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
- package/es/src/ap-form/render/item.vue.mjs +2 -2
- package/es/src/ap-form/search-form/index.vue.mjs +1 -1
- package/es/src/ap-form/set/index.vue.mjs +1 -1
- package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
- package/es/src/ap-list/index.vue.mjs +4 -4
- package/es/src/ap-modal/utils/createModal.mjs +36 -26
- package/es/src/ap-table/ap-table.vue2.mjs +28 -28
- package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +52 -33
- package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
- package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
- package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
- package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
- package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
- package/es/src/ap-table/constants.mjs +40 -40
- package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
- package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
- package/es/src/ap-upload/apUpload.vue.mjs +5 -5
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
- package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
- package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
- package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
- package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
- package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +10 -10
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
- package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
- package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
- package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +9 -9
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
- package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
- package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
- package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
- package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +1 -1
- package/es/src/business/ap-ladder/HelpMessageIcon.vue2.mjs +1 -1
- package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
- package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
- package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
- package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
- package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
- package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
- package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
- package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
- package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
- package/es/src/business/batch-input-group/index.vue.d.ts +1 -0
- package/es/src/business/batch-input-group/index.vue.mjs +70 -60
- package/es/src/business/batch-input-group/interface.d.ts +5 -1
- package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
- package/es/src/business/hooks/useTableRefresh.mjs +39 -32
- package/es/src/check-card/index.vue2.mjs +3 -3
- package/es/src/editable-table/form-item.vue.mjs +2 -2
- package/es/src/editable-table/index.vue.mjs +2 -2
- package/es/src/full-screen/index.vue.mjs +3 -3
- package/es/src/hooks/useFullScreen.mjs +5 -5
- package/es/src/locale/lang/en.mjs +2 -2
- package/es/src/locale/lang/zh-cn.mjs +2 -2
- package/es/src/portal/index.vue.mjs +2 -2
- package/es/src/scroll-bar/index.vue.mjs +3 -3
- package/es/src/scroll-bar/internal.vue.mjs +2 -2
- package/es/src/scroll-view/index.vue.mjs +9 -9
- package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/interface.d.ts +4 -0
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/select/use-select-options.d.ts +21 -0
- package/lib/src/ap-field/select/use-select-options.js +1 -0
- package/lib/src/ap-modal/utils/createModal.js +1 -1
- package/lib/src/ap-table/ap-table.vue2.js +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue2.js +1 -1
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +1 -0
- package/lib/src/business/batch-input-group/index.vue.js +2 -2
- package/lib/src/business/batch-input-group/interface.d.ts +5 -1
- package/lib/src/business/hooks/useTableRefresh.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/package.json +1 -1
- package/theme/antd-global-overwrite/admin/index.css +1 -1
- package/theme/antd-global-overwrite/admin/modal.css +1 -1
- package/theme/antd-global-overwrite/admin/modal.less +1 -1
- package/theme/antd-global-overwrite/aplus/index.css +1 -1
- package/theme/antd-global-overwrite/aplus/modal.css +1 -1
- package/theme/antd-global-overwrite/aplus/modal.less +1 -1
- package/theme/ap-form/ap-form-item.css +3 -0
- package/theme/ap-form/ap-form-item.less +9 -0
- package/theme/ap-form/index.css +3 -0
- package/theme/ap-form/search-form.css +3 -0
- package/theme/ap-table/ap-table.css +3 -0
- package/theme/ap-table-modal/index.css +3 -0
- package/theme/batch-input-group/index.css +5 -1
- package/theme/batch-input-group/index.less +1 -0
- package/theme/batch-input-group/popover-input.css +2 -1
- package/theme/batch-input-group/popover-input.less +5 -1
- package/theme/editable-table/index.css +3 -0
- package/theme/index.css +8 -1
- package/theme/ap-scroll-bar/index.css +0 -31
- package/theme/ap-scroll-bar/index.less +0 -39
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as d, computed as g,
|
|
1
|
+
import { defineComponent as d, computed as g, createElementBlock as a, openBlock as l, normalizeClass as o, unref as t, createElementVNode as r, renderSlot as n, Fragment as h, createBlock as C, createCommentVNode as y, toDisplayString as k, withCtx as v, createVNode as M, normalizeStyle as $ } from "vue";
|
|
2
2
|
import { Tooltip as I } from "@aplus-frontend/antdv";
|
|
3
3
|
import { QuestionCircleOutlined as N } from "@ant-design/icons-vue";
|
|
4
4
|
import "../../config-provider/index.mjs";
|
|
@@ -25,20 +25,20 @@ const D = /* @__PURE__ */ d({
|
|
|
25
25
|
class: o(t(s)("prefix"))
|
|
26
26
|
}, [
|
|
27
27
|
e.$slots.prefix ? n(e.$slots, "prefix", { key: 0 }) : (l(), a(h, { key: 1 }, [
|
|
28
|
-
r("span", null,
|
|
29
|
-
e.helpMessage ? (l(),
|
|
28
|
+
r("span", null, k(e.title), 1),
|
|
29
|
+
e.helpMessage ? (l(), C(t(I), {
|
|
30
30
|
key: 0,
|
|
31
31
|
title: e.helpMessage,
|
|
32
32
|
placement: e.placement,
|
|
33
33
|
trigger: e.trigger
|
|
34
34
|
}, {
|
|
35
|
-
default:
|
|
36
|
-
|
|
37
|
-
style:
|
|
35
|
+
default: v(() => [
|
|
36
|
+
M(t(N), {
|
|
37
|
+
style: $(f.value)
|
|
38
38
|
}, null, 8, ["style"])
|
|
39
39
|
]),
|
|
40
40
|
_: 1
|
|
41
|
-
}, 8, ["title", "placement", "trigger"])) :
|
|
41
|
+
}, 8, ["title", "placement", "trigger"])) : y("", !0)
|
|
42
42
|
], 64))
|
|
43
43
|
], 2),
|
|
44
44
|
r("div", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as Q, computed as C,
|
|
1
|
+
import { defineComponent as Q, computed as C, createBlock as k, openBlock as m, unref as e, mergeProps as W, withCtx as u, renderSlot as X, normalizeProps as Y, guardReactiveProps as Z, createElementVNode as s, normalizeClass as l, createElementBlock as g, createVNode as n, createTextVNode as p, toDisplayString as f, resolveDynamicComponent as E, h as P, Fragment as $ } from "vue";
|
|
2
2
|
import { clearSingleFile as ee, clearAllFile as x } from "../utils/fileList.mjs";
|
|
3
3
|
import b from "../icon/file-icon.vue.mjs";
|
|
4
4
|
import F from "../icon/delete-icon.vue.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as l, openBlock as n, createElementVNode as e } from "vue";
|
|
2
2
|
import t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
3
|
const r = {}, L = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8,7 +8,7 @@ const r = {}, L = {
|
|
|
8
8
|
viewBox: "0 0 20 20"
|
|
9
9
|
};
|
|
10
10
|
function i(c, o) {
|
|
11
|
-
return
|
|
11
|
+
return n(), l("svg", L, o[0] || (o[0] = [
|
|
12
12
|
e("g", null, [
|
|
13
13
|
e("g", null, [
|
|
14
14
|
e("path", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as o, openBlock as i, createStaticVNode as e } from "vue";
|
|
2
2
|
import l from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
3
|
const r = {}, s = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -8,7 +8,7 @@ const r = {}, s = {
|
|
|
8
8
|
viewBox: "0 0 56 56"
|
|
9
9
|
};
|
|
10
10
|
function p(a, t) {
|
|
11
|
-
return
|
|
11
|
+
return i(), o("svg", s, t[0] || (t[0] = [
|
|
12
12
|
e('<defs><clipPath id="master_svg0_693_19001"><rect x="0" y="0" width="56" height="56" rx="7"></rect></clipPath><linearGradient id="master_svg1_693_19025" x1="0.5" y1="0" x2="0.5" y2="0.7987817525863647"><stop offset="0%" stop-color="#AED1FF" stop-opacity="1"></stop><stop offset="100%" stop-color="#74B1FF" stop-opacity="1"></stop></linearGradient><linearGradient id="master_svg2_693_19014" x1="0.5" y1="0" x2="0.5" y2="1"><stop offset="0.7142857182770967%" stop-color="#DBEBFF" stop-opacity="1"></stop><stop offset="100%" stop-color="#98C5FF" stop-opacity="1"></stop></linearGradient></defs><g clip-path="url(#master_svg0_693_19001)"><g><g><path d="M49.4644,10.22729L35.1706,10.22729C34.2282,10.22729,33.316,9.89456,32.595,9.287759999999999L29.1746,6.4093C28.0931,5.499102,26.7249,5,25.3113,5L5.5,5C3.29086,5,1.5,6.79086,1.5,9L1.5,45L54.4995,45L54.5,15.2852C54.5,12.49165,52.2455,10.22729,49.4644,10.22729Z" fill="url(#master_svg1_693_19025)" fill-opacity="1"></path></g><g><path d="M10.5,13L45.5,13C46.6046,13,47.5,13.895431,47.5,15L47.5,35.9999L8.5,36L8.5,15C8.5,13.895431,9.395431,13,10.5,13" fill="#FFFFFF" fill-opacity="0.30000001192092896"></path></g><g><path d="M8.5,17L47.5,17C48.6046,17,49.5,17.895431,49.5,19L49.5,41.9998L6.5,42L6.5,19C6.5,17.895431,7.395431,17,8.5,17" fill="#F9FCFF" fill-opacity="1"></path></g><g><rect x="14.5" y="21" width="15" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.30000001192092896"></rect></g><g><rect x="14.5" y="27" width="28" height="2" rx="1" fill="#8DBFFF" fill-opacity="0.6000000238418579"></rect></g><g><path d="M1.5,37L1.5,48C1.5,50.2091,3.29086,52,5.5,52L50.5,52C52.7091,52,54.5,50.2091,54.5,48L54.5,37C54.5,35.34315,53.1569,34,51.5,34L4.5,34C2.84315,34,1.5,35.34315,1.5,37Z" fill="url(#master_svg2_693_19014)" fill-opacity="1"></path></g></g></g>', 2)
|
|
13
13
|
]));
|
|
14
14
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as b, computed as r,
|
|
1
|
+
import { defineComponent as b, computed as r, createBlock as B, openBlock as g, mergeProps as u, unref as m, withCtx as _, createVNode as V } from "vue";
|
|
2
2
|
import "./index.vue2.mjs";
|
|
3
3
|
import "../../ap-form/item/index.vue2.mjs";
|
|
4
4
|
import { isValid as s } from "@aplus-frontend/utils";
|
|
@@ -75,7 +75,7 @@ const q = /* @__PURE__ */ b({
|
|
|
75
75
|
});
|
|
76
76
|
return (e, a) => {
|
|
77
77
|
var o, i;
|
|
78
|
-
return
|
|
78
|
+
return g(), B(x, u(
|
|
79
79
|
m(p)(l, [
|
|
80
80
|
"field",
|
|
81
81
|
"initialValue",
|
|
@@ -18,6 +18,7 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
|
|
|
18
18
|
allowClear: boolean;
|
|
19
19
|
emptyText: string;
|
|
20
20
|
hasAll: boolean;
|
|
21
|
+
popoverPlacement: "left" | "right" | number;
|
|
21
22
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
22
23
|
containerRef: HTMLDivElement;
|
|
23
24
|
inputRef: ({
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as N, ref as g, computed as u, unref as n, createElementBlock as $, openBlock as B, normalizeStyle as b, normalizeClass as K, createVNode as c, withCtx as A, createBlock as M, createCommentVNode as D, mergeProps as q } from "vue";
|
|
2
2
|
import "../../ap-field/index.mjs";
|
|
3
|
-
import { Space as
|
|
3
|
+
import { Space as G } from "@aplus-frontend/antdv";
|
|
4
4
|
import "../../config-provider/index.mjs";
|
|
5
|
-
import { omit as
|
|
5
|
+
import { isNumber as H, omit as Y } from "lodash-unified";
|
|
6
6
|
import "./popover-input/index.vue.mjs";
|
|
7
7
|
import "../../hooks/index.mjs";
|
|
8
|
-
import { isDef as
|
|
9
|
-
import { useDefaultPlaceholder as
|
|
10
|
-
import { useControllableValue as
|
|
11
|
-
import { useLocale as
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
|
|
8
|
+
import { isDef as J } from "../../utils/index.mjs";
|
|
9
|
+
import { useDefaultPlaceholder as Q } from "../../ap-field/hooks/use-default-placeholder.mjs";
|
|
10
|
+
import { useControllableValue as W } from "../../hooks/useControllableValue.mjs";
|
|
11
|
+
import { useLocale as X } from "../../config-provider/hooks/use-locale.mjs";
|
|
12
|
+
import { useNamespace as Z } from "../../config-provider/hooks/use-namespace.mjs";
|
|
13
|
+
import ee from "../../ap-field/select/index.vue.mjs";
|
|
14
|
+
import { ApFieldText as te } from "../../ap-field/text/index.mjs";
|
|
15
|
+
import oe from "./popover-input/index.vue2.mjs";
|
|
16
|
+
const d = "GROUP_SEARCH_ALL", ge = /* @__PURE__ */ N({
|
|
16
17
|
__name: "index",
|
|
17
18
|
props: {
|
|
18
19
|
style: { type: [Boolean, null, String, Object, Array] },
|
|
@@ -21,6 +22,7 @@ const c = "GROUP_SEARCH_ALL", de = /* @__PURE__ */ O({
|
|
|
21
22
|
hasAll: { type: Boolean, default: !0 },
|
|
22
23
|
value: {},
|
|
23
24
|
"onUpdate:value": {},
|
|
25
|
+
popoverPlacement: { default: "left" },
|
|
24
26
|
mode: { default: "edit" },
|
|
25
27
|
class: {},
|
|
26
28
|
id: {},
|
|
@@ -68,54 +70,60 @@ const c = "GROUP_SEARCH_ALL", de = /* @__PURE__ */ O({
|
|
|
68
70
|
emptyText: { default: "--" }
|
|
69
71
|
},
|
|
70
72
|
emits: ["update:value"],
|
|
71
|
-
setup(
|
|
72
|
-
const l =
|
|
73
|
+
setup(V, { emit: C }) {
|
|
74
|
+
const l = V, S = Q("Text", l), x = C, { value: a, updateValue: p } = W(
|
|
73
75
|
l,
|
|
74
|
-
|
|
75
|
-
),
|
|
76
|
-
|
|
76
|
+
x
|
|
77
|
+
), i = g(), f = g(), { t: I } = X(), { b: P, cssVar: U } = Z("batch-input-group"), w = u(() => {
|
|
78
|
+
const e = l.popoverPlacement;
|
|
79
|
+
return console.log("placement", l.popoverPlacement), {
|
|
80
|
+
"popover-left": H(e) ? `${e}px` : e === "left" ? "0px" : "unset",
|
|
81
|
+
"popover-right": e === "right" ? "0px" : "unset"
|
|
82
|
+
};
|
|
83
|
+
}), k = u(() => l.options ? l.options.length > 1 && l.hasAll ? [
|
|
84
|
+
{ value: d, label: I("ap.common.all") },
|
|
77
85
|
...l.options
|
|
78
|
-
] : l.options : []),
|
|
86
|
+
] : l.options : []), R = u(() => l.options ? l.options.map((e) => e.value) : []), _ = u(() => {
|
|
79
87
|
var e, t;
|
|
80
88
|
return (t = (e = n(a)) == null ? void 0 : e.value) != null && t.length ? n(a).value.join(",") : "";
|
|
81
|
-
}),
|
|
89
|
+
}), j = u(() => {
|
|
82
90
|
var e, t;
|
|
83
91
|
return (t = (e = n(a)) == null ? void 0 : e.value) != null && t.length ? n(a).value.join(`
|
|
84
92
|
`) : "";
|
|
85
|
-
}),
|
|
93
|
+
}), E = u(() => {
|
|
86
94
|
var t;
|
|
87
95
|
const e = (t = n(a)) == null ? void 0 : t.key;
|
|
88
96
|
if (e != null && e.length)
|
|
89
|
-
return e.length === 1 ? e[0] :
|
|
90
|
-
}),
|
|
97
|
+
return e.length === 1 ? e[0] : d;
|
|
98
|
+
}), F = u(() => {
|
|
91
99
|
var o;
|
|
92
100
|
const e = (o = n(a)) == null ? void 0 : o.key;
|
|
93
|
-
return !e || (e == null ? void 0 : e.length) <= 1 ? n(
|
|
101
|
+
return !e || (e == null ? void 0 : e.length) <= 1 ? n(S) : (l.options || []).filter((r) => e.includes(r.value)).map((r) => r.label).join("/");
|
|
94
102
|
});
|
|
95
|
-
function
|
|
96
|
-
const t = n(a) || {}, o = e ===
|
|
97
|
-
|
|
103
|
+
function L(e) {
|
|
104
|
+
const t = n(a) || {}, o = e === d ? n(R) : J(e) ? [e] : [];
|
|
105
|
+
p({
|
|
98
106
|
...t,
|
|
99
107
|
key: o
|
|
100
108
|
});
|
|
101
109
|
}
|
|
102
|
-
function
|
|
110
|
+
function O(e) {
|
|
103
111
|
var v, y;
|
|
104
|
-
const t = n(a) || {}, o = e.target.value || "",
|
|
105
|
-
if (o !==
|
|
112
|
+
const t = n(a) || {}, o = e.target.value || "", r = o.replace(/[,]+/g, ",");
|
|
113
|
+
if (o !== r) {
|
|
106
114
|
const h = (y = (v = f.value) == null ? void 0 : v.$el) == null ? void 0 : y.querySelector("input");
|
|
107
|
-
h && (h.value =
|
|
115
|
+
h && (h.value = r);
|
|
108
116
|
}
|
|
109
|
-
let
|
|
110
|
-
|
|
117
|
+
let s = r.split(",");
|
|
118
|
+
s.length === 1 && s[0] === "" && (s = []), p({
|
|
111
119
|
...t,
|
|
112
|
-
value:
|
|
120
|
+
value: s
|
|
113
121
|
});
|
|
114
122
|
}
|
|
115
|
-
function
|
|
123
|
+
function z(e) {
|
|
116
124
|
const t = n(a) || {};
|
|
117
125
|
let o = e.split(/,|\n/);
|
|
118
|
-
|
|
126
|
+
p({
|
|
119
127
|
...t,
|
|
120
128
|
value: o
|
|
121
129
|
});
|
|
@@ -123,41 +131,42 @@ const c = "GROUP_SEARCH_ALL", de = /* @__PURE__ */ O({
|
|
|
123
131
|
function m() {
|
|
124
132
|
var o;
|
|
125
133
|
const e = n(a) || {}, t = (o = e.value) == null ? void 0 : o.filter(Boolean);
|
|
126
|
-
|
|
134
|
+
p({
|
|
127
135
|
...e,
|
|
128
136
|
value: t
|
|
129
137
|
});
|
|
130
138
|
}
|
|
131
|
-
function
|
|
139
|
+
function T(e) {
|
|
132
140
|
var t;
|
|
133
141
|
m(), (t = l.onBlur) == null || t.call(l, e);
|
|
134
142
|
}
|
|
135
|
-
return (e, t) => (B(),
|
|
143
|
+
return (e, t) => (B(), $("div", {
|
|
136
144
|
ref_key: "containerRef",
|
|
137
|
-
ref:
|
|
138
|
-
|
|
145
|
+
ref: i,
|
|
146
|
+
class: K(n(P)()),
|
|
147
|
+
style: b(n(U)(w.value)),
|
|
139
148
|
onFocus: t[0] || (t[0] = //@ts-ignore
|
|
140
149
|
(...o) => e.onFocus && e.onFocus(...o)),
|
|
141
150
|
onBlur: t[1] || (t[1] = //@ts-ignore
|
|
142
151
|
(...o) => e.onBlur && e.onBlur(...o))
|
|
143
152
|
}, [
|
|
144
|
-
|
|
153
|
+
c(n(G).Compact, { block: "" }, {
|
|
145
154
|
default: A(() => {
|
|
146
155
|
var o;
|
|
147
156
|
return [
|
|
148
|
-
(o = e.options) != null && o.length ? (B(),
|
|
157
|
+
(o = e.options) != null && o.length ? (B(), M(n(ee), {
|
|
149
158
|
key: 0,
|
|
150
|
-
style:
|
|
151
|
-
options:
|
|
152
|
-
value:
|
|
159
|
+
style: b(e.style),
|
|
160
|
+
options: k.value,
|
|
161
|
+
value: E.value,
|
|
153
162
|
"allow-clear": !1,
|
|
154
163
|
"dropdown-match-select-width": !1,
|
|
155
164
|
disabled: e.disabled,
|
|
156
|
-
"get-popup-container": () =>
|
|
157
|
-
"onUpdate:value":
|
|
158
|
-
}, null, 8, ["style", "options", "value", "disabled", "get-popup-container"])) :
|
|
159
|
-
|
|
160
|
-
n(
|
|
165
|
+
"get-popup-container": () => i.value,
|
|
166
|
+
"onUpdate:value": L
|
|
167
|
+
}, null, 8, ["style", "options", "value", "disabled", "get-popup-container"])) : D("", !0),
|
|
168
|
+
c(n(te), q(
|
|
169
|
+
n(Y)(l, [
|
|
161
170
|
"style",
|
|
162
171
|
"value",
|
|
163
172
|
"onUpdate:value",
|
|
@@ -169,20 +178,21 @@ const c = "GROUP_SEARCH_ALL", de = /* @__PURE__ */ O({
|
|
|
169
178
|
ref_key: "inputRef",
|
|
170
179
|
ref: f,
|
|
171
180
|
style: e.inputStyle,
|
|
172
|
-
value:
|
|
173
|
-
placeholder:
|
|
174
|
-
onInput:
|
|
175
|
-
onBlur:
|
|
181
|
+
value: _.value,
|
|
182
|
+
placeholder: F.value,
|
|
183
|
+
onInput: O,
|
|
184
|
+
onBlur: T
|
|
176
185
|
}
|
|
177
186
|
), {
|
|
178
187
|
suffix: A(() => [
|
|
179
|
-
|
|
180
|
-
_parent:
|
|
181
|
-
value:
|
|
188
|
+
c(oe, {
|
|
189
|
+
_parent: i.value,
|
|
190
|
+
value: j.value,
|
|
182
191
|
disabled: e.disabled,
|
|
183
|
-
|
|
192
|
+
placement: l.popoverPlacement,
|
|
193
|
+
"onUpdate:value": z,
|
|
184
194
|
onClose: m
|
|
185
|
-
}, null, 8, ["_parent", "value", "disabled"])
|
|
195
|
+
}, null, 8, ["_parent", "value", "disabled", "placement"])
|
|
186
196
|
]),
|
|
187
197
|
_: 1
|
|
188
198
|
}, 16, ["style", "value", "placeholder"])
|
|
@@ -190,9 +200,9 @@ const c = "GROUP_SEARCH_ALL", de = /* @__PURE__ */ O({
|
|
|
190
200
|
}),
|
|
191
201
|
_: 1
|
|
192
202
|
})
|
|
193
|
-
],
|
|
203
|
+
], 38));
|
|
194
204
|
}
|
|
195
205
|
});
|
|
196
206
|
export {
|
|
197
|
-
|
|
207
|
+
ge as default
|
|
198
208
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ApFieldTextAreaProps, ApFieldTextProps } from '../../ap-field';
|
|
1
|
+
import { ApFieldTextAreaProps, ApFieldTextProps } from '../../ap-field/interface';
|
|
2
2
|
import { ApFormItemProps } from '../../ap-form';
|
|
3
3
|
import { DefaultOptionType } from '@aplus-frontend/antdv/es/select';
|
|
4
4
|
import { StyleValue } from 'vue';
|
|
@@ -28,6 +28,10 @@ export interface BatchInputGroupProps extends Omit<ApFieldTextProps, 'value' | '
|
|
|
28
28
|
*/
|
|
29
29
|
value?: BatchInputGroupValueType;
|
|
30
30
|
'onUpdate:value'?: (nextValue: BatchInputGroupValueType) => void;
|
|
31
|
+
/**
|
|
32
|
+
* 设置弹出层弹出的位置,默认为`left`
|
|
33
|
+
*/
|
|
34
|
+
popoverPlacement?: 'left' | 'right' | number;
|
|
31
35
|
}
|
|
32
36
|
export interface BatchInputGroupPopoverInputProps extends Pick<ApFieldTextAreaProps, 'value' | 'onUpdate:value'> {
|
|
33
37
|
_parent?: HTMLElement;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as A, ref as m,
|
|
1
|
+
import { defineComponent as A, ref as m, createElementBlock as w, openBlock as B, normalizeClass as p, unref as e, createVNode as c, withCtx as d, createElementVNode as L } from "vue";
|
|
2
2
|
import { Popover as N, Textarea as P } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../../../config-provider/index.mjs";
|
|
4
4
|
import { IconApAdLineScreen as z } from "@aplus-frontend/icon";
|
|
@@ -33,7 +33,7 @@ const D = /* @__PURE__ */ A({
|
|
|
33
33
|
o.disabled ? n.value = !1 : n.value = t, !t && ((a = o.onClose) == null || a.call(o));
|
|
34
34
|
}
|
|
35
35
|
const { b: u, e: I, em: V, bm: k } = O("batch-input-group-popover-input");
|
|
36
|
-
return (t, a) => (
|
|
36
|
+
return (t, a) => (B(), w("div", {
|
|
37
37
|
class: p(e(u)())
|
|
38
38
|
}, [
|
|
39
39
|
c(e(N), {
|
|
@@ -1,50 +1,57 @@
|
|
|
1
|
-
import { ref as
|
|
1
|
+
import { ref as h, onMounted as x, nextTick as y, onActivated as D, onDeactivated as E } from "vue";
|
|
2
2
|
import "../../index.mjs";
|
|
3
|
-
import { useGlobalConfig as
|
|
4
|
-
function
|
|
5
|
-
return
|
|
3
|
+
import { useGlobalConfig as R } from "../../config-provider/hooks/use-global-config.mjs";
|
|
4
|
+
function L(e) {
|
|
5
|
+
return e === "admin" ? window : (window.top !== window ? window.top : window) ?? window;
|
|
6
6
|
}
|
|
7
|
-
function
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
function f(e, r) {
|
|
8
|
+
return r.document.querySelector(e);
|
|
9
|
+
}
|
|
10
|
+
function M(e, r = ".demo", m) {
|
|
11
|
+
const s = f(r, m);
|
|
12
|
+
s && (s.scrollTop = e);
|
|
10
13
|
}
|
|
11
14
|
function C(e) {
|
|
12
|
-
const
|
|
13
|
-
let
|
|
14
|
-
const
|
|
15
|
-
let
|
|
16
|
-
const
|
|
17
|
-
if (
|
|
18
|
-
const l =
|
|
19
|
-
|
|
15
|
+
const r = R("scrollYDomName"), m = R("uiMode"), s = L(m.value ?? "aplus");
|
|
16
|
+
let v = !0;
|
|
17
|
+
const o = h(0), w = h(0), Y = (["reset", "submit", void 0].includes(e == null ? void 0 : e.refreshType) ? e == null ? void 0 : e.refreshType : "submit") ?? "submit", T = (e == null ? void 0 : e.refreshBefore) ?? (() => !0);
|
|
18
|
+
let i = !0;
|
|
19
|
+
const b = (u) => {
|
|
20
|
+
if (v === !1) return;
|
|
21
|
+
const l = u.target;
|
|
22
|
+
w.value = l.scrollTop;
|
|
20
23
|
};
|
|
21
24
|
return x(() => {
|
|
22
25
|
y(() => {
|
|
23
|
-
|
|
26
|
+
i = !1;
|
|
24
27
|
});
|
|
25
28
|
}), D(() => {
|
|
26
|
-
const
|
|
27
|
-
if (
|
|
29
|
+
const u = T == null ? void 0 : T();
|
|
30
|
+
if (i) {
|
|
28
31
|
setTimeout(() => {
|
|
29
|
-
const l =
|
|
30
|
-
l && l.addEventListener("scroll",
|
|
32
|
+
const l = f(r.value, s);
|
|
33
|
+
l && l.addEventListener("scroll", b);
|
|
31
34
|
});
|
|
32
35
|
return;
|
|
33
36
|
}
|
|
34
|
-
|
|
35
|
-
var
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
u && setTimeout(() => {
|
|
38
|
+
var c, a, t, d, S, n, g;
|
|
39
|
+
v = !0, (a = (c = e == null ? void 0 : e.apTableRef) == null ? void 0 : c.value) == null || a[Y](), (g = (n = (S = (d = (t = e == null ? void 0 : e.apTableRef) == null ? void 0 : t.value) == null ? void 0 : d.scrollBar) == null ? void 0 : S.x) == null ? void 0 : n.scroll) == null || g.call(n, o.value), M(
|
|
40
|
+
w.value,
|
|
41
|
+
r.value,
|
|
42
|
+
s
|
|
43
|
+
);
|
|
44
|
+
const l = f(r.value, s);
|
|
45
|
+
l && l.addEventListener("scroll", b);
|
|
39
46
|
});
|
|
40
|
-
}),
|
|
41
|
-
var l,
|
|
42
|
-
|
|
43
|
-
const
|
|
44
|
-
|
|
47
|
+
}), E(() => {
|
|
48
|
+
var l, c, a, t, d;
|
|
49
|
+
v = !1, o.value = ((d = (t = (a = (c = (l = e == null ? void 0 : e.apTableRef) == null ? void 0 : l.value) == null ? void 0 : c.scrollBar) == null ? void 0 : a.x) == null ? void 0 : t.getCurrentScroll) == null ? void 0 : d.call(t)) ?? 0;
|
|
50
|
+
const u = f(r.value, s);
|
|
51
|
+
u && u.removeEventListener("scroll", b);
|
|
45
52
|
}), {
|
|
46
|
-
tableScrollX:
|
|
47
|
-
tableScrollY:
|
|
53
|
+
tableScrollX: o,
|
|
54
|
+
tableScrollY: w
|
|
48
55
|
};
|
|
49
56
|
}
|
|
50
57
|
export {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as I, computed as d, unref as o, createVNode as m, Fragment as W, watch as $, watchEffect as j,
|
|
1
|
+
import { defineComponent as I, computed as d, unref as o, createVNode as m, Fragment as W, watch as $, watchEffect as j, createElementBlock as C, openBlock as c, withModifiers as D, normalizeClass as z, normalizeStyle as M, createBlock as f, renderSlot as O, createCommentVNode as g, resolveDynamicComponent as S, createElementVNode as U } from "vue";
|
|
2
2
|
import { Skeleton as q } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../config-provider/index.mjs";
|
|
4
4
|
import "../hooks/index.mjs";
|
|
@@ -115,9 +115,9 @@ const K = ["src"], oe = /* @__PURE__ */ I({
|
|
|
115
115
|
return (b = (u = l.value) == null ? void 0 : u.cancelValue) == null ? void 0 : b.call(u, a.value);
|
|
116
116
|
});
|
|
117
117
|
}), (e, t) => (c(), C("div", {
|
|
118
|
-
style:
|
|
118
|
+
style: M(T.value),
|
|
119
119
|
class: z(w.value),
|
|
120
|
-
onClick:
|
|
120
|
+
onClick: D(F, ["stop"])
|
|
121
121
|
}, [n.value.loading ? (c(), f(o(q), {
|
|
122
122
|
key: 0,
|
|
123
123
|
active: ""
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as K, ref as d, unref as n, useSlots as M, watch as g,
|
|
1
|
+
import { defineComponent as K, ref as d, unref as n, useSlots as M, watch as g, createBlock as G, openBlock as H, mergeProps as b, withCtx as w, createVNode as W, createSlots as $, renderList as q, renderSlot as U, normalizeProps as J, guardReactiveProps as Q } from "vue";
|
|
2
2
|
import { Table as X } from "@aplus-frontend/antdv";
|
|
3
3
|
import { ApForm as C } from "../ap-form/index.mjs";
|
|
4
4
|
import { isArray as Y, isEqual as Z, isNumber as f, cloneDeep as m, omit as y } from "lodash-unified";
|
|
@@ -194,7 +194,7 @@ const he = /* @__PURE__ */ K({
|
|
|
194
194
|
scrollTo: z,
|
|
195
195
|
setTableData: P,
|
|
196
196
|
clear: O
|
|
197
|
-
}), (e, o) => (
|
|
197
|
+
}), (e, o) => (H(), G(n(C).FormItem, b(e.formItem, {
|
|
198
198
|
name: e.name,
|
|
199
199
|
label: e.label
|
|
200
200
|
}), {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as W, useSlots as $, ref as w, watch as C, unref as o,
|
|
1
|
+
import { defineComponent as W, useSlots as $, ref as w, watch as C, unref as o, createBlock as q, openBlock as J, withCtx as c, createVNode as b, mergeProps as Q, createSlots as X, renderList as Y, renderSlot as Z, normalizeProps as ee, guardReactiveProps as te } from "vue";
|
|
2
2
|
import { Table as ae } from "@aplus-frontend/antdv";
|
|
3
3
|
import { ApForm as p } from "../ap-form/index.mjs";
|
|
4
4
|
import { isEqual as ne, isArray as R, isNumber as x, cloneDeep as h, omit as F } from "lodash-unified";
|
|
@@ -209,7 +209,7 @@ const Ce = /* @__PURE__ */ W({
|
|
|
209
209
|
scrollTo: H,
|
|
210
210
|
clear: U,
|
|
211
211
|
setTableData: K
|
|
212
|
-
}), (e, t) => (
|
|
212
|
+
}), (e, t) => (J(), q(o(p), {
|
|
213
213
|
ref_key: "formRef",
|
|
214
214
|
ref: s,
|
|
215
215
|
"initial-values": {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as R, ref as i, watch as E, unref as a, computed as n,
|
|
1
|
+
import { defineComponent as R, ref as i, watch as E, unref as a, computed as n, createBlock as m, openBlock as d, withCtx as v, resolveDynamicComponent as z, mergeProps as C, renderSlot as F, createElementVNode as N, normalizeClass as S } from "vue";
|
|
2
2
|
import "../hooks/index.mjs";
|
|
3
3
|
import "../portal/index.mjs";
|
|
4
4
|
import "../config-provider/index.mjs";
|
|
@@ -43,12 +43,12 @@ const H = /* @__PURE__ */ R({
|
|
|
43
43
|
enter: o,
|
|
44
44
|
exit: s,
|
|
45
45
|
toggle: c
|
|
46
|
-
}), (e, r) => (
|
|
46
|
+
}), (e, r) => (d(), m(a(B), {
|
|
47
47
|
to: "body",
|
|
48
48
|
disabled: l.value !== "window"
|
|
49
49
|
}, {
|
|
50
50
|
default: v(() => [
|
|
51
|
-
(
|
|
51
|
+
(d(), m(z(e.wrapperElementName), C({
|
|
52
52
|
ref_key: "target",
|
|
53
53
|
ref: f
|
|
54
54
|
}, e.$attrs, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isClient as d } from "@vueuse/core";
|
|
2
|
-
import {
|
|
2
|
+
import { ref as c, computed as f, isRef as v, unref as u, watch as p } from "vue";
|
|
3
3
|
const a = /* @__PURE__ */ new WeakMap(), o = /* @__PURE__ */ new Set();
|
|
4
4
|
d && document.addEventListener("fullscreenchange", () => {
|
|
5
5
|
if (o.forEach((e) => e.value = !1), document.fullscreenElement) {
|
|
@@ -9,13 +9,13 @@ d && document.addEventListener("fullscreenchange", () => {
|
|
|
9
9
|
e && (e.value = !0);
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
const E = (e =
|
|
13
|
-
const i =
|
|
12
|
+
const E = (e = c(null)) => {
|
|
13
|
+
const i = f({
|
|
14
14
|
get: () => u(e),
|
|
15
15
|
set: (t) => {
|
|
16
16
|
v(e) && (e.value = t);
|
|
17
17
|
}
|
|
18
|
-
}), l =
|
|
18
|
+
}), l = c(!1);
|
|
19
19
|
o.add(l), p(
|
|
20
20
|
() => e.value,
|
|
21
21
|
(t, n) => {
|
|
@@ -40,7 +40,7 @@ const E = (e = f(null)) => {
|
|
|
40
40
|
}
|
|
41
41
|
return {
|
|
42
42
|
target: i,
|
|
43
|
-
full:
|
|
43
|
+
full: f(() => u(l)),
|
|
44
44
|
enter: r,
|
|
45
45
|
exit: s,
|
|
46
46
|
toggle: m
|
|
@@ -12,7 +12,8 @@ const e = {
|
|
|
12
12
|
chooseText: "Please choose",
|
|
13
13
|
redo: "Refresh",
|
|
14
14
|
back: "Back",
|
|
15
|
-
more: "More"
|
|
15
|
+
more: "More",
|
|
16
|
+
all: "All"
|
|
16
17
|
},
|
|
17
18
|
field: {
|
|
18
19
|
startDateText: "Start date",
|
|
@@ -142,7 +143,6 @@ const e = {
|
|
|
142
143
|
},
|
|
143
144
|
apGroupSearch: {
|
|
144
145
|
defaultPlaceholder: "Please input",
|
|
145
|
-
all: "All",
|
|
146
146
|
close: "Close",
|
|
147
147
|
clear: "Clear",
|
|
148
148
|
confirm: "Confirm",
|
|
@@ -12,7 +12,8 @@ const e = {
|
|
|
12
12
|
chooseText: "请选择",
|
|
13
13
|
redo: "刷新",
|
|
14
14
|
back: "返回",
|
|
15
|
-
more: "更多"
|
|
15
|
+
more: "更多",
|
|
16
|
+
all: "全部"
|
|
16
17
|
},
|
|
17
18
|
field: {
|
|
18
19
|
startDateText: "开始日期",
|
|
@@ -150,7 +151,6 @@ const e = {
|
|
|
150
151
|
},
|
|
151
152
|
apGroupSearch: {
|
|
152
153
|
defaultPlaceholder: "请输入",
|
|
153
|
-
all: "全部",
|
|
154
154
|
close: "关闭",
|
|
155
155
|
clear: "清空",
|
|
156
156
|
confirm: "确定",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as r,
|
|
1
|
+
import { defineComponent as r, createBlock as n, openBlock as p, Teleport as a, mergeProps as l, renderSlot as s } from "vue";
|
|
2
2
|
const m = /* @__PURE__ */ r({
|
|
3
3
|
name: "Portal",
|
|
4
4
|
__name: "index",
|
|
@@ -9,7 +9,7 @@ const m = /* @__PURE__ */ r({
|
|
|
9
9
|
},
|
|
10
10
|
setup(o) {
|
|
11
11
|
const t = o;
|
|
12
|
-
return (e, d) => (
|
|
12
|
+
return (e, d) => (p(), n(a, l(t, {
|
|
13
13
|
to: e.to || "body"
|
|
14
14
|
}), [
|
|
15
15
|
s(e.$slots, "default")
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as z, toRef as g, ref as p, watchEffect as x, unref as a, watch as _, computed as s,
|
|
1
|
+
import { defineComponent as z, toRef as g, ref as p, watchEffect as x, unref as a, watch as _, computed as s, createBlock as k, createCommentVNode as C, openBlock as B, mergeProps as L } from "vue";
|
|
2
2
|
import "./internal.vue2.mjs";
|
|
3
3
|
import { omit as R } from "lodash-unified";
|
|
4
4
|
import { getScrollable as u, ensureRangeValue as w } from "./utils/index.mjs";
|
|
@@ -79,14 +79,14 @@ const W = /* @__PURE__ */ z({
|
|
|
79
79
|
var e;
|
|
80
80
|
return a((e = l.value) == null ? void 0 : e.container);
|
|
81
81
|
})
|
|
82
|
-
}), (e, t) => n.value !== 100 ? (
|
|
82
|
+
}), (e, t) => n.value !== 100 ? (B(), k(E, L({
|
|
83
83
|
key: 0,
|
|
84
84
|
ref_key: "barRef",
|
|
85
85
|
ref: l
|
|
86
86
|
}, a(R)(r, ["onScroll", "extraSize", "scrollContainer"]), {
|
|
87
87
|
"bar-length": n.value,
|
|
88
88
|
onScroll: d
|
|
89
|
-
}), null, 16, ["bar-length"])) :
|
|
89
|
+
}), null, 16, ["bar-length"])) : C("", !0);
|
|
90
90
|
}
|
|
91
91
|
});
|
|
92
92
|
export {
|