oxy-uni-ui 1.2.0 → 2.0.0

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 (306) hide show
  1. package/attributes.json +1 -1
  2. package/components/common/abstracts/variable.scss +396 -321
  3. package/components/common/path.ts +9 -0
  4. package/components/common/util.ts +200 -5
  5. package/components/composables/index.ts +1 -0
  6. package/components/composables/useGlobalLoading.ts +42 -0
  7. package/components/composables/useGlobalMessage.ts +48 -0
  8. package/components/composables/useGlobalToast.ts +84 -0
  9. package/components/composables/usePopover.ts +24 -20
  10. package/components/composables/useVirtualScroll.ts +13 -11
  11. package/components/composables/useWindowResize.ts +35 -0
  12. package/components/oxy-action-sheet/index.scss +24 -11
  13. package/components/oxy-action-sheet/oxy-action-sheet.vue +27 -19
  14. package/components/oxy-action-sheet/types.ts +7 -0
  15. package/components/oxy-backtop/index.scss +3 -3
  16. package/components/oxy-backtop/oxy-backtop.vue +9 -6
  17. package/components/oxy-backtop/types.ts +7 -7
  18. package/components/oxy-badge/index.scss +4 -4
  19. package/components/oxy-badge/oxy-badge.vue +3 -3
  20. package/components/oxy-badge/types.ts +2 -2
  21. package/components/oxy-button/index.scss +5 -5
  22. package/components/oxy-button/oxy-button.vue +5 -1
  23. package/components/oxy-calendar/index.scss +11 -11
  24. package/components/oxy-calendar/oxy-calendar.vue +1 -0
  25. package/components/oxy-calendar/types.ts +5 -0
  26. package/components/oxy-calendar-view/month/index.scss +4 -4
  27. package/components/oxy-calendar-view/month/types.ts +36 -0
  28. package/components/oxy-calendar-view/monthPanel/index.scss +7 -7
  29. package/components/oxy-calendar-view/monthPanel/month-panel.vue +14 -8
  30. package/components/oxy-calendar-view/year/index.scss +4 -4
  31. package/components/oxy-calendar-view/yearPanel/index.scss +4 -4
  32. package/components/oxy-calendar-view/yearPanel/year-panel.vue +21 -5
  33. package/components/oxy-card/index.scss +2 -2
  34. package/components/oxy-cell/index.scss +8 -8
  35. package/components/oxy-cell/oxy-cell.vue +15 -2
  36. package/components/oxy-cell/types.ts +4 -0
  37. package/components/oxy-checkbox/index.scss +8 -8
  38. package/components/oxy-checkbox/oxy-checkbox.vue +2 -2
  39. package/components/oxy-checkbox-group/index.scss +2 -2
  40. package/components/oxy-circle/oxy-circle.vue +10 -7
  41. package/components/oxy-circle/types.ts +5 -5
  42. package/components/oxy-col/oxy-col.vue +2 -2
  43. package/components/oxy-col-picker/index.scss +4 -4
  44. package/components/oxy-col-picker/oxy-col-picker.vue +9 -5
  45. package/components/oxy-col-picker/types.ts +12 -3
  46. package/components/oxy-collapse/index.scss +2 -2
  47. package/components/oxy-collapse-item/oxy-collapse-item.vue +3 -3
  48. package/components/oxy-corner/index.scss +32 -32
  49. package/components/oxy-corner/oxy-corner.vue +15 -3
  50. package/components/oxy-corner/types.ts +15 -1
  51. package/components/oxy-count-to/oxy-count-to.vue +3 -3
  52. package/components/oxy-curtain/index.scss +15 -15
  53. package/components/oxy-curtain/oxy-curtain.vue +4 -2
  54. package/components/oxy-curtain/types.ts +6 -1
  55. package/components/oxy-date-strip/index.scss +10 -0
  56. package/components/oxy-date-strip/oxy-date-strip.vue +198 -0
  57. package/components/oxy-date-strip/types.ts +98 -0
  58. package/components/oxy-date-strip/utils.ts +67 -0
  59. package/components/oxy-date-strip-item/index.scss +94 -0
  60. package/components/oxy-date-strip-item/oxy-date-strip-item.vue +102 -0
  61. package/components/oxy-date-strip-item/types.ts +53 -0
  62. package/components/oxy-datetime-picker/index.scss +11 -11
  63. package/components/oxy-datetime-picker/oxy-datetime-picker.vue +4 -1
  64. package/components/oxy-datetime-picker/types.ts +10 -1
  65. package/components/oxy-drop-menu/index.scss +3 -3
  66. package/components/oxy-drop-menu/oxy-drop-menu.vue +3 -3
  67. package/components/oxy-drop-menu-item/index.scss +1 -1
  68. package/components/oxy-drop-menu-item/oxy-drop-menu-item.vue +4 -3
  69. package/components/oxy-drop-menu-item/types.ts +5 -0
  70. package/components/oxy-echarts/index.scss +17 -0
  71. package/components/oxy-echarts/index.ts +1 -0
  72. package/components/oxy-echarts/oxy-echarts.vue +32 -0
  73. package/components/oxy-echarts/types.ts +18 -0
  74. package/components/oxy-fab/index.scss +8 -8
  75. package/components/oxy-fab/oxy-fab.vue +22 -3
  76. package/components/oxy-file-list/index.scss +42 -15
  77. package/components/oxy-file-list/oxy-file-list.vue +208 -34
  78. package/components/oxy-file-list/types.ts +58 -2
  79. package/components/oxy-floating-panel/oxy-floating-panel.vue +13 -9
  80. package/components/oxy-floating-panel/{type.ts → types.ts} +8 -8
  81. package/components/oxy-footer/index.scss +19 -0
  82. package/components/oxy-footer/oxy-footer.vue +78 -0
  83. package/components/oxy-footer/types.ts +17 -0
  84. package/components/oxy-form-item/types.ts +22 -1
  85. package/components/oxy-gap/oxy-gap.vue +2 -2
  86. package/components/oxy-gap/types.ts +2 -2
  87. package/components/oxy-global-loading/oxy-global-loading.vue +53 -0
  88. package/components/oxy-global-message/oxy-global-message.vue +64 -0
  89. package/components/oxy-global-toast/oxy-global-toast.vue +53 -0
  90. package/components/oxy-grid/oxy-grid.vue +1 -1
  91. package/components/oxy-grid/types.ts +1 -1
  92. package/components/oxy-grid-item/index.scss +1 -1
  93. package/components/oxy-grid-item/oxy-grid-item.vue +7 -5
  94. package/components/oxy-grid-item/types.ts +1 -1
  95. package/components/oxy-guidance/index.scss +75 -0
  96. package/components/oxy-guidance/oxy-guidance.vue +201 -0
  97. package/components/oxy-guidance/types.ts +33 -0
  98. package/components/oxy-icon/oxy-icon.vue +2 -2
  99. package/components/oxy-icon/types.ts +1 -1
  100. package/components/oxy-img/oxy-img.vue +4 -4
  101. package/components/oxy-img/types.ts +3 -3
  102. package/components/oxy-img-cropper/index.scss +12 -12
  103. package/components/oxy-img-cropper/oxy-img-cropper.vue +97 -52
  104. package/components/oxy-img-cropper/types.ts +2 -2
  105. package/components/oxy-img-lazy/index.scss +17 -0
  106. package/components/oxy-img-lazy/oxy-img-lazy.vue +332 -0
  107. package/components/oxy-img-lazy/types.ts +69 -0
  108. package/components/oxy-index-anchor/index.scss +2 -2
  109. package/components/oxy-index-anchor/oxy-index-anchor.vue +2 -2
  110. package/components/oxy-index-anchor/{type.ts → types.ts} +3 -0
  111. package/components/oxy-index-bar/index.scss +3 -3
  112. package/components/oxy-index-bar/oxy-index-bar.vue +3 -3
  113. package/components/oxy-index-bar/{type.ts → types.ts} +2 -2
  114. package/components/oxy-input/index.scss +1 -1
  115. package/components/oxy-input-number/index.scss +5 -5
  116. package/components/oxy-input-number/oxy-input-number.vue +2 -2
  117. package/components/oxy-input-number/types.ts +3 -2
  118. package/components/oxy-keyboard/index.scss +5 -5
  119. package/components/oxy-keyboard/key/index.scss +3 -3
  120. package/components/oxy-keyboard/key/index.vue +2 -2
  121. package/components/oxy-keyboard/key/types.ts +15 -0
  122. package/components/oxy-keyboard/oxy-keyboard.vue +1 -0
  123. package/components/oxy-keyboard/types.ts +5 -0
  124. package/components/oxy-link/index.scss +57 -0
  125. package/components/oxy-link/oxy-link.vue +130 -0
  126. package/components/oxy-link/types.ts +81 -0
  127. package/components/oxy-list/index.scss +7 -1
  128. package/components/oxy-list/oxy-list.vue +4 -3
  129. package/components/oxy-list/types.ts +1 -1
  130. package/components/oxy-loading/oxy-loading.vue +8 -4
  131. package/components/oxy-loading/types.ts +1 -1
  132. package/components/oxy-loadmore/index.scss +3 -3
  133. package/components/oxy-long-press-menu/index.scss +93 -0
  134. package/components/oxy-long-press-menu/oxy-long-press-menu.vue +338 -0
  135. package/components/oxy-long-press-menu/types.ts +34 -0
  136. package/components/oxy-message-box/index.scss +12 -11
  137. package/components/oxy-message-box/oxy-message-box.vue +11 -3
  138. package/components/oxy-message-box/types.ts +14 -0
  139. package/components/oxy-navbar/index.scss +2 -2
  140. package/components/oxy-navbar/oxy-navbar.vue +58 -13
  141. package/components/oxy-navbar/types.ts +8 -1
  142. package/components/oxy-navbar-capsule/types.ts +3 -0
  143. package/components/oxy-notice-bar/index.scss +3 -3
  144. package/components/oxy-notice-bar/oxy-notice-bar.vue +9 -5
  145. package/components/oxy-notice-bar/types.ts +3 -3
  146. package/components/oxy-notify/index.ts +1 -0
  147. package/components/oxy-notify/oxy-notify.vue +3 -2
  148. package/components/oxy-notify/types.ts +7 -0
  149. package/components/oxy-pagination/index.scss +1 -1
  150. package/components/oxy-password-input/oxy-password-input.vue +2 -2
  151. package/components/oxy-password-input/types.ts +1 -1
  152. package/components/oxy-picker/index.scss +45 -2
  153. package/components/oxy-picker/oxy-picker.vue +103 -14
  154. package/components/oxy-picker/types.ts +33 -1
  155. package/components/oxy-picker-view/index.scss +3 -3
  156. package/components/oxy-picker-view/oxy-picker-view.vue +4 -4
  157. package/components/oxy-popover/index.scss +9 -9
  158. package/components/oxy-popup/index.scss +2 -2
  159. package/components/oxy-popup/oxy-popup.vue +35 -2
  160. package/components/oxy-popup/types.ts +8 -1
  161. package/components/oxy-progress/index.scss +3 -3
  162. package/components/oxy-qrcode/draw.ts +398 -0
  163. package/components/oxy-qrcode/index.scss +2 -0
  164. package/components/oxy-qrcode/oxy-qrcode.vue +124 -0
  165. package/components/oxy-qrcode/qrcode.ts +936 -0
  166. package/components/oxy-qrcode/types.ts +42 -0
  167. package/components/oxy-radio/index.scss +13 -13
  168. package/components/oxy-radio/oxy-radio.vue +1 -1
  169. package/components/oxy-radio-group/index.scss +2 -2
  170. package/components/oxy-rate/types.ts +4 -4
  171. package/components/oxy-resize/index.scss +2 -2
  172. package/components/oxy-resize/oxy-resize.vue +4 -4
  173. package/components/oxy-resize/types.ts +3 -0
  174. package/components/oxy-rich-text/icon/emjio.svg +1 -0
  175. package/components/oxy-rich-text/icon/quote.svg +1 -0
  176. package/components/oxy-rich-text/icon/text.svg +1 -0
  177. package/components/oxy-rich-text/icon/title.svg +1 -0
  178. package/components/oxy-rich-text/index.scss +160 -0
  179. package/components/oxy-rich-text/mp-html/card/card.vue +122 -0
  180. package/components/oxy-rich-text/mp-html/card/index.js +7 -0
  181. package/components/oxy-rich-text/mp-html/editable/config.js +15 -0
  182. package/components/oxy-rich-text/mp-html/editable/index.js +553 -0
  183. package/components/oxy-rich-text/mp-html/emoji/index.js +203 -0
  184. package/components/oxy-rich-text/mp-html/highlight/config.js +5 -0
  185. package/components/oxy-rich-text/mp-html/highlight/index.js +96 -0
  186. package/components/oxy-rich-text/mp-html/highlight/prism.css +1 -0
  187. package/components/oxy-rich-text/mp-html/highlight/prism.min.js +7 -0
  188. package/components/oxy-rich-text/mp-html/img-cache/index.js +138 -0
  189. package/components/oxy-rich-text/mp-html/latex/index.js +80 -0
  190. package/components/oxy-rich-text/mp-html/latex/katex.css +1 -0
  191. package/components/oxy-rich-text/mp-html/latex/katex.min.js +1 -0
  192. package/components/oxy-rich-text/mp-html/markdown/index.js +50 -0
  193. package/components/oxy-rich-text/mp-html/markdown/marked.min.js +71 -0
  194. package/components/oxy-rich-text/mp-html/mp-html.d.ts +184 -0
  195. package/components/oxy-rich-text/mp-html/mp-html.vue +684 -0
  196. package/components/oxy-rich-text/mp-html/node/node.vue +1172 -0
  197. package/components/oxy-rich-text/mp-html/parser.js +1428 -0
  198. package/components/oxy-rich-text/mp-html/search/index.js +132 -0
  199. package/components/oxy-rich-text/mp-html/style/index.js +129 -0
  200. package/components/oxy-rich-text/mp-html/style/parser.js +175 -0
  201. package/components/oxy-rich-text/mp-html/template/index.js +67 -0
  202. package/components/oxy-rich-text/mp-html/txv-video/index.js +46 -0
  203. package/components/oxy-rich-text/oxy-rich-text.vue +642 -0
  204. package/components/oxy-rich-text/types.ts +76 -0
  205. package/components/oxy-row/oxy-row.vue +3 -3
  206. package/components/oxy-row/types.ts +1 -1
  207. package/components/oxy-search/index.scss +3 -3
  208. package/components/oxy-segmented/index.scss +16 -16
  209. package/components/oxy-segmented/oxy-segmented.vue +23 -3
  210. package/components/oxy-select/index.scss +331 -0
  211. package/components/oxy-select/oxy-select.vue +456 -0
  212. package/components/oxy-select/types.ts +83 -0
  213. package/components/oxy-select-picker/index.scss +7 -7
  214. package/components/oxy-select-picker/oxy-select-picker.vue +4 -0
  215. package/components/oxy-select-picker/types.ts +7 -1
  216. package/components/oxy-sidebar-item/index.scss +1 -1
  217. package/components/oxy-signature/oxy-signature.vue +18 -10
  218. package/components/oxy-signature/types.ts +106 -13
  219. package/components/oxy-skeleton/oxy-skeleton.vue +6 -6
  220. package/components/oxy-skeleton/types.ts +1 -1
  221. package/components/oxy-slider/index.scss +3 -3
  222. package/components/oxy-sort-button/index.scss +8 -8
  223. package/components/oxy-status-tip/index.scss +4 -4
  224. package/components/oxy-status-tip/oxy-status-tip.vue +5 -5
  225. package/components/oxy-status-tip/types.ts +3 -3
  226. package/components/oxy-step/index.scss +14 -14
  227. package/components/oxy-sticky/oxy-sticky.vue +6 -6
  228. package/components/oxy-stream-render/index.scss +6 -0
  229. package/components/oxy-stream-render/oxy-stream-render.vue +204 -0
  230. package/components/oxy-stream-render/types.ts +8 -0
  231. package/components/oxy-swipe-action/oxy-swipe-action.vue +27 -2
  232. package/components/oxy-swiper/oxy-swiper.vue +6 -6
  233. package/components/oxy-swiper/types.ts +5 -5
  234. package/components/oxy-switch/index.scss +8 -8
  235. package/components/oxy-switch/oxy-switch.vue +2 -2
  236. package/components/oxy-switch/types.ts +1 -1
  237. package/components/oxy-tab/index.scss +11 -1
  238. package/components/oxy-tabbar/index.scss +1 -1
  239. package/components/oxy-tabbar/oxy-tabbar.vue +39 -10
  240. package/components/oxy-table/index.scss +5 -5
  241. package/components/oxy-table/oxy-table.vue +8 -6
  242. package/components/oxy-table/types.ts +2 -2
  243. package/components/oxy-table-col/oxy-table-col.vue +3 -3
  244. package/components/oxy-table-col/types.ts +2 -2
  245. package/components/oxy-tabs/index.scss +43 -15
  246. package/components/oxy-tabs/oxy-tabs.vue +53 -19
  247. package/components/oxy-tabs/types.ts +15 -3
  248. package/components/oxy-tag/index.scss +15 -15
  249. package/components/oxy-text/index.scss +5 -1
  250. package/components/oxy-text/oxy-text.vue +76 -7
  251. package/components/oxy-text/types.ts +12 -0
  252. package/components/oxy-textarea/index.scss +6 -6
  253. package/components/oxy-toast/oxy-toast.vue +24 -8
  254. package/components/oxy-tooltip/index.scss +9 -9
  255. package/components/oxy-tree/index.scss +61 -9
  256. package/components/oxy-tree/oxy-tree.vue +102 -17
  257. package/components/oxy-tree/types.ts +23 -10
  258. package/components/oxy-upload/index.scss +21 -21
  259. package/components/oxy-upload/types.ts +2 -2
  260. package/components/oxy-verification-code/index.scss +6 -0
  261. package/components/oxy-verification-code/oxy-verification-code.vue +187 -0
  262. package/components/oxy-verification-code/types.ts +82 -0
  263. package/components/oxy-video-preview/index.scss +4 -4
  264. package/components/oxy-virtual-scroll/index.scss +4 -4
  265. package/components/oxy-virtual-scroll/oxy-virtual-scroll.vue +11 -7
  266. package/components/oxy-virtual-scroll/types.ts +14 -14
  267. package/components/oxy-voice-player/index.scss +908 -0
  268. package/components/oxy-voice-player/oxy-voice-player.vue +821 -0
  269. package/components/oxy-voice-player/types.ts +567 -0
  270. package/components/oxy-waterfall/index.scss +18 -0
  271. package/components/oxy-waterfall/oxy-waterfall.vue +218 -0
  272. package/components/oxy-waterfall/types.ts +90 -0
  273. package/components/oxy-waterfall-item/index.scss +8 -0
  274. package/components/oxy-waterfall-item/oxy-waterfall-item.vue +89 -0
  275. package/components/oxy-waterfall-item/types.ts +16 -0
  276. package/components/oxy-watermark/oxy-watermark.vue +35 -13
  277. package/components/oxy-watermark/types.ts +14 -14
  278. package/global.d.ts +9 -0
  279. package/index.ts +3 -0
  280. package/locale/lang/ar-SA.ts +3 -0
  281. package/locale/lang/en-US.ts +29 -0
  282. package/locale/lang/zh-CN.ts +29 -0
  283. package/package.json +97 -1
  284. package/tags.json +1 -1
  285. package/uni-echarts/changelog.md +2 -0
  286. package/uni-echarts/components/index.js +1 -0
  287. package/uni-echarts/components/uni-echarts/events.js +95 -0
  288. package/uni-echarts/components/uni-echarts/types.d.ts +183 -0
  289. package/uni-echarts/components/uni-echarts/types.js +1 -0
  290. package/uni-echarts/components/uni-echarts/uni-echarts.vue +530 -0
  291. package/uni-echarts/components/uni-echarts/uni-echarts.vue.d.ts +19 -0
  292. package/uni-echarts/global.d.ts +7 -0
  293. package/uni-echarts/index.d.ts +440 -0
  294. package/uni-echarts/index.js +2 -0
  295. package/uni-echarts/package.json +105 -0
  296. package/uni-echarts/shared-core.d.ts +269 -0
  297. package/uni-echarts/shared-core.js +900 -0
  298. package/web-types.json +1 -1
  299. package/components/oxy-number-keyboard/index.scss +0 -78
  300. package/components/oxy-number-keyboard/key/index.scss +0 -81
  301. package/components/oxy-number-keyboard/key/index.vue +0 -78
  302. package/components/oxy-number-keyboard/key/types.ts +0 -11
  303. package/components/oxy-number-keyboard/oxy-number-keyboard.vue +0 -151
  304. package/components/oxy-number-keyboard/types.ts +0 -83
  305. package/components/oxy-tree/components/tree-node-content.vue +0 -72
  306. package/components/oxy-tree/index.ts +0 -51
