@nutui/nutui 4.3.4 → 4.3.6

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 (88) hide show
  1. package/CHANGELOG.md +40 -1
  2. package/dist/nutui.es.js +1 -1
  3. package/dist/nutui.js +5358 -5629
  4. package/dist/nutui.umd.js +1 -1
  5. package/dist/packages/audio/Audio.js +2 -1
  6. package/dist/packages/audiooperate/AudioOperate.js +2 -1
  7. package/dist/packages/cell/Cell.js +89 -80
  8. package/dist/packages/cellgroup/CellGroup.js +44 -21
  9. package/dist/packages/checkbox/Checkbox.js +1 -1
  10. package/dist/packages/{common-DRG0ue26.js → common-BH7uB7Cn.js} +4 -2
  11. package/dist/packages/countdown/Countdown.js +130 -173
  12. package/dist/packages/form/Form.js +5 -5
  13. package/dist/packages/formitem/FormItem.js +5 -5
  14. package/dist/packages/grid/Grid.js +68 -5
  15. package/dist/packages/griditem/GridItem.js +61 -81
  16. package/dist/packages/input/Input.js +1 -1
  17. package/dist/packages/inputnumber/InputNumber.js +7 -7
  18. package/dist/packages/invoice/Invoice.js +4 -4
  19. package/dist/packages/picker/Picker.js +1 -1
  20. package/dist/packages/radio/Radio.js +112 -1
  21. package/dist/packages/radiogroup/RadioGroup.js +60 -1
  22. package/dist/packages/range/Range.js +1 -1
  23. package/dist/packages/rate/Rate.js +1 -1
  24. package/dist/packages/searchbar/Searchbar.js +1 -1
  25. package/dist/packages/skeleton/Skeleton.js +88 -123
  26. package/dist/packages/step/Step.js +64 -83
  27. package/dist/packages/steps/Steps.js +44 -40
  28. package/dist/packages/switch/Switch.js +1 -1
  29. package/dist/packages/tabpane/TabPane.js +2 -1
  30. package/dist/packages/tabs/Tabs.js +2 -1
  31. package/dist/packages/textarea/Textarea.js +1 -1
  32. package/dist/packages/types-BMA1Y94E.js +4 -0
  33. package/dist/packages/types-BXlnzugj.js +4 -0
  34. package/dist/packages/types-CJeZIBld.js +4 -0
  35. package/dist/packages/uploader/Uploader.js +1 -1
  36. package/dist/smartips/web-types.json +446 -26
  37. package/dist/types/__VUE/audio/index.vue.d.ts +2 -2
  38. package/dist/types/__VUE/audio/types.d.ts +2 -0
  39. package/dist/types/__VUE/audiooperate/index.vue.d.ts +1 -1
  40. package/dist/types/__VUE/cell/cell.vue.d.ts +113 -0
  41. package/dist/types/__VUE/cell/index.d.ts +6 -0
  42. package/dist/types/__VUE/cellgroup/cell-group.vue.d.ts +55 -0
  43. package/dist/types/__VUE/cellgroup/index.d.ts +5 -0
  44. package/dist/types/__VUE/countdown/countdown.vue.d.ts +108 -0
  45. package/dist/types/__VUE/countdown/index.d.ts +5 -0
  46. package/dist/types/__VUE/countdown/util.d.ts +14 -0
  47. package/dist/types/__VUE/form/common.d.ts +1 -0
  48. package/dist/types/__VUE/grid/grid.vue.d.ts +87 -0
  49. package/dist/types/__VUE/grid/index.d.ts +6 -0
  50. package/dist/types/__VUE/grid/types.d.ts +2 -0
  51. package/dist/types/__VUE/griditem/grid-item.vue.d.ts +64 -0
  52. package/dist/types/__VUE/griditem/index.d.ts +5 -0
  53. package/dist/types/__VUE/navbar/navbar.vue.d.ts +1 -1
  54. package/dist/types/__VUE/picker/Column.vue.d.ts +2 -2
  55. package/dist/types/__VUE/radio/index.d.ts +6 -0
  56. package/dist/types/__VUE/radio/radio.vue.d.ts +74 -0
  57. package/dist/types/__VUE/radiogroup/index.d.ts +5 -0
  58. package/dist/types/__VUE/radiogroup/radio-group.vue.d.ts +66 -0
  59. package/dist/types/__VUE/skeleton/index.d.ts +5 -0
  60. package/dist/types/__VUE/skeleton/skeleton.vue.d.ts +102 -0
  61. package/dist/types/__VUE/step/index.d.ts +5 -0
  62. package/dist/types/__VUE/step/step.vue.d.ts +55 -0
  63. package/dist/types/__VUE/steps/index.d.ts +6 -0
  64. package/dist/types/__VUE/steps/steps.vue.d.ts +64 -0
  65. package/dist/types/__VUE/swiper/index.vue.d.ts +2 -2
  66. package/dist/types/__VUE/tabs/index.vue.d.ts +1 -1
  67. package/dist/types/__VUE/tabs/types.d.ts +1 -0
  68. package/dist/types/__VUE/uploader/index.vue.d.ts +1 -1
  69. package/dist/types/index.d.ts +21 -11
  70. package/dist/types/utils/Interceptor.d.ts +2 -2
  71. package/dist/types/utils/index.d.ts +2 -0
  72. package/dist/types/utils/useRelation/useParent.d.ts +1 -1
  73. package/package.json +1 -1
  74. package/dist/packages/common-Chr7cC9o.js +0 -145
  75. package/dist/packages/index.vue_vue_type_script_lang-CTQUvlgN.js +0 -99
  76. package/dist/packages/index.vue_vue_type_script_lang-CaSiRl9x.js +0 -46
  77. package/dist/types/__VUE/audiooperate/types.d.ts +0 -1
  78. package/dist/types/__VUE/cell/index.vue.d.ts +0 -120
  79. package/dist/types/__VUE/cellgroup/index.vue.d.ts +0 -33
  80. package/dist/types/__VUE/countdown/index.vue.d.ts +0 -125
  81. package/dist/types/__VUE/grid/common.d.ts +0 -73
  82. package/dist/types/__VUE/grid/index.vue.d.ts +0 -84
  83. package/dist/types/__VUE/griditem/index.vue.d.ts +0 -47
  84. package/dist/types/__VUE/radio/index.vue.d.ts +0 -64
  85. package/dist/types/__VUE/radiogroup/index.vue.d.ts +0 -49
  86. package/dist/types/__VUE/skeleton/index.vue.d.ts +0 -117
  87. package/dist/types/__VUE/step/index.vue.d.ts +0 -42
  88. package/dist/types/__VUE/steps/index.vue.d.ts +0 -48
