@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.
Files changed (256) hide show
  1. package/es/index.mjs +231 -227
  2. package/es/src/ap-action/group/index.vue.mjs +3 -3
  3. package/es/src/ap-action/item/index.vue2.mjs +5 -5
  4. package/es/src/ap-action/item-dropdown/index.vue.mjs +7 -7
  5. package/es/src/ap-action/item-modal/index.vue.mjs +2 -2
  6. package/es/src/ap-action/item-popconfirm/index.vue.mjs +2 -2
  7. package/es/src/ap-button/ap-action-button.vue.mjs +2 -2
  8. package/es/src/ap-button/ap-button.vue.mjs +2 -2
  9. package/es/src/ap-button/ap-confirm-button.vue.mjs +2 -2
  10. package/es/src/ap-descriptions/ap-descriptions.vue.mjs +4 -4
  11. package/es/src/ap-descriptions/help-message/index.vue2.mjs +4 -4
  12. package/es/src/ap-download/ap-download.vue.mjs +1 -1
  13. package/es/src/ap-field/checkbox/index.vue.mjs +1 -1
  14. package/es/src/ap-field/date/index.vue.mjs +4 -4
  15. package/es/src/ap-field/date-range/index.vue.mjs +8 -8
  16. package/es/src/ap-field/index.d.ts +3 -1
  17. package/es/src/ap-field/index.mjs +39 -35
  18. package/es/src/ap-field/interface.d.ts +33 -1
  19. package/es/src/ap-field/number/index.vue.mjs +8 -8
  20. package/es/src/ap-field/radio/index.vue.mjs +1 -1
  21. package/es/src/ap-field/rate/index.vue.mjs +2 -2
  22. package/es/src/ap-field/segmented/index.vue.mjs +1 -1
  23. package/es/src/ap-field/select/index.vue.mjs +2 -2
  24. package/es/src/ap-field/select/use-select-options.d.ts +2 -2
  25. package/es/src/ap-field/slider/index.vue.mjs +4 -4
  26. package/es/src/ap-field/switch/index.vue.mjs +3 -3
  27. package/es/src/ap-field/text/index.vue2.mjs +2 -2
  28. package/es/src/ap-field/text/password.vue.mjs +2 -2
  29. package/es/src/ap-field/text-area/index.vue.mjs +3 -3
  30. package/es/src/ap-field/tree-select/index.vue.d.ts +1155 -0
  31. package/es/src/ap-field/tree-select/index.vue.mjs +251 -0
  32. package/es/src/ap-field/tree-select/index.vue2.mjs +4 -0
  33. package/es/src/ap-field/tree-select/style/css.d.ts +1 -0
  34. package/es/src/ap-field/tree-select/style/css.js +1 -0
  35. package/es/src/ap-field/tree-select/style/index.d.ts +1 -0
  36. package/es/src/ap-field/tree-select/style/index.js +1 -0
  37. package/es/src/ap-field/tree-select/use-request.d.ts +41 -0
  38. package/es/src/ap-field/tree-select/use-request.mjs +66 -0
  39. package/es/src/ap-form/ap-form.vue.d.ts +1 -2
  40. package/es/src/ap-form/ap-form.vue2.mjs +2 -2
  41. package/es/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  42. package/es/src/ap-form/drawer-form/index.vue.mjs +9 -9
  43. package/es/src/ap-form/item/index.vue.mjs +7 -7
  44. package/es/src/ap-form/item-group/index.vue.mjs +3 -3
  45. package/es/src/ap-form/item-tree-select/style/css.d.ts +1 -0
  46. package/es/src/ap-form/item-tree-select/style/css.js +1 -0
  47. package/es/src/ap-form/item-tree-select/style/index.d.ts +1 -0
  48. package/es/src/ap-form/item-tree-select/style/index.js +1 -0
  49. package/es/src/ap-form/items/checkbox/index.vue.mjs +2 -2
  50. package/es/src/ap-form/items/date/index.vue.mjs +2 -2
  51. package/es/src/ap-form/items/date-range/index.vue.mjs +2 -2
  52. package/es/src/ap-form/items/index.d.ts +2 -1
  53. package/es/src/ap-form/items/index.mjs +3 -2
  54. package/es/src/ap-form/items/interface.d.ts +6 -1
  55. package/es/src/ap-form/items/number/index.vue.mjs +2 -2
  56. package/es/src/ap-form/items/radio/index.vue.mjs +2 -2
  57. package/es/src/ap-form/items/select/index.vue.d.ts +1244 -4
  58. package/es/src/ap-form/items/select/index.vue.mjs +25 -22
  59. package/es/src/ap-form/items/switch/index.vue.mjs +2 -2
  60. package/es/src/ap-form/items/text/group.vue2.mjs +2 -2
  61. package/es/src/ap-form/items/text/index.vue2.mjs +2 -2
  62. package/es/src/ap-form/items/text/password.vue.mjs +2 -2
  63. package/es/src/ap-form/items/text-area/index.vue.mjs +2 -2
  64. package/es/src/ap-form/items/tree-select/index.vue.d.ts +1585 -0
  65. package/es/src/ap-form/items/tree-select/index.vue.mjs +107 -0
  66. package/es/src/ap-form/items/tree-select/index.vue2.mjs +4 -0
  67. package/es/src/ap-form/modal-form/index.vue.d.ts +3 -4
  68. package/es/src/ap-form/modal-form/index.vue.mjs +7 -7
  69. package/es/src/ap-form/render/item.vue.mjs +2 -2
  70. package/es/src/ap-form/search-form/index.vue.d.ts +3 -4
  71. package/es/src/ap-form/search-form/index.vue.mjs +1 -1
  72. package/es/src/ap-form/set/index.vue.mjs +1 -1
  73. package/es/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  74. package/es/src/ap-grid/editable/form-item.vue.mjs +32 -31
  75. package/es/src/ap-grid/editable/index.vue.d.ts +2 -4
  76. package/es/src/ap-grid/editable/index.vue.mjs +11 -10
  77. package/es/src/ap-grid/hooks/use-inner-params.mjs +3 -3
  78. package/es/src/ap-grid/index.vue.d.ts +2 -4
  79. package/es/src/ap-grid/index.vue.mjs +102 -99
  80. package/es/src/ap-grid/interface.d.ts +1 -1
  81. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +2 -2
  82. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +2 -2
  83. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +1 -1
  84. package/es/src/ap-list/index.vue.d.ts +2 -4
  85. package/es/src/ap-list/index.vue.mjs +4 -4
  86. package/es/src/ap-modal/utils/confirm.d.ts +1 -1
  87. package/es/src/ap-table/ap-table.vue.d.ts +2 -4
  88. package/es/src/ap-table/ap-table.vue2.mjs +13 -13
  89. package/es/src/ap-table/components/dynamic-component/index.vue2.mjs +2 -2
  90. package/es/src/ap-table/components/index/index.vue2.mjs +2 -2
  91. package/es/src/ap-table/components/paragraph-ellipsis/index.vue2.mjs +3 -3
  92. package/es/src/ap-table/components/setting/modal/index.vue2.mjs +3 -3
  93. package/es/src/ap-table/components/setting/select-group/index.vue2.mjs +1 -1
  94. package/es/src/ap-table/components/setting/sortable/index.vue2.mjs +1 -1
  95. package/es/src/ap-table/components/setting/sortable/item.vue2.mjs +1 -1
  96. package/es/src/ap-table/components/setting/sorter/index.vue2.mjs +11 -11
  97. package/es/src/ap-table/components/setting/tree-select/index.vue2.mjs +1 -1
  98. package/es/src/ap-table/components/status/index.vue2.mjs +2 -2
  99. package/es/src/ap-table/constants.d.ts +4055 -1945
  100. package/es/src/ap-table/constants.mjs +53 -49
  101. package/es/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  102. package/es/src/ap-table/hooks/use-table-column-state.mjs +3 -3
  103. package/es/src/ap-table/hooks/use-table-paging-ng.mjs +108 -107
  104. package/es/src/ap-table/interface.d.ts +13 -1
  105. package/es/src/ap-table/utils.d.ts +1462 -6
  106. package/es/src/ap-tag/ap-tag-group.vue.mjs +8 -8
  107. package/es/src/ap-tag/ap-tag.vue.mjs +2 -2
  108. package/es/src/ap-upload/apUpload.vue.mjs +5 -5
  109. package/es/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  110. package/es/src/ap-upload/components/MultipleFile.vue2.mjs +3 -3
  111. package/es/src/ap-upload/components/Picture.vue.d.ts +2 -7
  112. package/es/src/ap-upload/components/Picture.vue2.mjs +6 -6
  113. package/es/src/ap-upload/components/SingleFile.vue2.mjs +7 -7
  114. package/es/src/business/ap-appendix/ap-appendix.vue2.mjs +1 -1
  115. package/es/src/business/ap-appendix/icons/file-icon.vue.mjs +2 -2
  116. package/es/src/business/ap-batch-action/ApBatchAction.vue2.mjs +2 -2
  117. package/es/src/business/ap-batch-action-group/ApBatchActionGroup.vue2.mjs +10 -10
  118. package/es/src/business/ap-batch-action-group/MenuItemGroup.vue2.mjs +1 -1
  119. package/es/src/business/ap-batch-action-group/index.d.ts +3 -3
  120. package/es/src/business/ap-button-group/ApButtonGroup.vue2.mjs +1 -1
  121. package/es/src/business/ap-card/ApCard.vue2.mjs +7 -7
  122. package/es/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  123. package/es/src/business/ap-expand-alert/ApExpandAlert.vue2.mjs +11 -11
  124. package/es/src/business/ap-expand-alert/index.d.ts +4 -6
  125. package/es/src/business/ap-export-group/ApExportGroup.vue2.mjs +9 -9
  126. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +5 -5
  127. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +4 -4
  128. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +2 -2
  129. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +2 -2
  130. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +2 -2
  131. package/es/src/business/ap-image/ApImage.vue2.mjs +1 -1
  132. package/es/src/business/ap-input-radio/ApInputRadio.vue2.mjs +2 -2
  133. package/es/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  134. package/es/src/business/ap-ladder/ApLadder.vue2.mjs +50 -50
  135. package/es/src/business/ap-ladder/components/SimpleMode.vue.d.ts +13 -13
  136. package/es/src/business/ap-ladder/components/SimpleMode.vue2.mjs +40 -37
  137. package/es/src/business/ap-ladder/components/ValueGroupMode.vue.d.ts +19 -19
  138. package/es/src/business/ap-ladder/components/ValueGroupMode.vue2.mjs +118 -122
  139. package/es/src/business/ap-ladder/index.d.ts +1 -3
  140. package/es/src/business/ap-ladder/interface.d.ts +16 -16
  141. package/es/src/business/ap-select-layout/index.d.ts +2 -4
  142. package/es/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  143. package/es/src/business/ap-select-layout/select-layout.vue2.mjs +4 -4
  144. package/es/src/business/ap-status/ApStatus.vue2.mjs +8 -8
  145. package/es/src/business/ap-status/group/ApStatusGroup.vue2.mjs +4 -4
  146. package/es/src/business/ap-summary/ap-summary.vue2.mjs +1 -1
  147. package/es/src/business/ap-table-modal/modal-title.vue2.mjs +2 -2
  148. package/es/src/business/ap-table-modal/table-layout/index.vue2.mjs +14 -14
  149. package/es/src/business/ap-table-modal/table-modal.vue2.mjs +3 -3
  150. package/es/src/business/ap-title/ApTitle.vue2.mjs +7 -7
  151. package/es/src/business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs +1 -1
  152. package/es/src/business/ap-upload-file/icon/delete-icon.vue.mjs +2 -2
  153. package/es/src/business/ap-upload-file/icon/file-icon.vue.mjs +2 -2
  154. package/es/src/business/batch-input-group/form-item.vue.mjs +2 -2
  155. package/es/src/business/batch-input-group/index.vue.mjs +1 -1
  156. package/es/src/business/batch-input-group/popover-input/index.vue2.mjs +2 -2
  157. package/es/src/check-card/index.vue2.mjs +3 -3
  158. package/es/src/config-provider/hooks/use-namespace.d.ts +5 -1
  159. package/es/src/editable-table/form-item.vue.d.ts +2 -4
  160. package/es/src/editable-table/form-item.vue.mjs +2 -2
  161. package/es/src/editable-table/index.vue.d.ts +2 -4
  162. package/es/src/editable-table/index.vue.mjs +2 -2
  163. package/es/src/full-screen/index.vue.mjs +3 -3
  164. package/es/src/hooks/useFullScreen.mjs +5 -5
  165. package/es/src/index.mjs +230 -226
  166. package/es/src/mask/index.vue.mjs +10 -10
  167. package/es/src/path-map.mjs +2 -0
  168. package/es/src/portal/index.vue.mjs +2 -2
  169. package/es/src/scroll-bar/index.vue.mjs +3 -3
  170. package/es/src/scroll-bar/internal.vue.mjs +2 -2
  171. package/es/src/scroll-view/index.vue.d.ts +5 -5
  172. package/es/src/scroll-view/index.vue.mjs +9 -9
  173. package/es/src/tests/wrapper.d.ts +4 -4
  174. package/es/src/text/group.vue.mjs +2 -2
  175. package/es/src/text/index.vue.mjs +46 -41
  176. package/es/src/text/interface.d.ts +6 -0
  177. package/es/src/work-order-modal/help-message.vue2.mjs +2 -2
  178. package/es/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  179. package/es/src/work-order-modal/work-order-modal.vue.mjs +2 -2
  180. package/lib/index.js +1 -1
  181. package/lib/src/ap-action/item-dropdown/index.vue.js +1 -1
  182. package/lib/src/ap-field/index.d.ts +3 -1
  183. package/lib/src/ap-field/index.js +1 -1
  184. package/lib/src/ap-field/interface.d.ts +33 -1
  185. package/lib/src/ap-field/select/use-select-options.d.ts +2 -2
  186. package/lib/src/ap-field/tree-select/index.vue.d.ts +1155 -0
  187. package/lib/src/ap-field/tree-select/index.vue.js +1 -0
  188. package/lib/src/ap-field/tree-select/index.vue2.js +1 -0
  189. package/lib/src/ap-field/tree-select/style/css.cjs +1 -0
  190. package/lib/src/ap-field/tree-select/style/css.d.ts +1 -0
  191. package/lib/src/ap-field/tree-select/style/index.cjs +1 -0
  192. package/lib/src/ap-field/tree-select/style/index.d.ts +1 -0
  193. package/lib/src/ap-field/tree-select/use-request.d.ts +41 -0
  194. package/lib/src/ap-field/tree-select/use-request.js +1 -0
  195. package/lib/src/ap-form/ap-form.vue.d.ts +1 -2
  196. package/lib/src/ap-form/drawer-form/index.vue.d.ts +3 -4
  197. package/lib/src/ap-form/item-tree-select/style/css.cjs +1 -0
  198. package/lib/src/ap-form/item-tree-select/style/css.d.ts +1 -0
  199. package/lib/src/ap-form/item-tree-select/style/index.cjs +1 -0
  200. package/lib/src/ap-form/item-tree-select/style/index.d.ts +1 -0
  201. package/lib/src/ap-form/items/index.d.ts +2 -1
  202. package/lib/src/ap-form/items/index.js +1 -1
  203. package/lib/src/ap-form/items/interface.d.ts +6 -1
  204. package/lib/src/ap-form/items/select/index.vue.d.ts +1244 -4
  205. package/lib/src/ap-form/items/select/index.vue.js +1 -1
  206. package/lib/src/ap-form/items/tree-select/index.vue.d.ts +1585 -0
  207. package/lib/src/ap-form/items/tree-select/index.vue.js +1 -0
  208. package/lib/src/ap-form/items/tree-select/index.vue2.js +1 -0
  209. package/lib/src/ap-form/modal-form/index.vue.d.ts +3 -4
  210. package/lib/src/ap-form/search-form/index.vue.d.ts +3 -4
  211. package/lib/src/ap-grid/editable/form-item.vue.d.ts +2 -4
  212. package/lib/src/ap-grid/editable/form-item.vue.js +1 -1
  213. package/lib/src/ap-grid/editable/index.vue.d.ts +2 -4
  214. package/lib/src/ap-grid/editable/index.vue.js +1 -1
  215. package/lib/src/ap-grid/index.vue.d.ts +2 -4
  216. package/lib/src/ap-grid/index.vue.js +1 -1
  217. package/lib/src/ap-grid/interface.d.ts +1 -1
  218. package/lib/src/ap-list/index.vue.d.ts +2 -4
  219. package/lib/src/ap-modal/utils/confirm.d.ts +1 -1
  220. package/lib/src/ap-table/ap-table.vue.d.ts +2 -4
  221. package/lib/src/ap-table/constants.d.ts +4055 -1945
  222. package/lib/src/ap-table/constants.js +1 -1
  223. package/lib/src/ap-table/hooks/use-table-column-state.d.ts +4 -4
  224. package/lib/src/ap-table/hooks/use-table-paging-ng.js +1 -1
  225. package/lib/src/ap-table/interface.d.ts +13 -1
  226. package/lib/src/ap-table/utils.d.ts +1462 -6
  227. package/lib/src/ap-upload/apUpload.vue.js +1 -1
  228. package/lib/src/ap-upload/components/MultipleFile.vue.d.ts +1 -1
  229. package/lib/src/ap-upload/components/Picture.vue.d.ts +2 -7
  230. package/lib/src/business/ap-batch-action-group/index.d.ts +3 -3
  231. package/lib/src/business/ap-expand-alert/ApExpandAlert.vue.d.ts +2 -4
  232. package/lib/src/business/ap-expand-alert/index.d.ts +4 -6
  233. package/lib/src/business/ap-ladder/ApLadder.vue.d.ts +2 -6
  234. package/lib/src/business/ap-ladder/ApLadder.vue2.js +1 -1
  235. package/lib/src/business/ap-ladder/components/SimpleMode.vue.d.ts +13 -13
  236. package/lib/src/business/ap-ladder/components/SimpleMode.vue2.js +1 -1
  237. package/lib/src/business/ap-ladder/components/ValueGroupMode.vue.d.ts +19 -19
  238. package/lib/src/business/ap-ladder/components/ValueGroupMode.vue2.js +1 -1
  239. package/lib/src/business/ap-ladder/index.d.ts +1 -3
  240. package/lib/src/business/ap-ladder/interface.d.ts +16 -16
  241. package/lib/src/business/ap-select-layout/index.d.ts +2 -4
  242. package/lib/src/business/ap-select-layout/select-layout.vue.d.ts +2 -4
  243. package/lib/src/config-provider/hooks/use-namespace.d.ts +5 -1
  244. package/lib/src/editable-table/form-item.vue.d.ts +2 -4
  245. package/lib/src/editable-table/index.vue.d.ts +2 -4
  246. package/lib/src/index.js +1 -1
  247. package/lib/src/path-map.js +1 -1
  248. package/lib/src/scroll-view/index.vue.d.ts +5 -5
  249. package/lib/src/tests/wrapper.d.ts +4 -4
  250. package/lib/src/text/index.vue.js +1 -1
  251. package/lib/src/text/interface.d.ts +6 -0
  252. package/lib/src/work-order-modal/work-order-modal.vue.d.ts +2 -3
  253. package/package.json +1 -1
  254. package/theme/ap-ladder/ap-ladder.css +41 -1
  255. package/theme/ap-ladder/ap-ladder.less +41 -2
  256. 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, openBlock as C, createElementBlock as D, normalizeClass as d, createVNode as p, withCtx as w, normalizeStyle as K, createBlock as F, createCommentVNode as T, renderSlot as $ } from "vue";
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: K(B.value),
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(), F(n, {
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"])) : T("", !0),
175
- $(e.$slots, "search", {
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, openBlock as B, createElementBlock as _, createVNode as s, unref as l, normalizeClass as x, normalizeStyle as b, withCtx as S } from "vue";
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) => (B(), _("div", {
102
+ return (e, i) => (_(), B("div", {
103
103
  ref_key: "containerRef",
104
104
  ref: r
105
105
  }, [
106
106
  s(l(I), {
107
- class: x(l(g)()),
107
+ class: b(l(g)()),
108
108
  value: n.value,
109
- style: b(e.$attrs.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 { openBlock as n, createElementBlock as e, createElementVNode as o } from "vue";
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 n(), e("svg", i, t[0] || (t[0] = [
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 { openBlock as e, createElementBlock as o, createElementVNode as Q } from "vue";
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 e(), o("svg", r, l[0] || (l[0] = [
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, 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";
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) => (R(), L("div", {
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, openBlock as i, createBlock as p, 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";
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, openBlock as R, createElementBlock as V, normalizeClass as b, unref as t, createVNode as i, mergeProps as h } from "vue";
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 R(), V("div", {
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 g, useSlots as A, shallowRef as C, computed as o, openBlock as n, createElementBlock as B, normalizeClass as _, unref as e, createBlock as s, createSlots as p, withCtx as u, renderSlot as m, createCommentVNode as h } from "vue";
2
- import { memoize as O } from "lodash-unified";
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 V, createMemoizeKey as w } from "./utils.mjs";
7
- import { useNamespace as L } from "../../config-provider/hooks/use-namespace.mjs";
8
- import { useGlobalConfig as M } from "../../config-provider/hooks/use-global-config.mjs";
9
- import $ from "./components/SimpleMode.vue2.mjs";
10
- import z from "./components/ValueGroupMode.vue2.mjs";
11
- const J = /* @__PURE__ */ g({
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: { type: [Boolean, null, String, Object, Array] },
18
+ majorStyles: {},
19
19
  minorColor: { default: "" },
20
- minorStyles: { type: [Boolean, null, String, Object, Array] },
21
- layout: { default: "horizontal" },
20
+ minorStyles: {},
21
+ layout: { default: "vertical" },
22
22
  tooltip: { type: Boolean, default: !0 },
23
23
  labelValues: { default: () => [] },
24
24
  labelAlign: { default: "left" },
25
- labelStyles: { type: [Boolean, null, String, Object, Array] },
26
- valueStyles: { type: [Boolean, null, String, Object, Array] },
27
- linkStyles: { type: [Boolean, null, String, Object, Array] },
28
- unitStyles: { type: [Boolean, null, String, Object, Array] },
25
+ labelStyles: {},
26
+ valueStyles: {},
27
+ linkStyles: {},
28
+ unitStyles: {},
29
29
  tooltipProps: { default: () => ({}) },
30
- tooltipLabelStyles: { type: [Boolean, null, String, Object, Array] },
31
- tooltipValueStyles: { type: [Boolean, null, String, Object, Array] }
30
+ tooltipLabelStyles: {},
31
+ tooltipValueStyles: {}
32
32
  },
33
33
  setup(y) {
34
- const r = A(), l = y, { b: c, m: f } = L("ap-ladder"), d = M("uiMode", "aplus"), S = C(), b = o(() => l.labelValues.length === 0), v = o(() => l.labelValues.length > 0), k = o(() => l.labelAlign), a = O((t) => V(t) ? "" : typeof t == "number" ? t.toString() : typeof t == "string" ? t : "", w), i = o(() => !!r.title || l.tooltip), j = (t) => {
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, P) => (n(), B("div", {
38
- ref_key: "wrapperRef",
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
- b.value ? (n(), s($, {
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: i.value,
53
- "convert-value": e(a)
52
+ tooltip: a.value,
53
+ "convert-value": o(r)
54
54
  }, p({ _: 2 }, [
55
- r.title ? {
55
+ s.title ? {
56
56
  name: "title",
57
- fn: u(() => [
58
- m(t.$slots, "title")
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"])) : v.value ? (n(), s(z, {
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": k.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: i.value,
74
- "convert-value": e(a),
75
- onHandleClick: j
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
- r.title ? {
77
+ s.title ? {
78
78
  name: "title",
79
- fn: u(() => [
80
- m(t.$slots, "title")
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"])) : h("", !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"])) : V("", !0)
85
85
  ], 2));
86
86
  }
87
87
  });
@@ -1,4 +1,4 @@
1
- import { StyleValue, PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
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<StyleValue>;
21
+ type: PropType<CSSProperties>;
22
22
  default: () => {};
23
23
  };
24
24
  majorColorStyles: {
25
- type: PropType<StyleValue>;
25
+ type: PropType<CSSProperties>;
26
26
  default: () => {};
27
27
  };
28
28
  minorStyles: {
29
- type: PropType<StyleValue>;
29
+ type: PropType<CSSProperties>;
30
30
  default: () => {};
31
31
  };
32
32
  minorColorStyles: {
33
- type: PropType<StyleValue>;
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<StyleValue>;
62
+ type: PropType<CSSProperties>;
63
63
  default: () => {};
64
64
  };
65
65
  majorColorStyles: {
66
- type: PropType<StyleValue>;
66
+ type: PropType<CSSProperties>;
67
67
  default: () => {};
68
68
  };
69
69
  minorStyles: {
70
- type: PropType<StyleValue>;
70
+ type: PropType<CSSProperties>;
71
71
  default: () => {};
72
72
  };
73
73
  minorColorStyles: {
74
- type: PropType<StyleValue>;
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: StyleValue;
100
- majorColorStyles: StyleValue;
101
- minorStyles: StyleValue;
102
- minorColorStyles: StyleValue;
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, openBlock as i, createBlock as S, unref as t, normalizeProps as v, guardReactiveProps as b, createSlots as C, withCtx as c, createElementBlock as r, Fragment as f, createElementVNode as a, normalizeClass as o, normalizeStyle as m, toDisplayString as n, createCommentVNode as u, renderSlot as k } from "vue";
2
- import { Tooltip as V } from "@aplus-frontend/antdv";
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 s } from "../utils.mjs";
5
- import { useNamespace as O } from "../../../config-provider/hooks/use-namespace.mjs";
6
- const y = "ellipsis-element", h = /* @__PURE__ */ j({
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: "horizontal"
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: l } = O("ap-ladder");
53
- return (d, g) => (i(), S(t(V), v(b(e.tooltipProps)), C({
54
- default: c(() => [
55
- !t(s)(e.major) || !t(s)(e.minor) ? (i(), r(f, { key: 0 }, [
56
- e.layout === "vertical" ? (i(), r(f, { key: 0 }, [
57
- a("div", {
58
- class: o([t(l)("major"), t(l)("ellipsis"), y]),
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
- }, n(e.convertValue(e.major)), 7),
61
- a("div", {
62
- class: o([t(l)("minor"), t(l)("ellipsis"), y]),
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
- }, n(e.convertValue(e.minor)), 7)
65
- ], 64)) : (i(), r("div", {
67
+ }, r(e.convertValue(e.minor)), 7)
68
+ ], 2)) : (n(), i("div", {
66
69
  key: 1,
67
- class: o([t(l)("ellipsis"), y])
70
+ class: l([t(y)("base"), t(d)("horizontal")])
68
71
  }, [
69
72
  a("span", {
70
- class: o([t(l)("major")]),
73
+ class: l([t(o)("major")]),
71
74
  style: m([e.majorStyles, e.majorColorStyles])
72
- }, n(e.convertValue(e.major)), 7),
75
+ }, r(e.convertValue(e.major)), 7),
73
76
  a("span", {
74
- class: o([t(l)("minor")]),
77
+ class: l([t(o)("minor")]),
75
78
  style: m([e.minorStyles, e.minorColorStyles])
76
- }, n(e.convertValue(e.minor)), 7)
79
+ }, r(e.convertValue(e.minor)), 7)
77
80
  ], 2))
78
81
  ], 64)) : u("", !0)
79
82
  ]),
80
83
  _: 2
81
84
  }, [
82
- d.$slots.title ? {
85
+ f.$slots.title ? {
83
86
  name: "title",
84
- fn: c(() => [
85
- k(d.$slots, "title")
87
+ fn: s(() => [
88
+ V(f.$slots, "title")
86
89
  ]),
87
90
  key: "0"
88
91
  } : e.tooltip ? {
89
92
  name: "title",
90
- fn: c(() => [
93
+ fn: s(() => [
91
94
  a("div", {
92
- class: o(t(l)("tooltip"))
95
+ class: l(t(o)("tooltip"))
93
96
  }, [
94
- t(s)(e.major) ? u("", !0) : (i(), r("div", {
97
+ t(c)(e.major) ? u("", !0) : (n(), i("div", {
95
98
  key: 0,
96
- class: o(t(l)("tooltip-item"))
99
+ class: l(t(o)("tooltip-item"))
97
100
  }, [
98
101
  a("span", {
99
- class: o(t(l)("tooltip-label"))
100
- }, n(e.convertValue(e.major)), 3)
102
+ class: l(t(o)("tooltip-label"))
103
+ }, r(e.convertValue(e.major)), 3)
101
104
  ], 2)),
102
- t(s)(e.minor) ? u("", !0) : (i(), r("div", {
105
+ t(c)(e.minor) ? u("", !0) : (n(), i("div", {
103
106
  key: 1,
104
- class: o(t(l)("tooltip-item"))
107
+ class: l(t(o)("tooltip-item"))
105
108
  }, [
106
109
  a("span", {
107
- class: o(t(l)("tooltip-label"))
108
- }, n(e.convertValue(e.minor)), 3)
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
- h as default
121
+ E as default
119
122
  };
@@ -1,4 +1,4 @@
1
- import { StyleValue, PropType, DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
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<StyleValue>;
22
+ type: PropType<CSSProperties>;
23
23
  default: () => {};
24
24
  };
25
25
  valueStyles: {
26
- type: PropType<StyleValue>;
26
+ type: PropType<CSSProperties>;
27
27
  default: () => {};
28
28
  };
29
29
  linkStyles: {
30
- type: PropType<StyleValue>;
30
+ type: PropType<CSSProperties>;
31
31
  default: () => {};
32
32
  };
33
33
  unitStyles: {
34
- type: PropType<StyleValue>;
34
+ type: PropType<CSSProperties>;
35
35
  default: () => {};
36
36
  };
37
37
  tooltipLabelStyles: {
38
- type: PropType<StyleValue>;
38
+ type: PropType<CSSProperties>;
39
39
  default: () => {};
40
40
  };
41
41
  tooltipValueStyles: {
42
- type: PropType<StyleValue>;
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<StyleValue>;
66
+ type: PropType<CSSProperties>;
67
67
  default: () => {};
68
68
  };
69
69
  valueStyles: {
70
- type: PropType<StyleValue>;
70
+ type: PropType<CSSProperties>;
71
71
  default: () => {};
72
72
  };
73
73
  linkStyles: {
74
- type: PropType<StyleValue>;
74
+ type: PropType<CSSProperties>;
75
75
  default: () => {};
76
76
  };
77
77
  unitStyles: {
78
- type: PropType<StyleValue>;
78
+ type: PropType<CSSProperties>;
79
79
  default: () => {};
80
80
  };
81
81
  tooltipLabelStyles: {
82
- type: PropType<StyleValue>;
82
+ type: PropType<CSSProperties>;
83
83
  default: () => {};
84
84
  };
85
85
  tooltipValueStyles: {
86
- type: PropType<StyleValue>;
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: StyleValue;
106
- valueStyles: StyleValue;
107
- linkStyles: StyleValue;
108
- unitStyles: StyleValue;
109
- tooltipLabelStyles: StyleValue;
110
- tooltipValueStyles: StyleValue;
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;