@@ -0,0 +1,19 @@
1
+ @import './../common/abstracts/_mixin.scss';
2
+ @import './../common/abstracts/variable.scss';
3
+ @include b(footer-wrapper) {
4
+ position: fixed;
5
+ bottom: 0;
6
+ left: 0;
7
+ width: 100%;
8
+ overflow: visible;
9
+ }
10
+
11
+ @include b(footer) {
12
+ overflow: visible;
13
+ padding: 0;
14
+ background-color: $--footer-bg;
15
+ @include e(content) {
16
+ overflow: visible;
17
+ padding: $--footer-padding;
18
+ }
19
+ }
@@ -0,0 +1,78 @@
1
+ <template>
2
+ <view class="oxy-footer-placeholder" :style="{ height: placeholderHeight }"></view>
3
+ <view class="oxy-footer-wrapper">
4
+ <view :class="`oxy-footer ${customClass}`" :style="`background-color: ${backgroundColor};${customStyle}`">
5
+ <view class="oxy-footer__content" :style="contentStyle">
6
+ <slot></slot>
7
+ </view>
8
+ </view>
9
+ </view>
10
+ </template>
11
+ <script lang="ts">
12
+ export default {
13
+ name: 'oxy-footer',
14
+ options: {
15
+ addGlobalClass: true,
16
+ virtualHost: true,
17
+ styleIsolation: 'shared'
18
+ }
19
+ }
20
+ </script>
21
+ <script setup lang="ts">
22
+ import { getCurrentInstance, nextTick, onMounted, ref, computed, watch } from 'vue'
23
+ import { footerProps } from './types'
24
+ import { withDefaultUnit } from '../common/util'
25
+ import NodeInfo = UniNamespace.NodeInfo
26
+
27
+ const props = defineProps(footerProps)
28
+
29
+ // 占位高度
30
+ const placeholderHeight = ref('')
31
+
32
+ // 内容样式
33
+ const contentStyle = computed(() => {
34
+ const style: { height?: string } = {}
35
+
36
+ if (props.height && props.height != 0) {
37
+ style['height'] = withDefaultUnit(props.height)
38
+ }
39
+ return style
40
+ })
41
+
42
+ // 设置内容高度(rpx 语义)
43
+ function setHeight(val: number) {
44
+ const pxPer100Rpx = uni.upx2px(100)
45
+ const heightInRpx = pxPer100Rpx ? (val / pxPer100Rpx) * 100 : val * 2
46
+ placeholderHeight.value = `${heightInRpx}rpx`
47
+ }
48
+
49
+ const { proxy } = getCurrentInstance()!
50
+
51
+ // 获取内容高度
52
+ function getHeight() {
53
+ nextTick(() => {
54
+ setTimeout(() => {
55
+ uni
56
+ .createSelectorQuery()
57
+ .in(proxy)
58
+ .select('.oxy-footer')
59
+ .boundingClientRect((res) => {
60
+ setHeight(Number((res as NodeInfo).height ?? 0))
61
+ })
62
+ .exec()
63
+ }, 0)
64
+ })
65
+ }
66
+
67
+ onMounted(() => {
68
+ getHeight()
69
+ })
70
+
71
+ watch([() => props.height, () => props.customStyle, () => props.customClass, () => props.backgroundColor], () => {
72
+ getHeight()
73
+ })
74
+ </script>
75
+
76
+ <style lang="scss" scoped>
77
+ @import './index.scss';
78
+ </style>
@@ -0,0 +1,17 @@
1
+ import { baseProps, makeStringProp, makeNumberProp } from '../common/props'
2
+
3
+ export const footerProps = {
4
+ ...baseProps,
5
+ /**
6
+ * 固定的内容高度
7
+ * 类型:number
8
+ * 默认值:'id'
9
+ */
10
+ height: makeNumberProp(0),
11
+ /**
12
+ * 背景色
13
+ * 类型:string
14
+ * 默认值:''
15
+ */
16
+ backgroundColor: makeStringProp('')
17
+ }
@@ -4,12 +4,33 @@ import type { FormItemRule } from '../oxy-form/types'
4
4
 
