@aplus-frontend/ui 0.4.19 → 0.4.21
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/item/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-modal/index.vue.d.ts +2 -1
- package/es/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
- package/es/src/ap-button/ap-action-button.vue.d.ts +2 -1
- package/es/src/ap-button/ap-button.vue.d.ts +2 -1
- package/es/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
- package/es/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
- package/es/src/ap-download/ap-download.vue.d.ts +5 -3
- package/es/src/ap-field/date/index.vue.d.ts +2 -1
- package/es/src/ap-field/date-range/index.vue.d.ts +2 -1
- package/es/src/ap-field/number/index.vue.d.ts +324 -2
- package/es/src/ap-field/radio/index.vue.d.ts +98 -2
- package/es/src/ap-field/rate/index.vue.d.ts +84 -2
- package/es/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/es/src/ap-field/select/index.vue.d.ts +409 -2
- package/es/src/ap-field/select/index.vue.mjs +7 -6
- package/es/src/ap-field/slider/index.vue.d.ts +259 -2
- package/es/src/ap-field/switch/index.vue.d.ts +2 -1
- package/es/src/ap-field/text/index.vue.d.ts +2 -1
- package/es/src/ap-field/text/password.vue.d.ts +2 -1
- package/es/src/ap-field/text-area/index.vue.d.ts +267 -2
- package/es/src/ap-form/ap-form.vue.d.ts +638 -2
- package/es/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/es/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
- package/es/src/ap-form/item/index.vue.d.ts +779 -2
- package/es/src/ap-form/item-group/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/date/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/date-range/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/number/index.vue.d.ts +785 -3
- package/es/src/ap-form/items/radio/index.vue.d.ts +223 -4
- package/es/src/ap-form/items/select/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/switch/index.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/group.vue.d.ts +2 -1
- package/es/src/ap-form/items/text/index.vue.d.ts +141 -3
- package/es/src/ap-form/items/text/password.vue.d.ts +150 -2
- package/es/src/ap-form/items/text-area/index.vue.d.ts +568 -4
- package/es/src/ap-form/list/index.vue.d.ts +2 -1
- package/es/src/ap-form/modal-form/index.vue.d.ts +1458 -7
- package/es/src/ap-form/provider/index.vue.d.ts +2 -1
- package/es/src/ap-form/render/control.vue.d.ts +2 -1
- package/es/src/ap-form/render/item.vue.d.ts +2 -1
- package/es/src/ap-form/search-form/index.vue.d.ts +1458 -5
- package/es/src/ap-form/set/index.vue.d.ts +2 -1
- package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
- package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +6 -2
- package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
- package/es/src/ap-list/index.vue.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +1 -1
- package/es/src/ap-table/components/index/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
- package/es/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/es/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
- package/es/src/ap-table/constants.d.ts +2264 -14
- package/es/src/ap-table/utils.d.ts +1180 -8
- package/es/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
- package/es/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/es/src/ap-upload/apUpload.vue.d.ts +5 -2
- package/es/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/es/src/ap-upload/components/Picture.vue.d.ts +5 -2
- package/es/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
- package/es/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
- package/es/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
- package/es/src/business/ap-appendix/index.d.ts +1 -1
- package/es/src/business/ap-batch-action/ApBatchAction.vue.d.ts +5 -2
- package/es/src/business/ap-batch-action/index.d.ts +3 -1
- package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
- package/es/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
- package/es/src/business/ap-batch-action-group/index.d.ts +887 -5
- package/es/src/business/ap-card/ApCard.vue.d.ts +3 -2
- package/es/src/business/ap-card/index.d.ts +1 -1
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +9 -8
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +8 -7
- package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
- package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
- package/es/src/business/ap-group-search/index.d.ts +418 -4
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +15 -14
- package/es/src/business/ap-image/ApImage.vue.d.ts +2 -1
- package/es/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
- package/es/src/business/ap-input-radio/index.d.ts +1 -1
- package/es/src/business/ap-ladder/ApLadder.vue.d.ts +6 -2
- package/es/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
- package/es/src/business/ap-ladder/index.d.ts +4 -1
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/es/src/business/ap-table-modal/index.d.ts +27 -2
- package/es/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
- package/es/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
- package/es/src/business/ap-table-modal/table-modal.vue.d.ts +30 -4
- package/es/src/business/ap-title/ApTitle.vue.d.ts +3 -2
- package/es/src/business/ap-title/index.d.ts +1 -1
- package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
- package/es/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
- package/es/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
- package/es/src/business/batch-input-group/index.vue.d.ts +146 -3
- package/es/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/es/src/business/hooks/useTableRefresh.mjs +43 -24
- package/es/src/check-card/group.vue.d.ts +2 -1
- package/es/src/check-card/index.vue.d.ts +3 -2
- package/es/src/editable-table/form-item.vue.d.ts +1 -1
- package/es/src/editable-table/index.vue.d.ts +1 -1
- package/es/src/full-screen/index.vue.d.ts +6 -2
- package/es/src/portal/index.vue.d.ts +2 -1
- package/es/src/resize-observer/index.vue.d.ts +2 -1
- package/es/src/scroll-bar/index.vue.d.ts +42 -3
- package/es/src/scroll-bar/internal.vue.d.ts +5 -1
- package/es/src/scroll-bar/internal.vue.mjs +11 -10
- package/es/src/scroll-view/index.vue.d.ts +92 -4
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
- package/lib/src/ap-action/item/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-dropdown/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-modal/index.vue.d.ts +2 -1
- package/lib/src/ap-action/item-popconfirm/index.vue.d.ts +2 -1
- package/lib/src/ap-button/ap-action-button.vue.d.ts +2 -1
- package/lib/src/ap-button/ap-button.vue.d.ts +2 -1
- package/lib/src/ap-descriptions/ap-descriptions.vue.d.ts +3 -2
- package/lib/src/ap-descriptions/help-message/index.vue.d.ts +3 -5
- package/lib/src/ap-download/ap-download.vue.d.ts +5 -3
- package/lib/src/ap-field/date/index.vue.d.ts +2 -1
- package/lib/src/ap-field/date-range/index.vue.d.ts +2 -1
- package/lib/src/ap-field/number/index.vue.d.ts +324 -2
- package/lib/src/ap-field/radio/index.vue.d.ts +98 -2
- package/lib/src/ap-field/rate/index.vue.d.ts +84 -2
- package/lib/src/ap-field/segmented/index.vue.d.ts +2 -1
- package/lib/src/ap-field/select/index.vue.d.ts +409 -2
- package/lib/src/ap-field/select/index.vue.js +1 -1
- package/lib/src/ap-field/slider/index.vue.d.ts +259 -2
- package/lib/src/ap-field/switch/index.vue.d.ts +2 -1
- package/lib/src/ap-field/text/index.vue.d.ts +2 -1
- package/lib/src/ap-field/text/password.vue.d.ts +2 -1
- package/lib/src/ap-field/text-area/index.vue.d.ts +267 -2
- package/lib/src/ap-form/ap-form.vue.d.ts +638 -2
- package/lib/src/ap-form/dependency/index.vue.d.ts +2 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +1458 -6
- package/lib/src/ap-form/item/index.vue.d.ts +779 -2
- package/lib/src/ap-form/item-group/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/checkbox/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/date/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/date-range/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/number/index.vue.d.ts +785 -3
- package/lib/src/ap-form/items/radio/index.vue.d.ts +223 -4
- package/lib/src/ap-form/items/select/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/switch/index.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/group.vue.d.ts +2 -1
- package/lib/src/ap-form/items/text/index.vue.d.ts +141 -3
- package/lib/src/ap-form/items/text/password.vue.d.ts +150 -2
- package/lib/src/ap-form/items/text-area/index.vue.d.ts +568 -4
- package/lib/src/ap-form/list/index.vue.d.ts +2 -1
- package/lib/src/ap-form/modal-form/index.vue.d.ts +1458 -7
- package/lib/src/ap-form/provider/index.vue.d.ts +2 -1
- package/lib/src/ap-form/render/control.vue.d.ts +2 -1
- package/lib/src/ap-form/render/item.vue.d.ts +2 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +1458 -5
- package/lib/src/ap-form/set/index.vue.d.ts +2 -1
- package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +3 -2
- package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +6 -2
- package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +3 -2
- package/lib/src/ap-list/index.vue.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +1 -1
- package/lib/src/ap-table/components/index/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/paragraph-ellipsis/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/modal/index.vue.d.ts +2 -1
- package/lib/src/ap-table/components/setting/select-group/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sortable/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sortable/item.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/sorter/index.vue.d.ts +1 -1
- package/lib/src/ap-table/components/setting/tree-select/index.vue.d.ts +1 -1
- package/lib/src/ap-table/constants.d.ts +2264 -14
- package/lib/src/ap-table/utils.d.ts +1180 -8
- package/lib/src/ap-tag/ap-tag-group.vue.d.ts +5 -2
- package/lib/src/ap-tag/ap-tag.vue.d.ts +1 -1
- package/lib/src/ap-upload/apUpload.vue.d.ts +5 -2
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +453 -2
- package/lib/src/ap-upload/components/Picture.vue.d.ts +5 -2
- package/lib/src/ap-upload/components/SingleFile.vue.d.ts +3 -1
- package/lib/src/business/ap-appendix/ap-appendix.vue.d.ts +5 -3
- package/lib/src/business/ap-appendix/icons/file-icon.vue.d.ts +1 -1
- package/lib/src/business/ap-appendix/index.d.ts +1 -1
- package/lib/src/business/ap-batch-action/ApBatchAction.vue.d.ts +5 -2
- package/lib/src/business/ap-batch-action/index.d.ts +3 -1
- package/lib/src/business/ap-batch-action-group/ApBatchActionGroup.vue.d.ts +2 -1
- package/lib/src/business/ap-batch-action-group/MenuItemGroup.vue.d.ts +3 -4
- package/lib/src/business/ap-batch-action-group/index.d.ts +887 -5
- package/lib/src/business/ap-card/ApCard.vue.d.ts +3 -2
- package/lib/src/business/ap-card/index.d.ts +1 -1
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +1 -1
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +5 -2
- package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +10 -346
- package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
- package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +1 -1
- package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +1 -1
- package/lib/src/business/ap-group-search/index.d.ts +418 -4
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +412 -340
- package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
- package/lib/src/business/ap-image/ApImage.vue.d.ts +2 -1
- package/lib/src/business/ap-input-radio/ApInputRadio.vue.d.ts +1 -1
- package/lib/src/business/ap-input-radio/index.d.ts +1 -1
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +6 -2
- package/lib/src/business/ap-ladder/HelpMessageIcon.vue.d.ts +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +4 -1
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +1 -1
- package/lib/src/business/ap-table-modal/index.d.ts +27 -2
- package/lib/src/business/ap-table-modal/modal-title.vue.d.ts +3 -2
- package/lib/src/business/ap-table-modal/table-layout/index.vue.d.ts +8 -8
- package/lib/src/business/ap-table-modal/table-modal.vue.d.ts +30 -4
- package/lib/src/business/ap-title/ApTitle.vue.d.ts +3 -2
- package/lib/src/business/ap-title/index.d.ts +1 -1
- package/lib/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.d.ts +5 -3
- package/lib/src/business/ap-upload-file/icon/delete-icon.vue.d.ts +1 -1
- package/lib/src/business/ap-upload-file/icon/file-icon.vue.d.ts +1 -1
- package/lib/src/business/batch-input-group/index.vue.d.ts +146 -3
- package/lib/src/business/batch-input-group/popover-input/index.vue.d.ts +267 -2
- package/lib/src/business/hooks/useTableRefresh.js +1 -1
- package/lib/src/check-card/group.vue.d.ts +2 -1
- package/lib/src/check-card/index.vue.d.ts +3 -2
- package/lib/src/editable-table/form-item.vue.d.ts +1 -1
- package/lib/src/editable-table/index.vue.d.ts +1 -1
- package/lib/src/full-screen/index.vue.d.ts +6 -2
- package/lib/src/portal/index.vue.d.ts +2 -1
- package/lib/src/resize-observer/index.vue.d.ts +2 -1
- package/lib/src/scroll-bar/index.vue.d.ts +42 -3
- package/lib/src/scroll-bar/internal.vue.d.ts +5 -1
- package/lib/src/scroll-bar/internal.vue.js +1 -1
- package/lib/src/scroll-view/index.vue.d.ts +92 -4
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +828 -2
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as P, ref as u, watchEffect as
|
|
1
|
+
import { defineComponent as P, ref as u, watchEffect as O, openBlock as R, createElementBlock as L, normalizeClass as p, unref as e, createVNode as a, withCtx as n, createElementVNode as s, mergeProps as M, createTextVNode as d, toDisplayString as m } from "vue";
|
|
2
2
|
import { Popover as T, Select as z, Button as f, Space as G } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../../../config-provider/index.mjs";
|
|
4
4
|
import A from "../images/icon-line-select.vue.mjs";
|
|
@@ -81,35 +81,36 @@ const Y = /* @__PURE__ */ P({
|
|
|
81
81
|
optionFilterProp: {},
|
|
82
82
|
optionLabelProp: {},
|
|
83
83
|
defaultActiveFirstOption: { type: Boolean },
|
|
84
|
+
onClickOption: {},
|
|
84
85
|
labelInValue: { type: Boolean },
|
|
85
86
|
__parentRef: {}
|
|
86
87
|
},
|
|
87
88
|
emits: ["submit", "open-change"],
|
|
88
89
|
setup(S, { emit: w }) {
|
|
89
|
-
const { t: r } = F(), h = E("uiMode", "aplus"),
|
|
90
|
-
|
|
91
|
-
t.value =
|
|
90
|
+
const { t: r } = F(), h = E("uiMode", "aplus"), i = S, v = w, t = u([]), c = u(!1), g = u();
|
|
91
|
+
O(() => {
|
|
92
|
+
t.value = i.value;
|
|
92
93
|
});
|
|
93
|
-
const B = (o) =>
|
|
94
|
-
|
|
94
|
+
const B = (o) => i.__parentRef || o, b = (o) => {
|
|
95
|
+
c.value = o, v("open-change", o);
|
|
95
96
|
}, C = () => {
|
|
96
|
-
|
|
97
|
+
c.value = !1;
|
|
97
98
|
}, _ = () => {
|
|
98
99
|
t.value = [];
|
|
99
|
-
},
|
|
100
|
+
}, k = (o) => {
|
|
100
101
|
t.value = o;
|
|
101
|
-
},
|
|
102
|
+
}, x = async () => {
|
|
102
103
|
var o;
|
|
103
104
|
(o = g.value) == null || o.blur(), C(), await D(150), v("submit", t.value);
|
|
104
105
|
}, { b: V, e: I, em: l } = K("ap-popover-select");
|
|
105
|
-
return (o, y) => (
|
|
106
|
+
return (o, y) => (R(), L("div", {
|
|
106
107
|
class: p(e(V)())
|
|
107
108
|
}, [
|
|
108
109
|
a(e(T), {
|
|
109
110
|
"overlay-class-name": e(I)("popover"),
|
|
110
111
|
"get-popup-container": B,
|
|
111
112
|
trigger: "click",
|
|
112
|
-
open:
|
|
113
|
+
open: c.value,
|
|
113
114
|
placement: "bottomLeft",
|
|
114
115
|
onOpenChange: b
|
|
115
116
|
}, {
|
|
@@ -118,7 +119,7 @@ const Y = /* @__PURE__ */ P({
|
|
|
118
119
|
s("div", {
|
|
119
120
|
class: p(e(l)("popover", "content"))
|
|
120
121
|
}, [
|
|
121
|
-
a(e(z),
|
|
122
|
+
a(e(z), M({ ...i }, {
|
|
122
123
|
ref_key: "selectRef",
|
|
123
124
|
ref: g,
|
|
124
125
|
mode: "tags",
|
|
@@ -129,7 +130,7 @@ const Y = /* @__PURE__ */ P({
|
|
|
129
130
|
`, "\r"],
|
|
130
131
|
"max-tag-count": 200,
|
|
131
132
|
open: !1,
|
|
132
|
-
onChange: y[0] || (y[0] = (N) =>
|
|
133
|
+
onChange: y[0] || (y[0] = (N) => k(N))
|
|
133
134
|
}), null, 16, ["value", "placeholder"])
|
|
134
135
|
], 2),
|
|
135
136
|
s("div", {
|
|
@@ -160,7 +161,7 @@ const Y = /* @__PURE__ */ P({
|
|
|
160
161
|
a(e(f), {
|
|
161
162
|
size: "small",
|
|
162
163
|
type: "primary",
|
|
163
|
-
onClick:
|
|
164
|
+
onClick: x
|
|
164
165
|
}, {
|
|
165
166
|
default: n(() => [
|
|
166
167
|
d(m(e(r)("ap.apGroupSearch.confirm")), 1)
|
|
@@ -2,6 +2,7 @@ import { ApImageProps } from './interface';
|
|
|
2
2
|
import { ImgInfo } from '@aplus-frontend/antdv/es/vc-image/src/Preview';
|
|
3
3
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
5
6
|
slots: {
|
|
6
7
|
toolbarRender?(_: {
|
|
7
8
|
originalNodes: import("vue/jsx-runtime").JSX.Element[];
|
|
@@ -29,7 +30,7 @@ declare function __VLS_template(): {
|
|
|
29
30
|
}): any;
|
|
30
31
|
};
|
|
31
32
|
refs: {};
|
|
32
|
-
|
|
33
|
+
rootEl: any;
|
|
33
34
|
};
|
|
34
35
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
35
36
|
declare const __VLS_component: DefineComponent<ApImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApImageProps> & Readonly<{}>, {
|
|
@@ -10,5 +10,5 @@ declare const _default: DefineComponent<ApInputRadioProps, {}, {}, {}, {}, Compo
|
|
|
10
10
|
bordered: boolean;
|
|
11
11
|
stringMode: boolean;
|
|
12
12
|
controls: boolean;
|
|
13
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
13
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
14
14
|
export default _default;
|
|
@@ -12,7 +12,7 @@ declare const ApInputRadio: {
|
|
|
12
12
|
bordered: boolean;
|
|
13
13
|
stringMode: boolean;
|
|
14
14
|
controls: boolean;
|
|
15
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
15
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
16
16
|
P: {};
|
|
17
17
|
B: {};
|
|
18
18
|
D: {};
|
|
@@ -7,12 +7,13 @@ import { LiteralUnion } from '@aplus-frontend/antdv/es/_util/type';
|
|
|
7
7
|
import { PresetColorType } from '@aplus-frontend/antdv/es/_util/colors';
|
|
8
8
|
import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigger/interface';
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
10
11
|
slots: Readonly<ApLadderSlots> & ApLadderSlots;
|
|
11
12
|
refs: {
|
|
12
13
|
wrapperRef: HTMLDivElement;
|
|
13
14
|
valueRefs: HTMLSpanElement;
|
|
14
15
|
};
|
|
15
|
-
|
|
16
|
+
rootEl: HTMLDivElement;
|
|
16
17
|
};
|
|
17
18
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
19
|
declare const __VLS_component: DefineComponent<ApLadderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApLadderProps> & Readonly<{}>, {
|
|
@@ -94,7 +95,10 @@ declare const __VLS_component: DefineComponent<ApLadderProps, {}, {}, {}, {}, Co
|
|
|
94
95
|
unitStyles: string | false | CSSProperties | StyleValue[] | null;
|
|
95
96
|
tooltipLabelStyles: string | false | CSSProperties | StyleValue[] | null;
|
|
96
97
|
tooltipValueStyles: string | false | CSSProperties | StyleValue[] | null;
|
|
97
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
98
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
99
|
+
wrapperRef: HTMLDivElement;
|
|
100
|
+
valueRefs: HTMLSpanElement;
|
|
101
|
+
}, HTMLDivElement>;
|
|
98
102
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
99
103
|
export default _default;
|
|
100
104
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -10,5 +10,5 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
10
10
|
type: PropType<ApLadderLabelValue>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
13
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLSpanElement>;
|
|
14
14
|
export default _default;
|
|
@@ -87,7 +87,10 @@ declare const ApLadder: {
|
|
|
87
87
|
unitStyles: string | false | CSSProperties | StyleValue[] | null;
|
|
88
88
|
tooltipLabelStyles: string | false | CSSProperties | StyleValue[] | null;
|
|
89
89
|
tooltipValueStyles: string | false | CSSProperties | StyleValue[] | null;
|
|
90
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
90
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
91
|
+
wrapperRef: HTMLDivElement;
|
|
92
|
+
valueRefs: HTMLSpanElement;
|
|
93
|
+
}, HTMLDivElement, ComponentProvideOptions, {
|
|
91
94
|
P: {};
|
|
92
95
|
B: {};
|
|
93
96
|
D: {};
|
|
@@ -5,7 +5,7 @@ declare const _default: <T extends ApSelectItem>(__VLS_props: NonNullable<Awaite
|
|
|
5
5
|
readonly onOnSelect?: ((value: T) => any) | undefined;
|
|
6
6
|
readonly onAfterEnter?: ((el: Element) => any) | undefined;
|
|
7
7
|
readonly onAfterLeave?: ((el: Element) => any) | undefined;
|
|
8
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onAfterEnter" | "onAfterLeave" | "onOnSelect"> & ApSelectLayoutProps<T>> & PublicProps;
|
|
8
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, never>, "onAfterEnter" | "onAfterLeave" | "onOnSelect"> & ApSelectLayoutProps<T> & Partial<{}>> & PublicProps;
|
|
9
9
|
expose(exposed: ShallowUnwrapRef<{}>): void;
|
|
10
10
|
attrs: any;
|
|
11
11
|
slots: {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { useTableModal } from './hooks/use-table-modal';
|
|
2
2
|
import { useTableSelectModal } from './hooks/use-table-select-modal';
|
|
3
|
-
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
|
|
3
|
+
import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ShallowUnwrapRef, ComputedRef, Ref, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps, Plugin } from 'vue';
|
|
4
4
|
import { ApTableModalProps, OpenOptions, OpenReturnType } from './interface';
|
|
5
5
|
import { Recordable } from '../../type';
|
|
6
6
|
import { TableColumnsType } from '@aplus-frontend/antdv';
|
|
7
|
+
import { ScrollBarExpose } from '../..';
|
|
7
8
|
/**
|
|
8
9
|
*
|
|
9
10
|
*/
|
|
@@ -65,7 +66,31 @@ declare const ApTableModal: {
|
|
|
65
66
|
focusTriggerAfterClose: boolean;
|
|
66
67
|
maxCount: number;
|
|
67
68
|
isRenderModalTitleSuffix: boolean;
|
|
68
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
69
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {
|
|
70
|
+
apTableRef: ShallowUnwrapRef<{
|
|
71
|
+
submit: () => void;
|
|
72
|
+
reset: () => void;
|
|
73
|
+
refresh: () => void;
|
|
74
|
+
setSearchFormValues: (fields: any) => void;
|
|
75
|
+
getSearchFormValues: (transform?: boolean) => Partial<any> | undefined;
|
|
76
|
+
getShownColumns: () => TableColumnsType<any>;
|
|
77
|
+
dataSource: ComputedRef<any[]>;
|
|
78
|
+
rowSelection: {
|
|
79
|
+
select: (item: any) => void;
|
|
80
|
+
unSelect: (item: any) => void;
|
|
81
|
+
isSelected: (item: any) => boolean;
|
|
82
|
+
selectAll: () => void;
|
|
83
|
+
unSelectAll: () => void;
|
|
84
|
+
clearAll: () => void;
|
|
85
|
+
toggleSelect: (item: any) => void;
|
|
86
|
+
selectedRows: ComputedRef<any[]>;
|
|
87
|
+
};
|
|
88
|
+
scrollBar: {
|
|
89
|
+
x: Ref< ScrollBarExpose | undefined, ScrollBarExpose | undefined>;
|
|
90
|
+
y: undefined;
|
|
91
|
+
};
|
|
92
|
+
}> | null;
|
|
93
|
+
}, any, ComponentProvideOptions, {
|
|
69
94
|
P: {};
|
|
70
95
|
B: {};
|
|
71
96
|
D: {};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
3
4
|
slots: {
|
|
4
5
|
default?(_: {
|
|
5
6
|
maxCount: number;
|
|
@@ -7,7 +8,7 @@ declare function __VLS_template(): {
|
|
|
7
8
|
}): any;
|
|
8
9
|
};
|
|
9
10
|
refs: {};
|
|
10
|
-
|
|
11
|
+
rootEl: HTMLDivElement;
|
|
11
12
|
};
|
|
12
13
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
14
|
declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
@@ -36,7 +37,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
36
37
|
type: NumberConstructor;
|
|
37
38
|
required: true;
|
|
38
39
|
};
|
|
39
|
-
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
40
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
40
41
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
42
|
export default _default;
|
|
42
43
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import { TableLayoutConfig } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, VNodeArrayChildren, VNode, RendererNode, RendererElement, ComponentProvideOptions } from 'vue';
|
|
3
|
+
type __VLS_Props = TableLayoutConfig & {
|
|
4
|
+
selectedList: any[];
|
|
5
|
+
};
|
|
3
6
|
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
4
8
|
slots: {
|
|
5
9
|
default?(_: {}): any;
|
|
6
10
|
default?(_: {}): any;
|
|
7
11
|
};
|
|
8
12
|
refs: {};
|
|
9
|
-
|
|
13
|
+
rootEl: HTMLDivElement;
|
|
10
14
|
};
|
|
11
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
-
declare const __VLS_component: DefineComponent<
|
|
13
|
-
selectedList: any[];
|
|
14
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
16
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
17
|
clear: () => any;
|
|
16
18
|
deleteItem: (record: any) => any;
|
|
17
|
-
}, string, PublicProps, Readonly<
|
|
18
|
-
selectedList: any[];
|
|
19
|
-
}> & Readonly<{
|
|
19
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
20
20
|
onClear?: (() => any) | undefined;
|
|
21
21
|
onDeleteItem?: ((record: any) => any) | undefined;
|
|
22
22
|
}>, {
|
|
@@ -24,7 +24,7 @@ declare const __VLS_component: DefineComponent<TableLayoutConfig & {
|
|
|
24
24
|
[key: string]: any;
|
|
25
25
|
}> | null;
|
|
26
26
|
selectedList: any[];
|
|
27
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
27
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
28
28
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
29
29
|
export default _default;
|
|
30
30
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { OpenOptions, OpenReturnType, ApTableModalProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ShallowUnwrapRef, ComputedRef, Ref } from 'vue';
|
|
3
3
|
import { Recordable } from '../../type';
|
|
4
4
|
import { TableColumnsType } from '@aplus-frontend/antdv';
|
|
5
|
-
|
|
5
|
+
import { ScrollBarExpose } from '../../scroll-bar';
|
|
6
|
+
type __VLS_Props = ApTableModalProps;
|
|
7
|
+
declare const _default: DefineComponent<__VLS_Props, {
|
|
6
8
|
open: <T>(selected?: any[], options?: OpenOptions) => Promise<OpenReturnType<T>>;
|
|
7
9
|
close: () => void;
|
|
8
10
|
getApTableInstance: () => {
|
|
@@ -40,7 +42,7 @@ declare const _default: DefineComponent<ApTableModalProps<any>, {
|
|
|
40
42
|
} | null;
|
|
41
43
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
42
44
|
finish: (selectedRowKeys: (string | number)[], selectedRows: any[]) => any;
|
|
43
|
-
}, string, PublicProps, Readonly<
|
|
45
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
44
46
|
onFinish?: ((selectedRowKeys: (string | number)[], selectedRows: any[]) => any) | undefined;
|
|
45
47
|
}>, {
|
|
46
48
|
mask: boolean;
|
|
@@ -59,5 +61,29 @@ declare const _default: DefineComponent<ApTableModalProps<any>, {
|
|
|
59
61
|
focusTriggerAfterClose: boolean;
|
|
60
62
|
maxCount: number;
|
|
61
63
|
isRenderModalTitleSuffix: boolean;
|
|
62
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
64
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
65
|
+
apTableRef: ShallowUnwrapRef<{
|
|
66
|
+
submit: () => void;
|
|
67
|
+
reset: () => void;
|
|
68
|
+
refresh: () => void;
|
|
69
|
+
setSearchFormValues: (fields: any) => void;
|
|
70
|
+
getSearchFormValues: (transform?: boolean) => Partial<any> | undefined;
|
|
71
|
+
getShownColumns: () => TableColumnsType<any>;
|
|
72
|
+
dataSource: ComputedRef<any[]>;
|
|
73
|
+
rowSelection: {
|
|
74
|
+
select: (item: any) => void;
|
|
75
|
+
unSelect: (item: any) => void;
|
|
76
|
+
isSelected: (item: any) => boolean;
|
|
77
|
+
selectAll: () => void;
|
|
78
|
+
unSelectAll: () => void;
|
|
79
|
+
clearAll: () => void;
|
|
80
|
+
toggleSelect: (item: any) => void;
|
|
81
|
+
selectedRows: ComputedRef<any[]>;
|
|
82
|
+
};
|
|
83
|
+
scrollBar: {
|
|
84
|
+
x: Ref< ScrollBarExpose | undefined, ScrollBarExpose | undefined>;
|
|
85
|
+
y: undefined;
|
|
86
|
+
};
|
|
87
|
+
}> | null;
|
|
88
|
+
}, any>;
|
|
63
89
|
export default _default;
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { ApTitleProps } from './interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
prefix?(_: {}): any;
|
|
6
7
|
suffix?(_: {}): any;
|
|
7
8
|
};
|
|
8
9
|
refs: {};
|
|
9
|
-
|
|
10
|
+
rootEl: HTMLDivElement;
|
|
10
11
|
};
|
|
11
12
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
13
|
declare const __VLS_component: DefineComponent<ApTitleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ApTitleProps> & Readonly<{}>, {
|
|
@@ -15,7 +16,7 @@ declare const __VLS_component: DefineComponent<ApTitleProps, {}, {}, {}, {}, Com
|
|
|
15
16
|
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
16
17
|
helpMessage: string;
|
|
17
18
|
helpIconColor: string;
|
|
18
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {},
|
|
19
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
19
20
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
21
|
export default _default;
|
|
21
22
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -8,7 +8,7 @@ declare const ApTitle: {
|
|
|
8
8
|
trigger: "hover" | "focus" | "click" | "contextmenu";
|
|
9
9
|
helpMessage: string;
|
|
10
10
|
helpIconColor: string;
|
|
11
|
-
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {},
|
|
11
|
+
}, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
|
|
12
12
|
P: {};
|
|
13
13
|
B: {};
|
|
14
14
|
D: {};
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { ApUploadFile, ApUploadSingleProps } from '../interface';
|
|
2
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
+
type __VLS_Props = ApUploadSingleProps;
|
|
3
4
|
declare function __VLS_template(): {
|
|
5
|
+
attrs: Partial<{}>;
|
|
4
6
|
slots: {
|
|
5
7
|
default?(_: {
|
|
6
8
|
file: ApUploadFile | undefined;
|
|
@@ -8,12 +10,12 @@ declare function __VLS_template(): {
|
|
|
8
10
|
}): any;
|
|
9
11
|
};
|
|
10
12
|
refs: {};
|
|
11
|
-
|
|
13
|
+
rootEl: any;
|
|
12
14
|
};
|
|
13
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
-
declare const __VLS_component: DefineComponent<
|
|
16
|
+
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
15
17
|
"update:fileList": (...args: any[]) => void;
|
|
16
|
-
}, string, PublicProps, Readonly<
|
|
18
|
+
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
17
19
|
"onUpdate:fileList"?: ((...args: any[]) => any) | undefined;
|
|
18
20
|
}>, {
|
|
19
21
|
accept: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3
3
|
export default _default;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {},
|
|
2
|
+
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
|
|
3
3
|
export default _default;
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { BatchInputGroupProps } from './interface';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
import { FieldMode } from '../../ap-field';
|
|
2
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
3
|
+
import { FieldMode, ApFieldTextProps } from '../../ap-field';
|
|
4
|
+
import { ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
5
|
+
import { FocusEventHandler, ChangeEventHandler, CompositionEventHandler, KeyboardEventHandler, MouseEventHandler } from '@aplus-frontend/antdv/es/_util/EventInterface';
|
|
6
|
+
import { ShowCountProps } from '@aplus-frontend/antdv/es/vc-input/inputProps';
|
|
7
|
+
import { InputFocusOptions } from '@aplus-frontend/antdv/es/vc-input/utils/commonUtils';
|
|
8
|
+
import { OnCleanup } from '@vue/reactivity';
|
|
4
9
|
declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
5
10
|
"update:value": (...args: any[]) => void;
|
|
6
11
|
}, string, PublicProps, Readonly<BatchInputGroupProps> & Readonly<{
|
|
@@ -13,5 +18,143 @@ declare const _default: DefineComponent<BatchInputGroupProps, {}, {}, {}, {}, Co
|
|
|
13
18
|
allowClear: boolean;
|
|
14
19
|
emptyText: string;
|
|
15
20
|
hasAll: boolean;
|
|
16
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
21
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
22
|
+
containerRef: HTMLDivElement;
|
|
23
|
+
inputRef: ({
|
|
24
|
+
$: ComponentInternalInstance;
|
|
25
|
+
$data: {};
|
|
26
|
+
$props: {
|
|
27
|
+
readonly mode?: FieldMode | undefined;
|
|
28
|
+
readonly class?: unknown;
|
|
29
|
+
readonly style?: unknown;
|
|
30
|
+
readonly type?: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password" | undefined;
|
|
31
|
+
readonly lazy?: boolean | undefined;
|
|
32
|
+
readonly size?: ButtonSize;
|
|
33
|
+
readonly hidden?: boolean | undefined;
|
|
34
|
+
readonly onBlur?: FocusEventHandler | undefined;
|
|
35
|
+
readonly onChange?: ChangeEventHandler | undefined;
|
|
36
|
+
readonly onCompositionend?: CompositionEventHandler | undefined;
|
|
37
|
+
readonly onCompositionstart?: CompositionEventHandler | undefined;
|
|
38
|
+
readonly onFocus?: FocusEventHandler | undefined;
|
|
39
|
+
readonly onInput?: ChangeEventHandler | undefined;
|
|
40
|
+
readonly onKeydown?: KeyboardEventHandler | undefined;
|
|
41
|
+
readonly onKeyup?: KeyboardEventHandler | undefined;
|
|
42
|
+
readonly onMousedown?: MouseEventHandler | undefined;
|
|
43
|
+
readonly value?: string | number | undefined;
|
|
44
|
+
readonly disabled?: boolean | undefined;
|
|
45
|
+
readonly bordered?: boolean | undefined;
|
|
46
|
+
readonly prefixCls?: string | undefined;
|
|
47
|
+
readonly name?: string | undefined;
|
|
48
|
+
readonly autocomplete?: string | undefined;
|
|
49
|
+
readonly status?: "" | "error" | "warning" | undefined;
|
|
50
|
+
readonly id?: string | undefined;
|
|
51
|
+
readonly placeholder?: string | number | undefined;
|
|
52
|
+
readonly prefix?: any;
|
|
53
|
+
readonly loading?: boolean | undefined;
|
|
54
|
+
readonly autofocus?: boolean | undefined;
|
|
55
|
+
readonly 'onUpdate:value'?: (((val: string) => void) & ((...args: any[]) => any)) | undefined;
|
|
56
|
+
readonly suffix?: any;
|
|
57
|
+
readonly focused?: boolean | undefined;
|
|
58
|
+
readonly defaultValue?: string | number | undefined;
|
|
59
|
+
readonly maxlength?: number | undefined;
|
|
60
|
+
readonly showCount?: boolean | ShowCountProps | undefined;
|
|
61
|
+
readonly htmlSize?: number | undefined;
|
|
62
|
+
readonly onPressEnter?: KeyboardEventHandler | undefined;
|
|
63
|
+
readonly onMouseUp?: MouseEventHandler | undefined;
|
|
64
|
+
readonly onRawInput?: ChangeEventHandler | undefined;
|
|
65
|
+
readonly valueModifiers?: Record<string, any> | undefined;
|
|
66
|
+
readonly inputElement?: any;
|
|
67
|
+
readonly triggerFocus?: (() => void) | undefined;
|
|
68
|
+
readonly readonly?: boolean | undefined;
|
|
69
|
+
readonly handleReset?: MouseEventHandler | undefined;
|
|
70
|
+
readonly addonBefore?: any;
|
|
71
|
+
readonly addonAfter?: any;
|
|
72
|
+
readonly clearIcon?: any;
|
|
73
|
+
readonly allowClear?: boolean | undefined;
|
|
74
|
+
readonly emptyText?: string | undefined;
|
|
75
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
76
|
+
$attrs: {
|
|
77
|
+
[x: string]: unknown;
|
|
78
|
+
};
|
|
79
|
+
$refs: {
|
|
80
|
+
[x: string]: unknown;
|
|
81
|
+
};
|
|
82
|
+
$slots: Readonly<{
|
|
83
|
+
[name: string]: Slot<any> | undefined;
|
|
84
|
+
}>;
|
|
85
|
+
$root: ComponentPublicInstance | null;
|
|
86
|
+
$parent: ComponentPublicInstance | null;
|
|
87
|
+
$host: Element | null;
|
|
88
|
+
$emit: (event: "update:value", ...args: any[]) => void;
|
|
89
|
+
$el: any;
|
|
90
|
+
$options: ComponentOptionsBase<Readonly< ApFieldTextProps> & Readonly<{
|
|
91
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
}>, {
|
|
93
|
+
focus: (options?: InputFocusOptions) => void;
|
|
94
|
+
blur: () => void;
|
|
95
|
+
input: any;
|
|
96
|
+
setSelectionRange: (start: number, end: number, direction?: "forward" | "backward" | "none") => void;
|
|
97
|
+
select: () => void;
|
|
98
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
99
|
+
"update:value": (...args: any[]) => void;
|
|
100
|
+
}, string, {
|
|
101
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
102
|
+
mode: FieldMode;
|
|
103
|
+
disabled: boolean;
|
|
104
|
+
bordered: boolean;
|
|
105
|
+
lazy: boolean;
|
|
106
|
+
allowClear: boolean;
|
|
107
|
+
emptyText: string;
|
|
108
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
109
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
110
|
+
created?: (() => void) | (() => void)[];
|
|
111
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
112
|
+
mounted?: (() => void) | (() => void)[];
|
|
113
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
114
|
+
updated?: (() => void) | (() => void)[];
|
|
115
|
+
activated?: (() => void) | (() => void)[];
|
|
116
|
+
deactivated?: (() => void) | (() => void)[];
|
|
117
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
118
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
119
|
+
destroyed?: (() => void) | (() => void)[];
|
|
120
|
+
unmounted?: (() => void) | (() => void)[];
|
|
121
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
122
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
123
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
124
|
+
};
|
|
125
|
+
$forceUpdate: () => void;
|
|
126
|
+
$nextTick: nextTick;
|
|
127
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
128
|
+
} & Readonly<{
|
|
129
|
+
type: "number" | "reset" | "submit" | "button" | "search" | "time" | "month" | "date" | "week" | "hidden" | "checkbox" | "radio" | "color" | "text" | "range" | "tel" | "url" | "email" | "image" | "datetime-local" | "file" | "password";
|
|
130
|
+
mode: FieldMode;
|
|
131
|
+
disabled: boolean;
|
|
132
|
+
bordered: boolean;
|
|
133
|
+
lazy: boolean;
|
|
134
|
+
allowClear: boolean;
|
|
135
|
+
emptyText: string;
|
|
136
|
+
}> & Omit<Readonly< ApFieldTextProps> & Readonly<{
|
|
137
|
+
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
138
|
+
}>, "blur" | "focus" | "input" | "select" | ("type" | "mode" | "disabled" | "bordered" | "lazy" | "allowClear" | "emptyText") | "setSelectionRange"> & ShallowUnwrapRef<{
|
|
139
|
+
focus: (options?: InputFocusOptions) => void;
|
|
140
|
+
blur: () => void;
|
|
141
|
+
input: any;
|
|
142
|
+
setSelectionRange: (start: number, end: number, direction?: "forward" | "backward" | "none") => void;
|
|
143
|
+
select: () => void;
|
|
144
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
145
|
+
$slots: Readonly<{
|
|
146
|
+
addonAfter?: any;
|
|
147
|
+
addonBefore?: any;
|
|
148
|
+
prefix?: any;
|
|
149
|
+
suffix?: any;
|
|
150
|
+
clearIcon?: any;
|
|
151
|
+
}> & {
|
|
152
|
+
addonAfter?: any;
|
|
153
|
+
addonBefore?: any;
|
|
154
|
+
prefix?: any;
|
|
155
|
+
suffix?: any;
|
|
156
|
+
clearIcon?: any;
|
|
157
|
+
};
|
|
158
|
+
}) | null;
|
|
159
|
+
}, HTMLDivElement>;
|
|
17
160
|
export default _default;
|