package/CHANGELOG.md CHANGED
@@ -1,3 +1,42 @@
1
+ ## v4.3.6
2
+
3
+ `2024-04-19`
4
+
5
+ Bug Fixes
6
+
7
+ - sticky: fix typo in index.taro.vue (#3023) @lainbo
8
+ - type: fix warning of v-model in JetBrains IDE (#3029) @anyesu
9
+
10
+ Refactors
11
+
12
+ - move to script setup
13
+ - countdown, steps @subordon
14
+ - radio, grid @eiinu
15
+
16
+ Other Changes
17
+
18
+ - chore: 优化组件 provide/inject 使用 (#3027) @eiinu
19
+
20
+ ## v4.3.5
21
+
22
+ `2024-04-10`
23
+
24
+ Features
25
+
26
+ - input-number: 支持透传属性至 input 元素 (#3008) @eiinu
27
+
28
+ Bug Fixes
29
+
30
+ - tag: 修复图标引用问题 @eiinu
31
+
32
+ Refactors
33
+
34
+ - move to script setup: skeleton, cell @eiinu
35
+
36
+ Other Changes
37
+
38
+ - deps: typescript v5.4.4 (#3013) @eiinu
39
+
1
40
  ## v4.3.4
2
41
 
3
42
  `2024-04-01`
@@ -172,7 +211,7 @@ Other Changes
172
211
  Bug Fixes
173
212
 
174
213
  - tabs: 修复 taro h5 下 placeholder 展示错误 (#2801) @eiinu
175
- - remove defualt font-family style (#2792) @eiinu
214
+ - remove default font-family style (#2792) @eiinu
176
215
 
177
216
  Other Changes
178
217
 
package/dist/nutui.es.js CHANGED
@@ -219,7 +219,7 @@ export function install(app) {
219
219
  }
220
220
  });
221
221
  }
222
- export const version = '4.3.4';
222
+ export const version = '4.3.6';
223
223
  export default {
224
224
  install,
225
225
  version