5
5
  export const formItemProps = {
6
6
  ...baseProps,
7
+ /**
8
+ * 表单字段标识
9
+ */
7
10
  prop: makeRequiredProp(String),
11
+ /**
12
+ * 当前表单项校验规则
13
+ */
8
14
  rules: makeArrayProp<FormItemRule>(),
15
+ /**
16
+ * 是否必填
17
+ */
9
18
  required: Boolean,
19
+ /**
20
+ * 是否垂直居中
21
+ */
10
22
  center: makeBooleanProp(false),
23
+ /**
24
+ * 标签文案
25
+ */
11
26
  label: String,
12
- labelWidth: makeStringProp('100px'),
27
+ /**
28
+ * 标签宽度
29
+ */
30
+ labelWidth: makeStringProp('200rpx'),
31
+ /**
32
+ * 是否显示右箭头
33
+ */
13
34
  isLink: Boolean
14
35
  }
15
36
 
@@ -15,7 +15,7 @@ export default {
15
15
 
16
16
  <script setup lang="ts">
17
17
  import { type CSSProperties, computed } from 'vue'
18
- import { addUnit, isDef, objToStyle } from '../common/util'
18
+ import { withDefaultUnit, isDef, objToStyle } from '../common/util'
19
19
  import { gapProps } from './types'
20
20
 
21
21
  const props = defineProps(gapProps)
@@ -26,7 +26,7 @@ const rootStyle = computed(() => {
26
26
  rootStyle['background'] = props.bgColor
27
27
  }
28
28
  if (isDef(props.height)) {
29
- rootStyle['height'] = addUnit(props.height)
29
+ rootStyle['height'] = withDefaultUnit(props.height)
30
30
  }
31
31
  return `${objToStyle(rootStyle)}${props.customStyle}`
32
32
  })
