@aplus-frontend/ui 0.5.18 → 0.5.20
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/index.mjs +231 -227
- 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-button/ap-confirm-button.vue.mjs +2 -2
- package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
- 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.d.ts +3 -1
- package/es/src/ap-field/index.mjs +39 -35
- package/es/src/ap-field/interface.d.ts +33 -1
- 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 +2 -2
- package/es/src/ap-field/select/use-select-options.d.ts +2 -2
- 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-field/tree-select/index.vue.d.ts +1155 -0
- package/es/src/ap-field/tree-select/index.vue.mjs +251 -0
- package/es/src/ap-field/tree-select/index.vue2.mjs +4 -0
- package/es/src/ap-field/tree-select/style/css.d.ts +1 -0
- package/es/src/ap-field/tree-select/style/css.js +1 -0
- package/es/src/ap-field/tree-select/style/index.d.ts +1 -0
- package/es/src/ap-field/tree-select/style/index.js +1 -0
- package/es/src/ap-field/tree-select/use-request.d.ts +41 -0
- package/es/src/ap-field/tree-select/use-request.mjs +66 -0
- package/es/src/ap-form/ap-form.vue.d.ts +1 -2
- package/es/src/ap-form/ap-form.vue2.mjs +2 -2
- package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
- 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/item-tree-select/style/css.d.ts +1 -0
- package/es/src/ap-form/item-tree-select/style/css.js +1 -0
- package/es/src/ap-form/item-tree-select/style/index.d.ts +1 -0
- package/es/src/ap-form/item-tree-select/style/index.js +1 -0
- 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/index.d.ts +2 -1
- package/es/src/ap-form/items/index.mjs +3 -2
- package/es/src/ap-form/items/interface.d.ts +6 -1
- 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.d.ts +1244 -4
- package/es/src/ap-form/items/select/index.vue.mjs +25 -22
- 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/items/tree-select/index.vue.d.ts +1585 -0
- package/es/src/ap-form/items/tree-select/index.vue.mjs +107 -0
- package/es/src/ap-form/items/tree-select/index.vue2.mjs +4 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
- 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.d.ts +3 -4
- 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-grid/editable/form-item.vue.d.ts +2 -4
- package/es/src/ap-grid/editable/form-item.vue.mjs +32 -31
- package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
- package/es/src/ap-grid/editable/index.vue.mjs +11 -10
- package/es/src/ap-grid/hooks/use-inner-params.mjs +3 -3
- package/es/src/ap-grid/index.vue.d.ts +2 -4
- package/es/src/ap-grid/index.vue.mjs +102 -99
- package/es/src/ap-grid/interface.d.ts +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.d.ts +2 -4
- package/es/src/ap-list/index.vue.mjs +4 -4
- package/es/src/ap-modal/utils/confirm.d.ts +1 -1
- package/es/src/ap-table/ap-table.vue.d.ts +2 -4
- package/es/src/ap-table/ap-table.vue2.mjs +13 -13
- package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
- package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
- 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.d.ts +4055 -1945
- package/es/src/ap-table/constants.mjs +53 -49
- package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
- package/es/src/ap-table/hooks/use-table-paging-ng.mjs +108 -107
- package/es/src/ap-table/interface.d.ts +13 -1
- package/es/src/ap-table/utils.d.ts +1462 -6
- 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.vue.d.ts +1 -1
- package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
- package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
- 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-batch-action-group/index.d.ts +3 -3
- 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.vue.d.ts +2 -4
- package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
- package/es/src/business/ap-expand-alert/index.d.ts +4 -6
- 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.vue.d.ts +2 -6
- package/es/src/business/ap-ladder/ApLadder.vue2.mjs +50 -50
- package/es/src/business/ap-ladder/components/SimpleMode.vue.d.ts +13 -13
- package/es/src/business/ap-ladder/components/SimpleMode.vue2.mjs +40 -37
- package/es/src/business/ap-ladder/components/ValueGroupMode.vue.d.ts +19 -19
- package/es/src/business/ap-ladder/components/ValueGroupMode.vue2.mjs +118 -122
- package/es/src/business/ap-ladder/index.d.ts +1 -3
- package/es/src/business/ap-ladder/interface.d.ts +16 -16
- package/es/src/business/ap-select-layout/index.d.ts +2 -4
- package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
- 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.mjs +1 -1
- package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
- package/es/src/check-card/index.vue2.mjs +3 -3
- package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
- package/es/src/editable-table/form-item.vue.d.ts +2 -4
- package/es/src/editable-table/form-item.vue.mjs +2 -2
- package/es/src/editable-table/index.vue.d.ts +2 -4
- 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/index.mjs +230 -226
- package/es/src/mask/index.vue.mjs +10 -10
- package/es/src/path-map.mjs +2 -0
- 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.d.ts +5 -5
- package/es/src/scroll-view/index.vue.mjs +9 -9
- package/es/src/tests/wrapper.d.ts +4 -4
- package/es/src/text/group.vue.mjs +2 -2
- package/es/src/text/index.vue.mjs +46 -41
- package/es/src/text/interface.d.ts +6 -0
- package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
- package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
- package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
- package/lib/index.js +1 -1
- package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
- package/lib/src/ap-field/index.d.ts +3 -1
- package/lib/src/ap-field/index.js +1 -1
- package/lib/src/ap-field/interface.d.ts +33 -1
- package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
- package/lib/src/ap-field/tree-select/index.vue.d.ts +1155 -0
- package/lib/src/ap-field/tree-select/index.vue.js +1 -0
- package/lib/src/ap-field/tree-select/index.vue2.js +1 -0
- package/lib/src/ap-field/tree-select/style/css.cjs +1 -0
- package/lib/src/ap-field/tree-select/style/css.d.ts +1 -0
- package/lib/src/ap-field/tree-select/style/index.cjs +1 -0
- package/lib/src/ap-field/tree-select/style/index.d.ts +1 -0
- package/lib/src/ap-field/tree-select/use-request.d.ts +41 -0
- package/lib/src/ap-field/tree-select/use-request.js +1 -0
- package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
- package/lib/src/ap-form/item-tree-select/style/css.cjs +1 -0
- package/lib/src/ap-form/item-tree-select/style/css.d.ts +1 -0
- package/lib/src/ap-form/item-tree-select/style/index.cjs +1 -0
- package/lib/src/ap-form/item-tree-select/style/index.d.ts +1 -0
- package/lib/src/ap-form/items/index.d.ts +2 -1
- package/lib/src/ap-form/items/index.js +1 -1
- package/lib/src/ap-form/items/interface.d.ts +6 -1
- package/lib/src/ap-form/items/select/index.vue.d.ts +1244 -4
- package/lib/src/ap-form/items/select/index.vue.js +1 -1
- package/lib/src/ap-form/items/tree-select/index.vue.d.ts +1585 -0
- package/lib/src/ap-form/items/tree-select/index.vue.js +1 -0
- package/lib/src/ap-form/items/tree-select/index.vue2.js +1 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
- package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
- package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
- package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
- package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
- package/lib/src/ap-grid/editable/index.vue.js +1 -1
- package/lib/src/ap-grid/index.vue.d.ts +2 -4
- package/lib/src/ap-grid/index.vue.js +1 -1
- package/lib/src/ap-grid/interface.d.ts +1 -1
- package/lib/src/ap-list/index.vue.d.ts +2 -4
- package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
- package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
- package/lib/src/ap-table/constants.d.ts +4055 -1945
- package/lib/src/ap-table/constants.js +1 -1
- package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
- package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
- package/lib/src/ap-table/interface.d.ts +13 -1
- package/lib/src/ap-table/utils.d.ts +1462 -6
- package/lib/src/ap-upload/apUpload.vue.js +1 -1
- package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
- package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
- package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
- package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
- package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
- package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
- package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
- package/lib/src/business/ap-ladder/components/SimpleMode.vue.d.ts +13 -13
- package/lib/src/business/ap-ladder/components/SimpleMode.vue2.js +1 -1
- package/lib/src/business/ap-ladder/components/ValueGroupMode.vue.d.ts +19 -19
- package/lib/src/business/ap-ladder/components/ValueGroupMode.vue2.js +1 -1
- package/lib/src/business/ap-ladder/index.d.ts +1 -3
- package/lib/src/business/ap-ladder/interface.d.ts +16 -16
- package/lib/src/business/ap-select-layout/index.d.ts +2 -4
- package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
- package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
- package/lib/src/editable-table/form-item.vue.d.ts +2 -4
- package/lib/src/editable-table/index.vue.d.ts +2 -4
- package/lib/src/index.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/scroll-view/index.vue.d.ts +5 -5
- package/lib/src/tests/wrapper.d.ts +4 -4
- package/lib/src/text/index.vue.js +1 -1
- package/lib/src/text/interface.d.ts +6 -0
- package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
- package/package.json +1 -1
- package/theme/ap-ladder/ap-ladder.css +41 -1
- package/theme/ap-ladder/ap-ladder.less +41 -2
- package/theme/index.css +41 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as O, unref as t, resolveComponent as R,
|
|
1
|
+
import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as O, unref as t, resolveComponent as R, createElementBlock as D, openBlock as C, normalizeClass as d, createVNode as p, withCtx as w, createBlock as K, createCommentVNode as F, renderSlot as T, normalizeStyle as $ } from "vue";
|
|
2
2
|
import { Flex as j, Select as E } from "@aplus-frontend/antdv";
|
|
3
3
|
import G from "./images/icon-down.vue.mjs";
|
|
4
4
|
import "./extension-select/index.vue.mjs";
|
|
@@ -154,7 +154,7 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
|
|
|
154
154
|
return [
|
|
155
155
|
p(t(E), {
|
|
156
156
|
value: V.value,
|
|
157
|
-
style:
|
|
157
|
+
style: $(B.value),
|
|
158
158
|
class: d(`${e.$attrs.class} ${t(f) === "admin" ? t(L)("search", "admin") : t(g)("search")}`),
|
|
159
159
|
options: k.value,
|
|
160
160
|
bordered: !1,
|
|
@@ -166,13 +166,13 @@ const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
|
|
|
166
166
|
]),
|
|
167
167
|
_: 1
|
|
168
168
|
}, 8, ["value", "style", "class", "options", "dropdown-match-select-width"]),
|
|
169
|
-
t(f) === "aplus" ? (C(),
|
|
169
|
+
t(f) === "aplus" ? (C(), K(n, {
|
|
170
170
|
key: 0,
|
|
171
171
|
class: d(t(g)("divider")),
|
|
172
172
|
type: "vertical",
|
|
173
173
|
style: {}
|
|
174
|
-
}, null, 8, ["class"])) :
|
|
175
|
-
|
|
174
|
+
}, null, 8, ["class"])) : F("", !0),
|
|
175
|
+
T(e.$slots, "search", {
|
|
176
176
|
key: (s = t(a)) == null ? void 0 : s.key,
|
|
177
177
|
value: (i = t(a)) == null ? void 0 : i.value,
|
|
178
178
|
change: v
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as C, ref as a, computed as y, watch as w,
|
|
1
|
+
import { defineComponent as C, ref as a, computed as y, watch as w, createElementBlock as B, openBlock as _, createVNode as s, unref as l, normalizeStyle as x, normalizeClass as b, withCtx as S } from "vue";
|
|
2
2
|
import { Select as I } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../popover-select/index.vue.mjs";
|
|
4
4
|
import "../../../config-provider/index.mjs";
|
|
@@ -99,14 +99,14 @@ const F = /* @__PURE__ */ C({
|
|
|
99
99
|
const p = (e) => {
|
|
100
100
|
n.value = e, f("change", e);
|
|
101
101
|
}, { b: g } = V("ap-extension-select");
|
|
102
|
-
return (e, i) => (
|
|
102
|
+
return (e, i) => (_(), B("div", {
|
|
103
103
|
ref_key: "containerRef",
|
|
104
104
|
ref: r
|
|
105
105
|
}, [
|
|
106
106
|
s(l(I), {
|
|
107
|
-
class:
|
|
107
|
+
class: b(l(g)()),
|
|
108
108
|
value: n.value,
|
|
109
|
-
style:
|
|
109
|
+
style: x(e.$attrs.style),
|
|
110
110
|
bordered: l(d) === "admin",
|
|
111
111
|
mode: "tags",
|
|
112
112
|
"show-arrow": !0,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as n, openBlock as e, createElementVNode as o } from "vue";
|
|
2
2
|
import l from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
3
|
const r = {}, i = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10,7 +10,7 @@ const r = {}, i = {
|
|
|
10
10
|
viewBox: "0 0 16 16"
|
|
11
11
|
};
|
|
12
12
|
function c(s, t) {
|
|
13
|
-
return
|
|
13
|
+
return e(), n("svg", i, t[0] || (t[0] = [
|
|
14
14
|
o("g", null, [
|
|
15
15
|
o("g", null, [
|
|
16
16
|
o("path", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createElementBlock as e, openBlock as o, createElementVNode as Q } from "vue";
|
|
2
2
|
import t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
3
|
const n = {}, r = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10,7 +10,7 @@ const n = {}, r = {
|
|
|
10
10
|
viewBox: "0 0 16 16"
|
|
11
11
|
};
|
|
12
12
|
function i(c, l) {
|
|
13
|
-
return
|
|
13
|
+
return o(), e("svg", r, l[0] || (l[0] = [
|
|
14
14
|
Q("g", null, [
|
|
15
15
|
Q("g", null, [
|
|
16
16
|
Q("path", {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as P, ref as u, watchEffect as O,
|
|
1
|
+
import { defineComponent as P, ref as u, watchEffect as O, createElementBlock as R, openBlock 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";
|
|
@@ -103,7 +103,7 @@ const Y = /* @__PURE__ */ P({
|
|
|
103
103
|
var o;
|
|
104
104
|
(o = g.value) == null || o.blur(), C(), await D(150), v("submit", t.value);
|
|
105
105
|
}, { b: V, e: I, em: l } = K("ap-popover-select");
|
|
106
|
-
return (o, y) => (
|
|
106
|
+
return (o, y) => (L(), R("div", {
|
|
107
107
|
class: p(e(V)())
|
|
108
108
|
}, [
|
|
109
109
|
a(e(T), {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as S, computed as c, ref as U, watchEffect as j,
|
|
1
|
+
import { defineComponent as S, computed as c, ref as U, watchEffect as j, createBlock as p, openBlock as i, unref as n, mergeProps as g, withCtx as B, renderSlot as E, normalizeProps as I, guardReactiveProps as L, createElementVNode as b, normalizeClass as D, createElementBlock as M, Fragment as P, renderList as R, resolveDynamicComponent as T, createVNode as x } from "vue";
|
|
2
2
|
import { Image as z } from "@aplus-frontend/antdv";
|
|
3
3
|
import { DownloadOutlined as V } from "@ant-design/icons-vue";
|
|
4
4
|
import { injectLocaleToOss as W, getOssInstance as G, getSignatureUrl as $ } from "./hooks/useOss.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as f, onMounted as g,
|
|
1
|
+
import { defineComponent as f, onMounted as g, createElementBlock as R, openBlock as V, normalizeClass as b, unref as t, createVNode as i, mergeProps as h } from "vue";
|
|
2
2
|
import "../../config-provider/index.mjs";
|
|
3
3
|
import { Form as I, InputNumber as B, RadioGroup as k } from "@aplus-frontend/antdv";
|
|
4
4
|
import { omit as _ } from "lodash-unified";
|
|
@@ -51,7 +51,7 @@ const G = /* @__PURE__ */ f({
|
|
|
51
51
|
}
|
|
52
52
|
}), (a, o) => {
|
|
53
53
|
var l, r;
|
|
54
|
-
return
|
|
54
|
+
return V(), R("div", {
|
|
55
55
|
class: b([t(m)()])
|
|
56
56
|
}, [
|
|
57
57
|
i(t(B), h({
|
|
@@ -9,9 +9,7 @@ import { AlignType, BuildInPlacements } from '@aplus-frontend/antdv/es/vc-trigge
|
|
|
9
9
|
declare function __VLS_template(): {
|
|
10
10
|
attrs: Partial<{}>;
|
|
11
11
|
slots: Readonly<ApLadderSlots> & ApLadderSlots;
|
|
12
|
-
refs: {
|
|
13
|
-
wrapperRef: HTMLDivElement;
|
|
14
|
-
};
|
|
12
|
+
refs: {};
|
|
15
13
|
rootEl: HTMLDivElement;
|
|
16
14
|
};
|
|
17
15
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -97,9 +95,7 @@ declare const __VLS_component: DefineComponent<ApLadderProps, {}, {}, {}, {}, Co
|
|
|
97
95
|
labelValues: Array<ApLadderLabelValue>;
|
|
98
96
|
majorColor: string;
|
|
99
97
|
minorColor: string;
|
|
100
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
101
|
-
wrapperRef: HTMLDivElement;
|
|
102
|
-
}, HTMLDivElement>;
|
|
98
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
103
99
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
104
100
|
export default _default;
|
|
105
101
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -1,87 +1,87 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { memoize as
|
|
1
|
+
import { defineComponent as C, useSlots as j, computed as e, createElementBlock as _, openBlock as i, normalizeClass as g, unref as o, createBlock as n, createCommentVNode as V, createSlots as p, withCtx as m, renderSlot as u } from "vue";
|
|
2
|
+
import { memoize as h } from "lodash-unified";
|
|
3
3
|
import "../../config-provider/index.mjs";
|
|
4
4
|
import "./components/SimpleMode.vue.mjs";
|
|
5
5
|
import "./components/ValueGroupMode.vue.mjs";
|
|
6
|
-
import { isNull as
|
|
7
|
-
import { useNamespace as
|
|
8
|
-
import { useGlobalConfig as
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
const J = /* @__PURE__ */
|
|
6
|
+
import { isNull as L, createMemoizeKey as A } from "./utils.mjs";
|
|
7
|
+
import { useNamespace as M } from "../../config-provider/hooks/use-namespace.mjs";
|
|
8
|
+
import { useGlobalConfig as $ } from "../../config-provider/hooks/use-global-config.mjs";
|
|
9
|
+
import B from "./components/SimpleMode.vue2.mjs";
|
|
10
|
+
import w from "./components/ValueGroupMode.vue2.mjs";
|
|
11
|
+
const J = /* @__PURE__ */ C({
|
|
12
12
|
name: "ApLadder",
|
|
13
13
|
__name: "ApLadder",
|
|
14
14
|
props: {
|
|
15
15
|
major: {},
|
|
16
16
|
minor: {},
|
|
17
17
|
majorColor: { default: "" },
|
|
18
|
-
majorStyles: {
|
|
18
|
+
majorStyles: {},
|
|
19
19
|
minorColor: { default: "" },
|
|
20
|
-
minorStyles: {
|
|
21
|
-
layout: { default: "
|
|
20
|
+
minorStyles: {},
|
|
21
|
+
layout: { default: "vertical" },
|
|
22
22
|
tooltip: { type: Boolean, default: !0 },
|
|
23
23
|
labelValues: { default: () => [] },
|
|
24
24
|
labelAlign: { default: "left" },
|
|
25
|
-
labelStyles: {
|
|
26
|
-
valueStyles: {
|
|
27
|
-
linkStyles: {
|
|
28
|
-
unitStyles: {
|
|
25
|
+
labelStyles: {},
|
|
26
|
+
valueStyles: {},
|
|
27
|
+
linkStyles: {},
|
|
28
|
+
unitStyles: {},
|
|
29
29
|
tooltipProps: { default: () => ({}) },
|
|
30
|
-
tooltipLabelStyles: {
|
|
31
|
-
tooltipValueStyles: {
|
|
30
|
+
tooltipLabelStyles: {},
|
|
31
|
+
tooltipValueStyles: {}
|
|
32
32
|
},
|
|
33
33
|
setup(y) {
|
|
34
|
-
const
|
|
34
|
+
const s = j(), l = y, { b: c, m: f } = M("ap-ladder"), d = $("uiMode", "aplus"), v = e(
|
|
35
|
+
() => l.labelValues === void 0 || l.labelValues.length === 0
|
|
36
|
+
), b = e(() => l.labelValues.length > 0), S = e(() => l.labelAlign), r = h((t) => L(t) ? "" : typeof t == "number" ? t.toString() : typeof t == "string" ? t : "", A), a = e(() => !!s.title || l.tooltip), k = (t) => {
|
|
35
37
|
t.link && window.open(t.link, "_blank"), typeof t.handleClickLink == "function" && t.handleClickLink();
|
|
36
38
|
};
|
|
37
|
-
return (t,
|
|
38
|
-
|
|
39
|
-
ref: S,
|
|
40
|
-
class: _([e(c)(), `${e(f)(e(d))}`])
|
|
39
|
+
return (t, N) => (i(), _("div", {
|
|
40
|
+
class: g([o(c)(), `${o(f)(o(d))}`])
|
|
41
41
|
}, [
|
|
42
|
-
|
|
42
|
+
v.value ? (i(), n(B, {
|
|
43
43
|
key: 0,
|
|
44
44
|
major: l.major,
|
|
45
45
|
minor: l.minor,
|
|
46
|
-
"major-styles": l.majorStyles,
|
|
47
|
-
"major-color": l.majorColor,
|
|
48
|
-
"minor-styles": l.minorStyles,
|
|
49
|
-
"minor-color": l.minorColor,
|
|
50
|
-
"tooltip-props": l.tooltipProps,
|
|
46
|
+
"major-styles": l.majorStyles || {},
|
|
47
|
+
"major-color": l.majorColor || {},
|
|
48
|
+
"minor-styles": l.minorStyles || {},
|
|
49
|
+
"minor-color": l.minorColor || {},
|
|
50
|
+
"tooltip-props": l.tooltipProps || {},
|
|
51
51
|
layout: l.layout,
|
|
52
|
-
tooltip:
|
|
53
|
-
"convert-value":
|
|
52
|
+
tooltip: a.value,
|
|
53
|
+
"convert-value": o(r)
|
|
54
54
|
}, p({ _: 2 }, [
|
|
55
|
-
|
|
55
|
+
s.title ? {
|
|
56
56
|
name: "title",
|
|
57
|
-
fn:
|
|
58
|
-
|
|
57
|
+
fn: m(() => [
|
|
58
|
+
u(t.$slots, "title")
|
|
59
59
|
]),
|
|
60
60
|
key: "0"
|
|
61
61
|
} : void 0
|
|
62
|
-
]), 1032, ["major", "minor", "major-styles", "major-color", "minor-styles", "minor-color", "tooltip-props", "layout", "tooltip", "convert-value"])) :
|
|
62
|
+
]), 1032, ["major", "minor", "major-styles", "major-color", "minor-styles", "minor-color", "tooltip-props", "layout", "tooltip", "convert-value"])) : b.value ? (i(), n(w, {
|
|
63
63
|
key: 1,
|
|
64
|
-
"label-values": l.labelValues,
|
|
65
|
-
"label-align":
|
|
66
|
-
"label-styles": l.labelStyles,
|
|
67
|
-
"value-styles": l.valueStyles,
|
|
68
|
-
"link-styles": l.linkStyles,
|
|
69
|
-
"unit-styles": l.unitStyles,
|
|
70
|
-
"tooltip-label-styles": l.tooltipLabelStyles,
|
|
71
|
-
"tooltip-value-styles": l.tooltipValueStyles,
|
|
72
|
-
"tooltip-props": l.tooltipProps,
|
|
73
|
-
tooltip:
|
|
74
|
-
"convert-value":
|
|
75
|
-
onHandleClick:
|
|
64
|
+
"label-values": l.labelValues || {},
|
|
65
|
+
"label-align": S.value,
|
|
66
|
+
"label-styles": l.labelStyles || {},
|
|
67
|
+
"value-styles": l.valueStyles || {},
|
|
68
|
+
"link-styles": l.linkStyles || {},
|
|
69
|
+
"unit-styles": l.unitStyles || {},
|
|
70
|
+
"tooltip-label-styles": l.tooltipLabelStyles || {},
|
|
71
|
+
"tooltip-value-styles": l.tooltipValueStyles || {},
|
|
72
|
+
"tooltip-props": l.tooltipProps || {},
|
|
73
|
+
tooltip: a.value,
|
|
74
|
+
"convert-value": o(r),
|
|
75
|
+
onHandleClick: k
|
|
76
76
|
}, p({ _: 2 }, [
|
|
77
|
-
|
|
77
|
+
s.title ? {
|
|
78
78
|
name: "title",
|
|
79
|
-
fn:
|
|
80
|
-
|
|
79
|
+
fn: m(() => [
|
|
80
|
+
u(t.$slots, "title")
|
|
81
81
|
]),
|
|
82
82
|
key: "0"
|
|
83
83
|
} : void 0
|
|
84
|
-
]), 1032, ["label-values", "label-align", "label-styles", "value-styles", "link-styles", "unit-styles", "tooltip-label-styles", "tooltip-value-styles", "tooltip-props", "tooltip", "convert-value"])) :
|
|
84
|
+
]), 1032, ["label-values", "label-align", "label-styles", "value-styles", "link-styles", "unit-styles", "tooltip-label-styles", "tooltip-value-styles", "tooltip-props", "tooltip", "convert-value"])) : V("", !0)
|
|
85
85
|
], 2));
|
|
86
86
|
}
|
|
87
87
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CSSProperties, PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
declare function __VLS_template(): {
|
|
3
3
|
attrs: Partial<{}>;
|
|
4
4
|
slots: {
|
|
@@ -18,19 +18,19 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
18
18
|
default: null;
|
|
19
19
|
};
|
|
20
20
|
majorStyles: {
|
|
21
|
-
type: PropType<
|
|
21
|
+
type: PropType<CSSProperties>;
|
|
22
22
|
default: () => {};
|
|
23
23
|
};
|
|
24
24
|
majorColorStyles: {
|
|
25
|
-
type: PropType<
|
|
25
|
+
type: PropType<CSSProperties>;
|
|
26
26
|
default: () => {};
|
|
27
27
|
};
|
|
28
28
|
minorStyles: {
|
|
29
|
-
type: PropType<
|
|
29
|
+
type: PropType<CSSProperties>;
|
|
30
30
|
default: () => {};
|
|
31
31
|
};
|
|
32
32
|
minorColorStyles: {
|
|
33
|
-
type: PropType<
|
|
33
|
+
type: PropType<CSSProperties>;
|
|
34
34
|
default: () => {};
|
|
35
35
|
};
|
|
36
36
|
tooltipProps: {
|
|
@@ -59,19 +59,19 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
59
59
|
default: null;
|
|
60
60
|
};
|
|
61
61
|
majorStyles: {
|
|
62
|
-
type: PropType<
|
|
62
|
+
type: PropType<CSSProperties>;
|
|
63
63
|
default: () => {};
|
|
64
64
|
};
|
|
65
65
|
majorColorStyles: {
|
|
66
|
-
type: PropType<
|
|
66
|
+
type: PropType<CSSProperties>;
|
|
67
67
|
default: () => {};
|
|
68
68
|
};
|
|
69
69
|
minorStyles: {
|
|
70
|
-
type: PropType<
|
|
70
|
+
type: PropType<CSSProperties>;
|
|
71
71
|
default: () => {};
|
|
72
72
|
};
|
|
73
73
|
minorColorStyles: {
|
|
74
|
-
type: PropType<
|
|
74
|
+
type: PropType<CSSProperties>;
|
|
75
75
|
default: () => {};
|
|
76
76
|
};
|
|
77
77
|
tooltipProps: {
|
|
@@ -96,10 +96,10 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
96
96
|
major: string | number | Function | Record<string, any>;
|
|
97
97
|
minor: string | number | Function | Record<string, any>;
|
|
98
98
|
tooltipProps: Record<string, any>;
|
|
99
|
-
majorStyles:
|
|
100
|
-
majorColorStyles:
|
|
101
|
-
minorStyles:
|
|
102
|
-
minorColorStyles:
|
|
99
|
+
majorStyles: CSSProperties;
|
|
100
|
+
majorColorStyles: CSSProperties;
|
|
101
|
+
minorStyles: CSSProperties;
|
|
102
|
+
minorColorStyles: CSSProperties;
|
|
103
103
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
104
104
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
105
105
|
export default _default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as j,
|
|
2
|
-
import { Tooltip as
|
|
1
|
+
import { defineComponent as j, createBlock as S, openBlock as n, unref as t, normalizeProps as v, guardReactiveProps as b, createSlots as k, withCtx as s, createElementBlock as i, createCommentVNode as u, Fragment as C, normalizeClass as l, createElementVNode as a, normalizeStyle as m, toDisplayString as r, renderSlot as V } from "vue";
|
|
2
|
+
import { Tooltip as O } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../../../config-provider/index.mjs";
|
|
4
|
-
import { isNull as
|
|
5
|
-
import { useNamespace as
|
|
6
|
-
const
|
|
4
|
+
import { isNull as c } from "../utils.mjs";
|
|
5
|
+
import { useNamespace as g } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
6
|
+
const E = /* @__PURE__ */ j({
|
|
7
7
|
name: "ApLadderSimpleMode",
|
|
8
8
|
__name: "SimpleMode",
|
|
9
9
|
props: {
|
|
@@ -37,7 +37,7 @@ const y = "ellipsis-element", h = /* @__PURE__ */ j({
|
|
|
37
37
|
},
|
|
38
38
|
layout: {
|
|
39
39
|
type: String,
|
|
40
|
-
default: "
|
|
40
|
+
default: "vertical"
|
|
41
41
|
},
|
|
42
42
|
tooltip: {
|
|
43
43
|
type: Boolean,
|
|
@@ -49,63 +49,66 @@ const y = "ellipsis-element", h = /* @__PURE__ */ j({
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
setup(e) {
|
|
52
|
-
const { e:
|
|
53
|
-
return (
|
|
54
|
-
default:
|
|
55
|
-
!t(
|
|
56
|
-
e.layout === "vertical" ? (
|
|
57
|
-
|
|
58
|
-
|
|
52
|
+
const { b: y, e: o, m: d } = g("ap-ladder");
|
|
53
|
+
return (f, N) => (n(), S(t(O), v(b(e.tooltipProps)), k({
|
|
54
|
+
default: s(() => [
|
|
55
|
+
!t(c)(e.major) || !t(c)(e.minor) ? (n(), i(C, { key: 0 }, [
|
|
56
|
+
e.layout === "vertical" ? (n(), i("div", {
|
|
57
|
+
key: 0,
|
|
58
|
+
class: l([t(y)("base"), t(d)("vertical")])
|
|
59
|
+
}, [
|
|
60
|
+
a("span", {
|
|
61
|
+
class: l([t(o)("major")]),
|
|
59
62
|
style: m([e.majorStyles, e.majorColorStyles])
|
|
60
|
-
},
|
|
61
|
-
a("
|
|
62
|
-
class:
|
|
63
|
+
}, r(e.convertValue(e.major)), 7),
|
|
64
|
+
a("span", {
|
|
65
|
+
class: l([t(o)("minor")]),
|
|
63
66
|
style: m([e.minorStyles, e.minorColorStyles])
|
|
64
|
-
},
|
|
65
|
-
],
|
|
67
|
+
}, r(e.convertValue(e.minor)), 7)
|
|
68
|
+
], 2)) : (n(), i("div", {
|
|
66
69
|
key: 1,
|
|
67
|
-
class:
|
|
70
|
+
class: l([t(y)("base"), t(d)("horizontal")])
|
|
68
71
|
}, [
|
|
69
72
|
a("span", {
|
|
70
|
-
class:
|
|
73
|
+
class: l([t(o)("major")]),
|
|
71
74
|
style: m([e.majorStyles, e.majorColorStyles])
|
|
72
|
-
},
|
|
75
|
+
}, r(e.convertValue(e.major)), 7),
|
|
73
76
|
a("span", {
|
|
74
|
-
class:
|
|
77
|
+
class: l([t(o)("minor")]),
|
|
75
78
|
style: m([e.minorStyles, e.minorColorStyles])
|
|
76
|
-
},
|
|
79
|
+
}, r(e.convertValue(e.minor)), 7)
|
|
77
80
|
], 2))
|
|
78
81
|
], 64)) : u("", !0)
|
|
79
82
|
]),
|
|
80
83
|
_: 2
|
|
81
84
|
}, [
|
|
82
|
-
|
|
85
|
+
f.$slots.title ? {
|
|
83
86
|
name: "title",
|
|
84
|
-
fn:
|
|
85
|
-
|
|
87
|
+
fn: s(() => [
|
|
88
|
+
V(f.$slots, "title")
|
|
86
89
|
]),
|
|
87
90
|
key: "0"
|
|
88
91
|
} : e.tooltip ? {
|
|
89
92
|
name: "title",
|
|
90
|
-
fn:
|
|
93
|
+
fn: s(() => [
|
|
91
94
|
a("div", {
|
|
92
|
-
class:
|
|
95
|
+
class: l(t(o)("tooltip"))
|
|
93
96
|
}, [
|
|
94
|
-
t(
|
|
97
|
+
t(c)(e.major) ? u("", !0) : (n(), i("div", {
|
|
95
98
|
key: 0,
|
|
96
|
-
class:
|
|
99
|
+
class: l(t(o)("tooltip-item"))
|
|
97
100
|
}, [
|
|
98
101
|
a("span", {
|
|
99
|
-
class:
|
|
100
|
-
},
|
|
102
|
+
class: l(t(o)("tooltip-label"))
|
|
103
|
+
}, r(e.convertValue(e.major)), 3)
|
|
101
104
|
], 2)),
|
|
102
|
-
t(
|
|
105
|
+
t(c)(e.minor) ? u("", !0) : (n(), i("div", {
|
|
103
106
|
key: 1,
|
|
104
|
-
class:
|
|
107
|
+
class: l(t(o)("tooltip-item"))
|
|
105
108
|
}, [
|
|
106
109
|
a("span", {
|
|
107
|
-
class:
|
|
108
|
-
},
|
|
110
|
+
class: l(t(o)("tooltip-label"))
|
|
111
|
+
}, r(e.convertValue(e.minor)), 3)
|
|
109
112
|
], 2))
|
|
110
113
|
], 2)
|
|
111
114
|
]),
|
|
@@ -115,5 +118,5 @@ const y = "ellipsis-element", h = /* @__PURE__ */ j({
|
|
|
115
118
|
}
|
|
116
119
|
});
|
|
117
120
|
export {
|
|
118
|
-
|
|
121
|
+
E as default
|
|
119
122
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CSSProperties, PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
2
|
import { ApLadderLabelValue } from '../interface';
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
4
|
attrs: Partial<{}>;
|
|
@@ -19,27 +19,27 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
labelStyles: {
|
|
22
|
-
type: PropType<
|
|
22
|
+
type: PropType<CSSProperties>;
|
|
23
23
|
default: () => {};
|
|
24
24
|
};
|
|
25
25
|
valueStyles: {
|
|
26
|
-
type: PropType<
|
|
26
|
+
type: PropType<CSSProperties>;
|
|
27
27
|
default: () => {};
|
|
28
28
|
};
|
|
29
29
|
linkStyles: {
|
|
30
|
-
type: PropType<
|
|
30
|
+
type: PropType<CSSProperties>;
|
|
31
31
|
default: () => {};
|
|
32
32
|
};
|
|
33
33
|
unitStyles: {
|
|
34
|
-
type: PropType<
|
|
34
|
+
type: PropType<CSSProperties>;
|
|
35
35
|
default: () => {};
|
|
36
36
|
};
|
|
37
37
|
tooltipLabelStyles: {
|
|
38
|
-
type: PropType<
|
|
38
|
+
type: PropType<CSSProperties>;
|
|
39
39
|
default: () => {};
|
|
40
40
|
};
|
|
41
41
|
tooltipValueStyles: {
|
|
42
|
-
type: PropType<
|
|
42
|
+
type: PropType<CSSProperties>;
|
|
43
43
|
default: () => {};
|
|
44
44
|
};
|
|
45
45
|
tooltipProps: {
|
|
@@ -63,27 +63,27 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
63
63
|
default: string;
|
|
64
64
|
};
|
|
65
65
|
labelStyles: {
|
|
66
|
-
type: PropType<
|
|
66
|
+
type: PropType<CSSProperties>;
|
|
67
67
|
default: () => {};
|
|
68
68
|
};
|
|
69
69
|
valueStyles: {
|
|
70
|
-
type: PropType<
|
|
70
|
+
type: PropType<CSSProperties>;
|
|
71
71
|
default: () => {};
|
|
72
72
|
};
|
|
73
73
|
linkStyles: {
|
|
74
|
-
type: PropType<
|
|
74
|
+
type: PropType<CSSProperties>;
|
|
75
75
|
default: () => {};
|
|
76
76
|
};
|
|
77
77
|
unitStyles: {
|
|
78
|
-
type: PropType<
|
|
78
|
+
type: PropType<CSSProperties>;
|
|
79
79
|
default: () => {};
|
|
80
80
|
};
|
|
81
81
|
tooltipLabelStyles: {
|
|
82
|
-
type: PropType<
|
|
82
|
+
type: PropType<CSSProperties>;
|
|
83
83
|
default: () => {};
|
|
84
84
|
};
|
|
85
85
|
tooltipValueStyles: {
|
|
86
|
-
type: PropType<
|
|
86
|
+
type: PropType<CSSProperties>;
|
|
87
87
|
default: () => {};
|
|
88
88
|
};
|
|
89
89
|
tooltipProps: {
|
|
@@ -102,12 +102,12 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<{
|
|
|
102
102
|
labelAlign: string;
|
|
103
103
|
tooltipProps: Record<string, any>;
|
|
104
104
|
labelValues: ApLadderLabelValue[];
|
|
105
|
-
labelStyles:
|
|
106
|
-
valueStyles:
|
|
107
|
-
linkStyles:
|
|
108
|
-
unitStyles:
|
|
109
|
-
tooltipLabelStyles:
|
|
110
|
-
tooltipValueStyles:
|
|
105
|
+
labelStyles: CSSProperties;
|
|
106
|
+
valueStyles: CSSProperties;
|
|
107
|
+
linkStyles: CSSProperties;
|
|
108
|
+
unitStyles: CSSProperties;
|
|
109
|
+
tooltipLabelStyles: CSSProperties;
|
|
110
|
+
tooltipValueStyles: CSSProperties;
|
|
111
111
|
}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
112
112
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
113
113
|
export default _default;
|