@nutui/nutui 4.3.1 → 4.3.2

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 (67) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/nutui.es.js +1 -1
  3. package/dist/nutui.js +4021 -4081
  4. package/dist/nutui.umd.js +1 -1
  5. package/dist/packages/actionsheet/ActionSheet.js +1 -1
  6. package/dist/packages/address/Address.js +1 -1
  7. package/dist/packages/animate/Animate.js +51 -44
  8. package/dist/packages/calendar/Calendar.js +1 -1
  9. package/dist/packages/card/Card.js +2 -2
  10. package/dist/packages/cascader/Cascader.js +1 -1
  11. package/dist/packages/checkbox/Checkbox.js +1 -1
  12. package/dist/packages/col/Col.js +41 -30
  13. package/dist/packages/{common-LvGbU-A3.js → common-FZL3qC99.js} +5 -2
  14. package/dist/packages/dialog/Dialog.js +1 -1
  15. package/dist/packages/form/Form.js +3 -1
  16. package/dist/packages/formitem/FormItem.js +1 -1
  17. package/dist/packages/imagepreview/ImagePreview.js +1 -1
  18. package/dist/packages/{index-wY4t0zYt.js → index-BqB5dTeo.js} +29 -17
  19. package/dist/packages/{index.vue_vue_type_script_lang-w2sgcysj.js → index.vue_vue_type_script_lang-n0HbjvfF.js} +1 -1
  20. package/dist/packages/input/Input.js +1 -1
  21. package/dist/packages/inputnumber/InputNumber.js +1 -1
  22. package/dist/packages/invoice/Invoice.js +1 -1
  23. package/dist/packages/layout/Layout.js +3 -0
  24. package/dist/packages/menuitem/MenuItem.js +1 -1
  25. package/dist/packages/notify/Notify.js +1 -1
  26. package/dist/packages/numberkeyboard/NumberKeyboard.js +1 -1
  27. package/dist/packages/popover/Popover.js +1 -1
  28. package/dist/packages/popup/Popup.js +1 -1
  29. package/dist/packages/price/Price.js +69 -77
  30. package/dist/packages/radio/Radio.js +1 -1
  31. package/dist/packages/range/Range.js +1 -1
  32. package/dist/packages/rate/Rate.js +1 -1
  33. package/dist/packages/row/Row.js +43 -39
  34. package/dist/packages/searchbar/Searchbar.js +1 -1
  35. package/dist/packages/shortpassword/ShortPassword.js +1 -1
  36. package/dist/packages/sku/Sku.js +3 -3
  37. package/dist/packages/switch/Switch.js +12 -4
  38. package/dist/packages/switch/index.css +1 -1
  39. package/dist/packages/switch/index.scss +1 -1
  40. package/dist/packages/textarea/Textarea.js +1 -1
  41. package/dist/packages/timeselect/TimeSelect.js +1 -1
  42. package/dist/packages/uploader/Uploader.js +1 -1
  43. package/dist/smartips/web-types.json +11 -2
  44. package/dist/style.css +1 -1
  45. package/dist/types/__VUE/animate/animate.vue.d.ts +75 -0
  46. package/dist/types/__VUE/animate/index.d.ts +6 -0
  47. package/dist/types/__VUE/col/col.vue.d.ts +53 -0
  48. package/dist/types/__VUE/col/index.d.ts +5 -0
  49. package/dist/types/__VUE/form/common.d.ts +2 -0
  50. package/dist/types/__VUE/form/types.d.ts +0 -1
  51. package/dist/types/__VUE/input/index.vue.d.ts +1 -1
  52. package/dist/types/__VUE/layout/index.d.ts +4 -0
  53. package/dist/types/__VUE/layout/layout.vue.d.ts +10 -0
  54. package/dist/types/__VUE/price/index.d.ts +6 -0
  55. package/dist/types/__VUE/price/price.vue.d.ts +83 -0
  56. package/dist/types/__VUE/row/index.d.ts +5 -0
  57. package/dist/types/__VUE/row/row.vue.d.ts +71 -0
  58. package/dist/types/__VUE/switch/index.vue.d.ts +9 -0
  59. package/dist/types/index.d.ts +11 -6
  60. package/package.json +1 -1
  61. package/dist/packages/types-Ynmct7na.js +0 -4
  62. package/dist/types/__VUE/animate/index.vue.d.ts +0 -71
  63. package/dist/types/__VUE/col/index.vue.d.ts +0 -42
  64. package/dist/types/__VUE/layout/index.vue.d.ts +0 -12
  65. package/dist/types/__VUE/price/index.vue.d.ts +0 -97
  66. package/dist/types/__VUE/row/index.vue.d.ts +0 -62
  67. /package/dist/types/__VUE/animate/{type.d.ts → types.d.ts} +0 -0
@@ -1,62 +0,0 @@
1
-
2
- declare type Install<T> = T & {
3
- install(app: import('vue').App): void;
4
- };
5
- declare const _default: Install< import("vue").DefineComponent<{
6
- type: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
- gutter: {
11
- type: (NumberConstructor | StringConstructor)[];
12
- default: string;
13
- };
14
- justify: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- align: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- flexWrap: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- }, {
27
- classes: import("vue").ComputedRef<string[]>;
28
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
29
- type: {
30
- type: StringConstructor;
31
- default: string;
32
- };
33
- gutter: {
34
- type: (NumberConstructor | StringConstructor)[];
35
- default: string;
36
- };
37
- justify: {
38
- type: StringConstructor;
39
- default: string;
40
- };
41
- align: {
42
- type: StringConstructor;
43
- default: string;
44
- };
45
- flexWrap: {
46
- type: StringConstructor;
47
- default: string;
48
- };
49
- }>>, {
50
- type: string;
51
- justify: string;
52
- gutter: string | number;
53
- align: string;
54
- flexWrap: string;
55
- }, {}>>;
56
- export default _default;
57
-
58
- declare module 'vue' {
59
- interface GlobalComponents {
60
- NutRow: typeof _default;
61
- }
62
- }