@@ -11,7 +11,7 @@ export const gapProps = {
11
11
  */
12
12
  safeAreaBottom: makeBooleanProp(false),
13
13
  /**
14
- * 高度
14
+ * 高度,number 类型按 `rpx` 语义处理
15
15
  */
16
- height: makeNumericProp(15)
16
+ height: makeNumericProp(30)
17
17
  }
@@ -0,0 +1,53 @@
1
+ <script lang="ts" setup>
2
+ import { ref, nextTick, watch } from 'vue'
3
+ import { useToast } from '../oxy-toast'
4
+ import { storeToRefs } from 'pinia'
5
+ import { useGlobalLoading } from '../composables/useGlobalLoading'
6
+ import { getCurrentPath } from '../common/path'
7
+
8
+ const { loadingOptions, currentPage } = storeToRefs(useGlobalLoading())
9
+
10
+ const { close: closeGlobalLoading } = useGlobalLoading()
11
+
12
+ const loading = useToast('globalLoading')
13
+
14
+ // #ifdef MP-ALIPAY
15
+ const hackAlipayVisible = ref(false)
16
+
17
+ nextTick(() => {
18
+ hackAlipayVisible.value = true
19
+ })
20
+ // #endif
21
+
22
+ watch(
23
+ () => loadingOptions.value,
24
+ (newVal) => {
25
+ if (newVal && newVal.show) {
26
+ if (currentPage.value === getCurrentPath()) {
27
+ loading.loading(loadingOptions.value)
28
+ }
29
+ } else {
30
+ loading.close()
31
+ }
32
+ }
33
+ )
34
+ </script>
35
+
36
+ <script lang="ts">
37
+ export default {
38
+ options: {
39
+ virtualHost: true,
40
+ addGlobalClass: true,
41
+ styleIsolation: 'shared'
42
+ }
43
+ }
44
+ </script>
45
+
46
+ <template>
47
+ <!-- #ifdef MP-ALIPAY -->
48
+ <oxy-toast v-if="hackAlipayVisible" selector="globalLoading" :closed="closeGlobalLoading" />
49
+ <!-- #endif -->
50
+ <!-- #ifndef MP-ALIPAY -->
51
+ <oxy-toast selector="globalLoading" :closed="closeGlobalLoading" />
52
+ <!-- #endif -->
53
+ </template>
@@ -0,0 +1,64 @@
1
+ <script lang="ts" setup>
2
+ import { ref, nextTick, watch } from 'vue'
3
+ import { useMessage } from '../oxy-message-box'
4
+ import { deepClone, isFunction } from '../common/util'
5
+ import { storeToRefs } from 'pinia'
6
+ import { useGlobalMessage } from '../composables/useGlobalMessage'
7
+ import { getCurrentPath } from '../common/path'
8
+
9
+ const { messageOptions, currentPage } = storeToRefs(useGlobalMessage())
10
+
11
+ const messageBox = useMessage('globalMessage')
12
+
13
+ // #ifdef MP-ALIPAY
14
+ const hackAlipayVisible = ref(false)
15
+
16
+ nextTick(() => {
17
+ hackAlipayVisible.value = true
18
+ })
19
+ // #endif
20
+
21
+ watch(
22
+ () => messageOptions.value,
23
+ (newVal) => {
24
+ if (newVal) {
25
+ if (currentPage.value === getCurrentPath()) {
26
+ const option = deepClone(newVal)
27
+ messageBox
28
+ .show(option)
29
+ .then((res) => {
30
+ if (isFunction(option.success)) {
31
+ option.success(res)
32
+ }
33
+ })
34
+ .catch((err) => {
35
+ if (isFunction(option.fail)) {
36
+ option.fail(err)
37
+ }
38
+ })
39
+ }
40
+ } else {
41
+ messageBox.close()
42
+ }
43
+ }
44
+ )
45
+ </script>
46
+
47
+ <script lang="ts">
48
+ export default {
49
+ options: {
50
+ virtualHost: true,
51
+ addGlobalClass: true,
52
+ styleIsolation: 'shared'
53
+ }
54
+ }
55
+ </script>
56
+
57
+ <template>
58
+ <!-- #ifdef MP-ALIPAY -->
59
+ <oxy-message-box v-if="hackAlipayVisible" selector="globalMessage" />
60
+ <!-- #endif -->
61
+ <!-- #ifndef MP-ALIPAY -->
62
+ <oxy-message-box selector="globalMessage" />
63
+ <!-- #endif -->
64
+ </template>
@@ -0,0 +1,53 @@
1
+ <script lang="ts" setup>
2
+ import { ref, nextTick, watch } from 'vue'
3
+ import { useToast } from '../oxy-toast'
4
+ import { storeToRefs } from 'pinia'
5
+ import { useGlobalToast } from '../composables/useGlobalToast'
6
+ import { getCurrentPath } from '../common/path'
7
+
8
+ const { toastOptions, currentPage } = storeToRefs(useGlobalToast())
9
+
10
+ const { close: closeGlobalToast } = useGlobalToast()
11
+
12
+ const toast = useToast('globalToast')
13
+
14
+ // #ifdef MP-ALIPAY
15
+ const hackAlipayVisible = ref(false)
16
+
17
+ nextTick(() => {
18
+ hackAlipayVisible.value = true
19
+ })
20
+ // #endif
21
+
22
+ watch(
23
+ () => toastOptions.value,
24
+ (newVal) => {
25
+ if (newVal && newVal.show) {
26
+ if (currentPage.value === getCurrentPath()) {
27
+ toast.show(toastOptions.value)
28
+ }
29
+ } else {
30
+ toast.close()
31
+ }
32
+ }
33
+ )
34
+ </script>
35
+
36
+ <script lang="ts">
37
+ export default {
38
+ options: {
39
+ virtualHost: true,
40
+ addGlobalClass: true,
41
+ styleIsolation: 'shared'
42
+ }
43
+ }
44
+ </script>
45
+
46
+ <template>
47
+ <!-- #ifdef MP-ALIPAY -->
48
+ <oxy-toast v-if="hackAlipayVisible" selector="globalToast" :closed="closeGlobalToast" />
49
+ <!-- #endif -->
50
+ <!-- #ifndef MP-ALIPAY -->
51
+ <oxy-toast selector="globalToast" :closed="closeGlobalToast" />
52
+ <!-- #endif -->
53
+ </template>
@@ -73,7 +73,7 @@ watch(
73
73
  )
74
74
 
75
75
  const rootStyle = computed(() => {
76
- return `${props.gutter ? 'padding-left:' + props.gutter + 'px;' + 'padding-bottom:' + props.gutter + 'px;' : ''}${props.customStyle}`
76
+ return `${props.gutter ? 'padding-left:' + props.gutter * 2 + 'rpx;' + 'padding-bottom:' + props.gutter * 2 + 'rpx;' : ''}${props.customStyle}`
77
77
  })
78
78
 
79
79
  const handleChildrenChange = debounce(() => {
@@ -38,7 +38,7 @@ export const gridProps = {
38
38
  */
39
39
  bgColor: makeStringProp(''),
40
40
  /**
41
- * 格子之间的间距,默认单位为px
41
+ * 格子之间的间距,number 类型按 `rpx` 语义处理
42
42
  */
43
43
  gutter: Number,
44
44
  /**
@@ -140,7 +140,7 @@
140
140
  }
141
141
 
142
142
  @include e(text) {
143
- margin-top: 8px;
143
+ margin-top: 16rpx;
144
144
  font-size: $-grid-item-fs;
145
145
  line-height: $-grid-item-fs;
146
146
  @include lineEllipsis;
@@ -37,7 +37,7 @@ import OxyBadge from '../oxy-badge/oxy-badge.vue'
37
37
  import { onMounted, ref, watch, computed } from 'vue'
38
38
  import { useParent } from '../composables/useParent'
39
39
  import { GRID_KEY } from '../oxy-grid/types'
40
- import { deepAssign, isDef, isUndefined, omitBy } from '../common/util'
40
+ import { withDefaultUnit, deepAssign, isDef, isUndefined, omitBy } from '../common/util'
41
41
  import { gridItemProps } from './types'
42
42
  import type { BadgeProps } from '../oxy-badge/types'
43
43
 
@@ -81,8 +81,9 @@ watch(
81
81
  () => {
82
82
  if (!grid) return
83
83
  const width = grid.props.column ? 100 / grid.props.column + '%' : 100 / (childCount.value || 1) + '%'
84
+ const gutterSize = grid.props.gutter ? withDefaultUnit(grid.props.gutter) : ''
84
85
  // 单独定义间隔
85
- const gutterStyle = grid.props.gutter ? `padding:${grid.props.gutter}px ${grid.props.gutter}px 0 0; background-color: transparent;` : ''
86
+ const gutterStyle = gutterSize ? `padding:${gutterSize} ${gutterSize} 0 0; background-color: transparent;` : ''
86
87
  // 单独定义正方形
87
88
  const squareStyle = grid.props.square ? `background-color:transparent; padding-bottom: 0; padding-top:${width}` : ''
88
89
  style.value = `width: ${width}; ${squareStyle || gutterStyle}`
@@ -101,14 +102,15 @@ function init() {
101
102
  if (!grid) return
102
103
  const children = grid.children
103
104
  const width = grid.props.column ? 100 / grid.props.column + '%' : 100 / children.length + '%'
105
+ const gutterSize = grid.props.gutter ? withDefaultUnit(grid.props.gutter) : ''
104
106
  // 单独定义间隔
105
- const gutterStyle = grid.props.gutter ? `padding:${grid.props.gutter}px ${grid.props.gutter}px 0 0; background-color: transparent;` : ''
107
+ const gutterStyle = gutterSize ? `padding:${gutterSize} ${gutterSize} 0 0; background-color: transparent;` : ''
106
108
  // 单独定义正方形
107
109
  const squareStyle = grid.props.square ? `background-color:transparent; padding-bottom: 0; padding-top:${width}` : ''
108
110
  // 间隔+正方形
109
111
  gutterContentStyle.value =
110
- grid.props.gutter && grid.props.square
111
- ? `right: ${grid.props.gutter}px; bottom:${grid.props.gutter}px;height: auto; background-color: ${grid.props.bgColor}`
112
+ gutterSize && grid.props.square
113
+ ? `right: ${gutterSize}; bottom:${gutterSize};height: auto; background-color: ${grid.props.bgColor}`
112
114
  : `background-color: ${grid.props.bgColor}`
113
115
 
114
116
  border.value = Boolean(grid.props.border)
@@ -21,7 +21,7 @@ export const gridItemProps = {
21
21
  /**
22
22
  * 图标大小
23
23
  */
24
- iconSize: makeStringProp('26px'),
24
+ iconSize: makeStringProp('52rpx'),
25
25
  /**
26
26
  * 文字
27
27
  */
@@ -0,0 +1,75 @@
1
+ @import '../common/abstracts/variable';
2
+ @import '../common/abstracts/mixin';
3
+
4
+ @include b(guide){
5
+ z-index: 1001;
6
+ @include e(box) {
7
+ position: absolute;
8
+ z-index: 10001;
9
+ transition: all 0.2s;
10
+
11
+ &::before {
12
+ content: '';
13
+ box-sizing: content-box;
14
+ height: 100%;
15
+ width: 100%;
16
+ border: 1px dashed #fff;
17
+ border-radius: 8rpx;
18
+ position: absolute;
19
+ top: -8rpx;
20
+ left: -8rpx;
21
+ padding: 6rpx;
22
+ }
23
+
24
+ @include e(arrow) {
25
+ height: 20rpx;
26
+ width: 20rpx;
27
+ background: #1cbbb4;
28
+ position: absolute;
29
+ top: 144rpx;
30
+ left: 45%;
31
+ z-index: 10000;
32
+ transform: rotate(45deg);
33
+ }
34
+
35
+ @include e(tips) {
36
+ width: 400rpx;
37
+ box-shadow: 0 4rpx 18rpx 0 rgba(0, 0, 0, 0.1);
38
+ color: #fff;
39
+ position: absolute;
40
+ top: 152rpx;
41
+ z-index: 10001;
42
+ padding: 15rpx 20rpx;
43
+ font-size: 28rpx;
44
+ border-radius: 12rpx;
45
+ text-align: justify;
46
+
47
+ @include e(tool-btn) {
48
+ display: flex;
49
+ justify-content: space-between;
50
+ align-items: center;
51
+ padding-right: 0;
52
+ margin-top: 20rpx;
53
+
54
+ @include e(next) {
55
+ background: #fff;
56
+ height: 48rpx;
57
+ width: 100rpx;
58
+ text-align: center;
59
+ border-radius: 8rpx;
60
+ color: #666;
61
+ line-height: 48rpx;
62
+ font-size: 24rpx
63
+ }
64
+ }
65
+ }
66
+ }
67
+ @include e(model) {
68
+ position: fixed;
69
+ left: 0;
70
+ top: 0;
71
+ width: 100%;
72
+ height: 100%;
73
+ z-index: 1000;
74
+ }
75
+ }